/**@import url(reset.css);  reset de CSS **/
@import url(banners.css); /** formata os banners **/
@import url(header.css); /** formata o cabeçalho **/
@import url(colors.css); /** formata as cores **/
@import url(sidebar.css); /** Sidebar **/

.all-site {
  min-height: 100%;
  position: relative;
  background-repeat: no-repeat;
}

#footer-content. #header { background-repeat: no-repeat; }

#custom_page img { margin: 10px; }

.container {padding:23px 0 0;}

.main-box {
  position: relative;
  min-height: 335px;
}

#contact_form_content { float: left; }
#contact_form_content div.field_container { margin-bottom: 10px; }
#contact_form_content label { font-weight: bold; }
#contact_form_content.page-register label{line-height: 35px;}
#contact_form_content.page-register select{margin: 10px 0 0;}
#contact_form_content input {
  border: 1px solid #dfdfdf;
  margin: 3px 0 0 0;
  padding: 8px;
}
#contact_form_content textarea {
  border: 1px solid #dfdfdf;
  margin: 3px 0 0 0;
  padding: 8px;
}
#contact_form_content .button {
  background: url(images/buy-button.png) repeat-x;
  border: 0 none;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 48px;
  width: 128px;
  text-shadow: 1px 1px 1px #c4c4c4;
}
#contact_form_content .button:hover { color: #333; }
#contact_form_information {
  float: right;
  width: 430px;
}
#contact_form_information p {
  font-size: 14px;
  margin-bottom: 10px;
}
#contact_form_information p span { font-weight: bold; }
#contact_form_information h4 {
  color: #676666;
  font-size: 18px !important;
}
#contact_form_information h4.onde-estamos { margin-top: 20px; }

#content {
  overflow: hidden;
  padding: 20px;
  background:#FFF;
}
#content h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#content .box-structure h1 { color: #000;}
#content h2 {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  margin:20px 0 10px;
}
#content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#content h1.featuredTitle {
  background: #efefef;
  border-top: 1px solid #d3d3d3;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 8px 10px 10px 20px;
}
div#content a.full-list {
  color: #3c7dfb;
  display: block;
  margin-bottom: 30px;
}
div#content span { color: #3a3732; }
ul.product-listing { margin: 0 0 0 -27px;  }
ul.product-listing li {
  border: 1px solid #DDD;
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align:top;
  list-style: none;
  margin: 0 0 37px 27px;
  padding: 0 5px 10px;
  width: 148px;
  min-height:250px;
  text-align: center;
}
ul.product-listing li:hover {border:1px solid transparent;}

.price-without-discount {font-weight:normal; text-decoration:line-through}
.selling {font-weight:bold; font-size:14px;}

ul.product-listing li h2 a {
  width: 100%;
  font-size:bold;
  font-size:16px;
  font-family:verdana;
}
ul.product-listing li img { margin:5px auto;}

ul.product-listing li a {
  text-decoration: none;
  font-size:12px;
  font-weight:normal;
  display:block;
  line-height:18px;
}
ul.product-listing li a:hover { text-decoration: underline; }
ul.product-listing li img {
  display: block;
  margin: 20px auto;
  width: 100%;
}
ul.product-listing a span { display: block; }
ul.product-listing li span.price { font-weight: bold; }
.taxon {
  border-bottom: 1px dotted #ccc;
  clear: both;
  margin-bottom: 20px;
}
.taxon h3 { margin: 0 0 10px 0; }
.taxon h3 a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.taxon h3 a:hover { text-decoration: underline; }
.taxon span.no-items {
  display: block;
  margin-bottom: 30px;
}
div#product-left {
  border-right: 1px solid #eaeaea;
  float: left;
  padding-right: 30px;
  width: 394px;
}

#main-image {
  position:relative;
  display:table-cell;
  width: 300px !important;
  height:390px;
  vertical-align: middle;
  text-align:center;
  background: white;
}

.table-cell {width:350px; vertical-align:middle;}
#thumbnails {margin-top:20px;}
#main-image img {
  max-width: 300px;
  max-height: 390px;
}
#main-image img {max-width:300px; max-height:380px;}

#product-images {position:relative;}

