@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/* vm-general.css */
*:focus {
  outline: none;
}

.clr {
  clear: both;
  overflow: hidden;
}

.clear, br.clear{
  clear: both;
}

div.clear {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.dummy{
  background: none;
  width: 5%;
}

div.spacer {
  position: relative;
}

div.spaceStyle{
  padding: 0px;
  margin: 5px;
}

.icons{
  text-align: right;
  float: right;
  margin: 4px 0 10px 30px;
}

.vmicon, .vmiconFE{
  background: url(http://bestcool.pt:80/templates/bestcool/images/vm2-sprite.png) no-repeat top left;
}

fieldset {
  border: none;
}

.vmquote{
  font-size: smaller;
}

.vm-notice{
  color: #CC0000;
}

span.bold, div.bold{
  font-weight: 700;
}

.text-left, .left{
  text-align: left;
}

.text-right, .right{
  text-align: right;
}

.text-center, .center{
  text-align: center;
}
/* hide inline style as class */

.floatright, span.floatright{
  float: right;
}

.floatleft, span.floatleft{
  float: left;
}

.vm-display {
  display: block;
}

.vm-nodisplay {
  display: none;
}

.line-through{
  text-decoration: line-through;
}

.inline{
  display: inline;
}

td.pricePad{
  padding-right: 10px;
}

.priceCol{
  white-space: nowrap;
}

.priceColor2{
  color: gray;
}
/* hide inline style as class END */
/* general style - needs to be at the beginning so it can be overwritten by specific style later */

.additional-images,.featured-view .product-price,.discontinued-view .product-price,.latest-view .product-price,.topten-view .product-price,.recent-view .product-price,.output-billto,.output-shipto{
  margin: 10px 0;
}

.ask-a-question,.manufacturer,.manufacturer-details-view .email-weblink,.manufacturer-details-view .description{
  margin: 0 0 10px;
}

.customer-reviews,.ask-a-question-view .form-field{
  margin: 25px 0 0;
}
/*span.title{font-weight:700;display:block;border-bottom:solid #CAC9C9 1px;font-size:14px;margin:0 0 6px;}*/

span.variant-name, span.custom-variant-name{
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}

.category-view .row .category .spacer,.featured-view .spacer,.discontinued-view .spacer,.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.related-products-view .spacer,.browse-view .row .product .spacer{
  padding: 6px;
}

/*.featured-view .spacer h3,.latest-view .spacer h3,.topten-view .spacer h3,.recent-view .spacer h3,.related-products-view .spacer h3,.browse-view .row .product .spacer h2{
  font-size: 25px;
  margin: 0 0 6px;
  padding: 0;
}*/

.featured-view .spacer span,.discontinued-view .spacer span,.latest-view .spacer span,.topten-view .spacer span,.recent-view .spacer span,.related-products-view .spacer span,.browse-view .row .product .spacer span{
  font-size: 15px;
}

.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img{
  width: auto;
  height: auto;
}

.general-bg, input.custom-attribute, input.quantity-input,.manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default{
  0background: #e8e8e8 url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #CAC9C9 1px;
  0border-radius: 4px;
  0-webkit-border-radius: 4px;
  0-moz-border-radius: 4px;
  color: #777;
  text-decoration: none;
  padding: 5px 5px 4px;
}

span.custom-variant-inputbox input.custom-attribute:hover, span.quantity-box input.quantity-input:hover, input.vm-default:hover, span.quantity-box input.quantity-input:hover,.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover, table.user-details input:hover, a.ask-a-question:hover, a.details:hover, div.details:hover, a.product-details:hover, button.default:hover{
  0background: #e8e8e8 url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/backgrounds.png) repeat-x;
  background-position: 0 -40px;
  color: #000;
  text-decoration: none;
}
/* Let's have a general button for pagination, backtocat, whatever
button, .button {padding: 4px 6px;border: 1px solid #666;background-color: #f5fffa;}
*/
/* general style END */

#ui-tabs ul#tabs{
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 16px 16px 0;
}

#ui-tabs ul#tabs li{
  display: inline-block;
  cursor: pointer;
  background: #f2f2f2;
  padding: 8px 16px 3px;
}

#ui-tabs ul#tabs li.current{
  display: inline-block;
  background: #ccc;
  color: #444;
}

#ui-tabs .tabs{
  padding: 16px;
}

#ui-tabs .dyn-tabs{
  overflow: auto;
  display: none;
}
/* Align rows in products sublayout */

.vm-col {
  margin: 0px;
  width: 60%;
}

.vm-col-1 {
  width: 100%;
}

.vm-col-2 {
  width: 50%;
}

.vm-col-3 {
  width: 33.333%;
}

.vm-col-4 {
  width: 25%;
}

.vm-col-5 {
  width: 20%;
}

.vm-col-6 {
  width: 16.666%;
}

.vm-col-8 {
  width: 12.5%;
}

.vm-col-9 {
  width: 11.111%;
}

.vm-col-10 {
  width: 10%;
}

.vm-col-11 {
  width: 9.09%;
}

.vm-col-12 {
  width: 8.333%;
}
/* Products sublayout end */

.vm2-modallink{
  height: 16px;
  margin-left: 3px;
  vertical-align: top;
  width: 16px;
  display: inline-block;
  background: url(http://bestcool.pt:80/templates/bestcool/images/icon_external_link.gif) no-repeat scroll left top transparent;
}

.vm2-warning{
  background-position: 0 -1383px;
  width: 50px;
  height: 40px;
}

input.highlight-button{
  background: #0077b3;
  color: #fff;
  border: 1px solid #00669a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px 2px;
}

input.highlight-button:visited{
  color: #fff;
}

button.default{
  display: inline-block;
  cursor: pointer;
  padding: 5px 8px 4px;
}

button.default:hover{
  color: #777;
}

a.highlight, a.highlight:visited{
  background: #0077b3;
  border: solid #00669a 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  background-position: 0 -160px;
  color: #fff;
  padding: 3px 8px 1px;
}

textarea.virtuemart{
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}

.vm-button-correct,.vm-button-correct:link,.vm-button-correct:visited{
  display: inline-block;
	font-size: 19px;
	font-weight: 700;
  text-decoration: none;
  text-align: center;
  background: #0077b3;
  color: #fff;
  border: 1px solid #00669a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 6px 12px 3px;
}

.vm-button-correct:hover{
  color: #f2f2f2;
}

.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%;
}.productdetails-view .spacer-buy-area{
  	padding-left: 16px;
	text-align: center;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}



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

@media (max-width: 640px) {
.back-to-category {
 	float:none;
	margin-top: 20px;
	display: inline-block;
}	
}



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

.product-neighbours a.next-page{
  background: url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/next_16x16.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}

.product-neighbours a.previous-page{
  background: url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/previous_16x16.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}

.productdetails-view .product-short-description{
  margin: 0 0 16px;
  padding: 0;
}

.productdetails-view .product-description,.product-fields{
  margin: 0;
}

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

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

.additional-images .vm-img-desc{
  width: inherit;
  height: auto;
}

.product-price{
  	margin: 0 0 6px;
  	text-align: center;
  	0float: left;
  	line-height: 24px;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}

.vm-price {
  text-align: right;
  line-height: 18px;
}

.vm-price span {
  display: inline-block;
  min-width: 64px;
  padding: 0 3px;
}

span.vm-price-desc {
  text-align: left;
  min-width: 16px;
  margin: 0 12px 3px 0;
}

/* Row heights */
.vm3pr-1 .product-price {
  min-height: 28px;
}

.vm3pr-2 .product-price {
  min-height: 42px;
}

