/************************************************/
/*         Madmatica Bordal Css v1.0            */
/*												*/
/************************************************/


html,body {
  height: 100%;
  font-size: 14px;
  color: #153C65;
  margin: 0;
  padding: 0;
  /*font-family: "Times New Roman", Georgia, Serif; */
  font-family: Tinos, "Times New Roman", Georgia, Serif;
  

}




.body-innerwrapper {
  max-width: 1600px; 
  margin: 0 auto;
}



/* HEADER RELATED */

.header-inner {
	background:	#85A3E0;	
}

.blogo {
	display:table-cell; 
	vertical-align: bottom;
	text-align:center;
	background-color:transparent !important;
}

.btopMenu { margin-top: 0px;}
.btopMenu-inner { font-size: 14px; text-align: right; }
.btopMenu-inner > ul > li {
	display: inline-block;
	margin-top: 0px;
}
.btopMenu-inner > ul > li > a {
	margin-top: -5px;
	background-color: transparent !important;
	color: #153c65;
	padding-left: 10px;
}
.btopMenu-inner > ul > li > a:hover {
	background-color: transparent !important;
	color: #FFF;
}

.btopMods-inner{
	margin-top: -10px;
	text-align: right;

}
.topmenuSpan {
	margin-top: 10px;
	display: inline-block;
	float: right;
}

.topmenuSpan a {
	color: #153c65;
	text-decoration: none;
}

.topmenuSpan a:hover {
	color: #153c65;
	text-decoration: none;
}

#Topo2 {
	background-color: #EDF1FB;
    background-repeat: repeat;
    text-align: left;
    font-size: 16px;
    margin-left: 0px;
    margin-top: -40px;
    padding-left: 165px;
	height: 42px;
}



#Topo2 ul.menu {
    padding-bottom: 28px;
    margin: auto;
}

#Topo2 ul.menu li {
	float: left;
	text-decoration: none;
	color: #153c65;
	display: inline-block;
	/*width: 120px;*/

        
}

/* ALTURA DO MENU */
#Topo2 ul.menu > li > a {
	color: #153c65;
	text-align: center;
	margin-top: -7px;
    padding: 10px 15px;
	
}


#Topo2 ul.menu > li:hover > a {
	text-align: center;
	background: #153c65;
	color: #ffffff;	
}

#Topo2 ul.menu > li.active > a {
	text-align: center;
	background: #153c65;
	color: #ffffff;
}




/* MINI-CART */
#vmCartModule {
  float: left;
  margin-left: 0;
  margin-right: 8px;
}

.mod-mini-cart {
 float: right;
  margin: 0;
 margin-left: 30px;
}

