/**
*	@package	STARTER Joomla! Template
*	@copyright	Copyright (C) 2009 - 2014 Omegatheme. All rights reserved.
*	@license	GNU/GPL version 2, or later
*	@website:	http://www.omegatheme.com
*	Support Forum - http://www.omegatheme.com/forum/
*	@version	$Id$
*/

/* 
* In this file we define layout such as: dimensions, position, padding, margin, etc. 
* We also define COMMON typography (color, font) - JUST ONLY common style. 
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/

/*========================= 1. GENERAL =======================*/
.body-bg {
    background: url("../images/body_bg.png") repeat scroll 0px 0px transparent;
}
.boxed .wrapper {
    margin:0 auto;
    padding: 0;
}
/*---------- Start Responsive Reset ------------*/
@media (min-width: 1200px) {
	.col-lg-reset {
		left: auto;
		right: auto;
	}
	.container {
width: 1230px;
	}
	.component .orderby-displaynumber .orderlist {
	display:inline-block !important;
	}
	.orderlistcontainer div.activeOrder{
	border-width:0px 1px 0px 0px !important;
	border-radius:0px !important;
	background-image:none !important;
	float: left;
	padding-right:12px !important;
	}
}
@media (min-width: 839px) and (max-width: 1082px) {
	.col-md-reset {
		left: auto;
		right: auto;
	}
	.mainbottom1 h2 ,.mainbottom1 h1 {
	font-size:30px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-reset {
		left: auto;
		right: auto;
	}
	.mainmenu .otmenu-desk-wrapper .ot-menu a.level1, .mainmenu .otmenu-desk-wrapper .ot-menu .item-separator.level1 {
	font-size: 13px !important;
	  padding: 0 8px !important;
	      height: 40px !important;
    line-height: 40px !important;
	}
	.middle3-1 .product-detail .product-s-desc {
	display:none;
	}
	.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap {
    top: 40px !important;
	}
}
@media (max-width: 1199px) {
	.ot-breadcrumbs .mod-content {
    background-image:none !important;
	}
	.ot-breadcrumbs .breadcrumbs {
	width:100% !important;
	}
	.component .orderby-displaynumber .title {
    float: none !important;
	}
}
@media (max-width: 641px) {
	.footer1 .ot-socials-links, .footer1 .copyright {
		text-align: center !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#related-products .product-details p.product_s_desc {
	/*display:none;*/
	}
	.bottom2 div.ot-mail {
    width: 180px !important;
	}
	.custom_subscribe input.subscriber-email {
    width: 100% !important;
	}
	.col-sm-reset {
		left: auto;
		right: auto;
	}
	.mainmenu .otmenu-desk-wrapper .ot-menu a.level1, .mainmenu .otmenu-desk-wrapper .ot-menu .item-separator.level1 {
	font-size: 13px !important;
	  padding: 0 8px !important;
	      height: 40px !important;
    line-height: 40px !important;
	
	}
	.otmenu-wrapper.otmenu-mobile-wrapper {
	display:block !important;
	}
	.mainmenu .otmenu-desk-wrapper {
	display:none !important;
	}
	.middle3-1 .product-detail .product-s-desc , .middle3-1 .product-detail .vote {
	display:none;
	}
	.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap {
    top: 40px !important;
	}
}
@media (min-width: 768px) {
	.orderby-displaynumber .span6:first-child {
	width:100% !important;
	/*margin-bottom:35px;*/
	display:inline-block!important;
	clear:both;
	}
	.orderby-displaynumber .span6:nth-child(2){
	width:100% !important;
	}
	.orderby-displaynumber .span6 .orderlist {
	clear:both;
	}
	.component .orderby-displaynumber .title {
	float:left;
	padding-top:2px;
	}	
	.component .orderby-displaynumber  .activeOrder {
	}
	.component .orderby-displaynumber  .orderlist div {
	float:left;
	border-width:0px 0px 0px 1px;
	border-style: solid;
	border-color: #ccc;
	}
	.component .orderby-displaynumber  .orderlist div:first-child {
	border-width:0px;
	}
}
@media (max-width: 767px) {
	.middle1  .floatleft,
	.middle1 .middle1-2{
	text-align:left;
	}
	.middle1-2 ,.middle1-2 .floatright {
	float:left;
	}
	.bottom2-5 {
	padding-left:15px !important;
	}
	.middle1-2  {
	padding-top:10px;
	}
	.middle3-1 {
	display:none !important;
	}
	.search form.form-inline {
	float: left !important;
	margin:0px 0px 0px 20px !important;
	}
	.top1 .search form.form-inline .btn, .bottom2 button.btn {
	margin-top:3px;
	}
	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color:#fff !important;
	}
	.copyright {
	font-size: 11px !important;
	word-spacing: 0px !important;
	}
	
	.mainmenu .otmenu-mobile-wrapper {
	right:0px;
	top:-112px;
	}
	.top1 .search .inputbox {
    width: 200px !important;
	}
	.bottom2 .form-control,.top1 .search .inputbox {
	float: left;
	}
	.gotop {
	top: -59% !important;
	}
	a.custom_social {
	font-size:13px;
	padding:5px !important;
	}
	.ot-product .spacer .product-addtocart {
	display:block !important;
	}
	.wrapper {
    background: url("../images/main_bg.png") no-repeat top left !important;
	}	
    .col-xs-reset {
        left: auto;
		right: auto;
    }
	.row .span3 {
	width:100% !important;
	}
	.row .offset3:first-child {
    margin-left: 0% !important;
	}
	.row .span7 {
    width: 100% !important;
	}
	.row .span9 {
	width:100% !important;
	}
	.module ul.VMmenu{
	padding-left: 10px;
	}
	th.ot-tax,td.ot-tax,
	th.ot-discount,td.ot-discount {
	/*display:none;*/
	}
	.top1 .top1-1 .logo a img {
	max-width:70%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {	
	.product-addtocart .view-detail {
	display:none;
    float: left !important;
	}
	.product .spacer .product-addtocart a.product-details, .product .spacer .product-addtocart a.details, .product .spacer .product-addtocart div.details {
    background: transparent url("../images/view-detail.png") no-repeat scroll left center !important;
	}
	.product .spacer .product-addtocart a.product-details, .product .spacer .product-addtocart a.details, .product .spacer .product-addtocart div.details {
    padding: 12px 10px 12px 50px !important;
	}
}
@media (min-width: 768px) {	
	.vmgroup  .item > .product:hover > .spacer {
	/*height:auto !important;*/
	}
	.row .no-space [class*="span"]{
		margin-left:0;
		*margin-left:0;
	}
	.row .controls-row .no-space [class*="span"]+[class*="span"]{
		margin-left:0;
	}
	.row .no-space .span12{
		width:100%;
		*width:100%;
	}
	.row .no-space .span11{
		width:91.6666%;
		*width:91.6666%;
	}
	.row .no-space .span10{
		width:83.3333%;
		*width:83.3333%;
	}
	.row .no-space .span9{
		width:76.4%;
		*width:75%;
	}
	.row .no-space .span8{
		width:66.6666%;
		*width:66.6666%;
	}
	.row .no-space .span7{
		width:58.3333%;
		*width:58.3333%;
	}
	.row .no-space .span6{
		width:50%;
		*width:50%;
	}
	.row .no-space .span5{
		width:41.6666%;
		*width:41.6666%;
	}
	.row .no-space .span4{
		width:33.3333%;
		*width:33.3333%;
	}
	.row .no-space .span3{
		width:23.6%;
		*width:25%;
	}
	.row .no-space .span2{
		width:16.6666%;
		*width:16.6666%;
	}
	.row .no-space .span1{
		width:8.3333%;
		*width:8.3333%;
	}
	.row .no-space .offset12,
	.row .no-space .offset12:first-child{
		margin-left:100%;
		*margin-left:100%
	}
	.row .no-space .offset11,
	.row .no-space .offset11:first-child{
		margin-left:91.6666%;
		*margin-left:91.6666%;
	}
	.row .no-space .offset10,
	.row .no-space .offset10:first-child{
		margin-left:83.3333%;
		*margin-left:83.3333%;
	}
	.row .no-space .offset9,
	.row .no-space .offset9:first-child{
		margin-left:75%;
		*margin-left:75%;
	}
	.row .no-space .offset8,
	.row .no-space .offset8:first-child{
		margin-left:66.6666%;
		*margin-left:66.6666%;
	}
	.row .no-space .offset7,
	.row .no-space .offset7:first-child{
		margin-left:58.3333%;
		*margin-left:58.3333%;
	}
	.row .no-space .offset6,
	.row .no-space .offset6:first-child{
		margin-left:50%;
		*margin-left:50%;
	}
	.row .no-space .offset5,
	.row .no-space .offset5:first-child{
		margin-left:41.6666%;
		*margin-left:41.6666%;
	}
	.row .no-space .offset4,
	.row .no-space .offset4:first-child{
		margin-left:33.3333%;
		*margin-left:33.3333%;
	}
	.row .no-space .offset3,
	.row .no-space .offset3:first-child{
		margin-left:25%;
		*margin-left:25%;
	}
	.row .no-space .offset2,
	.row .no-space .offset2:first-child{
		margin-left:16.6666%;
		*margin-left:16.6666%;
	}
	.row .no-space .offset1,
	.row .no-space .offset1:first-child{
		margin-left:8.3333%;
		*margin-left:8.3333%;
	}
	.controls-row .no-space [class*="span"]+[class*="span"]{
		margin-left:0px;
	}
}	
/*---------- End Responsive Reset ------------*/
.body-bg ,body {
    background: url("../images/body_bg.png") repeat scroll 0px 0px transparent;
}
body {
    font-family: "Segoe UI",Tahoma,Arial,Helvetica,sans-serif !important;
    font-size: 13px;
	color: #666;
	font-weight:200;
}
input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.ie7 .btn-navbar{ display: none; }

.container {

}
/*========================= 2. OVERIDE JOOMLA =======================*/

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit 
{
	clear: both; 
	margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
	display: inline;
	margin: 0 2px;
}
.search .ordering-box > label {
	display: inline;
}

/* tooltips*/
.tip-wrap {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 35500;
}
.tip-title {
	font-weight: bold;
}
.tip-text {
    text-align: left;
}
/* POPULAR TAGS MOD */
.tagspopular ul{
	padding: 0;
	margin: 0;
}
.tagspopular ul li{
	display: inline;
	margin: 2px;
	list-style: none;
}

/* JOOMLA CONTENT */
.categories-list{

}
.weblink-category > h2,
.blog-featured h2.item-title,
.newsfeed-category > h2,
.category-list .content-category > h1,
.page-header > h3,
.page-header > h2{
	background-color: #000;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    padding: 10px;
    text-transform: uppercase;
}
.page-header{
	border: none;
	padding: 0;
}
.blog-featured h2.item-title a,
.page-header > h2 a,
.page-header > h2 span{
	color: #FFf;
}	
h3.page-header{
	padding-right: 0;
	padding-left: 0;
}
.page-content .collapse.in{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-image{
	clear: both;
	float: none !important;
	padding: 15px 0;
}
.cat-children{

}
dl.subcat-list{
	padding-left: 20px;
}
dl.article-info,
.article-info{
	color: #aaa;
	margin: 5px 0;
	overflow: hidden;
}
dt.article-info-term{
	display: none;
}
dl.article-info dd,
.article-info dd{
	float: left;
	display: inline;
	font-style: italic;
	margin-right: 15px;
}
.print-icon span.icon-print,
.email-icon span.icon-envelope{
	background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    width: 14px;
}
.print-icon span.icon-print{
	background-position: -96px -47px;
}
.email-icon span.icon-envelope{
	background-position: -72px 2px;
}
.img-intro-left{
	padding-bottom: 15px;
}
.blog-featured .page-content .items-leading .item,
.blog-featured .items-row  .item,
.blog .page-content .items-leading .item,
.blog .items-row  .item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 24px;
	margin-bottom: 34px;
	position: relative;
}
.blog .item-image{

}
.blog-featured .readmore a.btn,
.blog .item .readmore a.btn,
.readmore a.btn{
	border: 1px solid #cac9c9;
    border-radius: 4px;
}
.item-page .page-content{
	position: relative;
}
.item-page div.article-info{
	padding: 10px 0;
}
.item-page .icons{
	margin: 0;
}
.item-page .tags-title span{
	font-size: 15px;
    line-height: 35px;
    padding-left: 8px;
}
.item-page .tags span{
	margin-right: 5px;
}
.article-print-email{
	position: absolute;
    right: 0;
    top: 0;
}
.readmore a.btn-default:hover{
	background: #a3a948;
	color: #FFFFFF;
}
.items-more .nav-tabs > li > a {
	padding-right: 0;
	padding-left: 0;
}
ul.pagenav{
	border: none;
	margin: 10px 0;
	padding: 10px 0;
}
fieldset.filters{
	margin-bottom: 10px;
}
.archive fieldset.filters{
	margin-top: 20px;
}
.filter-search .chzn-container{
	min-width: 100px !important;
}
.filter-search .chzn-container a.chzn-single{
	line-height: normal;
}
.filter-search button.btn-primary{
	line-height: normal;
    padding: 1px 10px;
}
.modal-header .close {
	margin-top: -13px;
	margin-right: -6px;
}
.item-page div[itemprop="articleBody"] {
	/*padding-left:24px;*/
}
.component div.archive {
	background: none repeat scroll 0% 0% #FFF;
	padding:20px;
}
.component div.archive .intro {
	padding-left:20px;
}
.component > .blog , .component > .category-list {
	background: none repeat scroll 0% 0% #FFF;
	padding:20px;
}
li.previous a  , li.next a ,li.previous a:hover  , li.next a:hover{
	border-radius:0px;
	color:#fff;
	background: none repeat scroll 0% 0% #FF7D59;
}
/* JOOMLA CONTENT END */

/* editor buttons */
.button2-left,
.button2-right {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.top1 .top1-1{
	padding-right: 3px;
	padding-left: 10px;
}
.top1 .top1-1 {
	padding-left: 10px;
}
/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
    margin: 0 0;
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 8px;
}

/*========================= 3. RESPONSIVE ====================*/

@media (max-width: 767px) {
	/* fixed the modal popup width in small screen */
	#sbox-overlay {
		min-width: 100% !important;
	}
	#sbox-window {
		left: auto !important;
		padding: 0;
		width: 90% !important;
	}
	#sbox-window .sbox-content-iframe > iframe {
		max-width: 100% !important;
	}
	
	/* fixed facebox pop up in small screen (Virtuemart) */
	#facebox { max-width: 90% !important; left: auto !important; }
	#facebox .content { display: block !important; }
	#facebox iframe { max-width: 100% !important; }
}