.vm3pr-3 .product-price {
  min-height: 56px;
}

.vm3pr-4 .product-price {
  min-height: 70px;
}

.vm3pr-5 .product-price {
  min-height: 84px;
}

.vm3pr-6 .product-price {
  min-height: 98px;
}

.vm3pr-0 .addtocart-area {
  min-height: 36px;
}

.vm3pr-1 .addtocart-area {
  min-height: 66px;
}

.vm3pr-2 .addtocart-area {
  min-height: 114px;
}

.vm3pr-3 .addtocart-area {
  min-height: 162px;
}

.vm3pr-4 .addtocart-area {
  min-height: 210px;
}

.vm3pr-5 .addtocart-area {
  min-height: 258px;
}

/* row heights custom fields */

.vm3pr-0 .vm-customfields-wrap {
	min-height: 0px;
}

.vm3pr-1 .vm-customfields-wrap {
	min-height: 65px;
}

.vm3pr-2 .vm-customfields-wrap {
	min-height: 118px;
}

.vm3pr-3 .vm-customfields-wrap {
	min-height: 159px;
}

.vm3pr-4 .vm-customfields-wrap {
	min-height: 206px;
}

.vm3pr-5 .vm-customfields-wrap {
	min-height: 253px;
}


.vm-cart-price{
  float: left;
  font-weight: bold;
}

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

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

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;
}

.addtocart-area{
  margin: 0;
}

.addtocart-area form {
	margin: 0;
}

span.quantity-box{
  display: inline-block;
  vertical-align: middle;
}

.quantity-box .quantity-input, .cart-summary .quantity-input{
  height: 34px;
  width: 34px;
  text-align: center;
  font-weight: 700;
  padding: 1px;
  margin-bottom:0;
}

.cart-summary .quantity-input{
  height: 24px;
  width: 24px;
}

span.quantity-controls{
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
}

span.quantity-controls input.quantity-controls{
  height: 15px;
  border: none;
  width: 15px;
  cursor: pointer;
}

span.quantity-controls input.quantity-plus{
  background: url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/quantity-controls.png) no-repeat;
  margin: 1px 0;
}

span.quantity-controls input.quantity-minus{
  background: url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/quantity-controls.png) repeat-x;
  background-position: 15px 0;
  margin: 1px 0;
}

.addtocart-bar{
  margin: 0 0 4px;
  padding: 0;
  position: static;
  text-align: center;
  line-height: 14px;
}

.productdetails-view .addtocart-bar{
  margin: 24px 0 0;
  padding: 0;
  position: relative;
  bottom: 0;
  text-align: center;
}

.vmgroup .addtocart-bar{
  bottom: 0;
  position: relative;
  margin: 32px 0 0 0;
}

.vmgroup .addtocart-area{
  margin: 8px 0 16px 0;
}

span.addtocart-button{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

span.cart-images img {
  float: left;
  margin: 0;
  width: 45px;
}

span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button{
	color: #fff;
    background: #ff8235;
    border: 1px solid #ff8235;
    border-radius: 0 0;
    font-size: 14px;
    letter-spacing: 0px;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 8px 13px;
}

input.addtocart-button:hover{
	background-color: #cb4c02 !important;
	border: #cb4c02 1px solid !important;
}

/*.addtocart-button-disabled {
    line-height: 18px;
}*/

div.vm-details-button {
  text-align: center;
}

div.vm-details-button a {
	border: 1px solid #1d87da;
    background-color: #1d87da;
    background: #1d87da;
    color: #fff;
    transition: all 0.2s ease 0s;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 3px 12px !important;
	margin-top: 10px;
    text-decoration: none;
}

div.vm-details-button a:hover {
	background-color: #e8f4fe;
}



span.addtocart-button input.addtocart-button-disabled {
  width: auto;
  max-width: 100%;
  background: #f2f2f2 top repeat-x;
  border: solid #333 1px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
  text-align: center;
  padding: 4px 5px;
  color: #333;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
}

.browse-view span.addtocart-button-disabled, .featured-view span.addtocart-button-disabled, .discontinued-view span.addtocart-button-disabled, .latest-view span.addtocart-button-disabled, .topten-view span.addtocart-button-disabled, .recent-view span.addtocart-button-disabled, .related-products-view span.addtocart-button-disabled, .browse-view span.addtocart-button-disabled, .addtocart-button-disabled {
  display: inline-block;
  padding: 16px;
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 4px;
  margin: 0;
  color: #aaa;
  width: 192px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.category-view h4{
  margin: 0;
  padding: 0;
}

.category-view .row .category .spacer h2{
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
}

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

.featured-view h4,.discontinued-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:0.2em;margin:0 0 8px;padding:0;}*/

.orderby-displaynumber{
  border-bottom: solid #E9E8E8 1px;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0;
  padding: 10px 0;
}

.orderlistcontainer{
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 8px;
}

.orderlistcontainer div.activeOrder{
  background: #FFF top right no-repeat url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  padding: 2px 24px 1px 12px;
}

.orderlistcontainer a{
  text-decoration: none;
  display: block;
}

.orderlistcontainer a :hover{
  text-decoration: none;
  display: block;
  color: #EEE;
  background: #777;
}

.orderlistcontainer div.orderlist{
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  z-index: 1;
}

.orderlistcontainer div.orderlist div{
  padding: 2px 12px 1px;
}

.orderlistcontainer div.orderlist div:hover{
  color: #EEE;
  background: #CAC9C9;
}

.ask-a-question-view .product-summary{
  border-bottom: solid #CAC9C9 1px;
  margin: 25px 0 0;
  padding: 0 0 10px;
}

.ask-a-question-view .product-summary h2{
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.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: 394px;
  background: #fff url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 12px;
}

.ask-a-question-view .form-field textarea.field:hover{
  background: #fff url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}

.ask-a-question-view .form-field .submit{
  width: 418px;
}

.ask-a-question-view input.counter,.ask-a-question-view input#name,.ask-a-question-view input#email{
  0background: #e8e8e8 url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 5px 4px;
}

.ask-a-question-view table.askform, .ask-a-question-view table.askform tr, .ask-a-question-view table.askform td {
  border: 0;
}

.ask-a-question-view table.askform td {
  padding: 5px 0;
}

.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}

a.ask-a-question{
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 3px 12px 1px;
  margin: 2px;
}

a.ask-a-question:hover{
  color: #777;
  text-decoration: none;
}

.ask-a-question-view,.manufacturer-details-view .spacer{
  padding: 20px;
}

.ask-a-question-view h1,.manufacturer-details-view h1{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.ask-a-question,.manufacturer,.manufacturer-details-view .email-weblink,.manufacturer-details-view .description{
  margin: 10px 0 0;
}

.manufacturer-details-view img{
  float: right;
  margin: 0 0 10px 20px;
}

.manufacturer-details-view .email-weblink a{
  margin-right: 15px;
}

a.product-details, a.details, div.details{
  background-position: 0 0;
  display: inline-block;
  padding: 3px 8px 1px;
}

a.details:hover, div.details:hover, a.product-details:hover{
  background-position: 0 -40px;
  color: #777;
}

span.details-button{
  margin: 0 0 0 10px;
}

span.details-button input.details-button {
  0background: url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/backgrounds.png) repeat-x scroll center top #E8E8E8;
  color: #135CAE;
  border: 1px solid #CAC9C9;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  padding: 3px 8px 1px;
}

.coupon{
  color: gray;
  border-radius: 4px;
  border: 1px solid #CAC9C9;
  font-size: 9px;
  padding: 3px;
}

textarea.virtuemart{
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}