.mini-cart {
  display: block;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.mini-cart .mini-cart-title {
  color: #153c65;
  display: table;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  text-align: left;
  cursor: pointer;
}
.mini-cart .mini-cart-title i {
  float: left;
  font-size: 16px;
  text-align: center;
  width: 35px;
  height: 26px;
}

.mini-cart .mini-cart-title .cart-icon {
  background: url('../images/general/cart-icon.png') no-repeat center center;
  display: block;
  float: left;
  height: 38px;
  width: 52px;
  position: absolute;
  left: 0;
}

.mini-cart .mini-cart-title .number,
.mini-cart .mini-cart-title .text-item {
  float: left;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  z-index: 1;
}
.mini-cart .mini-cart-title .total_products {
  float: left;
  vertical-align: middle;
  padding: 0 8px;
  line-height: 18px;
}
.mini-cart .mini-cart-title .total_products strong {
  margin-left: 3px;
}
.mini-cart .mini-cart-title .text-title {
  width: 100%;
  display: block;
  line-height: 20px;
  vertical-align: middle;
}
.mini-cart .mini-cart-title .total {
  float: left;
  vertical-align: middle;
  padding: 0;
  font-size: 0;
  line-height: 18px;
}
.mini-cart .mini-cart-title .total strong {
  font-size: 14px;
  margin-left: 3px;
}


.mini-cart .mini-cart-content {
  color: #4c4c4c;
  width: 273px;
  position: absolute;
  top: 42px;
  right: 0;
  background: #fff;
  padding: 15px 15px 25px 15px;
  border: 1px solid #e5e5e5;
  padding: 15px;
  text-align: left;
  z-index: 9;
  margin: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mini-cart .mini-cart-content .empty {
  font-size: 14px;
  line-height: 1.25;
}
.mini-cart .mini-cart-content .product_row {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  padding: 12px 0;
  border-bottom: 1px solid #777;
}
.mini-cart .mini-cart-content .product_row .customProductData {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
}
.mini-cart .mini-cart-content .product_row a {
  color: #153c65;
}
.mini-cart .mini-cart-content .total {
  float: left;
  margin: 15px 0 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
}
.mini-cart .mini-cart-content .total strong {
  font-size: 15px;
  font-weight: normal;
}
.mini-cart .mini-cart-content .show_cart {
  float: right;
  margin: 20px 0 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.25;
}
.mini-cart .mini-cart-content .show_cart a {
  color: #fff;
  padding: 5px 10px;
  background: #000;
  font-size: 10px;
}
.mini-cart:hover .mini-cart-content {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 4;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/******* END MINI-CART **********/






/*** PAGE CONTENTS ***/

div.subcatTitle {
	text-align: center;
}

div.subcatTitle a{
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	/*text-transform:uppercase;*/
	color: #153C65;
    margin:10px 10px 0 0;
    padding:5px 10px;
	font-weight: bold;	
}

div.subcatTitle img{
    width : 100%;
}


div.subcatTitle_s {
	text-align: center;
}

div.subcatTitle_s a{
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	/*text-transform:uppercase;*/
	color: #153C65;
    margin:10px 10px 0 0;
    padding:5px 10px;
	font-weight: bold;	
}

div.subcatTitle_s img{
	width : 100%;
}

div.topmenuContent {
	text-align: left;
}

div.topmenuContent a{
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	text-transform:uppercase;
	color: #153C65;
    margin:10px 10px 0 0;
    padding:5px 10px;
	font-weight: bold;	
}

div.topmenuContent span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-align:center;	
}

div.article-inside-title {
	text-align: center;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.article-inside-content {
	font-size: 16px;
}

span.bsocialMedia {
	font-size: 30px;
}

span.bsocialMedia a {
	color: #0088cc;
}

span.bsocialMedia a:hover {
	color: #153C65;
}


/* SLIDER */

.slidertitle {
	padding: 20px 0px;
	/*color: #5687BF;*/
	color: #153C65;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #EDF1FB;
}

.slidertitle span{
	font-size: 18px;
}

.sliderlink {
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	color: #153C65;
	font-weight: bold;
}





/** FOOTER **/

.footer{
	background: #edf1fa;
  	text-align: left;
  	border-top: 2px outset #85A3E0;
	display: table;
}


.footer-inner{
	margin-top: 15px; 
	margin-left: 25px; 
	margin-bottom: 20px;
}

.footer-inner .bsocialMedia {
	font-size: 30px;
}

.footer-inner .bsocialMedia a {
	color: #7DAAD9;
}

.footer-inner .bsocialMedia a:hover {
	color: #153C65;
}

.footer-inner .bmenuTitle {
	font-size: 18px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

.footer-inner .bmenu a {
	color: #153C65;
	text-decoration: underline;
	font-size: 13px;
}

.footer-inner .bmenu a:hover {
	color: #153C65;
}

.footer-inner .bmenu a:visited {
	color: #153C65;
}

#sponsorLogos {
	margin-left: 0px;
}

/* EXTRAS */

.clr {
  clear : both;
}


/* MAIN VM */

#main .product-page .main-data .actions {margin-top: 10px;}
/*#main .product-page .addtocart-bar .quantity-controls {-webkit-border-radius:0; -moz-border-radius:0; border-radius:0; padding: 4px 8px;}
#main .product-page .addtocart-bar .quantity-controls span {margin-top: 3px; opacity:.6;}*/
#main .product-page .addtocart-area .product-fields {margin-top:25px;}
#main .product-page .addtocart-area .product-fields .product-field {margin-bottom:15px;}
#main .product-page .addtocart-area .product-fields .product-fields-title {display: inline-block; min-width: 70px; background: #DFDFDF; color: #3A3A3A; height: 30px; vertical-align: top; margin-right: 10px; line-height: 30px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: 0 1px 0 #f9f9f9; padding-left: 8px; position: relative; font-weight: normal; box-shadow: 1px 1px 0 white;}
#main .product-page .addtocart-area .product-fields .product-fields-title:after {content:''; position:absolute; right:-10px; top:5px; border:5px solid transparent; border-left-color:#DFDFDF;}
#main .product-page .addtocart-area .product-fields .product-field-display {display: inline-block;}
#main .product-page .addtocart-area .product-fields .product-field-display select {margin:0; font-size:12px; min-width: 220px;}

/* PRODUCTS-DETAILS */

/*
.productdetails-view .spacer-buy-area{padding:0 0 0 12px;}
.productdetails-view h1{font-size:22px;margin:0 0 6px;padding:0;}
.productdetails-view .product-short-description{margin:0 0 15px;padding:0;}
.productdetails-view .product-description,.product-fields{margin:15px 0;}
.productdetails-view .addtocart-bar{margin:15px 0 0;padding:0 0 0 38px;}
*/

.product-gallery { border:0px solid #EAEAEA; background:#fff; width:100%; min-height:300px; padding-bottom:10px; }
.product-gallery .big_image {width:100%; text-align:center;}
.product-gallery ul.thumbs {padding:10px 0 0 10px; list-style:none; margin:0;}
.product-gallery ul.thumbs li {float:left; margin-left:10px; }
.product-gallery ul.thumbs li:first-child {margin-left:0; }
.product-gallery ul.thumbs li a { border:0px solid #EAEAEA; padding:2px; width:120px; height:120px; text-align:center; line-height:120px; display:inline-block;}
.product-gallery ul.thumbs li a:hover { border:1px solid #ddd; }
.product-gallery ul.thumbs li img { max-width:100px; max-height:100px;}




.product-page .main-data .first-details {font-size:14px; margin-bottom: 20px;}
.product-page .main-data .small_desc { margin-bottom: 20px;}
.product-page .main-data .name {font-size:26px; line-height:1.4;font-weight: normal; margin-right:80px; margin-top:0;}
.product-page .main-data .regular_price span {text-decoration: line-through;}
.product-page .rating_block {float: right; padding: 10px; background: #EEE; border-bottom: 1px solid #999; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-left:25px; margin-bottom: 15px;}
.product-page .rating_block .vote strong {text-align:right;display: block; margin-bottom: 0; font-size: 10px; text-transform: uppercase;}
.product-page .tabbable {margin:35px 0;}
.product-page .tabbable .tab-content {padding:0;}
.product-page .tabbable .tab-content .tab-pane {}
.product-page .tabbable .tab-content .tab-pane {display:block; height:0; overflow:hidden; padding:0 15px;}
.product-page .tabbable .tab-content .tab-pane.active {display:block; height:auto; padding:10px 15px 15px;}
.product-page .addtocart-bar span.add-on {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	height: 30px;}
.product-page .addtocart-bar span.add-on > span {margin-top: 3px;}
.product-page .mainprice .PricesalesPrice > span {color: #CD2122; font-size: 28px; font-weight: bold; line-height: 1; display: block; margin: 0 0 10px; }
.product-page .ask-a-question > span {margin-top:3px;}


.product-list-item .prod-details .actions .addtocart-area form.product .product-fields {padding: 5px 5px 10px; background: #CCC; background:rgba(204,204,204,.8); margin: 10px 0; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-top-left-radius: 3px; -moz-border-bottom-left-radius: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7); -moz-box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7); box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7); }
.product-list-item .product-fields-title { font-weight: bold; display: block; padding-right: 10px;}
.product-fields .product-field-type-P{clear: both; border-bottom: 1px solid #EEEEEE; margin-top: 18px;}
.product-field-type-P .product-fields-title{ font-size: 120%;}
.product-field-type-B,.product-field-type-S,.product-field-type-I{padding-left:3%;float:left;width:30%}
.product-fields-title{ font-weight: bold;}
.product-fields .product-field,.product-related-categories .product-field {width:100%;float:left;display:inline-block;}
.product-fields .product-field label.other-customfield {width:25%;float:left;position:relative;top:20px;left:-18px;margin-bottom:27px;text-align:center;}  /* For 4 images across use width:17% */
.product-list-item .prod-details .actions .addtocart-area form.product .product-field {float: none; width: auto; display: block; margin: 5px 0;}
.product-list-item .prod-details .actions .addtocart-area form.product .product-field select {display: inline; max-width: 170px; font-size: 11px; margin: 0; display: inline-block; min-width: 160px;}
.product-list-item .prod-details .actions .addtocart-area form.product .product-field-display {display: block; margin: 5px 0 0;}
.product-field-display a img{display: block;}

span.variant-dropdown{width:150px;float:left;display:block;margin-bottom:5px;}
span.variant-dropdown select{width:150px;}
span.custom-variant-inputbox{width:152px;float:left;display:block;margin-bottom:5px;}
input.custom-attribute{width:140px;}
span.quantity-box{float:left;width:27px;padding-top:5px;} /* REMOVER ESTES */
span.quantity-controls{width:15px;float:left;padding-top:2px;margin:0 0 0 10px;}
span.quantity-controls input.quantity-controls{height:14px;border:none;width:15px;}
span.quantity-controls input.quantity-plus{background:url(../images/vmgeneral/quantity-controls.png) repeat-x;margin-bottom:2px;}
span.quantity-controls input.quantity-minus{background:url(../images/vmgeneral/quantity-controls.png) repeat-x;background-position:15px 0;}
.addtocart-bar{margin:0;padding:0;}
span.addtocart-button{width:152px;float:left;margin:0 0 0 10px;}
span.cart-images img { float: left; margin: 0; width: 45px;}


.ask-a-question {
  display: inline-block;
  width: 100%;
  line-height: 22px;
  margin:10px 0 0;
}

.ask-a-question:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.ask-a-question { 
	background:#003A49; 
	text-decoration:none; 
	color: #ffffff;
	font-size:14px;
	font-weight:100;
	display:inline-block;
	margin-bottom:8px;
	width: 250px; 
}
a.ask-a-question:hover, a.ask-a-question:focus, a.ask-a-question:active { color:#fff; text-decoration:none; background: #003A49; }

a.special-orders { 
	background:#003A49; 
	text-decoration:none; 
	color: #ffffff;
	font-size:14px;
	font-weight:100;
	display:inline-block;
	margin-bottom:0px;
	width: 250px;  
}
a.special-orders:hover, a.special-orders:focus, a.special-orders:active { color:#fff; text-decoration:none; background: #003A49; }


.link-share {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.link-share .addthis_default_style {
  display: inline-block;
  line-height: 10px;
}




/* FALTA PASSAR OS INPUTS E TEXTAREA PARA TELEFONE */
.ask-a-question-view { margin: 0px; padding: 0px; font-size: 16px; font-family: Tinos;}
.ask-a-question-view .product-summary{border-bottom:solid #CAC9C9 1px;margin:0px 0 0;padding:0 0 10px;}
.ask-a-question-view .product-summary h2{font-size:18px;margin:0;padding:0; font-weight:bold; text-align:center;}
.ask-a-question-view .product-summary .short-description{margin-top:6px;}
.ask-a-question-view .product-summary img.product-image{max-width:100%;max-height:100%;width:auto;height:auto;}
.ask-a-question-view .form-field textarea.field{width:300px;text-align:left;padding:12px;}
.ask-a-question-view input.counter,.ask-a-question-view input#email{display:inline-block;margin:0 0 0 0px; width:300px;}
.ask-a-question-view input.counter,.ask-a-question-view input#name{display:inline-block;margin:0 0 0 0px; width:300px;}
.ask-a-question-view .form-field textarea.field:hover{background:#fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;color:#000;}
.ask-a-question-view .form-field .submit{}
.ask-a-question-view .form-field{margin:0px 0 0;}


/* Special select list */

.dropdown-select select {font-family: Tinos, "Times New Roman", Helvetica, Arial, sans-serif; font-size: 13px; line-height:1; overflow: visible; text-overflow: ellipsis; white-space: nowrap; color: #666; text-shadow: 0px 1px 0px rgba(255,255,255,0.59); display: inline; position: relative; margin: 0px 1px 0px 1px; width: auto; height: 30px; background: #ececec url(../images/arr01.png) 100% 50% no-repeat; padding: 0px 30px 0px 10px; outline: none; border: 1px solid #d8d8d8; border-bottom: 1px solid #ccc; border-radius: 3px; cursor: pointer; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57); -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57); box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);

 -webkit-appearance: button; -webkit-user-select: none; -moz-appearance: button; -moz-user-select: none; -ms-appearance: button; -ms-user-select: none; appearance: button; user-select: none;}

.dropdown-select select:hover {color: #888; text-shadow: 0px 1px 0px rgba(255,255,255,0.69); -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75); -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75); box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75);}

.dropdown-select select:active {color: #696969; text-shadow: 0px 1px 0px rgba(255,255,255,0.53); border: 1px solid #d2d2d2; border-bottom: 1px solid #d8d8d8; -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20); -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20); -o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20); box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);}

.dropdown-select select > select {color: #666; background: #f9f9f9;}

.dropdown-select select::before { background: rgba(102, 102, 102, 0.74);
-webkit-margin-start: 3px; -moz-margin-start: 3px; margin-start: 3px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; content: ''; display: inline-block; font-size: 12px; font-weight: 400; height: 6px; left: 0; margin-top: 3px; opacity: 1; position: absolute; top: 0; vertical-align: top; width: 6px; -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.69), inset 0px 1px 3px rgba(0,0,0,0.35); -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.69), inset 0px 1px 3px rgba(0,0,0,0.35); box-shadow: 0px 1px 0px rgba(255,255,255,0.69), inset 0px 1px 3px rgba(0,0,0,0.35);}

.browser_firefox .dropdown-select select {height:auto; padding-top:5px; padding-bottom:5px;}

/* End Dropdown Select */


/** Minicart **/

#minicart { width: 100px; height: 30px; opacity:0; filter:alpha(opacity=0); position:fixed; right:-100px; z-index:9999; display:block; bottom:105px; background-color:#345370; font-size: 9px; font-weight: 900; color: #fff; text-align: right; line-height: 1; padding:10px 10px 10px 0; cursor:pointer;
-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
-webkit-transition: all 150ms ease-out; -moz-transition: all 150ms ease-out; -o-transition: all 150ms ease-out; -ms-transition: all 150ms ease-out; transition: all 150ms ease-out;}
#minicart .total {font-size:11px;}
#minicart .total_products {display:block; line-height:1; margin-bottom:5px; font-size:13px; color:#ccc; color:rgba(255,255,255,0.8); }
#minicart.on { right:10px; opacity:0.7; filter:alpha(opacity=70);}
#minicart.off { right:-109px}
#minicart:hover { opacity:1; filter:alpha(opacity=100);}



/* cart view */
.cart-view .continue_link {float:right; margin-top: 5px;}
.cart-view .cartitems input[type=text] {width:20px;}
.cart-view .cartitems .btn {padding: 4px 7px;}
.cart-view .cartitems .btn > span.icon-trash {margin-top:3px}
.cart-view .cart-summary .psku {font-size: 14px; font-weight: normal;}
.cart-view .cart-summary .pname a {font-size: 14px;}
.cart-view .cart-summary .vm-customfield-cart { color: #000; font-size:10px; text-transform: uppercase; line-height: 1; margin: 5px 0;}
.cart-view .cart-summary .vm-customfield-cart > span { padding-left: 0px; }
.cart-view .cart-summary .PricebillTotal {color:#000; font-size:14px;}
.cart-view .cart-summary.cs1 {border-bottom:4px solid #eee; margin-bottom: 40px;}
.cart-view .cart-summary.cs1 th {font-weight: bold; color: #181818; background: #EEE; padding: 14px 8px 10px;}
.cart-view .cart-summary.cs1 th:first-child {-webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; border-top-left-radius: 3px;}
.cart-view .cart-summary.cs1 th.lastth {-webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px;}
.cart-view .cart-summary.cs2 {background:#eee; margin:25px 0; border-radius:3px;}
.cart-view .cart-summary.cs2 tr:first-child td {border-top:0; padding: 15px 8px; font-weight: bold;}
.cart-view .cart-summary.cs2 th {padding:0;}
.cart-view .cart-summary.cs2 .vmpayment_description,
.cart-view .cart-summary.cs2 .vmshipment_description {display:block;}
.cart-view .cart-summary.cs3 {background:#eee; margin:25px 0; border-radius:3px;}
.cart-view .cart-summary.cs3 tr:first-child td {border-top:0; padding: 15px 8px; font-weight: bold;}
.cart-view .cart-summary.cs3 th {padding:0;}
.cart-view .cart-summary span.cart-images { float: left; margin: 0; width: 45px; margin-right: 20px; padding: 4px; background: white;
 -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
 -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } 
.cart-view .cart-summary span.cart-images img { max-width: 45px; }



/* SEARCH */


.resetit { 
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : pointer;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}










/* CAT/PRODUCT */



.vmlisting.row-fluid {margin-bottom: 30px;}









.back-to-category {float:right;}

.product-neighbours{color:#777;margin:0 0 15px;}

.product-neighbours a.next-page{line-height:20px;float:right;}

.product-neighbours a.previous-page{line-height:20px;float:left;}



span.title{font-weight:700;display:block;border-bottom:solid #CAC9C9 1px;font-size:14px;margin:0 0 6px;}

.product-packaging{margin:15px 0 0;}

.icons{text-align:right;float:right;margin:4px 0 10px 30px;}

.additional-images img{margin-right:8px;width:50px;height:auto;}

.product-price{margin:0 0 15px;}

.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax{text-decoration: line-through;}



.availability{text-align:center;margin:15px 0 0;}









.category-view h4{font-size:14px;margin:0;padding:0;}

.category-view .row .category .inner-item h2{margin:0;padding:0;}

.category-view .row .category .inner-item h2 a{font-size:14px;display:block;text-align:center;}

.category-view .row .category .inner-item h2 a img{margin-top:6px;max-width:100%;height:auto;}

.featured-view h4,.latest-view h4,.topten-view h4,.recent-view h4,.related-products-view h4{font-size:14px;margin:0 0 8px;padding:0;}

.browse-view h1{font-size:16px;margin:0 0 8px;padding:0;}










/* PRODUCT PAGE */









#main ul.actions {float:right; margin:0; padding:0; list-style:none;}

#main ul.actions > li {float:left; margin-left:10px;}

#main ul.actions > li a {display:inline-block; width:22px; height:22px; background:#999; background:rgba(0,0,0,0.4); text-align:center; line-height:22px; vertical-align:middle;

-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;

-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}

#main ul.actions > li a:hover {background:#aaa; background:rgba(0,0,0,0.6);}

#main ul.actions > li a > span {margin: 2px 0 0 0;}

#main dl.article-info {margin:0 0 30px -20px;}

#main dl.article-info > dd {float:left; margin-left:20px; font-size:11px; color:#898989; }

#main dl.article-info > dd a {color:#676767; }



/* Manufacturer View Default */





.product-related-products, .product-related-categories{border-top:solid #ccc 1px;padding-bottom: 10px;}





.vm-customfield-mod img,.vm-customfield-cart img{ vertical-align: middle; width: 16px;}

.vm-img-desc{display:block;}

a:hover .vm-img-desc{background: #095197}

.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost{padding:0 2px;}

.vmpayment_description,.vmshipment_description {color:gray;font-size:9px;padding:0 2px;}

.vmpayment_cardinfo {color:gray;font-size:9px;}




END PRODUCT
*/ 










/* page title */

.page-title,

.subtitle {line-height:1.4; margin-bottom: 25px; padding-bottom: 25px; border-bottom:1px solid #cbcbcb;}

.page-title {font-size:26px; color:#050505; margin-top: 0;}

.subtitle {font-size:36px; color:#595959; font-weight:300;}



.styledform1 {padding: 20px; background: #EEE; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;

-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 2px 4px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 2px 4px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 2px 4px rgba(0, 0, 0, 0.15); }



fieldset.haspad {padding:15px;}

.user-details select {max-width:200px;}

.user-details input[name=address_1],

.user-details input[name=address_2] {width:280px;}

.user-details input[name=zip] {width:150px;}

.vmcustomfields fieldset.checkboxes { margin-bottom:30px; }

.vmcustomfields fieldset.checkboxes fieldset.checkboxes { margin-bottom:0; }

.vmcustomfields fieldset.checkboxes .adminform td { padding: 10px; }

.vmcustomfields fieldset.checkboxes input[type=radio] { margin: 0 5px; }

.vmcustomfields fieldset.checkboxes label.radiobtn { display:inline-block; margin: 0 10px; }

.vmcustomfields fieldset.checkboxes input[name=media_action] { margin-left:20px;}



.vmlogin .inputbox {margin-bottom: 0; margin-top: 0;}

.vmlogin label {display:inline-block; margin:0 7px;}

.vmlogin .remember_lg {margin:10px 0;}










.checkout-button-top{text-align:right;border-top:solid #E9E8E8 1px;padding:20px 0 0;}
.checkout-button-top input.terms-of-service { }
.checkout-button-top .tosCont { margin-right:10px; display:inline-block; vertical-align:middle; padding: 10px; background: #DADADA; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}

.checkout-button-top .tosCont input.terms-of-service {vertical-align: middle; margin: 0; padding: 0; }

span.tos{display:inline-block;margin-right:15px;}

a.terms-of-service{display:inline-block; font-size:14px; vertical-align: middle; background:#eee; padding:12px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; line-height: 1;}

a.terms-of-service:hover {background:#dadada; padding:12px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; line-height: 1;}

a.terms-of-service > span {vertical-align: top; margin: 0 5px 0 0;}

div.terms-of-service{ margin:0;padding:0; display : inline;}

.terms-of-service h5{background:#7C1E21;color:rgba(255, 255, 255, 0.9);font-size:14px;text-align:center;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-weight:400;margin:0;padding:15px;}

.terms-of-service h5 a,

.terms-of-service h5 a:visited{color:#fff;text-transform:uppercase;}



.billto-shipto{ padding:25px 0;}

.billto-shipto span {margin-top: 2px; margin-right: 8px;}

#full-tos {display: none;}

.output-billto span.titles,.output-shipto span.titles{width:150px;float:left;}

.output-billto span.values-first_name,.output-billto span.values-middle_name,.output-billto span.values-zip,.output-shipto span.values-first_name,.output-shipto span.values-middle_name,.output-shipto span.values-zip{float:left;margin-right:3px;}

.customer-comment{margin:20px 0; }



.vmorder-done td {padding:10px 10px 10px 0; vertical-align:top}

.vmorder-done tr td:first-child {font-weight:bold;}

.vmorder-done .vmpayment_description {display:block;}

.vmorder-done .vmshipment_description {display:block;}



/* VM Modules */

.vmsearch .inputbox {width:175px;}






/** Header Cart **/

.cart_details { display:block; white-space:nowrap; padding:0 10px; font-size:11px; margin: 0; }

.cart_details .checkout { border-left:1px solid #CCC; margin-left:15px; padding-left:15px; display:inline-block; color:#CD2122; font-size:12px; text-transform:uppercase}

.cart_details .checkout:hover{color:#333}

.cart_details .checkout span { margin-top:1px; opacity:0.2; filter:alpha(opacity=20) }






/*Normal Cart*/

.vmCartModule .vmccontainer .prodrow {color:#000; padding-top:10px; margin-top:10px; border-top:1px solid #f9f9f9;}

.vmCartModule .vmccontainer .prodrow:first-child {padding-top:0; margin-top:0; border-top:0;}

.vmCartModule .vmccontainer .prodrow .product_name {font-weight:bold;}

.vmCartModule .vmccontainer .product_attributes {font-size:11px; color:#333;}

.vmCartModule .vmccontainer .prices {float:right; font-weight:bold;}

.vmCartModule .carttotal {margin-top:15px;}

.vmCartModule .carttotal .total {color:#cd2122;}

.vmCartModule .show_cart {font-size:16px; margin-top:5px;}

.vmCartModule .show_cart a {font-size:16px; margin-top:5px;}

.vmCartModule .show_cart i {font-size:16px; margin-top:2px;}



.login-links {margin:0 0 20px; padding:0; list-style:none}

.login-links li {display:inline-block; padding-left:10px; margin-left:10px; border-left:1px solid #fff;}

.login-links li:first-child {padding-left:0; margin-left:0; border-left:0;}



.print_link {margin-top:8px; float:right; width:22px; height:22px; background:#999; background:rgba(0,0,0,0.4); text-align:center; line-height:22px; vertical-align:middle;

-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;

-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}

.print_link:hover {background:#aaa; background:rgba(0,0,0,0.6);}

.print_link > span {margin: 4px 0 0 0;}











.orderby-displaynumber{ padding:10px 0;}

.orderlistcontainer{display:inline-block;text-decoration:none;margin:0 15px 0 0; position:relative;z-index: 2;}

.orderlistcontainer .title {font-weight:bold;}

.orderlistcontainer div.activeOrder { background:url(../images/arr01.png) no-repeat right center #ececec;

cursor: pointer; border: solid #CAC9C9 1px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 10px; padding: 9px 30px 9px 15px; text-transform: uppercase; font-weight: bold; line-height: 1; margin-top: 4px; min-width: 130px;

-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.57); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);

-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);

box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.57);}

.orderlistcontainer div.activeOrder,

.orderlistcontainer div.activeOrder > a {color: #666; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.59);}

.orderlistcontainer div.activeOrder:hover {color: #888; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.69);

-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.75); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75);

-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75);

box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.75);}

.orderlistcontainer div.activeOrder:hover,

.orderlistcontainer div.activeOrder > a:hover {color: #888; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.69);}

.orderlistcontainer div.orderlist { background: #fafafa; padding: 6px 0; border: 1px solid white; border: 1px solid rgba(255, 255, 255, 0.8); -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; position: absolute; margin-top:0px; padding:0; display:none; width: 100%;

-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

.orderlistcontainer div.orderlist:after { content: ""; top: -10px; position: absolute; right: 8px; border: 6px solid transparent; border-bottom-width: 5px; border-bottom-color: #fafafa; }

.orderlistcontainer div.orderlist div a {color: #535353; line-height: 27px; font-size: 12px; padding: 0 12px; display: block;}

.orderlistcontainer div.orderlist div a:hover{ color:#666; background:#eee;}











/* some more styles */

.priceColor2{color:gray;}

.line-through{text-decoration:line-through}

.inline{display: inline;}

td.pricePad{padding-right: 10px;}

td.priceCol{white-space:nowrap;}



.vm-notice{color: #CC0000;}

.buttonBar-right{text-align: right; width: 100%;}

.userfields_info{font-weight: bold;display: block;margin: 0px 0px 8px 0px;}



.ratingbox { position:relative; display:block; width:120px; height:24px; background:url("../images/rating.png") repeat-x scroll 0 bottom transparent; }

.ratingbox span { background:url("../images/rating.png") repeat-x; display:block; width:1%; height:24px; position:absolute; }

.stars-orange{background-position:0 0 !important;}

.stars-red{background-position:0 -54px !important;}

.stars-green{background-position:0 -108px !important; }

.stars-blue{background-position:0 -162px !important;}

.stars-purple{background-position:0 -216px !important;}












.PricesalesPrice > span {font-size: 14px; font-weight: normal; line-height: 1; display: block; margin: 0 0 10px; }














/* BLOG CHANGE SPACING */

.module {
    margin-top: 20px;
}

.module > h3 {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 3px;
    color: #666;
    font-size: inherit;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
    padding: 15px;
}

/* SYSTEM MESSAGE */
#system-message-container {
	font-weight: bold;
	font-size:16px;
}





/* TEMP */

.width1 {
  width: 1%;
}
.width2 {
  width: 2%;
}
.width3 {
  width: 3%;
}
.width4 {
  width: 4%;
}
.width5 {
  width: 5%;
}
.width6 {
  width: 6%;
}
.width7 {
  width: 7%;
}
.width8 {
  width: 8%;
}
.width9 {
  width: 9%;
}
.width10 {
  width: 10%;
}
.width11 {
  width: 11%;
}
.width12 {
  width: 12%;
}
.width13 {
  width: 13%;
}
.width14 {
  width: 14%;
}
.width15 {
  width: 15%;
}
.width16 {
  width: 16%;
}
.width17 {
  width: 17%;
}
.width18 {
  width: 18%;
}
.width19 {
  width: 19%;
}
.width20 {
  width: 20%;
}
.width21 {
  width: 21%;
}
.width22 {
  width: 22%;
}
.width23 {
  width: 23%;
}
.width24 {
  width: 24%;
}
.width25 {
  width: 25%;
}
.width26 {
  width: 26%;
}
.width27 {
  width: 27%;
}
.width28 {
  width: 28%;
}
.width29 {
  width: 29%;
}
.width30 {
  width: 30%;
}
.width31 {
  width: 31%;
}
.width32 {
  width: 32%;
}
.width33 {
  width: 33%;
}
.width34 {
  width: 34%;
}
.width35 {
  width: 35%;
}
.width36 {
  width: 36%;
}
.width37 {
  width: 37%;
}
.width38 {
  width: 38%;
}
.width39 {
  width: 39%;
}
.width40 {
  width: 40%;
}
.width41 {
  width: 41%;
}
.width42 {
  width: 42%;
}
.width43 {
  width: 43%;
}
.width44 {
  width: 44%;
}
.width45 {
  width: 45%;
}
.width46 {
  width: 46%;
}
.width47 {
  width: 47%;
}
.width48 {
  width: 48%;
}
.width49 {
  width: 49%;
}
.width50 {
  width: 50%;
}
.width51 {
  width: 51%;
}
.width52 {
  width: 52%;
}
.width53 {
  width: 53%;
}
.width54 {
  width: 54%;
}
.width55 {
  width: 55%;
}
.width56 {
  width: 56%;
}
.width57 {
  width: 57%;
}
.width58 {
  width: 58%;
}
.width59 {
  width: 59%;
}
.width60 {
  width: 60%;
}
.width61 {
  width: 61%;
}
.width62 {
  width: 62%;
}
.width63 {
  width: 63%;
}
.width64 {
  width: 64%;
}
.width65 {
  width: 65%;
}
.width66 {
  width: 66%;
}
.width67 {
  width: 67%;
}
.width68 {
  width: 68%;
}
.width69 {
  width: 69%;
}
.width70 {
  width: 70%;
}
.width71 {
  width: 71%;
}
.width72 {
  width: 72%;
}
.width73 {
  width: 73%;
}
.width74 {
  width: 74%;
}
.width75 {
  width: 75%;
}
.width76 {
  width: 76%;
}
.width77 {
  width: 77%;
}
.width78 {
  width: 78%;
}
.width79 {
  width: 79%;
}
.width81 {
  width: 81%;
}
.width82 {
  width: 82%;
}
.width83 {
  width: 83%;
}
.width84 {
  width: 84%;
}
.width85 {
  width: 85%;
}
.width86 {
  width: 86%;
}
.width87 {
  width: 87%;
}
.width88 {
  width: 88%;
}
.width89 {
  width: 89%;
}
.width90 {
  width: 90%;
}
.width91 {
  width: 91%;
}
.width92 {
  width: 92%;
}
.width93 {
  width: 93%;
}
.width94 {
  width: 94%;
}
.width95 {
  width: 95%;
}
.width96 {
  width: 96%;
}
.width97 {
  width: 97%;
}
.width98 {
  width: 98%;
}
.width99 {
  width: 99%;
}
.width100 {
  width: 100%;
}
.float-left,
.floatleft {
  float: left;
}
.float-right,
.floatright {
  float: right;
}





/* FORM */

#form-login {
  margin: 15px 0;
}
.buttonBar {
  padding-top: 10px;
  border-top: 3px solid #888;
  margin-top: 20px;
  margin-bottom: 10px;
}
.buttonBar #reg_text {
  margin-bottom: 5px;
}
#com-form-login .form-list > li {
  margin-bottom: 10px;
}
#com-form-login .form-list label em {
  margin-right: 4px;
}

.new-users .content h2 {
  background: url(../images/general/i_page1.gif) no-repeat;
}
.login-users .content h2 {
  background: url(../images/general/i_page2.gif) no-repeat;
}

.track-orders .content h2 {
  background: url(../images/general/i_page1.gif) no-repeat;
}

.row-set .content {
  padding: 14px 21px;
}
.row-set .content h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 30px;
  padding: 0 0 10px 23px;
  border-bottom: 1px solid #898989;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #444443;
  line-height: 20px;
}
.account-login .row-set .content {
  min-height: 345px;
  border-bottom: 0;
  margin-bottom: 0;
}
.account-login .row-set .content h2 {
  margin: 0 0 14px;
}
.account-login .buttons-set {
  text-align: right;
  border: 1px solid #cecece;
  margin: 0;
  padding: 8px 13px;
}
.account-login .buttons-set > div {
  margin-right: 7px;
}
.account-login .buttons-set a {
  font-size: 13px;
  line-height: 34px;
}
.user-details .row {
  margin-bottom: 15px;
}

.block-border {
  border: 1px solid #cecece;
  padding: 21px;
  margin-bottom: 30px;
}

/* Mod Title */

.m_title {margin-top:0; color:#153C65; text-shadow:0 1px 0 #fff; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);}
h3.m_title {font-size:20px; line-height: 1.4;}
.m_title.upperCase,
.m_title.uppercase {text-transform:uppercase;}
.m_title.borderBottom {text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); border-bottom: 1px solid #dadada; margin: 0 0 20px; padding-bottom:10px;}
.m_title.borderBottom.hasarrow span { padding-bottom: 9px; display: inline-block; border-bottom: 1px solid #BCBCBC; position: relative;}
.m_title.borderBottom.hasarrow span:before {content:''; position:absolute; left:50%; bottom:0; margin-left:-2px; border:3px solid transparent; border-bottom-color:#bcbcbc;  }
.smallm_title {color:#153C65; text-shadow:0 1px 0 #fff; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); font-size:14px; font-weight: 700;border-bottom: 1px solid #bcbcbc; margin:0 0 20px;}
.smallm_title span {padding-bottom: 9px; display:inline-block; border-bottom: 1px solid #bcbcbc; position:relative;}
.smallm_title span:before {content:''; position:absolute; left:50%; bottom:0; margin-left:-2px; border:3px solid transparent; border-bottom-color:#bcbcbc;  }
.smallm_title.centered {text-align:center;}
.smallm_title.bigger {font-size:18px;}
.circle_title {color:#153C65; text-shadow:0 1px 0 #fff; position:relative; margin-top:0;}
.circle_title:after {content:''; position:absolute; left:55px; right:0; bottom:5px; border-bottom:1px dotted #bbb;}
.circle_title > span {font-size:14px; font-weight:500; display:inline-block; background: white; width: 50px; height: 50px; line-height: 50px; text-align: center; position: relative; z-index: 1;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;} 
.mb_title {font-size: 20px; background: white; display: inline-block; padding: 0 10px; color: #595959; line-height: 1.5;}
.mb_title img {margin-right: 5px; margin-top: -3px;}


/* UI TABS and vm-button-correct*/

#ui-tabs ul#tabs {
	margin-left: 0; 
	margin-bottom: 0px; 
	list-style: none;
	position: relative;
	z-index: 1;
}

#ui-tabs ul#tabs li {
	font-size: 12px;
	float:left; 
	margin-bottom:-10px; 
	padding: 8px 20px; 
	line-height: 30px;
	text-transform: uppercase; 
	color:#fff; 
	cursor:pointer;
	background-color: #85A3E0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px; 
	border-top-left-radius:5px; 
	border-top-right-radius:5px; 	
}

#ui-tabs ul#tabs li:hover { 
	color:#fff; 
	text-decoration: none; 
	background-color: #153C65; 
}

#ui-tabs ul#tabs li.current {
	color: #fff; 
	background: #153C65;  
	border:1px solid #ececec; 
	border-bottom:0;
	text-transform: uppercase;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px; 
	border-top-left-radius:5px; 
	border-top-right-radius:5px; 
}

#ui-tabs .tabs {
	background:fff;; 	
	overflow:hidden;
}

/*#ui-tabs .dyn-tabs {display:none; }*/



.vm-button-correct {
  margin-top: 15px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  margin: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  background: none;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vm-button-correct:focus {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* TABLES */

/*
tr,
td {
  padding: 4px;
  border: 1px solid #c0c0c0;
}
*/
.adminlist th { text-align: center; }
.adminlist td { text-align: center; }
/*.adminlist a { color: #5687bf; }*/

.list-orders { margin:20px 0; }
.list-orders td { padding:4px 4px; }
.list-orders .vmpayment_description { display:block; }
.list-orders .vmshipment_description { display:block; }
table.list-orders-shipto tr { border: 0px; }
table.list-orders-shipto td { border: 0px; padding:2px 2px;}
.orders-key-small { font-weight: bold; text-align: left; } /* TD BOLD SMALL*/
.orders-key-small-danger { font-weight: bold; text-align: left; color: #FF0004; }
.orders-key-med { font-weight: bold; text-align: left; font-size: 14px; text-transform: uppercase;} /* TD BOLD MEDIUM*/
.orders-key-med-danger { font-weight: bold; text-align: left; font-size: 14px; color: #FF0004;} /* TD BOLD MEDIUM*/

.bluey a { color: #5687bf; }
.bluey a:hover, a:focus { color: #000000; }

.noborder tr { padding: 0px; border: 0px; }
.noborder td { padding: 0px; border: 0px; }

/* LIST PRODUCTS */

.list-product .product-row .product .product-inner { }
.product-inner h2 {
	text-align: center;
	font-size: 14px;
}


.product-inner h2 > a {
	text-decoration: none;
	font-weight: bold;
	color: #153C65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;	
}










/* OTHERS */
/*
a {
  color: #5687bf;
}
a:hover,
a:focus {
  color: #000000;
}
*/
/*
input[type="text"] {
   height: 30px;
   font-size: 12px;
   line-height: 30px;
}

input[type="password"] {
   height: 30px;
   font-size: 12px;
   line-height: 30px;
}

.input-tiny {
	width: 30px;
}

.input-mini {
	width: 30px;	
}
*/

.btn-primary { 
  color: #ffffff; 
  background-color: #003A49; 
  border-color: #003A49; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff; 
  background-color: #003A49; 
  border-color: #003A49;
  outline: none;
  box-shadow: none; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none;
  box-shadow: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #003A49; 
  border-color: #003A49;
  box-shadow: none; 
} 
 
.btn-primary .badge { 
  color: #003A49; 
  background-color: #ffffff; 
}

.btn-primary.raised {
	box-shadow: none;
}

.btn-primary.raised:active, .btn-primary.raised.active {
	background: #003A49;
	box-shadow: none;
}


.btn-input {
  display: inline-block;
}
.btn-input input {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


div.backButton {
	text-align:center;
}
.spaceStyle{
  padding: 0px; 
  margin: 5px; 
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cecece;
  margin: 1em 0;
  padding: 0; 
}

.plgmbhaf { border-top: 1px solid #45829F; background-color: #45829F; color: #FFFFFF; text-align:center; } /* multibanco head and footer */

.search .input-bor {
	height:20px;
	width: 120px; 
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	line-height: 18px;	 
}

.search {
	margin: 0px;
	padding: 0px;
	height:20px;
}

.navbar-toggle {
  float: left;
  margin-left: 10px;
}


/* 15 COLS GRID */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/* MEDIA QUERYS */

@media only screen and (min-device-width: 1601px) and (max-width:1790px){		
	#Topo2 {
		font-size: 16px;
		margin-left: 0px;
		margin-top: -40px;
		padding-left: 165px;
		height: 39px;
	}
	
	#Topo2 ul.menu {
		padding-bottom: 28px;
		margin: auto;
	}		

	#Topo2 ul.menu li {
		 float: left;
		 text-decoration: none;
		 color: #153c65;
		 margin-top: -8px; 
	}
	
	/* ALTURA DO MENU */
	#Topo2 ul.menu > li > a {
		color: #153c65;
		text-align: center;
		margin-top: 0;
		padding: 10px 15px;
		
	}	
	
}


@media only screen and (min-device-width: 1402px) and (max-width:1601px){
	
	#Topo2 {
		margin-left: 0px;
		margin-top: -40px;
		padding-left: 165px;
		height: 39px;
	}
	
	/* ALTURA DO MENU */
	#Topo2 ul.menu > li > a {
		color: #153c65;
		text-align: center;
		margin-top: 0;
		padding: 10px 15px;
		
	}
	
}

@media only screen and (min-device-width: 968px) and (max-width:1400px){
	
	#Topo2 {
		font-size: 15px;
		margin-left: 0px;
		margin-top: -40px;
		padding-left: 165px;
		height: 39px;
	}
	
	#Topo2 ul.menu {
		padding-bottom: 28px;
		margin: auto;
	}		

	#Topo2 ul.menu li {
		 float: left;
		 text-decoration: none;
		 color: #153c65;
		 margin-top: -8px;
		 padding-left: 2px; /* modificado 11072017 MADMATICA */
	}
	
	/* ALTURA DO MENU */
	#Topo2 ul.menu > li > a {
		color: #153c65;
		text-align: center;
		margin-top: 0;
		padding: 10px 15px;
		
	}	
	
	.footer-inner .bmenu a {
		color: #153C65;
		text-decoration: underline;
		font-size: 12px;
	}	
	
	
	
	
}


@media only screen and (min-device-width: 767px) and (max-width:967px){
	
	.blogo img{
		max-height: 80px;
		max-width: 200%
	}
	
	.btopMenu { margin-top: 0px;}
	.btopMenu-inner { font-size: 12px; text-align: right; }
	.btopMenu-inner > ul > li {
		display: inline-block;
		margin-top: 0px;
	}
	.btopMenu-inner > ul > li > a {
		margin-top: -4px;
		background-color: transparent !important;
		color: #153c65;
		padding-left: 5px;
	}
	.btopMenu-inner > ul > li > a:hover {
		background-color: transparent !important;
		color: #FFF;
	}

	.btopMods-inner{
		margin-top: -15px;
		text-align: right;
	}

	.topmenuSpan img {
		width: 16px;
		height: 10px;
	}
	
	.topmenuSpan i {
		display: none;
	}

	.topmenuSpan a {
		color: #153C65;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}
	
	.topmenuSpan a:hover {
		color: #fff;
		text-decoration: none;
	}
		
	.search .input-bor {
		height:20px;
		width: 80px; 
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		line-height: 18px;	 
	}		
	
	.search {
		margin-top: -8px;
	}
		
		
		
	.mini-cart-title {
	  font-size: 12px;
	}
	.mini-cart-title i {
	  font-size: 12px;
	  width: 26px;
	  height: 17px;
	}
	
	.mini-cart-title .cart-icon {
	  height: 30px;
	  width: 46px;
	}	

	.mini-cart .mini-cart-title .total strong {
	  font-size: 12px;
	  margin-left: 3px;
	}
	
	.mini-cart .mini-cart-title .number {
	  font-size: 12px;
	  line-height: 18px;
	  font-weight: bold;
	  z-index: 1;
	}	
		
	#Topo2 {
		font-size: 12px;
		margin-left: 0px;
		margin-top: -34px;
		height: 36px;
	}
	
	#Topo2 ul.menu li {
		height: 35px;
		margin-top: 5px; 
	}		

	#Topo2 ul.menu > li > a {
		height: 35px;
		padding: 10px 10px;
	}
	
	#Topo2 ul.menu > li:hover > a {
		height: 35px;
	}
	
		
		

			
}

@media only screen and (min-device-width: 0px) and (max-width:767px){
	input.input-bor {
	   height: 20px;
	   font-size: 12px;
	   line-height: 20px;
	}
	
	.mini-cart .mini-cart-content {
	  z-index: auto;
	}
	
	.footer-inner .bsocialMedia {
		font-size: 20px;
	}
	
	.footer-inner .bmenuTitle {
		font-size: 14px;
		font-weight: bold;
		/*text-transform: uppercase;*/
	}
	
	.footer-inner .bmenu a {
		color: #153C65;
		text-decoration: underline;
		font-size: 11px;
	}
	
	div.subcatTitle a{
		font-size: 14px;
	}
	
	.product-page .main-data .name {font-size:20px;}				
}

.additional-images img{margin-right:8px;width:100px;height:auto; margin-top: 10px;}


div#fd.eb .eb-navbar-search {
    border-left: 0px;
    border-right: 0px;
}


div#fd.eb .eb-navbar-search .form-control {
    background: none;
    color: #000;
    border: 0 !important;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

div#fd.eb .eb-navbar-search .form-control:-moz-placeholder {
    color: #000;
}
div#fd.eb .eb-navbar-search .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}
div#fd.eb .eb-navbar-search .form-control:-ms-input-placeholder {
    color: #000;
}
div#fd.eb .eb-navbar-search .form-control::-webkit-input-placeholder {
    color: #000;
}

div#fd.eb .eb-navbar-nav>li>a>i {
    font-size: 24px;
    line-height: 50px;
    display: block;
    text-align: center;
	color: #000;
}

div#fd.eb .eb-navbar {
    min-height: 40px;
    background: #fff;
    border-color: #fff;
    border-radius: 3px;
    margin: 0;
}

div#fd.eb .eb-navbar-nav>li+li {
    border-left: 1px solid #fff;
}
div#fd.eb .eb-navbar-nav>li>a {
    color: #fff;
    line-height: 50px;
    width: 180px;
}

div#fd.eb .eb-navbar-nav>li.open>a, div#fd.eb .eb-navbar-nav>li>a:hover, div#fd.eb .eb-navbar-nav>li>a:focus {
    background: #fff;
    color: #000;
}
div#fd.eb .eb-navbar-nav>li.active>a {
    background: #fff;
    color: #000;

}


 /* print css */
@media print {
    .noprint {
        display:none !important;
    }
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}

/* LEFT MARGIN FOR ARTICLES */
.left-buffer {
	margin-left: 30px;
	margin-right: 20px;
}

/*
.navbar-inner {
  background-color: #EDF1FB;
  background-image: none;
  color: #153C65;
  border-color:transparent;
  border-radius: 0px !important;
}   

.navbar .nav > li > a {
  background-color: #EDF1FB;
  color: #153C65;
  width: 100%;
}


.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #153c65;
  color: white;
  width:100%;
}


.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background-color: #153c65;
  color: white;
}

.navbar .nav-inner .container {
	width: 100%;
}

*/


/*
.styledform1 {
	padding: 20px; 
	background: #fff; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 2px 4px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 2px 4px rgba(0, 0, 0, 0.15); 
	box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 2px 4px rgba(0, 0, 0, 0.15);
}
*/



/* EDIT PROFILE (com_users)*/



/*
[class*="span"] { background: #2023AF; }
[class*="span"] [class*="span"] { background: #3EAB73; }
[class*="span"] [class*="span"] [class*="span"] { background: #D139CC; }
*/

/*
[class*="col"] { background: #ABABAB; }
[class*="col"] [class*="col"] { background: #FEE; }
[class*="col"] [class*="col"] [class*="col"] { background: #86E4EC; }
*/