#product-zoom {
  background: url("../../images/fancybox/lupa.png") center center no-repeat !important;
  cursor: pointer;
  display: none;
    height: 78%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;

}
h4#variant-images { font-size: 14px; }
#thumbnails ul {
  margin: 0 0 20px 0;
  overflow: hidden;
}
#thumbnails li {
  border: 3px solid #e3dede;
  float: left;
  list-style: none;
  margin: 0 10px 10px 0;
  padding: 5px;
}
#thumbnails li.selected { border-color: #b3afaf; }
#thumbnails li:hover {
  -moz-box-shadow: inset 0 0 5px #ccc;
  -webkit-box-shadow: inset 0 0 5px #ccc;
  box-shadow: inset 0 0 5px #ccc;
  -webkit-transition: all 0.8s ease-out;
}
#product-description {
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  clear: left;
  padding: 20px;
  line-height: 18px;
  float: left;
  width: 385px;
  clear:both;
}
.sidebar-none #product-description {
  float: none;
  width: 95%;
  border-right:none;
}

#product-properties { margin: 20px 0 0 -20px; }
#product-properties dt {
  float: left;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 20px 0 20px;
}
#product-properties dd {
  border-top: 1px solid #e4e4e4;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.box-share{
  height: 18px;
  background-color: #EEEDED;
  margin: 0;
  padding: 10px;
  width: 406px;
  clear:both;
}
.facebook-comments{line-height: 22px;}
.sidebar-none #social-networking {width:97%;}

#social-networking span {
  color: #666 !important;
  margin: 2px 5px 0 0;
  float: left;
  font-weight: bold;
  font-size: 11px;
}
#social-networking div.partner {
  margin: 0 5px 0 5px;
  float: left;
}
#social-networking div.facebook {
  width: 90px;
  height: 25px;
  margin: -2px 0 0 1px;
}
div#product-right {
  float: right;
  padding: 0 0 0 20px;
  width: 284px;
}
div#cart-form span.price {
  font-size: 24px;
  font-weight: bold;
}
div#cart-form p.prices img { margin-bottom: 10px; }
.cart_field_title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size:15px;
}

div#product-variants ul li { margin-bottom: 10px; }
div#cart-form span.diff { font-size: 12px; }
#cart_quantity_left { margin-bottom: 20px; }
#cart_quantity_left input {
  background: url(images/fundo-input.png) repeat-x;
  border: 1px solid #dfdfdf;
  height: 21px;
  padding-left: 4px;
}
#cart_quantity_left input:hover {
  -moz-box-shadow: inset 0 0 3px #ccc;
  -webkit-box-shadow: inset 0 0 3px #ccc;
  box-shadow: inset 0 0 3px #ccc;
  -webkit-transition: all 0.8s ease-out;
}
.btnBuy {
  background: url(images/buy-button.png) repeat-x;
  border: 0 none;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 48px;
  width: 128px;
  text-shadow: 1px 1px 1px #FFF;
}
button.btnBuy:hover {
  color: #333;
  text-shadow: 1px 1px 1px #ccc;
}

#checkout ol {
  background: url(images/seta-checkout.png) 100px 5px no-repeat;
  float: right;
  margin: -30px 0 0 0;
}
#checkout ol#checkout-step-shoppingcart {
  background-position: 104px 4px;
  margin-top: -60px;
}
#checkout ol li {
  float: left;
  font-size: 13px;
  list-style: none;
}
#checkout ol li.current-last, #checkout ol li.current-first { font-weight: bold; }

table.table-checkout {
  border: 1px solid #efefef;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
}
#line_items div#errorExplanation h2 {
  color: red;
  padding-top: 20px;
}
tr#none td {
  border: 0 none !important;
  text-align: center;
}