p.product_s_desc{
  line-height: 20px;
  height: 40px;
  margin: 0;
  padding: 0;
}

span.stock-level{
  font-size: 10px;
  color: #7d7b7b;
}

.horizontal-separator{
  height: 1px;
  background: #e9e8e8;
  margin: 10px 0;
}

.invalid {
  border-color: #f00;
  background-color: #ffd;
  color: #000;
}

label.invalid {
  background-color: #fff;
  color: #f00;
}

.page-results{
  margin-top: 25px;
  text-align: right;
}

.control-buttons button.default{
  margin-left: 8px;
}

table.user-details .vm-chzn-select{
  0background: #e8e8e8 url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 210px;
}

table.user-details input{
  0background: #e8e8e8 url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 200px;
}

table.user-details input.invalid{
  0background: #e8e8e8 url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid red 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
}

table.user-details{
  width: 450px;
  margin-bottom: 10px;
}

table.user-details input[type="checkbox"], table.user-details input[type="radio"] {
  width: 20px;
}

td.key{
  padding: 0 6px;
  width: 150px;
}

.cart-view h1{
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}

.cart-view h2{
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.checkout-button-top{
  text-align: right;
  border-top: solid #E9E8E8 1px;
  padding: 10px 0 0;
}

.checkout-button-top input.terms-of-service{
  margin-right: 10px;
  display: inline-block;
}

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

.billto-shipto{
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 25px;
}

.billto-shipto span, a.terms-of-service{
  display: inline-block;
  font-size: 14px;
}

#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;
}

table.cart-summary tr th{
  0background: #e8e8e8 url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/backgrounds.png) top repeat-x;
  border-bottom: solid #E9E8E8 1px;
  padding: 6px 2px 3px;
}

.cart-summary .vm-price-value {
  white-space: nowrap;
}

.cart-summary tr td {
  padding: 5px 3px 2px;
}

.customer-comment{
  text-align: center;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

textarea.customer-comment{
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  text-align: left;
  padding: 5px 5px 4px;
}

.cart.customer-note{
  margin: 10px 0 0 0;
}

textarea#customer_note_field {
  margin: 10px 0;
  width: 98%;
}

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

.terms-of-service h5{
  background: #7C1E21;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-align: center;
  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;
}

.VmArrowdown{
  background: top right no-repeat url(http://bestcool.pt:80/templates/bestcool/images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
}

ul.VMmenu,.VMmenu ul,.VMmenu li{
  list-style-type: none;
  background-image:none;
  padding: 2px;
}

#com-form-login .width30.floatleft {
  display: inline-block;
  margin: 0 20px 0 0;
}

#com-form-login label{
  display: inline-block;
}

#com-form-login input[type="checkbox"] {
  margin: 0;
}

.vm2-add_quantity_cart{
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
}

.vm2-arrow_down{
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}

.vm2-billto-icon{
  background-position: 0 -138px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  border: 0px;
}

.vm2-remove_from_cart{
  background-position: 0 -212px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.vm2-shipto-icon{
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}

.vm2-lowstock{
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: inline-block;
  float: right;
  margin: 6px 4px 0 0;
}

.vm2-nostock{
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: inline-block;
  float: right;
  margin: 6px 4px 0 0;
}

.vm2-normalstock{
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;
  display: inline-block;
  float: right;
  margin: 6px 4px 0 0;
}

.featured-view .vm2-lowstock, .featured-view .vm2-nostock, .featured-view .vm2-normalstock, .discontinued-view .vm2-lowstock, .discontinued-view .vm2-nostock, .discontinued-view .vm2-normalstock, .latest-view .vm2-lowstock, .latest-view .vm2-nostock, .latest-view .vm2-normalstock, .topten-view .vm2-lowstock, .topten-view .vm2-nostock, .topten-view .vm2-normalstock, .recent-view .vm2-lowstock, .recent-view .vm2-nostock, .recent-view .vm2-normalstock, .related-view .vm2-lowstock, .related-view .vm2-nostock, .related-view .vm2-normalstock{
  float: right;
  margin: 6px 4px 0 0;
}

.vm2-termsofservice-icon{
  background-position: 0 -1309px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}

.vendor-store-desc,.category-view,.featured-view,.discontinued-view,.latest-view,.topten-view,.recent-view,.related-products-view,.browse-view,.order-view{
  margin-bottom: 25px;
}

.main-image,.featured-view .product,.discontinued-view .product,.latest-view .product,.topten-view .product,.recent-view .product,.related-products-view .product{
  text-align: center;
}

.vm-product-media-rating {
  width: 100%;
  float: left;
}

.vm-product-media-rating h2 {
  border: none;
  margin: 6px 0;
}

.vm-rating-header {
  float: right;
  margin: 0 6px 0 0;
}

.vm-product-media-container {
  text-align: center;
  max-width: 100%;
  margin-bottom: 15px;
}



.vm-product-container .vm-product-media-container {
  float: left;
  width: 55%;
}
@media (max-width: 640px) {
.vm-product-container .vm-product-media-container {
  width:100%;
}		
}



.vm-product-descr-container {
  float: left;
  width: 100%;
  text-align: center;
}

.vm-product-details-container {
  float: right;
  width: 45%;
}

.valign-wrapper {
  position: relative;
}

.valign-content-wrapper {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
}

.valign-content {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -43px;
}
/* .main-image img {max-width:100%;height:auto}*/

.main-image img {
  max-width: 100%;
  0max-height: 260px;
}
/*.main-image img.product-image,.featured-view .spacer img,.discontinued-view .spacer img,.latest-view .spacer img,.topten-view .spacer img,.recent-view .spacer img{max-width:100%;height:auto;width:auto;}*/

.browseProductImage {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}

.customer-reviews,.ask-a-question-view .form-field{
  margin: 25px 0 0;
}

span.variant-name, span.custom-variant-name{
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}

span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover, input.highlight-button:hover, a.highlight:hover{
  0background-position: 0 -200px;
  0color: #f2f2f2;
}

.category-view .row .category .spacer,.featured-view .spacer,.discontinued-view .spacer,.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.related-products-view .spacer,.browse-view .row .product .spacer{
  padding: 6px;
}

.featured-view .spacer h3,.discontinued-view .spacer h3,.latest-view .spacer h3,.topten-view .spacer h3,.recent-view .spacer h3,.related-products-view .spacer h3{
  font-size: 14px;
  margin: 0 0 3px;
  padding: 0;
}

.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img{
  width: auto;
  height: auto;
}

.display-number,.control-buttons{
  text-align:right !important;
  margin: 0 8px 0 0;
}

.control-buttons #reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}

#userForm select,.width80{
  width: 80%;
}

textarea.virtuemart:hover, textarea.customer-comment:hover{
  color: #000;
  background: #e8e8e8;
}

label.invalid, span.red{
  color: red;
}

.output-billto span.values,.output-shipto span.values,.floatleft, span.floatleft{
  float: left;
}

.output-billto span.values,.output-shipto span.values {
  padding-right: 5px;
}

.joomlaCoreField {
  background-color: #FFFFDD;
}


/* Paginação */

.vm-pagination {
  	0float: left;
  	text-align:center !important;
	margin-top: 20px;
}

.vm-pagination ul{
  text-align:center !important;
}

.vm-pagination ul li{
  display: inline;
}

.vm-pagination .counter{
  0text-align: right !important;
}

.vm-page-counter {
  0float: right;
}

.vm-bottom div{
  text-align:center !important;
}

.vm-bottom ul{
  text-align:center !important;
}

.vm-bottom ul li{
  display: inline;
}

.vm-bottom .counter{
  text-align: right !important;
}