/*========================= 4. LAYOUT =======================*/

/* SEARCH */
.search form.form-inline {
  	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border: 1px solid;
    	border-color: rgba(51, 76, 95, 0.15);
	float: right;
	margin: 27px 2px -14px 0px;
}
.search form.form-inline .form-control   {
	height:30px;
	border-radius:0px;
	border-color:#D5DACC;
}
.search form.form-inline .btn {
	height:22px;
	padding: 2px 10px;
}
.search form.form-inline .btn ,.bottom2 span.btn   {
	border-left: 1px solid #d5dacc;
}
input, textarea, .uneditable-input {
    max-width: 99%;
}
.top1 .top1-1 .logo a img {
	padding-top:8px;
}
.form-inline label, .form-inline .search-query {
    color: #bfbfbf;
}
.form-inline .form-control , .form-inline .btn{
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0); */
}
.form-inline .search-query, .form-inline .btn{
    border: 0 none;
    border-radius: 0px;
}
form.form-inline .panel-heading {
	display:none;
}
form#searchForm {
	border:0px;
	float:left;
}
form#searchForm  button.ot-bg ,form#searchForm  button.btn {
	height: 30px;
	border: 1px solid #d5dacc;
}
form#searchForm   .form-limit select {
	width: auto;
}
form#searchForm div {
	padding:5px 0px;
}
.page-content div.form-limit {
	right: 130px;
    position: absolute;
    top: 50px;
	}
	.page-content p.counter {
	right: 41px;
    position: absolute;
    top: 63px;
	}
	
.search .page-content form.form-inline {
	width: 100%;
}