table.table-checkout tfoot td, table.table-checkout th {
  background: #d9d9d9;
  color: #535353;
  font-size: 12px;
  height: 30px;
  text-align: left;
}
table.table-checkout th.left_align {
  text-align: left;
  text-indent: 20px;
}
table.table-checkout tbody td {
  border-bottom: 1px dashed #d3d3d3;
  padding: 10px 0;
}
table.table-checkout tbody td.no-border { border-bottom: 0 none; }
table.table-checkout tbody tr.last-item td { border-bottom: 0 none; }
table.table-checkout tbody td img { margin: 0 10px; }
table.table-checkout td.product-description span {
  display: block;
  padding: 0 15px 0 0;
}
table.table-checkout td.product-description a {
  color: #3373a9;
  font-size: 14px !important;
  font-weight: bold;
}
table.table-checkout tbody.line_items h4 {
  color: #3373a9;
  font-size: 14px !important;
  font-weight: bold;
}
#content table h4 {
  background: none transparent !important;
  border: 0 none;
  margin-bottom: 0;
  padding: 0;
}
#content table h4 small {
  color: #3a3732;
  font-weight: normal;
}
table.table-checkout td.total-price { font-weight: bold; }
table.table-checkout td.qty input {
  background: url(images/fundo-input.png) repeat-x;
  border: 1px solid #dfdfdf;
  height: 21px;
  padding-left: 4px;
  width: 50px;
}
table.table-checkout td.qty input:hover {
  -moz-box-shadow: inset 0 0 3px #ccc;
  -webkit-box-shadow: inset 0 0 3px #ccc;
  box-shadow: inset 0 0 3px #ccc;
  -webkit-transition: all 0.8s ease-out;
}
table.table-checkout td a.delete-link {
  background: url(images/delete-2.png) 0 3px no-repeat;
  color: #3373a9;
  padding: 0 0 0 20px;
}
table.table-checkout td a.delete-link:hover { text-decoration: none; }
table.table-checkout .right_align { text-align: right; }
table#summary-detail tfoot tr td { border-bottom: 1px solid #FFF; }
table#summary-detail tr.total-bought td { background: #ececec; }
table#summary-detail tr.total-wiht-shipping td { background: #ececec; }
#subtotal .links a.continue { font-weight: bold; }
fieldset#payment {
  border: 0 none;
  padding: 0;
}
fieldset#payment legend {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
fieldset#payment .payment-borders {
  border: 1px solid #efefef;
  overflow: hidden;
  padding: 15px 20px 0 20px;
}
table.table-checkout tbody.line_items h4 { margin-left: 20px; }
fieldset#payment p span {
  font-weight: bold;
  display: block;
}
fieldset#payment .logos li {
  float: left;
  margin-right: 5px;
}
fieldset#payment .payment_method {
  border-bottom: 1px solid #efefef;
  margin: 0 0 0 40px;
  overflow: hidden;
  padding: 20px 0;
}
fieldset#payment .payment_method:hover, fieldset#payment .selected {
  margin: 0 -20px;
  padding: 20px 20px 20px 60px;

}
fieldset#payment .payment_method:hover {background: #f9f9f9 url(images/sombra-topo.png) repeat-x;}
fieldset#payment .selected {background: #ececec url(images/sombra-topo.png) repeat-x;}

fieldset#payment .selected:hover { background-color: #ececec; }
fieldset#payment label {
  font-weight: bold;
  margin-bottom: 5px;
}
fieldset#payment .payment_method_info p { margin: 5px 0; }
fieldset#payment .payment_method_info a { color: #3c709a; }
form#checkout_form_payment hr { display: none; }