.pagenav {
  padding: 3px 8px;
  margin: 0 4px;
  border: 1px solid #d8e5f3;
  background-color: #f1f7fd;
  color: #0077b3;
}

span.pagenav {color: #0077b3;text-decoration: none; padding:3px 10px; font-weight: bold;}

@media (max-width: 640px) {
span.pagenav {padding:3px 5px;}		
}


.pagination-start span, .pagination-prev span, .pagination-next span, .pagination-end span {font-weight: 100 !important;}

a.pagenav {
  	color: #0077b3;
  	text-decoration: none;
	padding:3px 10px;
}

 
td.orders-key{
  font-weight: bold;
  text-align: left;
}


/* Manufacturer View Default */

.manufacturer-view-default .row .manufacturer .spacer {
  padding: 6px;
}

.product-field-display a img{
  display: block;
}

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

.product-related-products img, .product-related-categories img {
  margin: 0 auto;
}

.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{
  float: left;
  text-align: center;
}

.product-field-type-R, .product-field-type-Z{
  float: left;
  margin: 0 16px;
}

.product-fields-title-wrapper{
  min-width: 160px;
  font-weight: bold;
  padding: 8px 0;
}

.product-field-type-S ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.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;
}

.virtuemart_search .inputbox{
  vertical-align: middle;
}
/* Custom Field Images */

.product-fields .product-field{
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 6px;
}

.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-fields .product-field-type-M {
  display: block;
}

.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 10px;
}

.product-fields .product-field-type-M label {
  display: inline-block;
}

.product-fields .product-field-type-M img {
  display: block;
  vertical-align: text-top;
  float: right;
}

.product-field-display {
  vertical-align: middle;
}

.product-fields .product-field .vm-img-desc {
  font-size: 9px;
}

.vm-cart-item-name {
  text-align: left;
  overflow: hidden;
}

.vm-cart-item-sku {
  text-align: left;
}

.vm-cart-item-basicprice{
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-cart-item-quantity{
  min-width: 100px;
  width: 10%;
  text-align: center;
}

.vm-cart-item-tax{
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-cart-item-discount{
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-cart-item-total{
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-search-custom-values-group {
  display: block;
  float: left;
  background-color: #f2f2f2;
  margin: 4px;
  padding: 4px;
}

span.vm-search-descr {
  display: block;
}

.vm-search-custom-search-input input.inputbox {
  margin: 0;
}

/* some more styles */

.buttonBar-right{
  text-align: right;
  float: right;
}

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

div.product {
  float: left;
  border: 0px solid #ddd;
  min-width: 220px;
}

div.product_horizon div.product {
  float: left;
  border: 1px solid #ddd;
  margin: 4px;
  min-width: 220px;
}

.vm-product-descr-container h2 {
  min-height: 51px;
  margin-bottom: 0px;
}

.vm-product-descr-container-0 {
  min-height: 50px;
  margin-bottom: 6px;
}

.vm-product-descr-container-1 {
  min-height: 40px;
  margin-bottom: 6px;
}

.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
  font-size: 14px;
  line-height: 20px;
  margin:  0 0 10px 0;
  text-align: center;
}

/* Reset Bootstrap row class margin for VM views */

div[class*="-view"] .row{
  margin: 0;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

.vmLoadingDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2) url(http://bestcool.pt:80/templates/bestcool/images/vm-preloader.gif) 50% 45% no-repeat;
}

/* Anytime the body has the loading class, our
   modal element will be visible */

.vmLoading .vmLoadingDiv {
  display: block;
}

.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}

/* additional for vm-products-horizon */
.vm-products-horizon.vm-col {
    width: 100%;
}

.vm-products-horizon .vm-product-media-container {
    float: left;
    max-width: 180px;
}

.vm-products-horizon .vm-product-rating-container {
	float: left;
	padding: 4px 8px;
}

.vm-products-horizon .vm-product-descr-container-0, .vm-products-horizon .vm-product-descr-container-1, .vm-products-horizon .vm-product-descr-container-2 {
    float: left;
}

.vm-products-horizon .vm-product-descr-container-0 > h2, .vm-products-horizon .vm-product-descr-container-1 h2, .vm-products-horizon .vm-product-descr-container-2 h2 {
    display: inline-block;
    float: none;
}

.vm-products-horizon .vmicon {
    float: none;
}

.vm-products-horizon .ratingbox {
    display: block;
}

.vm-products-horizon .vm-details-button {
    display: none;
}

.vm-products-horizon .vm-customfields-wrap {
    float: left;
}

.vm-products-horizon .product-price {
    float: right;
}

.vm-products-horizon .addtocart-bar {
    float: right;
    position: static;
}



/* adjust to screen size */

div[class*="-view"] .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* cart table */
.cart-summary td, .cart-summary th {
  border: 1px solid #ddd;
}

.vm-payment-plugin-single label, .vm-shipment-plugin-single label {
  display: inline;
}
/* Chosen */
.chzn-container, .chzn-drop{
  max-width: 100%;
}

.product-field-type-C .chzn-container {
  margin-bottom: 10px;
}

/* Category module wall layout */
.vm-categories-wall{
	list-style:none;
	margin:0 0 20px;
	padding:0;
}
.vm-categories-wall a{
	font-weight:bold;
	display:block
}
.vm-categories-wall-catwrapper{
	margin-bottom:15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vm-categories-wall-img{
	margin-bottom:10px
}
.vm-categories-wall .width50:nth-child(2n +1),
.vm-categories-wall .width33:nth-child(3n +1),
.vm-categories-wall .width25:nth-child(4n +1),
.vm-categories-wall .width20:nth-child(5n +1),
.vm-categories-wall .width16:nth-child(6n +1){
	clear:left
}

.spacer.product-container {
  border: 1px solid #ddd;
  margin: 2px;
}

@media all and (max-width: 980px) {
  div#nav {
    display: none;
  }

  div#contentarea {
    padding: 0;
  }
}

@media all and (max-width: 800px) {
  div#line {
    display: none;
  }

  div#nav {
    display: none;
  }

  div.vendor-store-desc {
    display: none;
  }

  div[class*="vm-col-"] {
    width: 49%;
  }

  .vm-col-3 {
    width: 49%;
  }

  h1#logo {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  /* Category module wall layout */
  .vm-categories-wall-catwrapper{
    width: 50%;
  }

  .vm-categories-wall .vm-categories-wall-catwrapper:nth-child(2n +1){
    clear:left;
  }

  .vm-categories-wall .width50:nth-child(2n +1),
  .vm-categories-wall .width33:nth-child(3n +1),
  .vm-categories-wall .width25:nth-child(4n +1),
  .vm-categories-wall .width20:nth-child(5n +1),
  .vm-categories-wall .width16:nth-child(6n +1){
  	clear: none;
  }

}

@media (max-width: 480px){
  #header ul {
    text-align: center;
  }

  .row div[class*="width"]{
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }

  div.product {
    float: left;
    margin: auto;
    width: 49%;
  }

  div[class*="vm-col-"] {
    width: 100%;
  }

  .vm-product-container > div {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .productdetails-view .spacer-buy-area {
    padding: 0;
  }

  .productdetails-view .addtocart-area, .productdetails-view .manufacturer, .productdetails-view .addtocart-bar{
    text-align: center;
  }
}

@media all and (max-width: 400px) {
  .row div[class*="width"]{
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  #header ul {
    right: 0px;
    left: 0px;
  }
}

@media (max-width: 360px) {
  /* Category module wall layout */
  .vm-categories-wall-catwrapper{
    width: 100%;
  }
}





/* ESTILOS ADICIONAIS */