.page-content > div > img {
	display:none;
}
.top1 .top1-2 {
	padding-left:0px;
}
.top1-2 .otmenu-desk-wrapper {
	clear: both;
    margin: 0;
}
.btn .glyphicon-search {
	color: #747c83;
}
.top1, .top1 a {
    color: #747c83;
}
.top1 {
    line-height: 20px;
}
.top1  .top1-2 .ot-search {
	padding-bottom:15px;
}
.row [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    min-height: 30px;
    width: 100%;
}
/* Main menu */
.otmenu-wrapper .ot-menu li.level1:hover,
 .otmenu-wrapper .ot-menu li.level1.hover,
 .otmenu-wrapper .ot-menu li.level1:hover ,
 .otmenu-wrapper .ot-menu li.level1.active{
    background: none repeat scroll 0 0 #ffffff;
    border-color: #999999;
	border-style: solid;
}

.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap{
	border-width: 1px 0px 0px;
	border-radius:0px;
}
.otmenu-wrapper .ot-menu a.level1{
	font-size: 14px;
	line-height: 56px;
	height: 56px;
	padding: 0px 10px;
	border-bottom: 1px solid;
	position: relative;
	 border-color: #ffffff;
}
.mainmenu .otmenu-desk-wrapper{
    float: left;
    margin: 0px;
    width: 100%;
}
.mainmenu .otmenu-desk-wrapper .otmenu-wrapper-i{
    float: left;
    width: 100%;
}
.mainmenu .otmenu-mobile-wrapper{
	margin: 0 10px;
	overflow: hidden;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.menu{
	/*	float: right;
	height: 100px; */
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li {
	background: none;
	border-radius: 0;
	margin: 0;
}
.otmenu-desk-wrapper .ot-menu li.level1 {
	margin: 0px;
	padding: 0px;
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: transparent; 
}

.mainmenu .otmenu-desk-wrapper .ot-menu li li.hasColumn{
	border-bottom: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator{
	padding: 8px 12px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator{
	padding: 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator span{
	padding: 8px 20px;
}
.mainmenu .otmenu-desk-wrapper li.hasColumn .columnTitle {
    font-weight: bold;
    display: block;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li:hover{
	background: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1,
.mainmenu .otmenu-desk-wrapper .ot-menu .item-separator.level1{
	font-size: 14px;
    font-style: normal;
    height: 51px;
	line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
	font-weight: 500;
	 position: relative; 
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 .submenu-wrap{
	background: none repeat scroll 0 0 #ffffff;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 .submenu-wrap-level1{
	z-index: 9999;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 .submenu-wrap-i {
    background: none;
    float: left;
    width: 100%;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn .submenu-wrap{
	background: none;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap{
	top: 50px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .nav-header {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 .submenu-wrap-level1 {
    border-color: #999;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .notColumn > div > .submenu-wrap {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a:hover, .mainmenu .otmenu-desk-wrapper .ot-menu li.hover > div > a, .mainmenu .otmenu-desk-wrapper .ot-menu li.active > div > a{
    color: #FFF;
    background: none repeat scroll 0% 0% #312F34;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > a:hover, 
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hover > div > a, 
.mainmenu .otmenu-desk-wrapper  li.hover div:hover  {
    color: #666666;
    background: none repeat scroll 0% 0% #FFF;
	 z-index: 100000;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.active > div > a  {
 color: #666666;
    background: none repeat scroll 0% 0% #FFF;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap-ii {
    background-color: #FFF;
}
.otmenu-desk-wrapper li.hasColumn .columnTitle {
    font-weight: bold;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.hasChild.notColumn.active > div > a, .mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.hasChild.notColumn.hover > div > a {
    background-image: url("../images/arrow_w.png");
}
.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.hasChild.notColumn > div > a {
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 98% 50%;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li a, .mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator {
    font-size: 14px;
    text-transform: uppercase;
}
.mainmenu ul.ot-menu  li div.submenu-wrap {
padding:5px 0px !important;
}
/* CUSTOM MENU END */
.ot-vmcat-scroll .ot-item{
	margin: 0;
}
/* Contact */
.middle1-1 .custom .floatleft span:first-child  img {
	/*margin-bottom: 6px;*/
}
.middle1-1 .custom .floatleft span:nth-child(2)  img {
	/*margin-bottom: 4px;*/
}
.middle1-1 .custom .floatleft span  {
	line-height: 16px;
}
.middle1-1 .custom .floatleft span,
.middle1-1 .custom .floatleft span a{
	vertical-align: bottom;
	color: #000;
    font-size: 14px;
    font-weight: 600;
}
.middle1 {
background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: auto;
    padding: 8px 0;
    position: fixed;
    width: 100%;
	text-transform: uppercase;
    z-index: 888;
}
.middle1 a {
    color: #c2c1c2;
}
.middle1  .ot-mod-inner {
	padding-top:1px;
}
.middle1 .middle1-1 {
	color:#c2c1c2;
}
.ot-login a.register {
	padding-right:10px;
	border-right:1px solid #c2c1c2;
}
.ot-login a.login {
	padding-left:10px;
}
.custom_call, .custom_email {
    margin: 0;
    padding: 0 20px 0 9px;	
}
.middle1-2 .ot-cart {
	padding-right:26px;
}
/* ot login */
.modal {
    z-index: 35100;
}
.middle1 .ot-mod-outer.ot-cart  .ot-mod-inner {
	padding-top:2px;
}
#ot-lightbox-wrapper {
    color: #666666;
}
#ot-lightbox-wrapper a {
    color: #60b99a;
}
.nav-tabs a {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
#ot-lightbox-wrapper a:hover {
    color: #FF7D59;
}
#ot-login-popup-wrap, #ot-logout-form {
    margin: 0px 11px 0px;
}
.wrapper {
	    background: url(../images/main_bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.top1 {
    background: none repeat scroll 0 0 #ffffff;
}
/* Custom Content Middle */
.custom-content h2 {
    font-size: 45px;
	line-height: 45px;
}

.middle2 .custom-content {
    color: #ffffff;
}
.custom-content {
    padding: 20px 0;
	padding-top: 64px;
}
.row .offset3:first-child {
    margin-left: 26%;
	margin-top: 40px;
}
.custom-content h4 {
    font-size: 24px;
    line-height: 30px;
}
p {
   /* margin: 0px */
	}
.row .span7 {
    width: 57.265%;
}
/* Custom Banner */
.row .span9 {
    width: 74%;
}
.custom-banner {
    background: none repeat scroll 0 0 #ffffff;
    color: #666666;
}
.custom-banner {
   padding: 10px 0; 
}
.row .span2 {
    width: 13.53%;
}
.row .span2 img{
	padding-top: 11px;
	padding-left: 11px;
}
.row .span10 {
    width: 82.906%;
}

.custom-banner > div {
    padding: 0 10px;
}
.custom-banner > div > div > div {
    border-left: 5px solid;
    float: left;
    padding-left: 28px;
	
}
.custom-banner h3 {
	margin:0px;
}
.custom-banner > div > div > div {
    border-color: #e4c67c;
}
.custom-banner h3 {
    font-size: 29px;
    text-transform: uppercase;
	color:#d8b764;
	line-height: 35px;
}
.custom-banner p {
	margin-left:10px;
}
.row .span5 {
    width: 37.171%;
}
.custom-banner a {
    background: none repeat scroll 0 0 #cccccc;
    color: #ffffff;
}
.custom-banner a {
    display: inline-block;
	margin-left: 49px;
	padding: 10px 12px;
	text-transform: uppercase;
	margin-top: -5px;
}
.custom-banner a:hover {
	color: #fff;
	text-decoration:none;
}
.middle1-2 .ot-mod-outer.ot-login {
	padding-right:30px;
}
.form-control {
	box-shadow:none;
	padding: 1px 12px;
}
/* CUSTOM SLIDE */
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    background: none repeat scroll 0% 0% #0e3030;
    border: 3px solid #FFF;
    border-radius: 23px;
    opacity: 0.5;
}
.carousel-control{
	line-height: 23px;
	text-align: center !important;
	top: 50%;
	z-index: 1;
}
.carousel-control.right{
	text-align: center !important;
}
.carousel-control.no-border{
	border: 0;
}
.carousel-control.control-square{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.carousel-control.control-large{
	width: 60px;
	height: 60px;
	line-height: 45px;
	margin-top: -60px;
}
.carousel-control.control-mini{
	width: 40px;
	height: 40px;
	margin-top: -30px;
}
.carousel-control [class^="icon-"],
.carousel-control [class*=" icon-"]{
	width: 22px;
	height: 22px;
	margin-top: 9px;
}
.control-large [class^="icon-"],
.control-large [class*=" icon-"]{
	margin-top: 19px;
}
.control-mini [class^="icon-"],
.control-mini [class*=" icon-"]{
	margin-top: 4px;
}
.carousel-inner > .item{
	margin: 0;
	overflow: hidden;
}
.carousel{
	z-index: 0;
}
.carousel-indicators li{
	margin: 4px 4px 4px 9px;
}
.carousel-indicators li:hover,
.carousel-indicators li.active{
	margin: 0 0 0 5px;
	border: 4px solid;
	-webkit-border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
}
.ot-slidenav{
	position: absolute;
	right: 0;
	top: -51px;
	z-index: 1;
}
.ot-single .ot-slidenav{
	right: 27%;
	left: auto;
	top: auto;
	bottom: 5%;
	z-index: 1;
}
.ot-slidenav .carousel-indicators,
.ot-slidenav .carousel-control{
	position: static;
	float: left;
}
.ot-slidenav .carousel-control{
	position: static;
	float: left;
	border: 0;
	margin: 0 0 0 1px;
	cursor: pointer;
}
.ot-single .product .spacer a, .ot-single .product .spacer .product-category, .ot-single .product .spacer .product-category a, .ot-single .product .spacer .product-name, .ot-single .product .spacer .product-name a, .ot-single .product .spacer .product-price {
    color: #FFF;
}
.ot-single .product .spacer .product-price .cur_symbol {
    background: none repeat scroll 0% 0% #FFF;
    color: #60B99A;
    border-color: #5DB395;
}
/* CUSTOM VIRTUEMART */
.browse-top h3.category-title{
	padding: 0 15px;
	font-size: 30px;
	text-transform: uppercase;

}
.browse-top .ot-header {
	padding-top:5px;
	border-bottom: 1px solid;
	border-color: #E9E8E8;
	display: inline-block;
	width: 100%;
}
.browse-top h3,
.browse-top .category_description,
.browse-top .virtuemart_search{
	padding: 10px;
}
.orderby-displaynumber{
	padding: 10px;
	border-top: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
ul.ot-vmproduct{
	margin: 0px;
	list-style: none;
	padding:0px;
}
.product .spacer{
	overflow: hidden;
	line-height: 20px;
	position: relative;
}
.maintop1 .vmgroup .product .product-image ,.mainbottom1 .vmgroup .product .product-image , .product .product-image  {
	/* background: url("../images/bg-product.png") repeat-x scroll 0px 0px transparent; */
}
.maintop1-1  .product .product-image img ,.mainbottom1-3  .product .product-image img ,.component  .product .product-image img ,.slidebar-1 .product .product-image img   {
	max-width:70%;
}
.product .spacer,
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer{
	padding: 10px 0;
	margin: 10px 0;
	text-align: left;
}
.module .ot-vmproduct .product .spacer {
	margin: 0 0 1px;
}
.product .spacer .carousel-inner > .item > img,
.product .spacer .carousel-inner > .item > a > img,
.main-image .carousel-inner > .item > img,
.main-image .carousel-inner > .item > a > img{
	display: inline-block;
	max-width: 100%;
}
.product-related-products .carousel,
.product .spacer .product-image.carousel{
	border: 0;
	margin-bottom: 0px;
}
.product .spacer .product-addtocart,
.product .spacer .product-price,
.product .spacer .product-rel-price
{
	padding: 5px 10px;
	max-width:100%;	
}
.product .spacer .product-detail > div ,.product .spacer .product-detail >h4,.ot-single .product .spacer .product-price{
	padding-left:20px;
	padding-right:20px;
	padding-top: 5px;
	width: 100%;
}
.middle3-1 .span3 div.clear {
	margin:0px;
	padding:0px;
}
.product .spacer .product-detail .product-category {
	padding-bottom:5px;
}
.product .spacer .product-detail >h4 {
	padding-top:5px;
}
.product .spacer .product-category{
	font-size: 12px;
	text-transform: uppercase;
}
.product .spacer .product-name{
	font-size: 18px;
	text-transform: uppercase;
}
.product .spacer .product-addtocart{
	margin-bottom: 10px;
	text-align: right;
}
.product .spacer .product-addtocart a.product-details,
.product .spacer .product-addtocart a.details,
.product .spacer .product-addtocart div.details{
	border: 0;
	padding: 12px 50px 12px 10px;
	text-transform: uppercase;
}
.maintop1-1 .ot-bg-bottom {
	border-bottom: 0px solid #e8e8e8;
	padding:0px;
}
.mainbottom1-3 .product {
	padding:0px;
}
.mainbottom1-3 .product .product-category {
	padding-top:5px;
}
.product .spacer .product-addtocart .addtocart-button{
	border: 0;
	padding: 12px 10px 12px 50px;
	text-transform: uppercase;
}
.product .spacer .product-price .PricesalesPrice,
.product .spacer .product-rel-price .PricesalesPrice
{
	font-size: 36px !important;
	line-height: 32px;
	margin: 0 0 5px;
	/*float: right;*/
	font-weight:200;
}
.vm-product-details-container .ot-pricesalesPrice {
	font-size: 50px !important;
	line-height: 36px;
	margin: 0 0 5px;
	/*float: right;*/
	font-weight:200;
}
.middle3-1 .product .spacer .product-price .PricesalesPrice {
float: right;
}
.product .spacer .product-price .PricesalesPrice {
float: right;
}
.product .spacer .product-price .price-crossed,
.product .spacer .product-rel-price .price-crossed{
	padding-left:15px;
	padding-top:10px;
}
.product .spacer .product-price .cur_symbol,
.product .spacer .product-rel-price .cur_symbol,
.product .spacer .product-price .decimals,
.product .spacer .product-rel-price .decimals,
.vm-product-details-container .vmproduct-price .cur_symbol,
.vm-product-details-container .vmproduct-price .decimals{
	font-size: 18px !important;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}
.product .spacer .product-price .cur_symbol,
.product .spacer .product-rel-price .cur_symbol
{
	    height: 52px;
    line-height: 32px;
    text-align: center;
    width: 52px;
	border: 5px solid;
	border-radius:  25px;;
	-webkit-border-radius:  25px;;
	-moz-border-radius:  25px;;
}
.vm-product-details-container .vmproduct-price .cur_symbol {
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	border: 5px solid;
	border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
}
.product .spacer .product-detail a.product-details{
	padding: 3px 10px;
	border: 0;
}
.vote .ratingbox{
	width: 70px;
	height: 14px;
}
.vote .ratingbox span{
	height: 14px;
}
.ot-product .spacer .product-addtocart{
	/*display: none;*/
}
#ot-product-hover{
	text-align: center;
	position: absolute;
	z-index: 99989;
}
#ot-product-hover .product .spacer{
	border-width: 1px;
	border-style: solid;
}
#ot-product-hover .product .spacer .product-detail,
#ot-product-hover .product .spacer .product-image{
	padding: 5px 20px;
}
#ot-product-hover .ot-close{
	cursor: pointer;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 99990;
}
.ot-single .product .spacer{
	margin: 0px;
	padding: 0px;
	border: 0;
}
.ot-single .product .spacer .product-detail,
.ot-single .product .spacer .product-addtocart,
.ot-single .product .spacer .product-price{
	width:100%;
}
.ot-single .product .spacer .product-category,
.ot-single .product .spacer .product-name,
.ot-single .product .spacer .product-s-desc,
.ot-single .product .spacer .vote{
	margin: 5% 0px;
	 font-size: 17px;
}
.ot-single .product .spacer .product-s-desc {

}
.ot-single .product .spacer .vote {
	padding-top:4%;
}
.ot-single .product .spacer .product-name{
	font-size: 30px;
	line-height: 35px;
	font-weight:200;
	max-width:100%;
}
.ot-single .product .spacer .product-name:hover  {
	background-color:#312f34;
	text-decoration:none;
}
.ot-single .product .spacer .product-category:hover {
	background-color:#3a4b48;
}
.ot-single .product .spacer .product-category {
	margin-bottom:0px;
	padding: 5% 5%;
}
.ot-single .product .spacer .product-category {
	display: inline-block;
	width: auto;
}
.ot-single .product .spacer .product-name a:hover ,.ot-single .product .spacer .product-category a:hover  {
	text-decoration:none;
}
.ot-single .product .spacer .product-name {
	margin-top:0px;
	padding: 5% 5%;
}
.ot-single .product .spacer .product-price{
	font-size: 48px;
	line-height: 48px;
}
.ot-single .product .spacer .product-price .decimals{
	font-size: 24px;
	margin-left: -7px;
}
.productdetails-view{
	overflow: hidden;
}
.productdetails-view .product-price{
	font-family: 'Segoe UI Light';
	font-size: 24px;
	line-height: 24px;
	padding: 15px 0;
}
.productdetails-view .product-price span.price-crossed{
	font-size: 14px;
}
.product-preview{
	margin: 0 0 20px;
	padding: 20px;
}
.main-image{
	margin: 0;
	padding: 0;
	border: 1px solid;
	overflow: hidden;
}
.img-caption{
	padding: 10px;
	line-height: 20px;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}
.additional-images .carousel {
	padding: 0px;
}
.additional-images .carousel .carousel-control {
	left: 0;
	border: 0;
}
.additional-images .carousel .carousel-control.right {
	left: auto;
	right: 0;
}
.additional-images .nav > li > a > img{
	max-width: 100%;
	max-height: 105px;
	width: auto;
	margin: 0;
}
.additional-images .mCustomScrollBox .mCSB_container{
	/* margin: 0 40px; */
}
.productdetails-view .product-name h1{
	font-size: 30px;
	text-transform: uppercase;
}
.productdetails-view .category-name{
	text-transform: uppercase;
}
.availability{
	text-align: left;
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid;
	text-transform: uppercase;
}
.productdetails-view .spacer-buy-area{
	padding: 0;
}
.productdetails-view .product-fields{
	float: left;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid;
}
.productdetails-view .addtocart-bar{
	padding: 15px 0;
	border-bottom: 1px solid;
}
span.quantity-box{
	width: auto;
}
span.addtocart-button input.addtocart-button{
	font-size: 12px;
	/* padding: 4px 40px 4px 10px; */
	padding: 12px 10px 12px 60px;
	height: auto;
	line-height: 24px;
	border-radius:0px;
	font-weight:400px;
	text-transform:uppercase;
}
span.addtocart-button input.addtocart-button:hover {
	background-color: #f18e72;
    background-image: url("../images/vm/icon_cart_w.png");
    background-position: 10px 2px;
    background-repeat: no-repeat;
    border-color: #f18e72;
}
.productdetails-view .product-short-description{
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid;
}
.product-related-products,
.product-related-categories{
	float: left;
	width: 100%;
	border: 0;
}
.productdetails-view h4,
.product-related-products h4,
.product-related-categories h4{
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 9px 25px;
	border-bottom: 1px solid;
}
.productFacebookButton,
.productTwitterButton,
.productGooglePlusOneButton{
	float: left;
	margin-right: 10px;
}
.module .VmArrowdown{
	width: 10px;
	height: 10px;
	padding: 15px;
}
.vmCartModule{
	
}
.module ul.VMmenu{
	margin-top: 10px;
}
.module ul.VMmenu li{
	/*padding: 0; */
}
.module ul.VMmenu li a,
 .module ul.menu li a{	
	display: block;
	padding: 5px;
}
.mainbottom2  .module ul.VMmenu li a:hover,
.mainbottom2 .module ul.menu li a:hover{
	text-decoration:underline;
}
.menu.ot_sub_mn{
	margin: 5px;
}
.module .menu .parent > a{
	font-family: 'Segoe UI Light';
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	text-transform: uppercase;
}
img {
    max-width: 100%;
}
.ot-single .product .spacer {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.middle3-1 .ot-slidenav a.left {
    background: url("../images/icon-prev.png") no-repeat scroll  transparent;
	
}
.middle3-1 .ot-slidenav a.right{
    background: url("../images/icon-next.png") no-repeat scroll  transparent;
}
.product-related-products .ot-slidenav a.left {
    background: url("../images/icon-prev-a.png") no-repeat scroll  transparent;	
}
.product-related-products .ot-slidenav a.right{
    background: url("../images/icon-next-a.png") no-repeat scroll  transparent;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
}
.carousel {
    position: relative;
    margin-bottom: 0px;
    line-height: 1;
	height: 400px;
}
div.product {
    border: 0px !important;
	min-width:150px !important;
}
.ot-specials .ot-product {
	/*padding:0px;*/
}
.ot-specials .ot-product .spacer {
	margin:0px;
	padding:0px;
}
/* VM - Featured products */
.maintop1 {
/*     margin: 8px 0px; */
}
.maintop1 .row [class*="span"]:first-child {
    margin-left: 0px;
}
.row .span3 {
    /* width: 23.0769%;*/
}
.maintop1-1  h3.mod-title {
    padding: 0px;
}
.maintop1-1  .mod-title {
    background: #000 none repeat scroll 0 0;
    color: #fff;
	border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
}
.mod-title {
    font-family: Segoe UI !important;
	font-weight: lighter !important;
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-bottom: 1px #E9E9E9;
    clear: both;
	
}
.product .spacer, .category-view .row-fluid .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row-fluid .product .spacer {
    background: none repeat scroll 0% 0% #FFF;
    border-color: #E9E9E9;
}
.product .spacer {
    overflow: hidden;
    line-height: 20px;
    position: relative;
	border-bottom:0.5px solid #e8e8e8;
}
.product .spacer, .category-view .row-fluid .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row-fluid .product .spacer {
    text-align: left;
}
p.product_s_desc {
    margin-bottom: 6px;
    padding: 0px;
}
.product .spacer .product-price .cur_symbol, 
.product .spacer .product-rel-price .cur_symbol ,
.vm-product-details-container .vmproduct-price .cur_symbol{
    background: none repeat scroll 0% 0% #E6E6E6;
    border-color: #F7F7F7;
}
.vm-product-details-container .vmproduct-price .cur_symbol {
	margin-right:-10px;
}
.product .product-price {
    float: none !important;
}
.product-addtocart .ot-addtocart {
	float:left;
}
.product-addtocart  .view-detail {
	float:right;
	color:#666666;
	font-size:12px;
	font-weight:400;
}
.maintop1-1 .addtocart-area form.product {
	padding: 0px;
}

.product-addtocart  .view-detail  a:hover,
.product-addtocart  .view-detail  a  {
	color:#666666;
}
.product-addtocart  .view-detail a.product-details {
	padding: 12px 50px 12px 0px !important;
}
.ot-addtocart .addtocart-area .quantity-box ,
.ot-addtocart .addtocart-area .quantity-controls{
	display:none;
}
.ot-addtocart .addtocart-area span.addtocart-button {
	padding: 0px !important;
	background-color:none;
}
.ot-addtocart .addtocart-area  input.addtocart-button {
	padding: 10px 0px 10px 50px !important;
	background-color:#F7F7F7 !important;
	color:#666666;
	font-size:12px;
	font-weight:400;
	background-image: url("../images/add-cart.png")!important;
	background-position:0px 0px !important;
	background-repeat:no-repeat;
	letter-spacing: 0px;
}
.ot-addtocart .addtocart-area  input.addtocart-button:hover  {
	color: #666666 !important;
	background-position:0px 0px !important;
}
.ot-addtocart .addtocart-area ,
.ot-addtocart .addtocart-area .addtocart-bar  {
	margin:0px !important;
}
.ot-addtocart .addtocart-area .addtocart-bar 
div.vote, span.vote {
    margin-left: 0px !important;
}

#ot-product-hover{
	text-align: center;
	position: absolute;
	z-index: 99989;
}
#ot-product-hover .product .spacer{
	border-width: 1px;
	border-style: solid;
}
#ot-product-hover .product .spacer .product-detail,
#ot-product-hover .product .spacer .product-image{
	padding: 5px 20px;
}
#ot-product-hover .ot-close{
	cursor: pointer;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 99990;
}
.spacer {
	max-width:100%;
}
.spacer .product-image ,div.product {
	max-width:100%;
}
.mainbottom1-3 .item ,.mainbottom1-3 .item .product ,.mainbottom1-3 .item .product .spacer{
	height:100%;
}
.product .spacer .product-addtocart{
	margin-bottom: 10px;
	text-align: right;
}
.product .spacer .product-addtocart a.product-details,
.product .spacer .product-addtocart a.details,
.product .spacer .product-addtocart div.details{
	background: url("../images/view-detail.png") no-repeat right center transparent;
}
.ot-featured-product .product .spacer:hover .product-detail.hover {
    top: auto;
    bottom: 0px;
}
.ot-featured-product .product .spacer .product-detail.hover {
    position: absolute;
    top: 100%;
    left: 0px;
    transition: all 1.6s ease-in 2s;
	transition-duration:2s;
}
.ot-featured-product .product .spacer .product-detail {
    background-color: #fff;
    width: 100%;
    position: relative;
}
.product-detail.hover .product-addtocart {
	padding:0px !important;
}
.product .spacer .product-addtocart {
    background: none repeat scroll 0% 0% #F9F9F9;
    color: #666;
}
.product-detail.hover {
	display:none;
}
.ot-featured-product .product-detail.hover {
	display:block;
}
/*mainbottom1 */
.component .blog-featured {
    padding: 5px 20px;
    background: none repeat scroll 0% 0% #FFF;
    border-color: #E9E9E9;
    padding: 20px;
    margin: 0px 0px 20px;
    border-bottom: 1px ;
}
.custom_block1 {
    background: none repeat scroll 0% 0% #000;
	
}
.mainbottom1 .custom_block1 ,.mainbottom1 .custom  ,.mainbottom1  .mod-content ,.mainbottom1  .ot-mod-inner , .custom_block2 , .mainbottom1-3 ul li.ot-product , .mainbottom1-3 .vmgroup  ,.mainbottom1-3 .vmgroup-i ,.mainbottom1-3 .vmgroup-i ul  , .mainbottom1-3 .vmgroup-i ul   .spacer.odd  ,.custom_block3{
	height:100%;
}
[class*="custom_block"] {
    color: #FFF;
}
[class*="custom_block"] > div {
    padding: 10px;
}
.custom_block2 {
    background: none repeat scroll 0% 0% #F18E72;
}
.custom_block3 {
    background: none repeat scroll 0% 0% #78d8ff;
}
.mainbottom1-3 .vmgroup ,.mainbottom1-3 .vmgroup .ot-items {
	max-width:100%;
}
.mainbottom1-3 ul li.ot-product {
	margin:0px;
}
.mainbottom1-3 .spacer ,.mainbottom1-3  .row  ,.mainbottom1-3  .row .product{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
.mainbottom1 {
	margin: 20px 0px;
}
.component .product-addtocart {
	display:none;
}
/* bottom1 */
 .bottom1 {
    padding: 20px 0px;

}
.bottom1 , .bottom2 , .bottom3  {
	background: none repeat scroll 0% 0% #FFF;
}
.bottom1 .bottom1-1 .custom  {
	padding: 20px 0px;
	border-bottom: 1px solid;
	border-color: #E5E5E5;
	padding-bottom: 60px;
	display:inline-block;
}
.bottom1-1 h2 {
	color:#666666 !important;
}
a.desktop, a.touch-screen, a.phone {
    background: none repeat scroll 0% 0% #EFEFEF;
}
a.desktop, a.touch-screen, a.phone {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
}
a.desktop:hover {
    background: none repeat scroll 0 0 #ccbd39;
}
a.touch-screen:hover {
    background: none repeat scroll 0 0 #99b898;
}
a.phone:hover {
    background: none repeat scroll 0 0 #f18e72;
}
/* bottom2 */

.bottom2-1 , .bottom2-2 , .bottom2-3 ,.bottom2-4 {
	padding-right:0px;
}
 .bottom2-5{
 padding-left:0px;
 padding-right:15px;
 }
.bottom2 h3.mod-title span ,.slidebar-1 h3.mod-title span {
	font-size: 24px;
	line-height: 25px
}
.slidebar-1 h3.mod-title span {
	padding-left:10px;
}
.module ul.VMmenu li a, .module ul.menu li a {
    color: #656565;
	
}
.bottom2 h3 {
	color:#414141 !important;
	padding:0px;
	text-transform: none;
}
.custom_subscribe input.btn {
	margin: 5px 0px; padding: 9px 37px;
}
.custom_subscribe input.subscriber-email {
    background: url("../images/send-mail.png") no-repeat 97% center;
    width: 100%;
	border-radius:0px;
	padding-right: 25px; 
}
.custom_subscribe form.form-inline  {
	display:inline-block;
	width: 80%;
}
/* footer */
.footer1, .footer1 a, .footer1 .module ul.VMmenu li a, .footer1 .module ul.menu li a {
    color: #ffffff;
}
.footer1 {	
    background: none repeat scroll 0 0 #000; 
}
.footer1-2  a img  {
margin:auto;
}
.gotop {
    background: none repeat scroll 0 0 #efefef;
}
.gotop {
    height: 60px;
    margin: -65px 0 0;
    position: absolute;
    right: -7%;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 1;
}
.gotop a {
    color: #909090;
	display: inline-block;
    line-height: 20px;
    margin: 10px 0px ;
}
.gotop  p {
    display: inline-block;
	color: #909090;
}
.copyright {
    padding: 20px 0;
    text-transform: uppercase;
	word-spacing: 1px;
	font-size:13px;
	font-weight:200;
}
.footer1 .custom_social {
    display: inline-block;
    text-transform: uppercase;
	text-align:center;
	padding: 20px 5px 10px 5px;;
}

a.custom_social img {
    display: block;
	padding-bottom: 12px;
}
.gotop a:hover {
    color: #FF7D59;
}
.footer1-2 .custom_social:hover {
	background-color:#232125;
	text-decoration:none;
	text-decoration:none;
}
.footer1 .ot-socials-links {
	text-align: right
}
/* sliderbar */
.slidebar-1 .module h3.mod-title ,.sidebar-3  h3.mod-title {
    background: none repeat scroll 0% 0% #312F34;
    color: #FFF;
}
.slidebar-1 h3.mod-title {
    padding: 6px 10px;
}
.slidebar-1 .module , .sidebar-2 .module  ,.sidebar-3 .module {
    background: none repeat scroll 0% 0% #FFF;
	margin-bottom: 20px;
}
.slidebar-1 .mod-content {
    padding: 6px 10px;
}
.sidebar-2 h3 {
color:#fff !important;
}
[class*="slidebar-"] .mod-content {
    padding: 0px;
}
/* Product VIRTUEMART */
.component .vm-product-container {
	background: none repeat scroll 0% 0% #FFF;
}
.component .item-page{
	background: none repeat scroll 0% 0% #FFF;
    border-color: #E9E9E9;
    margin: 0px 0px 20px;
    padding: 20px;
}
.ot-breadcrumb h4 {
	display:none;
}
.ot-breadcrumb .breadcrumb {
	/* margin-top:20px; */
	margin-bottom:0px;
	background-color: #fff;
}
.breadcrumbs {
    padding: 10px 0px;
    display: block;
	
}
.breadcrumbs ,.breadcrumbs a{
    color: #fff;
    font-size: 13px;
	text-transform:uppercase;
}
.ot-breadcrumbs  .breadcrumbs {
	width:400px;
}
.ot-breadcrumbs .mod-content  {
	background: url("../images/breadcrumb.png") no-repeat transparent;
	background-position:right center;
}
span.breadcrumbs .breadcrumb-arrow {
    background: url("../images/arrow.png") no-repeat scroll right 7px transparent;
    padding-right: 15px;
    margin-right: 10px;
}
/* Contact */
.component .page-contact , .component .page-content {
	background: none repeat scroll 0 0 #ffffff;
    border-color: #e9e9e9;
}
.page-contact h3 {
	 color: #666666 !important;
	 padding: 10px;

}
.component .page-content {
	margin: 0 0 20px;
    padding: 20px;

}
legend ,.form-actions{
    border-bottom: 1px solid;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    padding: 6px 20px;
    text-transform: uppercase;
}
legend ,.form-actions {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #e9e9e9;
    color: #666666;
}
/*form {
    margin: 0 0 20px;
}*/
.browse-view .virtuemart_search {
    display: none;
}

.browse-view .browse-top, .browse-view .products {
    background: none repeat scroll 0% 0% #FFF;
}
 .browse-category .addtocart-bar ,.browse-category  .product-rating , .browse-category .product-addtocart , .browse-category .vm-details-button , .orderby-displaynumber .vm-pagination {
	display: none;
}
.browseProductImage {
	max-height:100%;
}
div.pagination, .vm-pagination, .vm-page-counter {
    display: block;
    float: none;
    text-align: center;
}
.component .row [class*="span"]:first-child {
    margin-left: 0;
}
.row .span4 {
    /*width: 31.6239%;*/
	width:33.3%;
}
.orderby-displaynumber .span6 {
	margin-left: 0%;
}

.product .spacer .product-discount {
    border-radius: 42px;
    display: block;
    font-size: 14px;
    height: 80px;
    padding: 5px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    vertical-align: middle;
    width: 80px;
    z-index: 5;
}
.product .PricebasePriceWithTax {
    color: #999999 !important;
	font-size:13px !important;
}

.product .spacer .product-discount .percent {
    display: inline-block;
    font-size: 48px !important;
    line-height: 50px;
	font-weight:200;
}
.product-price .product-discount , .product-price .product-discount  .percent , .product-price .product-discount  .ot-percent {
	color:#ffffff !important;
}
.product-price .product-discount  .ot-percent {
	vertical-align: 25px;
	font-size:14px !important;
	font-weight:200;
	line-height: 10px;
}
.maintop1-1 .product .product-discount {
	/*display:none;*/
}


.browse-top h3.category-title {
    border-color: #e9e8e8;
	color:#949395 !important;
	float:left;
	font-weight:lighter;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 0px;
}
.row .span6 {
    width: 48.7179%;
}
a , a:hover {
   color: #666;
}
.activeOrder a ,.activeOrder a:hover {
    color: #60b99a;
}
h1, h2, h3 {
    line-height: 40px;
}
.product-detail .vote {
	float:left !important;

}
.product-related-products  div[style] {
	height:auto !important;
	overflow: visible !important;
}
.product-related-products .item .product:nth-child(2)  {
	padding:0px 7.5px;
}
.additional-images div {
	height:auto !important;
}
.product-related-products .slide , .additional-images .carousel{
	margin:0px !important;
}
.carousel-control [class^="icon-"], .carousel-control [class*=" icon-"] {
    height: 22px;
    margin-top: -15px;
    width: 22px;
}
.productdetails-view h4, .product-related-products h4, .product-related-categories h4 {
    background: none repeat scroll 0 0 #000;
    border-color: #000;
}

.product-related-products h4 , .product-details h4 {
	color:#ffffff !important;
}
.component .productdetails-view .product-details {
	padding:0px 20px;
	padding-top:20px;
}
.customer-reviews h4.title {
	background: none repeat scroll 0 0 #ccbd39 ;
	border-bottom:0px;
}
.middle3 .ot-slidenav .carousel-control span {
	margin-top:0px;
	height:31px;
}
.carousel-control.control-mini , .middle3 .ot-slidenav .carousel-control {
    border-radius: 0;
}
.carousel-control .icon-prev {
	margin-left: -30px;
}
.carousel-control .icon-next {
	margin-right: -30px;
}
.product-related-products  .ot-slidenav {
	right: 5px;
	top: -42px;
}
.product-related-products  .ot-slidenav a.carousel-control {
	width: 36px;
	height: 36px;
	opacity:1;
}
.product-related-products  .ot-slidenav a.carousel-control span.icon-prev-w ,.product-related-products  .ot-slidenav a.carousel-control span.icon-next-w  {
	height: 34px;
	width: 25px;
}
.panel-default > .panel-heading {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #ddd;
    color: #333;
	padding:0px;
}
.productdetails .panel-heading {
	margin: 15px 0;
}
.component .productdetails-view .product-preview , .component .productdetails-view .product-details {
	background: none repeat scroll 0 0 #ffffff;
}
.productdetails-view .product-related-products  h4.related-title {
	 background: none repeat scroll 0 0 #ffffff;
	 border:0px;
	 color:#666666 !important;
}
.product-preview {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #e9e9e9;
}
.product-preview   {
    padding: 20px;
}
.ot-content {
    border-bottom: 1px solid;
    margin: 0 0 20px;
    padding: 20px;
}
.product-description .ot-content {
	padding-left:30px;
}
.ot-content {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #e9e9e9;
}
.icon-next-bold {
    background: url("../images/icon-next-bold.png") no-repeat scroll 50% 50% transparent;
}
.icon-prev-bold {
    background: url("../images/icon-prev-bold.png") no-repeat scroll 50% 50% transparent;
}

.main-image {
    border: 1px ;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.main-image {
    border-color: #f2f2f2;
}
.tab-content {
    clear: both;
    overflow: visible;
    padding: 10px;
}
.product-preview .col-lg-5 {
	padding-left:0px;
}
.main-image img {
    max-height: 100% !important;
}
.additional-images .nav > li > a {
	padding:0px ;
}
.carousel-control.control-light {
    background-color: #ffffff;
    color: #000000;
	background-image:none;
}
.right {
	margin-right:0px !important;
}
.additional-images .icon-prev-bold , .additional-images .icon-next-bold {
  height: 30px;
}
.product-preview h1.product-name {
	color: #333333 !important;
	font-size: 30px;
	text-transform: uppercase;
}
.icon-email {
    float: right;
    margin: 4px 0 10px 30px;
    text-align: right;
}
div.vote, span.vote {
	float:left !important;
}
.productdetails-view .product-short-description {
    border-color: #e5e5e5;
}
.vm-product-details-container {
    float: left !important;
    width: 100% !important;
}
.component .cart-view ,.component .address-cart {
	background: none repeat scroll 0 0 #ffffff;
	padding:20px;
}
.cart-view h1 {
color:#666666 !important;
}
table.user-details input  {
	margin-bottom: 10px !important;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-lock {
	background-image: url("../images/cart.png");
	display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-top: -5px;
    vertical-align: -4px;
    width: 25px;
}
element.style {
    opacity: 1;
}
.productdetails-view .vmproduct-price {
	padding: 15px 0;
	font-family: "Segoe UI"; 
}
.productdetails-view .vmproduct-price .PricesalesPrice {
	/*font-size: 24px;
    line-height: 24px;*/
}
.productdetails-view .addtocart-bar {
	margin-top:0px;
	padding-bottom:40px;
}
.availability, .productdetails-view .vmproduct-price {
    border-color: #e5e5e5;
    color: #333333;
}
.availability {
	color:#5eb597;
	font-size:12px;
}
.productdetails-view .product-fields, .productdetails-view .addtocart-bar {
    border-color: #e5e5e5;
}
.vote .ratingbox span {
    background: url("../images/vm/color-stars.png") repeat-x scroll 0 0 transparent;
}
.vote .ratingbox span {
    height: 26px;
}
.productdetails-view .vm-product-container .ratingbox {
    margin: 0 0 15px;
}
.vote .ratingbox, .rating .ratingbox {
    background: url("../images/icon-review.png") repeat-x scroll 0 bottom transparent;
	background-position:16px 0px;
}
.vote .ratingbox, .rating .ratingbox, .ratingbox span {
    height: 26px;
    width: 81px;
}
.vote .ratingbox span, .rating .ratingbox span {
    background: url("../images/icon-review.png") repeat-x scroll 0 bottom transparent !important;
	background-position:17px 0px;
}
.ratingbox .stars-orange {
    max-width: 85px;
}
.customer-reviews .vote .ratingbox,.customer-reviews .rating .ratingbox {
	background: url("../images/vm/color-stars.png") repeat-x scroll 0px bottom transparent;
}
.customer-reviews .vote .ratingbox span, .customer-reviews .rating .ratingbox span {
    background: url("../images/vm/color-stars.png") repeat-x scroll 0px 0px transparent !important;
}
.customer-reviews .vote .ratingbox span {
    height: 14px;
}
.customer-reviews .vote .ratingbox {
    width: 70px;
    height: 14px;
}
.addtocart-area .addtocart-bar {
	float:left;
}
.customer-reviews  .vote .ratingbox,.customer-reviews  .rating .ratingbox,.customer-reviews  .ratingbox span {
    height: 14px;
}
.vm-product-details-container .social-button {
	padding-top: 15px;
	display: inline-block;
	padding-bottom: 15px;
}
.social-button ,.productFacebookButton {
	overflow:visible;
}
span.vm-price-desc {
	margin:0px !important;
}
.ot-logout-button-inner .button {
	background: none repeat scroll 0 0 #312f34;
	border:0px;
}
.vmproduct-price .price-crossed .PricebasePriceWithTax {
    color: #999999;
	padding-bottom:10px;
}
#fancybox-title {
	margin:0px !important;
}
#fancybox-content {
	z-index:99999;
}
.page-contact h4.ot-title {
	display:none;
}
.content .component .form-validate {
	background: none repeat scroll 0 0 #ffffff;
    border-color: #e9e9e9;
}
#fancybox-content {
	background: none repeat scroll 0 0 #ffffff;
}
.additional-images .nav > li > a {
    border: 1px solid;
}
.additional-images .nav > li > a {
    border-color: #f2f2f2;
}
.additional-images .nav > li > a:hover, .additional-images .nav > li:hover > a, .additional-images .nav > li.active > a  , .additional-images .nav > li  > a{
    border-color: #c5c5c5;
}
.additional-images .nav > li {
	padding-left:5px;
}
.additional-images .nav > li:first-child {
	padding-left:0px;
}
h4.product-name a {
	color:#444;
}
h4.product-name a:hover {
	text-decoration:none;
}
.form-validate h2 {
	color:#444 !important;
}
#form-login {
	background: none repeat scroll 0 0 #ffffff;
}
#form-login .button {
	border: 0px none;
	background: none repeat scroll 0px 0px  #ffffff;
}
.custom-content h2,.custom-content h4,.mainbottom1 h3,.mainbottom1 h1,.mainbottom1 h2,.mainbottom1 h4,.slidebar-1 h3,.slidebar-1 h2,.slidebar-1 h1,.slidebar-1 h4 {
	color:#fff !important;
}
.middle4 {
	background: none repeat scroll 0 0 #ffffff;
	margin-bottom:22px;
}
.slidebar-1 ul li {
	background: url("../images/point.png") no-repeat 5% 50%;
	background-position:-2% 50%;
}
.slidebar-1 ul li:hover ,.slidebar-1 ul li.VmOpen {
	background: url("../images/1.png") no-repeat 5% 50%;
	background-position:-2% 50%;
}
.slidebar-1 ul li  div {
	padding:0px 10px;
}
.slidebar-1 ul  {
	padding:0px 15px;
}
.slidebar-1 .module ul.VMmenu li a {
	padding-left:10px;
	text-transform: uppercase;
}

.component .orderby-displaynumber  .orderlist div:hover {
	background: none repeat scroll 0% 0% #fff;
}
.component .orderby-displaynumber  .orderlist div a:hover {
	/*color:#60B99A;*/
}
.component .orderby-displaynumber  .orderlist div a{
	color:#949395;
}
 .component .orderby-displaynumber  .orderlist {
	border: 0px; 
 }
 .component .row .ot-product:first-child  {
	padding-left:0px;
 }
 .component .row .ot-product:nth-child(3) {
	padding-right:0px;
 }
.component .orderby-displaynumber .display-number  .inputbox{
	display:none;
}
.component .orderby-displaynumber .btn-group , .component .display-number  {
	float:right;
	text-transform: uppercase;
}
.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(n)
{
    background: #eeeeee;
}
.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}
.item.list-group-item img
{
   /*float: left; */
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
.component .row .item.list-group-item {
	padding-left:15px;
}
.item.list-group-item .product-image {
    margin:0px 10px;
}
.item.list-group-item  .product-image  {
    float: left;
}
.item.list-group-item  .product-details {
	margin-top:10px;
}
.glyphicon {
    /*margin-right: 5px;*/
}
.span6 .btn-group {
	margin-top: -10px;
}
.middle1-2 span.show_cart a {
	padding-top:1px;
}
.product-detail .product-s-desc {
	display:inline-block;
}
.product-detail .product-s-desc
form.form-validate {
	padding-left:10px;
}
.component .edit-address-cart {
	background: none repeat scroll 0% 0% #fff;
	padding-left:10px;
}
span.vote  .no-vote {
	background-image: url("../images/icon-review.png");
	width: 81px;
	height: 28px;
}
.ot-header  .display-number {
	padding-top:10px;
	color:#949395;
	font-size:12px;
}
.ot-header  .display-number br {
	display:none;
}
.ot-header  .display-number .inputbox {
	margin-left:20px;
	margin-right: 15px;
}

.orderby-displaynumber .btn-group a {
	border-radius: 0;
    font-size: 19px;
    height: 32px !important;
    margin-right: 10px;
    opacity: 0.5;
    padding: 0;
    width: 32px !important;
	padding-top: 1px;
	padding-left: 1px;
}
.orderby-displaynumber .btn-group {
	position:absolute;
	right: 10px;
	bottom: 12px;
}
.orderby-displaynumber .btn-group a.active {
	opacity:1;
}
.productdetails .category-name a {
	color:#9d9c9c;
}
.list-group-item .product-detail .product-s-desc {
	display:block;
	padding-top:15px;
}
.component .list-group-item.ot-product:nth-child(3)  {
	padding-right:15px;
}
.main-image .tab-content .tab-pane {
	position:relative;
}
.main-image .tab-content .ot-zoom {
	position:absolute;
	right:15px;
	bottom:15px;
	opacity: 0.7;
}
#fancybox-close  {
	top: -12px;
	right: -34px;
	z-index: 99999;
}
#fancybox-title-inside {
	display:none;
}
.main-image .tab-content  {
	border:1px solid #c5c5c5;
}
label.quantity_box{
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
}
span.quantity-box {
	padding-left:9px;
}
span.quantity-box input.quantity-input {
	border-radius:0px;
}
span.quantity-box input.quantity-input:hover {
	background-image:none;
}
input.quantity-input {
    height: 3.6em !important;
	width: 4.3em !important;
	width: 4.3em !important;
	font-weight:400;
}
span.quantity-controls input.quantity-controls {
	border-radius:0px;
}
.addtocart-area .addtocart-button {
	padding-top:5px;
}
.write-reviews.ot-content {
	padding:0px;
	padding-bottom:20px;
}
input.highlight-button ,textarea.virtuemart {
	border-radius:0px;
}
input.highlight-button {
	margin-bottom:10px;
	background-color:#5eb597;
	border-color:#5eb597;
	padding: 4px 8px 4px;
}
#related-products .product .product-details {
	padding-left:20px;
}
.vm-product-details-container .ot-write {
	background-image:url("../images/ot-write.png");
	background-repeat:no-repeat;
	padding: 20px 0px 20px 30px;
	background-position: center left;
	color:#666666;
	font-size:18px;
	font-weight:400;
	text-decoration:none;
}
.vm-product-details-container .ot-write-review a {
	text-decoration:none;
}
.vm-product-details-container  .ot-write-review {
	border-bottom: 1px solid #E5E5E5;
	text-decoration:none;
}
#ot-write {
	padding-bottom:15px;
}
.vm-product-details-container .ot-write-review  a:hover {
	text-decoration:none;
}
.spacer-buy-area .addtocart-area {
	margin:0px;
}
.page-content ul.pagenav {
	border:0px;
}
dl.article-info dt.article-info-term {
	display:none;
}
button.vm-button-correct  {
	background: none repeat scroll 0px -160px #5EB597;
	border: 1px solid #5EB597;
	border-radius:0px;
}
.component form#com-form-login {
	background: none repeat scroll 0% 0% #FFF;
}
.component form {
	/*padding-left:20px;*/
}
.ot-content ul, .ot-content ol {
   margin: 10px 30px 10px 0px;
	padding: 0px;
}
.ot-content ul li {
	padding: 5px;
}