span.big_bold_title { font-size: 16px; }
#shipping_calculate {
  margin: 20px 15px;
  padding: 10px;
}
div.border-checkout {
  border: 1px solid #f0f0f0;
  margin-top: 10px;
}
div.zipcode_label label.strong { font-size: 11px; }
div#shipping_calculate input {
  background: #FFF url(images/fundo-input.png) right bottom repeat-x;
  border: 1px solid #dfdfdf;
  float: left;
  height: 25px;
  padding-left: 4px;
  width: 68px;
}
div#shipping_calculate input:hover {
  -moz-box-shadow: inset 0 0 3px #ccc;
  -webkit-box-shadow: inset 0 0 3px #ccc;
  box-shadow: inset 0 0 3px #ccc;
  -webkit-transition: all 0.8s ease-out;
}
div#shipping_calculate a#show_shipping_methods {
  background: url(images/button-height_27_px.png) repeat-x;
  color: #1a1a1a;
  display: block;
  float: left;
  font-weight: bold;
  margin-left: 10px;
  padding: 6px 0;
  width: 180px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #ccc;
}
div#shipping_calculate a#show_shipping_methods:hover {
  color: #333;
  text-shadow: 1px 1px 1px #ccc;
}
form#updatecheckout hr { display: none; }
form#updatecheckout span.big_bold_title {
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
div#shipping_methods {
  clear: both;
  margin: 20px 15px 0 15px;
  padding: 10px;
}
div#shipping_methods span.small_bold_title { font-weight: bold; }
div#shipping_methods div p { margin-bottom: 40px; }
div#shipping_methods label { font-weight: bold; }
div#shipping_methods div.delivery_time {
  font-weight: normal;
  margin: 0 0 13px 16px;
}
div#total_with_shipment {
  background: #d9d9d9;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding-left: 15px;
  color: #535353;
  font-size: 16px;
  font-weight: bold;
}
div#total_with_shipment span.foot_total_price {
  float: right;
  padding-right: 15px;
}
/*div.error_box { background: #fff2b1; }
#contact_form_content div.error_message label{
  clear: both;
  color: #e72519;
  font-weight: normal;
}*/
label.correios_error { color: #e72519; }
table.table-checkout tfoot td {
  font-size: 16px;
  font-weight: bold;
  text-indent: 20px;
}
table.table-checkout tfoot td.foot_total_price {
  text-align: right;
  padding-right: 10px;
}
#payment_return_left {
  float: left;
  width: 55%;
}
#payment_return_right {
  float: right;
  width: 40%;
}
span.subtitle {
  color: #676666;
  display: block;
  font-size: 16px;
}
#payment_return_right table#order_details { margin-top: 20px; }
#payment_return_right td.item-name {
  color: #3373a9;
  font-size: 12px;
}
#payment_return_right tfoot td {
  border-bottom: 1px solid #FFF;
  font-size: 12px;
  text-indent: 0;
}
#payment_return_left p strong {
  color: #09828d;
  font-weight: bold;
}
#payment_return_left p span.text_blue {
  color: #09828d;
  font-weight: bold;
}
#payment_return_sucessful a.continue {
  background: url(images/buy-button.png) repeat-x;
  border: 0 none;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  padding: 13px 0;
  width: 215px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #FFF;
}
#payment_return_sucessful a.continue:hover {
  color: #333;
  text-shadow: 1px 1px 1px #ccc;
}
.breadcrumbs ul {
  margin: 0;
  overflow: hidden;
}
.breadcrumbs ul li {
  float: left;
  list-style: none;
  margin: 0 0 0 0;
}
.breadcrumbs ul li.separador {
  color: #666;
  margin: 0 5px;
}
.breadcrumbs ul li a {
  color: #666;
  text-decoration: none;
}
.pagination {
  clear: both;
  float: right;
  margin-right: 10px;
}
.pagination a.next_page { font-weight: bold; }
.shadow-footer {
  background: url(images/shadow-footer.png) bottom repeat-x;
  height: 9px;
}
.inside-footer {
  background-color: #FFF;
  overflow: hidden;
}

.sidebar-right #big-box-webchat {right: 214px;}

#featured .product-price, #featured .ui-tabs-panel .info {background:rgba(0, 0, 0, 0.5);}
.no-rgba #featured .product-price, .no-rgba #featured .ui-tabs-panel .info {background: url(images/transparent-bg.png);}


.promoTag {
  display: block;
  background: url(images/promocao.png) no-repeat center center;
  height: 17px;
  width: 84px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 10px auto;
}

#product-right .promoTag {margin:0 0 10px;}

#theme-basic.checkout #content{ padding: 20px 0;}
#theme-basic .btn-enviar{background-color: #ddd;}
#theme-basic .page-register .btn-enviar{
  margin: 10px 6px 0 0;
  padding: 10px;
}
#theme-basic .page-register legend{color: #000;}
#theme-basic #content .box-structure{padding: 10px 0;}
.checkoutPath li.clickable a:hover, .checkoutPath li.active a{background-color: #76C900}
.fb-comments{margin-top: 0; border-right: 1px solid #E4E4E4; width: 425px;}