.show_cart a{
	background-color: #1d87da;
	padding: 4px 15px 4px 15px;
	color: #fff;
	margin-top: 10px;
}

.show_cart a:hover{
	background-color: #0165b4;
	color: #fff;
}



/* Oculta coluna desconto */
.vm-cart-item-discount .priceColor2{display:none;}


/* Categorias */

.orderby-displaynumber{display: none;}

.spacer.product-container{border-radius: 5px;}

.category-view h2 a{font-size:120% !important; text-transform:uppercase; border-bottom:none !important; font-weight:bold;}
.category0 img{display:none;}
.horizontal-separator{height:5px;background:#ffffff;margin:5px 0;}

.topten-view h4{font-size:140%; font-weight:bold; color:#e52f11;}




/* Detail */
.ProductSKU{padding-bottom:20px; font-size:90%;}
.vm-img-desc{display:none;}

.PricesalesPrice{display:none;} /* esconde o preço com iva */
.PricediscountAmountTt{color: #f80012 !important;}

.product-neighbours{margin-top:10px;}

/* Fancybox popup add cart e Aks e imagens */
#fancybox-wrap{min-width:500px !important; z-index:999999 !important;}
#fancybox-content{font-size:80%;}
#fancybox-content {min-width:450px !important;}

#fancybox-title{margin-left:0px !important;}


.vm-fieldset-tos{display: none;}

a.continue_link {background: #1d87da; border: 0 none; border-radius: 0; color: #fff; float: left; font-size: 14px; height: 37px; line-height: 25px; margin-bottom: 20px; padding: 5px 20px; text-align: center; width: 50%;} 
a.continue_link:hover{color:#ffffff;}
a.showcart {background: #ff8235; border: 0 none; border-radius: 0; color: #fff; float: right; font-size: 14px; height: 37px; line-height: 25px; margin-bottom: 20px; padding: 5px 20px; text-align: center; width: 50%;} 
a.showcart:hover, a.showcart:focus, a.continue_link:hover, a.continue_link:focus {text-decoration: none; color: #fff;} 
a.showcart span.ti-shopping-cart, a.continue_link span.ti-back-left {padding-right: 10px; font-size: 15px;} 
.hidesearch .ti-close, .vm_button {border: 2px solid #0b3657; color: #0b3657; background: #fff; border-radius: 0; cursor: pointer; float: right; font-size: 20px; height: 40px; line-height: 36px; transition: all 0.25s ease-in-out 0s; width: 40px;}




/* Form Cart e outros */

.billto-shipto a{background-color:#e8f4fe; color:#1d87da; border: none; padding: 5px;}
.billto-shipto a:hover{background-color:#1d87da; color:#e8f4fe; border: none;}

input.default{background-color: #1d87da;color: #fff;}


.adminForm td.key {width: 250px;}
.adminForm input{border:  #d8e8f7 2px solid !important;}
.adminForm .chzn-container-single .chzn-single {border:  #d8e8f7 2px solid;}
button.default{background-color:#1d87da;color: #fff;border: solid #CAC9C9 0px;}
button.default:hover{color:#78b7e8;}


.cart-summary .cart-images{margin-right: 5px;}
.cart-summary h4{font-weight: bold;}



/* DETALHES DA FACTURAS */

/* Backoffice */
body.contentpane {font-family:Verdana, Geneva, sans-serif; font-size:70%;}
body.contentpane tr {line-height:18px;}
.vendor-details-view{font-family:Verdana, Geneva, sans-serif;}
.vendor-description{font-family:Verdana, Geneva, sans-serif;}

.orders-key{line-height:40px;}

.html-email{margin-top:25px;}




/* Front */
.vm-orders-order table{margin-bottom:25px;}

.vm-orders-items{margin-top:25px; font-size:90%; }
.sectiontableheader{line-height:30px;}





/* Reviews */
.customer-reviews h4{
  border-bottom: solid #CAC9C9 1px;
  font-size: 1.0em;
  margin: 0 0 10px;
  padding: 0 0 6px;
}

.write-reviews{
  text-align: center;
  margin: 20px 0 0;
}

.write-reviews h4{
  text-align: left;
}

.write-reviews h4 span{
  font-size: 1.0em;
  font-weight: 400;
  margin-left: 8px;
}

.write-reviews span.step{
  font-weight: 700;
  display: inline-block;
  margin: 0 0 8px;
}

.rating{
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

.write-reviews ul.rating li{
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0 5px;
}

.write-reviews ul.rating li span{
  display: block;
}

.write-reviews textarea.virtuemart{
  margin-bottom: 6px;
  display: inline-block;
}

.list-reviews .normal{
  border: solid #CAC9C9 1px;
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px;
}

.list-reviews .normal blockquote,.list-reviews .highlight blockquote{
  margin-top: 12px;
  font-size: 12px;
  word-wrap: break-word;
}

.list-reviews .normal blockquote:before,.list-reviews .highlight blockquote:before{
  content: open-quote;
  font-weight: 700;
  font-size: 24px;
  padding-right: 6px;
}

.list-reviews .normal blockquote:after,.list-reviews .highlight blockquote:after{
  content: close-quote;
  font-weight: 700;
  font-size: 24px;
  padding-left: 6px;
}

.list-reviews .highlight{
  background: #f7f6f6;
  border: solid #CAC9C9 1px;
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px;
}

.list-reviews span.date{
  float: right;
  display: block;
  color: #777;
  border-left: solid #CAC9C9 1px;
  border-bottom: solid #CAC9C9 1px;
  position: relative;
  top: -12px;
  right: -12px;
  font-size: 10px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  padding: 4px 6px 2px;
}
/* Reviews end */

.vm2-stars0{
  background-position: 0 -358px;
  width: 64px;
  height: 13px;
}

.vm2-stars1{
  background-position: 0 -421px;
  width: 64px;
  height: 13px;
}

.vm2-stars2{
  background-position: 0 -484px;
  width: 64px;
  height: 13px;
}

.vm2-stars3{
  background-position: 0 -547px;
  width: 64px;
  height: 13px;
}

.vm2-stars4{
  background-position: 0 -610px;
  width: 64px;
  height: 13px;
}

.vm2-stars5{
  background-position: 0 -673px;
  width: 64px;
  height: 13px;
}

.vm2-stars_0{
  background-position: 0 -736px;
  width: 64px;
  height: 13px;
}

.vm2-stars_1{
  background-position: 0 -799px;
  width: 64px;
  height: 13px;
}

.vm2-stars_2{
  background-position: 0 -862px;
  width: 64px;
  height: 13px;
}

.vm2-stars_3{
  background-position: 0 -925px;
  width: 64px;
  height: 13px;
}

.vm2-stars_4{
  background-position: 0 -988px;
  width: 64px;
  height: 13px;
}

.vm2-stars_5{
  background-position: 0 -1051px;
  width: 64px;
  height: 13px;
}

.vm-product-rating-container {
  text-align: left;
}

.ratingbox {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 24px;
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/color-stars.png) repeat-x scroll 0 bottom transparent;
  margin: 0 auto 15px;
}

.ratingbox div, .ratingbox span {
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/color-stars.png) repeat-x;
  display: block;
  width: 1%;
  height: 24px;
  position: static;
}

.browse-view .ratingbox{
  margin: 0 auto 15px;
}

.spacer-buy-area .ratingbox {
  margin-bottom: 15px;
}

div.vote, span.vote {
  display: block;
  margin-bottom: 4px;
  float: right;
  margin-left: 130px;
}

.category-ratingbox {
  position: relative;
  display: block;
  width: 60px;
  height: 12px;
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/color-stars-small.png) repeat-x scroll 0 bottom transparent;
}

.category-ratingbox div, .category-ratingbox span {
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/color-stars-small.png) repeat-x;
  display: block;
  width: 1%;
  height: 12px;
  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;
}

@media (max-width: 768px){
  .spacer-buy-area .ratingbox {
    margin: 0 auto 15px;
  }
}
/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  margin-bottom: 4px;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 60px;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 30px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
	border:  #c8c9c9 1px solid;
  box-shadow: 0 0 10px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 28px;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left !important;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../components/com_virtuemart/assets/css/chosen-sprite0.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px !important;
  height: 100%;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 0px 4px;
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px;
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  color: #999;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  padding: 4px 5px 4px 20px;
  background: white url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px;
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(http://bestcool.pt:80/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url(../../../components/com_virtuemart/assets/css/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden !important;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/blank.gif) ;
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	/*font-size: 12px;*/
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(http://bestcool.pt:80/components/com_virtuemart/assets/images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }



/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	0font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	0font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
	margin-top:0px;
	margin-bottom:0px;
	height: 100%;
}

body#bg {
	color:#393939;
	background: #f5f5f5  url(http://bestcool.pt:80/templates/bestcool/imagens/fundo.png) repeat-x;
	background-color:#f5f5f5;
	border-top:#e65500 8px solid;
	
	0-webkit-background-size: cover;
  	0-moz-background-size: cover;
 	0-o-background-size: cover;
 	0background-size: cover;
	
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	padding:5px;
	color: #333;
	font-family: serif;
	line-height: 140%;
	font-family: Tahoma, Arial, Geneva, sans-serif;
}
.modal{background-color:#fff;}

	
div#topo{
	width:auto;
	height:150px;
	clear:both;
	0margin-top:10px;
	0background-color:#FFF;
	
	0background: -webkit-linear-gradient(#ffffff, #ffffff, #faefe2); /* For Safari 5.1 to 6.0 */
	0background: -o-linear-gradient(#ffffff, #ffffff, #faefe2); /* For Opera 11.1 to 12.0 */
	0background: -moz-linear-gradient(#ffffff, #ffffff, #faefe2); /* For Firefox 3.6 to 15 */
	0background: linear-gradient(#ffffff, #ffffff, #faefe2); /* Standard syntax */
	
	}		
	
div#logo{
	width:250px;
	height:150px;
	margin-left:20px;
	float:left;
	}
		
	
div#topo2{
	width:auto;
	height:auto;
	float:right;
	}
	

div#menutop2{
	width:auto;
	clear:both;
	margin-top: 0px;
	0background-color:#fff5e6;
	border-top:#dd7300 0px solid;
	border-bottom:#e7e7e7 0px solid;
	
	}
	
div#menutop2{
	width:auto;
	padding-left:10px;
	text-align:center;
	}

div#menutop input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-right:2px;
	}

div#menutop select{
	padding: 3px 5px;
	font-size: 120%;
	margin-right:2px;
	border: 0px solid #fdcc74;
	color:#dd7300;
	background-color:#ffffff;
	cursor: pointer;
	}				

div#contactos{
	width:270px;
	height:100px;
	float:right;
	color:#fff5e6;
	padding-top:15px;
	letter-spacing:1px;
	text-shadow: 1px 1px 1px #171717;
	}
	
.container-fluid0{background-color:#ededed; border-top:#e7e7e7 1px solid; border-bottom:#e7e7e7 1px solid;}	

div#slide{
	width:100%;
	margin:auto;
	height:auto;
	clear:both;
	}	
	
	
div#conteudos{
	width:auto;
	clear:both;
	background-color:#fff;
	margin-top:4px;
	border-top:#e7e7e7 2px solid;
	border-bottom:#e7e7e7 0px solid;
	}
	
/* Bug Float/Dislpay:Table do Firefox */	
div#conteudos:after{ 
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	}	
									

.col-md-3{padding-left: 0px; padding-right: 0px;}

div#esquerda{
	0width:auto;
	0float:left;
	background-color:#f8f8f8;
	border-right:#f8f8f8 1px solid;
	padding-top:0px;
	}
div#esquerda .moduletable{
	width:100%;
	clear:both;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

div#esquerda .moduletable h3{
	font-weight: bold;
	font-size: 130%;
}



div#esquerda .moduletable2{
	background-color: #fdf0e1;
	border-top: #42494f 2px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

div#esquerda .moduletable3{
	padding-top: 0px;
	padding-bottom: 0px;
}


div#centro{
	0width:100%;	
	0float:left;
	}	


	

/* PATHWAY
---------------------------------------------------------*/	
div#caminho{
	width:100%;
	height:30px;
	clear:both;
	font-size:12px;
	text-indent: 10px;
	line-height:25px;
	color:#234b7d;
	margin-top:6px;
	margin-bottom:25px;
	}
	
#caminho strong {
	margin-right:5px;
}

#caminho img {
	margin:1px; padding-bottom:4px;
}

#caminho a {
	color: #234b7d;
	text-decoration: none;
}

#caminho a:hover, #caminho a:active {
	color:#d91f26;
	text-decoration: none;
}	
	
.breadcrumb {
  padding: 5px 5px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 1px;
  color: #ccc;
  content:none;
}
.breadcrumb > li + li:after {
  padding: 0 5px;
  color: #ccc;
  0content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

	
/* FIM PATHWAY
---------------------------------------------------------*/				



div#centro2{
	width:100% !important;
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	}

/* Imagem Responsiva no conteúdo */			
div#centro2 img{height: auto; max-width:100%;}

/* Efeito na imagem */			
div#centro2 a img:hover{opacity: 0.8;}


div#direita{
	float:left;
	background-color:#fff8f0;
	padding-top:15px;
	}
div#direita h3{
	color:#417630;
	font-weight:bold;
	border-bottom:#417630 1px solid;
	}

div#direita .moduletabletopreceitas ul li{font-size:90%;padding-bottom:7px; line-height:20px;}


div#destaques{width:auto; background-color:#ffffff; padding-left: 25px;}
div#destaques h3{text-align: center; font-weight: 100; line-height: 50px; font-size: 180%;}

div#destaques .product-container{text-align: center;}

div#destaques .PricesalesPrice{display: inline;}



	
div#menubottom{
	width:auto;
	clear:both;
	padding:10px;
	border-top:#e7e7e7 0px solid;
	background-color:#e7e7e7;
	
	0background: rgba(0,0,0,0.4);
	}	
	
div#menubottom1{
	width:auto;
	float:left;
}
div#menubottom2{
	width:auto;
	float:left;
}


	

.footer {0position: absolute;bottom: 0; width: 100%; height:auto; color:#515151; background-color: #eaeaea; border-top:#e1e1e1 1px solid; font-size:90%; padding-top:10px;padding-bottom: 10px;}
.footer span{font-size:90%;}
.footer a{color:#515151;}



/* Normal link */
a {
	color:#0b3e64;
	text-decoration: underline;
	transition: all 0.2s ease 0s;
}

a:hover, a:active, a:focus {
	color:#dd7300;
	text-decoration: none;
}

/* h1 e h2 home */
h1.home {font-size: 120%; line-height:10px; padding-top:15px;}
h2.home {font-size: 90%; padding-bottom:0px; border-bottom:none; line-height:15px;}

/* Heading */
h1 {
	font-size: 180%;
	0line-height:20px;
}

h2 {
	font-size: 125%;
	line-height:20px;
	font-weight:bold;s
	padding-bottom:10px;
}

h2 a{
	color:#0b3e64;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
}

h3 {
	font-size: 130%;
	line-height:30px;
	color:#0082c0;
}

h4 {
	font-size: 100%;
}

p
{
    margin:15px 0;
}

fieldset
{
	margin:10px 0px;
	padding:10px 10px;
	border:solid 2px;
	border-color:#f5f5f5;
}

em
{
    font-weight:bold;
}

ul {
	padding:0px;
	margin:0px;
	margin-top: 0px;
	margin-bottom: 15px;
	list-style: none;
}

ul li{
	padding-left:0px;
	list-style: none;
	padding:0px;
	margin:0px;
}


ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}



/* ++++++++++++++ item-page  ++++++++++++++ */


.item-page{
	padding:0 5px;
	display:block;
	overflow:hidden;
	}

.item-page h2{
	line-height:30px;
	font-size:180%;
	font-weight:400;
	color:#3393b9;
	text-transform:uppercase;
	border-bottom:#ececec 1px solid;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	}

.page-header{border-bottom:none; padding:0px; margin:0px;}


/* ++++++++++++++  position  ++++++++++++++ */

.blog-featured
{
        padding: 0;
}

.items-leading
{
        padding:0px 5px 10px 5px;
        overflow:hidden;
        margin-bottom:2px
}

.row-separator
{
        display: block;
        clear: both;
        margin: 0;
        border: 0px;
        height:0px;			
}

.item-separator
{
        display: none;
        margin: 0px;
}

.shownocolumns
{
        width:98% !important;
}

#top
{
        margin:0 0 20px 0;
        overflow:hidden;
}


/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:49%;
        float:left;
		margin-right:2%;
}

.cols-2 .column-2
{
        width:49%;
        float:left;
        margin:0;
}

.cols-3 .column-1
{
        float:left;
        width:30%;
        padding:0px 5px;
        margin-right:4%;

}
.cols-3 .column-2
{
        float:left;
        width:30%;
        margin-left:0;
        padding:0px 5px;
		margin-right:4%;
}
.cols-3 .column-3
{
        float:left;
        width:30%;
        padding:0px 5px
}

.items-row
{
        overflow:hidden;
        margin-bottom:20px !important;
		0min-height:200px;
		border-bottom:#c0c0c0 0px dashed;	
}

.column-1,
.column-2,
.column-3
{
        padding:2px 1px;
}

.column-2
{
        width:30%;
}

.column-3
{
        width:30%;
}

.blog-more
{
        padding:10px 5px;
}



/* ++++++++++++++  BLOG RESPONSIVE  ++++++++++++++ */

@media (max-width: 640px) {
.cols-2 .column-1
{
        display: block;
        float: none !important;
		width:auto;
}

.cols-2 .column-2
{
        display: block;
        float: none !important;
		width:auto;
}

.cols-3 .column-1
{
        display: block;
		float: none !important;
		width:auto;


}
.cols-3 .column-2
{
        display: block;
		float: none !important;
		width:auto;

}
.cols-3 .column-3
{
        display: block;
		float: none !important;
		width:auto;
}

}




/* ++++++++++++++  details  ++++++++++++++ */

.article-info
{
        margin:10px 0 10px 0px;
        font-size:0.9em;
}

.article-info-term
{
        display:none
}

dt.category-name,
dt.create,
dt.modified,
dt.createdby
{
        float:left;
        padding-right:5px;
}

.archive .article-info dd,
.article-info dd
{
        margin:2px 0 0px 0;
        line-height:1.2em
}

dd.createdby
{

}

.article-info dd span
{
    text-transform:none;
    display:inline-block;
    padding:0 5px 0 0px;
    margin:0 10px 0 0px;
}



/* ++++++++++++++  icons  ++++++++++++++ */

ul.actions
{
        text-align:right;
        padding:0 ;
        width:100%;
        margin:0
}

ul.actions li
{
        display:inline
}

ul.actions a
{
        text-decoration:none
}



/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a
{
        font-weight:100;
        padding:2px 5px 2px 5px;
        display:inline-block;
        margin-top:5px;
        text-decoration:none;
		background-color:#e8e8e8;
		color:#333;
		font-size:90%;
}

.newsflash  a.readmore:link,
.newsflash a.readmore:visited,
a.readmore:link,
a.readmore:visited
{
        padding:4px 5px 4px 10px ;
        line-height:1.2em;
        text-decoration:none;

}

.newsflash  a.readmore:link,
.newsflash a.readmore:visited
{margin:10px 0;}

a.readmore:hover,
a.readmore:active,
a.readmore:focus
{
        text-decoration:none;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus
{
        text-decoration:none;
		background-color:#0082c0;
		color:#FFF;
}




/* h1 on frontpage and blog view */

.blog-featured h1,
.blog h1{
	font-size:140%;
	text-transform:uppercase;
	color:#cecece;
	line-height:20px;     
	}

.blog span.subheading-category{
	line-height:30px;
	font-size:160%;
	color:#0b3e64;
	text-transform:uppercase;
	}

.blog .category-desc
{
        padding:0 5px;
        margin:10px 0 25px
}

.blog .cat-children .category-desc
{
        padding:0 0px;
        margin:10px 0 25px
}


ul.subcategories
{
        margin:20px 20px 20px 10px
}
.subcategories-link
{
        font-weight:bold
}


.item-page ul
{
        list-style-position:outside;
        list-style-type:square;
        padding:0 0 0 15px;
        margin:10px 0 10px 0px;
}

.item-page ol
{
        padding:0 0 0 20px;
        margin:10px 0 10px 0px;
        list-style-position:outside;
}

.item-page ul li,
.item-page ol li
{
        padding:0;
        line-height:1.7em;
        margin: 0;
		list-style-position:outside;
        list-style-type:square;
		margin-left:10px;
}


.category-list
{
        padding:0 5px;
        display:block;
}

.category-list h1
{
        margin-left:-5px;
        margin-right:-5px;
}

.categories-list
{
        padding:0 5px
}

.categories-list ul
{
        margin:0px 0 0 20px;
        padding:0
}

.categories-list ul li
{
        padding: 5px;
}

.categories-list ul ul
{
        margin-left:15px
}

.categories-list dl dt,
.categories-list dl dd
{
	display:inline
}

.category-desc
{
        line-height:1.7em;
        margin:10px 0;
        padding-left:0px
}

.small
{
        font-size:0.85em;
        margin:0 0 20px;
}

.image-left
{
        float:left;
        margin:0 15px 5px 0;


}

.image-right
{
        float:right;
        margin:0 0 5px 15px
}

.archive
{
        padding:0 5px
}

.archive form
{
        padding:0 5px
}

ul#archive-items
{
        margin:20px 0 20px 0px;
        list-style-type:none;
        padding:0
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
        padding:10px 0;
        margin:10px 0;
}



/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}


input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-size: 100%;
	margin-right:2px;
	border: 2px solid #d8e8f7;
	
}




/* Remove button padding in FF */
.button::-moz-focus-inner {
    border:0;
    padding:0;
}

.button {
	padding: 4px 10px;
	margin-top:1px;
	margin-left:0px;
	border: 1px solid #0082c0;
	background:#0082c0;
	color: #ffffff;
	font-size: 100%;
	cursor:pointer;
	
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}

.button:hover, .button:focus {
	border: 1px solid #464646;
	background: #464646;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	0border: 1px solid #c5c5c5;
	margin-right:2px;
	background: #ffffff;
	color:#464646;
	padding: 4px;
	
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}


.login-fields
{
        margin:10px 0
}

.login-fields label
{
        float:left;
        width:9em
}

.login-description img,
.logout-description img
{
        float:left;
        margin-right:20px
}

.login-description,
.logout-description
{
        overflow:hidden;
        padding-left:5px;
        margin:20px 0 10px 0
}

.logout-description
{
        margin-bottom:20px
}




/* ++++++++++++++  pagination  ++++++++++++++ */

.pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;
        clear:both;

}

.pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:left;
}

.pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}

.pagenav
{padding:2px; clear: both;}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev
{border:0}

.pagination li.pagination-start ,
.pagination li.pagination-start  span
 {
padding:0

}
p.counter
{
        font-weight:bold;
}



/* ###########  Categories list ############ */
.categories-listalphabet ul
{
padding:0;
margin:20px 10px 10px 0;
list-style-type:none;
list-style-position:inside
 }
.categories-listalphabet ul li
{
display :inline;
padding:5px;
border-right:solid 1px #ddd
}


.categories-list ul
{list-style-type:none;
margin:0}

.cat-children
{ padding-left:5px
}
.cat-children ul dl dt,
.cat-children ul dl dd
{ display:inline}

.cat-children ul
{list-style-type:none;
 margin:0;
 padding:0;
}
.cat-children ul
 {margin:20px 20px 20px 0;}
.cat-children ul ul
  {margin:20px}

.cat-children ul li
  {margin:10px 0 10px 0}




  /* mod stats  */


    .stats-module dl
    {margin:10px 0 10px 0}
    .stats-module dt
    {float:left;
    margin:0 10px 0 0;
    font-weight: bold;
    }
      .stats-module dt,   .stats-module dd
      {padding:2px 0 2px 0 }
/* syndicate */

a.feed-link
{
margin-top:15px;
display:block;
text-decoration:none
}

.feed-link img
{border:0}


/* pagenav */
ul.pagenav {
	list-style-type:none;
	padding:0;
	overflow:hidden
}
ul.pagenav li
{
	display:inline-block;
	padding:0px;
	margin:0;
}
ul.pagenav li
{
	line-height:2em
}
ul.pagenav li a
{
	border:solid 1px #ccc;
	display:inline;
	background:#eee;
	padding:2px;
	text-decoration:none
}
ul.pagenav li.pagenav-prev
{float:left}
ul.pagenav li.pagenav-next
{float:right}



/* pagebreak */

#article-index
{
	width:25%;
	float:right;
	border:solid 1px #eee;
	padding:10px;
	margin: 10px 0px 20px 30px;
	background:#f9faf9
}
#article-index h3
{
	margin:0;
	font-size:1em;


}

#article-index ul
{
	list-style-type:disc;
	color:#666
}


/* mailto window */


#mailto-window
{
	background:#f5f5f5;
	padding:15px;
	border:solid 1px #ddd;
	position:relative
}
#mailto-window label
{
	width:10em
}

.mailto-close
{
	position:absolute;
	right:0;
	top:5px;
	background:none;
}


.mailto-close a
{
background:#f5f5f5 url(../images/close.png) no-repeat !important;
min-width:25px;
display:block;
min-height:25px;
overflow:visible
}

.mailto-close a  span
{
	position:absolute;
	left:-3000px;
	top:-3000px;
	display:inline

}
#mailto-window  .inputbox
{
	background:url(../images/content_bg.gif) repeat-x scroll 0 0 #FFFFFF;
	border:1px solid #ccc;
	padding:3px;
}

#mailto-window p
{
	margin-top:20px
}

#mailto-window button
{
	margin:0 5px 0 0
}


span.spacer > span.text label {
	white-space: nowrap;
	font-weight: bold;
	color: #666;
}
.red {
	font-weight: bold;
	color: #c00;
}

.star {
	color:#cc0000;
}

/* ++++++++++++++  news feeds direction ++++++++++++++ */

.redirect-ltr {
	direction: ltr;
	text-align: left;
}

.redirect-rtl {
	direction:rtl;
	text-align: right;
}


#main h3.title,
#main2 h3.title,
#main dl.tabs h3,
#main2 dl.tabs h3
{margin:0}
/* ++++++++++++++  feed-display-module ++++++++++++++ */

div.feed {
	display:block;
	padding: 5px 10px;
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}



/* NAV TABS */

.nav-tabs {border-bottom: 0px solid #ddd;}
.nav-tabs>li>a {border-radius: 5px; border: 0px;}
.nav-tabs>li>a:hover{ background-color:#fefaf5;}



/* LOGIN */

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #f1f7fd;
  border: 0px solid #e3e3e3;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.form-horizontal .control-label {text-align:left;}

.form-horizontal fieldset{border:#FFF 0px solid;}

.login ul li a:hover{background-color:transparent !important;}




/* SigPlus*/

#boxplus .boxplus-controls>.boxplus-close{cursor:pointer;}
#boxplus .boxplus-controls>.boxplus-prev {cursor:pointer;}
#boxplus .boxplus-controls>.boxplus-next {cursor:pointer;}
#boxplus .boxplus-viewer>.boxplus-prev:hover {cursor:pointer;}
#boxplus .boxplus-viewer>.boxplus-next:hover {cursor:pointer;}

#boxplus .boxplus-dialog { z-index:999999 !important;}



/* ++++++++++++++ Chronoform  ++++++++++++++ */

p.chrono_credits{display:none;}

.chronoform label{color:#0b3e64; font-weight:400; min-width:90px; width:auto !important;}
.chronoform input{margin-left:0px; border:#c5c5c5 1px solid;}
div.ccms_form_element{padding-top:4px; padding-bottom:4px;}
.chronoform fieldset{border:#CCC 1px solid; margin-top:25px; background-color:#f5f5f5;}
.chronoform legend{color:#0067b7; font-weight:bold; font-size:13px;}
.chronoform input.enviar{cursor:pointer; margin-top:25px; font-size:120%; padding: 5px 10px; background-color:#dd7300; border:none; color:#FFF;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}
.chronoform input.enviar:hover{background-color:#333;}



/* ++++++ Adiciona classes para o Editor JCE  ++++++ */
.row{background-color:transparent;}
.col-md-3{background-color:transparent;} 
.col-md-4{background-color:transparent;} 
.col-md-5{background-color:transparent;}
.col-md-6{background-color:transparent;}
.col-md-7{background-color:transparent;} 
.col-md-8{background-color:transparent;} 
.col-md-9{background-color:transparent;} 





/* ++++++++++++++ Media Queries  ++++++++++++++ */

@media (max-width: 640px) {
div#logo{max-width:none; width:100%; height:129px; text-align:center;}
div#logo img{width:300px; height:auto; padding-top:8px;}
	
div#topo2{background-image:none; min-width:200px;}

div#menutop1{visibility:hidden; display:none;}		
	
.container {max-width: 622px; margin-right: 0px; margin-left: 0px;}
.col-md-9{padding-right: 5px; padding-left: 5px;}
	
footer{text-align: center;}	
p.pull-right{display: none;}
	
div#esquerda .sp-vmmenu{visibility:hidden; display:none;}	
	
#destaques .width33{width:100% !important;}	
	
}

@media (max-width: 992px) and (min-width: 640px)  {
div#logo{max-width:none; width:100%; text-align:center; margin-top:0px;}
div#topo2{float:left; width:100%;}
div#menutop{width:100%;}
div#menutop1{visibility:hidden; display:none;}	
.dj-main li a.dj-up_a {font-size: 12px; padding: 0 2px 0 2px;}
div#contactos{display:none;}

div#esquerda .sp-vmmenu{visibility:hidden; display:none;}
	
#destaques .width33{width:50% !important;}		

}

@media (max-width: 1200px) {
div#logo{margin-left:0px;}	
}

@media (min-width: 1200px) {
#slide{max-width:1300px !important;}
}

