﻿.foo {
}
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 
    
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@font-face {
    font-family: 'HelveticaLTStdLight';
    src: url('fontes/helveticaltstd-light-webfont.eot');
    src: url('fontes/helveticaltstd-light-webfont.eot?#iefix') format('embedded-opentype'), url('fontes/helveticaltstd-light-webfont.woff') format('woff'), url('fontes/helveticaltstd-light-webfont.ttf') format('truetype'), url('fontes/helveticaltstd-light-webfont.svg#HelveticaLTStdLight') format('svg');
    font-weight: normal;
    font-style: normal;
}



.titulo {
    font-family: 'HelveticaLTStdLight';
    font-weight: normal;
    text-transform: uppercase;
}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    text-align: center;
    background: #f9faf5;
    color: #686840;
    background-image: url(images/topo/bg-topo.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
    color: #5c5d3b;
    text-decoration: none;
}

a:hover {
    color: #44851d;
    text-decoration: none;
}

a img {
    border: 0;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "HelveticaLTStdLight";
    color: #454e19;
}

h1 {
    color: #454e19 !important;
    font-size: 28px !important;
    line-height: 28px !important;
    font-family: "HelveticaLTStdLight" !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 15px !important;
}

h2 {
    font-size: 16px;
    color: #FF0202;
}

h3 {
    font-size: 14px;
}

td {
    vertical-align: middle;
}

p {
    color: #686840;
}

ul {
    list-style-position: inside;
    color: #686840;
    padding: 0;
}

.standard_button {
    background-position: center 0px;
    background-repeat: no-repeat;
    background-image: url('images/distribuidora-resinas-termoplasticas_bot-cadastrar-email.png');
    border: 0 none;
    color: white;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    width: 150px;
}

.standard_button:hover {
    color: white;
    background-position: center -34px;
}

.standard_button:active {
    background-position: center -68px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.largura-site {
    margin: 0 auto;
    width: 980px;
}

.master-wrapper-page {
    position: absolute;
    left: 0px;
    right: 0px;
    min-height: 100%;
    /*padding-bottom: 200px;*/
}

.master-wrapper-content {
    margin: 0 auto;
    width: 980px;
    padding: 0;
    text-align: left;
}

/* one column master page */
.master-wrapper-center-1 {
    float: left;
    width: 980px;
    display: inline;
}

.master-wrapper-cph-1 {
    float: left;
    width: 100%;
    color: #000;
    min-height: 600px;
}

/* two column master page */
.master-wrapper-side-2 {
    display: inline;
    float: left;
    width: 255px;
}

.master-wrapper-center-2 {
    display: inline;
    float: left;
    margin: 0 0 0 7px;
    width: 718px;
}

.master-wrapper-cph-2 {
    color: #000000;
    min-height: 400px;
}

/* three column master page */
.master-wrapper-leftside-3 {
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    display: inline;
}

.master-wrapper-center-3 {
    float: left;
    width: 700px;
    margin: 0px 0 0 10px;
    background: trasparent;
    display: inline;
    margin-left: 80px;
}

.master-wrapper-cph-3 {
    float: left;
    width: 680px;
    background: transparent;
    color: #000;
    min-height: 400px;
    padding: 10px 10px 10px 10px;
}

.master-wrapper-rightside-3 {
    float: right;
    width: 180px;
    margin: 0 10px 0 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    display: inline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header {
    height: 128px;
    padding: 0;
}


.header .icon {
    vertical-align: bottom;
}

.header .ico-register {
    background: url('images/ico-register.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-login {
    background: url('images/ico-login.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-logout {
    background: url('images/ico-logout.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-inbox {
    background: url('images/ico-inbox.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-cart {
    background: url('images/ico-cart.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-wishlist {
    background: url('images/ico-wishlist.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-admin {
    background: url('images/ico-admin.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header-logo {
    float: left;
    text-align: left;
    display: flex;
}

a.logo {
    background: url('images/topo/distribuidora-resinas-termoplasticas.png') no-repeat center center;
    display: block;
    width: 310px;
    height: 100px;
    text-decoration: none;
}

.selo {
    width: 94px;
    height: 80px;
    padding-top: 7px;
    padding-left: 70px;
}

.header-selectors-wrapper {
    float: right;
}

.header .header-selectors-wrapper .bemvindo {
    position: absolute;
    top: 35px;
    margin-left: 35px;
    width: 300px;
    text-align: left;
}

.header-selectors-wrapper .carrinho {
    background-image: url("images/topo/distribuidora-resinas-termoplasticas_Icon_Minhas-Compras.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 45px;
    margin-right: 30px;
    margin-top: 35px;
    padding: 0 45px 0 50px;
    width: 100px;
}

.header-selectors-wrapper .carrinho .quantidade-itens, .header-selectors-wrapper .carrinho .quantidade-itens .quantidade, .header-selectors-wrapper .carrinho .quantidade-itens .itens {
    display: block;
}

.header-selectors-wrapper .carrinho .quantidade-itens .quantidade {
    color: White;
    font-weight: bold;
    background-color: Green;
    padding: 1px 3px;
    float: left;
    margin-right: 3px;
}

.header-selectors-wrapper .carrinho .quantidade-itens {
    margin-top: 6px;
    font-weight: bold;
    color: Green;
    float: left;
    clear: both;
}


.header-selectors-wrapper .box-historico-pedidos {
    margin-top: 35px;
    float: right;
    display: block;
    width: 179px;
    position: relative;
    z-index: 100;
}

.header-selectors-wrapper .box-historico-pedidos .historico-pedidos {
    background-image: url("images/topo/distribuidora-resinas-termoplasticas_bot-compra-ok.png");
    background-position: left top;
    color: white;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: normal;
    padding-left: 50px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.header-selectors-wrapper .box-historico-pedidos .historico-pedidos .texto_topo {
    padding: 10px 14px;
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.header-selectors-wrapper .box-historico-pedidos .historico-pedidos .subtexto_topo {
    font-size: 9px;
    font-weight: normal;
}


.header-selectors-wrapper .box-historico-pedidos .historico-pedidos:hover, .header-selectors-wrapper .box-historico-pedidos.aberto .historico-pedidos {
    background-position: left bottom;
}

.header-selectors-wrapper .box-historico-pedidos .box-info {
    width: 179px;
    height: 157px;
    position: absolute;
    z-index: 1;
    top: 44px;
    overflow: hidden;
}

.header-selectors-wrapper .box-historico-pedidos .box-info .info {
    top: -157px;
    background: url("images/topo/bot-compra-ok-aberto.png") left bottom;
    padding: 15px 20px 20px 20px;
    width: 140px;
    height: 98px;
    position: absolute;
}

.header-selectors-wrapper .box-historico-pedidos .box-info .info p {
    margin: 0;
    padding: 0 0 11px 0;
}

.header-selectors-wrapper .box-historico-pedidos .box-info .info a {
    width: 140px;
    height: 30px;
    display: block;
    text-align: center;
    color: #FFF;
    position: relative;
    text-decoration: none;
    line-height: 30px;
    background: #4A7D04;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4A7D04), to(#325408));
    background: -webkit-linear-gradient(#4A7D04, #325408);
    background: -moz-linear-gradient(#4A7D04, #325408);
    background: -ms-linear-gradient(#4A7D04, #325408);
    background: -o-linear-gradient(#4A7D04, #325408);
    background: linear-gradient(#4A7D04, #325408);
    -pie-background: linear-gradient(#4A7D04, #325408);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(./PIE.htc);
}

.header-selectors-wrapper .box-historico-pedidos .box-info .info a:hover {
    background: #325408;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#325408), to(#4A7D04));
    background: -webkit-linear-gradient(#325408, #4A7D04);
    background: -moz-linear-gradient(#325408, #4A7D04);
    background: -ms-linear-gradient(#325408, #4A7D04);
    background: -o-linear-gradient(#325408, #4A7D04);
    background: linear-gradient(#325408, #4A7D04);
    -pie-background: linear-gradient(#325408, #4A7D04);
    behavior: url(./PIE.htc);
}

.header-currencyselector {
    float: right;
}

.header-languageselector {
    float: right;
}

.header-taxDisplayTypeSelector {
    float: right;
}

.header-links-wrapper {
}

.header-links {
}

.header-links ul {
    padding: 0;
    margin: 0;
    float: right;
}

.header-links ul li {
    display: inline;
    float: left;
    height: 25px;
    line-height: 25px;
    list-style: none outside none;
    padding: 0 10px;
}

.header-links a {
    color: #3664A5;
    text-decoration: none;
    display: block;
    text-align: center;
}

.header-links a.atendimento {
    background-image: url(images/topo/distribuidora-resinas-termoplasticas_Icon_Atendimento.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.header-links li.simples a {
    color: #4B4835;
}

.header-links li.caixa {
    background-color: #A19E8B;
}

.header-links li.caixa a {
    color: White;
}

.header-links a:hover {
    text-decoration: underline;
}

.header-links li.contato {
    background-image: url(images/topo/bg-central-atendimento.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 215px;
    color: #4B4835;
    padding: 0 15px;
}

.header-links li.contato .destaque {
    font-weight: bold;
}

.header-links span.impersonate {
    color: #E44097;
    font-weight: bold;
}

.header-links span.impersonate .finish-impersonation {
    color: #58DE81;
}

.headermenu {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    background-image: url(images/topo/distribuidora-resinas-termoplasticas_bg-busca.png);
    background-repeat: no-repeat;
    height: 57px;
}

.headermenu ul {
    float: left;
    height: 43px;
    line-height: 43px;
    margin: 0;
    padding: 7px;
    width: 962px;
}

.headermenu li {
    list-style: none;
    display: inline;
    white-space: nowrap;
    float: left;
    padding: 0 5px;
}

.headermenu a {
    /*color: #FFF;     text-decoration: none;     text-transform: uppercase;     font-size: 0.9em;     font-weight: bold;     vertical-align: middle;     padding-left: 10px;     padding-right: 10px;*/
}

.searchbox {
    float: left;
    display: inline;
    background-repeat: no-repeat;
    background-position: right top;
    height: 57px;
    padding-right: 9px;
    position: absolute;
}

.searchbox .searchbox_content {
    height: 55px;
    margin-left: 15px;
}

.searchbox .searchbox_content .searchbox_td {
    vertical-align: middle;
}

.headermenu ul.topmenu {
    text-align: right;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-title {
    border-bottom: 1px solid;
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}

.page-title h1, .page-title h2 {
    padding: 5px 5px 5px 0px;
    font-size: 20px;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
}

td.fieldname {
    font-size: 12px;
}

.table-container {
}

.table-container .row {
}

.table-container .row .item-name {
    padding: 3px 10px 0px 0px;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: middle;
}

.table-container .row .item-value {
    padding: 3px 0px 0px 0px;
    vertical-align: middle;
}

.htmlcontent {
    padding-bottom: 5px;
}

.htmlcontent-title {
    padding: 0 0 5px 0;
    clear: both;
}

.htmlcontent-header {
    font-size: 1.2em;
    font-weight: bold;
}

.htmlcontent-body {
}

.topicpage {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.topicpage-title {
    border-bottom: 0 none;
}

.topicpage .topicpage-body {
}

.user-agreement-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.user-agreement-page .page-title {
}

.user-agreement-page .page-body {
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.nobr {
    white-space: nowrap !important;
}

.linkButton {
    color: #3664A5;
    background-color: inherit;
    text-decoration: underline;
    font-weight: bold;
}

a.linkButton:hover {
}

.dropDownLists {
    height: 17px;
    font-size: 10px;
    padding-left: 2px;
    font-family: Tahoma;
}

.textBox {
    margin: 1px;
    border-right: #dfe5e7 1px solid;
    border-top: #a8bac2 1px solid;
    border-left: #a8bac2 1px solid;
    border-bottom: #dfe5e7 1px solid;
    background: url(Images/bgTextBox.gif) white repeat-x left top;
    color: #11354A;
    font-family: verdana;
    font-size: 8pt;
    padding: 1px;
    height: 15px;
}

.message-error {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.copyright {
    float: right;
    padding-right: 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.copyright a {
    color: #3664A5;
    background-color: inherit;
}

/* sitemap */
.sitemap-page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 15px;
}

.sitemap-page .entity {
    margin: 5px 0px 30px 0px;
}

.sitemap-page .topic-box, .sitemap-page .manufacturer-box, .sitemap-page .category-box, .sitemap-page .product-box {
    text-align: center;
    vertical-align: bottom;
}

.sitemap-page .topic-box .item, .sitemap-page .manufacturer-box .item, .sitemap-page .category-box .item, .sitemap-page .product-box .item {
    text-align: left;
    margin: 3px 10px 3px 10px;
    width: 150px;
    border-bottom: 1px dotted #ADACAC;
}


checkbox, input, radio, select {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

/* fix ie button padding bug - apply to all buttons to reduce extra padding applied by ie!
input
{
	width: auto;
	overflow: visible;
} */

textarea {
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.textbox {
}

.searchtext {
    border: solid 1px #d3d3d3;
    vertical-align: top;
    font-size: 12px;
}

.searchboxtext {
    width: 110px;
    border: solid 1px #E3E3E3;
    font-size: 12px;
}

.newsaddcommenttitletext {
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.newsaddcommentcommenttext {
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.blogaddcommentcommenttext {
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.accountsignaturetext {
    height: 100px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.numerictextboxtext {
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.forumtopictitletext {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.privatemessagesubjecttext {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forumsearchtext {
    width: 500px;
    border: 1px solid #acacac;
    font-size: 14px;
}


.forumsearchboxtext {
    border: 1px solid #acacac;
    font-size: 12px;
}

.bbeditortext {
    border: #cec6b5 1px solid;
}

.edittopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-edit.gif') no-repeat;
}

.deletetopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.movetopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-moveTopic.gif') no-repeat;
}

.replytopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    padding-bottom: 3px;
    background: url('images/ico-forum-post-add.gif') no-repeat;
}

.watchtopiclinkbutton {
    padding-left: 18px;
    background: url('images/ico-forum-watch.gif') no-repeat;
}

.editpostlinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-edit.gif') no-repeat;
}

.deletepostlinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.quotepostlinkbutton {
    color: #555555;
    float: right;
    padding: 1px 3px 1px 3px;
    border: solid 1px #cccccc;
    line-height: 15px;
    font-size: 11px;
}

.searchboxbutton {
    background: url("images/Topo/distribuidora-resinas-termoplasticas_Icon-BuscaProdutos.png") no-repeat scroll center -12px transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 33px;
    margin-top: 0;
    overflow: visible;
    width: 35px;
}

.productlistproductdetailbutton, .productgridproductdetailbutton {
    margin-bottom: 3px;
}

.searchbutton, .contactusbutton, .newsitemaddcommentbutton, .blogpostaddcommentbutton, .productvariantaddtocartbutton, .productwritereviewbutton, .loginbutton, .registerbutton, .checkoutasguestbutton, .savecustomerinfobutton, .addbillingaddressbutton, .addshippingaddressbutton, .changepasswordbutton, .registernextstepbutton, .completeregistrationbutton, .passwordrecoverybutton, .newpasswordbutton, .saveaddressbutton, .sendemailafriendbutton, .checkoutbutton, .selectshippingaddressbutton, .newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton, .shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton, .confirmordernextstepbutton, .submitforumtopicbutton, .submitpmbutton, .replypmbutton, .deleteselectedpmbutton, .reorderbutton, .minicartcheckoutbutton, .newsletterbox-subscribebutton, .useragreementbutton, .deleteselectedfsbutton, .submitreturnrequestbutton, .uploadavatarbutton {
    background-position: center 0px;
    background-repeat: no-repeat;
    background-image: url('images/distribuidora-resinas-termoplasticas_bot-cadastrar-email.png');
    border: 0 none;
    color: white;
    font-size: 12px;
    height: 34px;
    cursor: pointer;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.searchbutton:hover, .contactusbutton:hover, .newsitemaddcommentbutton:hover, .blogpostaddcommentbutton:hover, .productvariantaddtocartbutton:hover, .productwritereviewbutton:hover, .loginbutton:hover, .registerbutton:hover, .checkoutasguestbutton:hover, .savecustomerinfobutton:hover, .addbillingaddressbutton:hover, .addshippingaddressbutton:hover, .changepasswordbutton:hover, .registernextstepbutton:hover, .completeregistrationbutton:hover, .passwordrecoverybutton:hover, .newpasswordbutton:hover, .saveaddressbutton:hover, .sendemailafriendbutton:hover, .checkoutbutton:hover, .selectshippingaddressbutton:hover, .newaddressnextstepbutton:hover, .selectbillingaddressbutton:hover, .sameasshippingaddressbutton:hover, .shippingmethodnextstepbutton:hover, .paymentmethodnextstepbutton:hover, .paymentinfonextstepbutton:hover, .confirmordernextstepbutton:hover, .submitforumtopicbutton:hover, .submitpmbutton:hover, .replypmbutton:hover, .deleteselectedpmbutton:hover, .reorderbutton:hover, .minicartcheckoutbutton:hover, .newsletterbox-subscribebutton:hover, .useragreementbutton:hover, .deleteselectedfsbutton:hover, .submitreturnrequestbutton:hover, .uploadavatarbutton:hover {
    color: white;
    background-position: center -34px;
}

.checkoutbutton {
    background-image: url('images/carrinho/bot-concluir-compra.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 170px;
    height: 38px;
    text-align: left;
}

.checkoutbutton:hover {
    background-position: center bottom;
}

.productvariantaddtocartbutton, .productvariantaddtowishlistbutton {
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    color: white;
    font-size: 12px;
    height: 34px;
    width: 140px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.productvariantaddtocartbutton:hover {
    background-position: left -37px;
}

.productvariantaddtocartbutton {
    background-image: url(images/produtos/bot-comprar.png);
    padding-right: 40px;
    text-align: left;
}

.productvariantaddtowishlistbutton {
    background-image: url(images/produtos/bot-comprar-futuro.png);
    margin-left: 0;
}

.productlistaddtocartbutton, .productgridaddtocartbutton, .productemailafriendbutton, .productaddtocomparelistbutton, .productvariantaddtowishlistbutton, .editaddressbutton, .deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .returnitemsbutton, .orderdetailsprintbutton, .estimateshippingbutton, .updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton, .orderprocessedcontinuebutton, .submitpollvotebutton, .cancelforumtopicbutton, .forumsearchbutton, .forumsearchboxbutton, .cancelpmbutton, .deletepmbutton, .backpmbutton, .removeavatarbutton {
    background-position: center 0px;
    background-repeat: no-repeat;
    background-image: url('images/distribuidora-resinas-termoplasticas_bot-cadastrar-email.png');
    border: 0 none;
    color: white;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}

.productlistaddtocartbutton:hover, .productgridaddtocartbutton:hover, .productemailafriendbutton:hover, .productaddtocomparelistbutton:hover, .productvariantaddtowishlistbutton:hover, .editaddressbutton:hover, .deleteaddressbutton:hover, .cancelrecurringorderbutton:hover, .orderdetailsbutton:hover, .returnitemsbutton:hover, .orderdetailsprintbutton:hover, .estimateshippingbutton:hover, .updatewishlistbutton:hover, .applycouponcodebutton:hover, .updatecartbutton:hover, .continueshoppingbutton:hover, .orderprocessedcontinuebutton:hover, .submitpollvotebutton:hover, .cancelforumtopicbutton:hover, .forumsearchbutton:hover, .forumsearchboxbutton:hover, .cancelpmbutton:hover, .deletepmbutton:hover, .backpmbutton:hover, .removeavatarbutton:hover {
    color: white;
    background-position: center -34px;
}


.productemailafriendbutton {
    width: 120px;
    float: right;
    margin-right: 10px;
    text-align: center;
}

.continueshoppingbutton {
    float: right;
}

.updatecartbutton {
    background-image: url ( "images/bot-atualizar-carrinho.png" );
}

.currencylist {
    border: solid 1px #E3E3E3;
}

select.languagelist {
    border: solid 1px #E3E3E3;
}

ul.languagelist {
    display: inline;
    line-height: 25px;
}

ul.languagelist li {
    list-style: none;
    display: inline;
    padding: 0px 5px 0 5px;
}

ul.languagelist li .selected {
    border: solid 1px #cccccc !important;
}

.taxdisplaytypelist {
    border: solid 1px #E3E3E3;
}

.storethemelist {
    border: solid 1px #E3E3E3;
}

.forumtopicoptionscheck {
}

.forumtopicoptionscheck label {
    color: #555;
    font-size: 0.9em;
    padding-left: 5px;
    vertical-align: top;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NAVIGATIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.block {
    padding-bottom: 5px;
    padding-left: 0;
    width: 247px;
}

.block .title {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 8px;
}

.block .listbox {
    padding: 0px;
    margin: 0px;
    width: 247px;
}

.block .listbox ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #3664A5;
    background-color: inherit;
}

.block a {
}

.block li {
    list-style: none outside !important;
}

.block li.separator {
    height: 1px;
    background: #E8E6D2;
    width: 140px;
    margin: 5px 0 5px 0;
}

.block-category-navigation, .block-manufacturer-navigation, .block-recently-viewed-products, .block-info, .block-shoppingcart, .block-newsletter, .block-livechat, .block-popular-tags, .block-popular-blogtags, .block-blog-archive, .block-poll {
}


.block-newsletter {
    background-image: url("images/distribuidora-resinas-termoplasticas_bg-newsletter.png");
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    height: 210px;
    

    display:none !important;
}

.block-newsletter .title {
    text-align: center;
    margin-bottom: 10px;
}

.form-newsletter {
    display: flex;
    width: 247px;
    border-radius: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 1px;
    height: auto;
    background: #7bc200;
}

    .form-newsletter form {

        width: 100%;
       
    }

.form-newsletter  legend{
   color:#fff;
}

.form-newsletter  input{
  width: calc(100% - 40px);
    padding: 10px 5px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}

    .form-newsletter input[type="submit"] {
        width: calc(100% - 30px);
        padding: 10px 5px;
        margin: 10px 0;
        border: none;
        border-radius: 5px;
        background: #629a03;
        line-height: 30px;
        height: auto;
        transition:.2s;
    }

    .form-newsletter input[type="submit"]:hover {
        width: calc(100% - 30px);
        padding: 10px 5px;
        margin: 10px 0;
        border: none;
        border-radius: 5px;
        color:#629a03;
        background: #fff;
        line-height: 30px;
        height: auto;
    }

    .form-newsletter a {
        width: calc(100% - 40px);
        padding: 10px 5px;
        margin: 10px 0;
        border: none;
        border-radius: 5px;
        color:#fff;
        background: #629a03;
        line-height: 30px;
        height: auto;
        transition: .2s;
        text-align:center;
    }

        .form-newsletter a:hover {
           
            color: #629a03;
            background: #fff;
           
        }

.block-livechat .listbox {
    text-align: center;
}


.block-shoppingcart .items {
    margin-top: 10px;
}

.block-shoppingcart .items ul {
}

.block-shoppingcart .buttons {
    text-align: right;
}

.block-category-navigation {
    background-color: #EBEBE3;
}

.block-category-navigation li a {
    display: block;
}

.block-category-navigation li.categoria span {
    color: white;
    display: block;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.block-category-navigation li.categoria span.destaque {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}

.block-category-navigation .categoria.active a {
    background-image: url("images/produtos/Topo_Menu-Left.png");
    height: 47px;
    padding: 12px 20px 0 20px;
    text-align: left;
    color: White;
    cursor: pointer;
}

.block-category-navigation .subcategoria {
    padding: 0px 5px;
    line-height: 18px;
    height: 18px;
    margin-bottom: 2px;
}

.block-category-navigation .subcategoria a {
    padding-left: 30px;
    background-image: url(images/produtos/bot-submenu-over.png);
    background-position: left top;
    width: 206px;
    height: 23px;
    line-height: 22px;
}

.block-category-navigation .subcategoria.active a, .block-category-navigation .subcategoria:hover a, .block-category-navigation .subcategoria a:hover {
    background-position: left bottom;
    color: white;
}
/*.block-category-navigation .categoria.inactive a
{
    background-image: url("images/home/Menu-Left_Verde.png");
    background-position: -12px -12px;
    background-repeat: no-repeat;
    height: 83px;
    padding-top: 26px;
    text-align: center;
}
.block-category-navigation .categoria.inactive a:hover 
{
    background-position: -12px -133px;
}
.block-category-navigation .categoria.fabricantes.inactive a
{
    background-image: url("images/home/Menu-Left.png");
}*/
.block-category-navigation .categoria.inactive .titulo a, .block-category-navigation .categoria.inactive .destaque a, .block-category-navigation .categoria.inactive .titulo, .block-category-navigation .categoria.inactive .destaque {
    font-weight: normal;
    font-size: 25px;
    color: White;
}

.block-category-navigation .listbox ul .active {
    font-weight: bold;
}

.block-category-navigation .listbox ul .inactive {
}

.block-newsletter .options {
    margin-top: 5px;
}

.block-newsletter .buttons {
    margin-top: 5px;
}

.block-recently-viewed-products a:hover {
}

.block-popular-tags li, .block-popular-blogtags li {
    display: inline !important;
}

.block-blog-archive .year {
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER SUMMARY, SHOPPING CART, WISHLIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.shoppingcart-page, .wishlist-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.shoppingcart-page .page-title, .wishlist-page .page-title {
    border-bottom: 0 none;
    float: left;
}

.shoppingcart-page .body, .wishlist-page .body {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
}

.shoppingcartquantitytext {
    padding: 7px;
    border: solid 1px #C9CCAF;
    font-size: 13px;
    color: #838458;
    text-align: center;
    width: 40px !important;
}

.order-summary-content {
    margin: 0px;
    font-size: 11px;
    color: #555;
}

.wishlist-content {
    margin: 0px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.order-summary-content .totals {
    float: right;
    padding: 5px 5px 0 5px;
    width: 330px;
    margin-bottom: 10px;
}

.order-summary-content .cart-collaterals {
    padding: 20px 0 10px;
    width: 550px;
}

.order-summary-content .deals {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    width: 250px;
}

.order-summary-content .shipping {
    display: inline;
    float: left;
    margin: 0;
    width: 280px;
}

.order-summary-content .coupon-box, .order-summary-content .giftcard-box {
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    margin: 0 0 10px 0px;
    border: dotted 1px #d3d3d3;
}

.order-summary-content .giftcard-box {
    position: relative;
    z-index: 1;
}

.order-summary-content .cart, .wishlist-content .cart {
    background-image: url('images/carrinho/box-carrinho-top.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 973px;
}

.order-summary-content .cart .cart-content, .wishlist-content .cart .cart-content {
    width: 100%;
    text-align: left;
    vertical-align: middle;
}


.order-summary-content .cart .cart-item-col, .wishlist-content .cart .cart-item-col {
    padding: 10px;
}

.order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
    font-weight: bold;
    height: 29px;
    line-height: 24px;
    padding: 0px;
}

.order-summary-content .cart .cart-header-row .cart-item-col, .wishlist-content .cart .cart-header-row .cart-item-col {
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture {
    background: none;
    border: none;
}

.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row td.end {
    background: none;
    padding-right: 5px;
    width: 100px;
}

.order-summary-content .cart .cart-header-row th.remove, .wishlist-content .cart .cart-header-row td.remove {
    background: none;
    padding-right: 5px;
    width: 30px;
    text-align: center;
}

.order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
    background-image: url(images/carrinho/box-carrinho-middle.png);
    background-repeat: repeat-y;
}

.order-summary-content .cart .cart-item-bottom .cart-item-col, .wishlist-content .cart .cart-item-bottom .cart-item-col {
    /*background-image: url(images/carrinho/box-carrinho-bottom.png);     background-repeat: no-repeat; */
    border-top: 1px solid #A19E8B;
}

.order-summary-content .cart .cart-item-bottom .cart-item-col, .wishlist-content .cart .cart-item-bottom .cart-item-col {
    padding-top: 20px;
}

.order-summary-content .cart .cart-item-row .delete, .wishlist-content .cart .cart-item-row .delete {
    border: 0 none;
    background-image: url(images/carrinho/icone-lixeira.png);
    width: 15px;
    height: 24px;
    cursor: pointer;
}

.order-summary-content .cart .cart-item-row .cart-item-col, .wishlist-content .cart .cart-item-row .cart-item-col {
    background: url('images/carrinho/line-vertical.png') no-repeat right center;
    vertical-align: middle;
    line-height: 30px;
    border-top: 1px dotted #C5C5C5;
    font-size: 13px;
    color: #4D5A2C;
}

.OrderSummaryTitle {
    padding: 10px;
}

.order-summary-content .cart .cart-item-row td.productpicture, .wishlist-content .cart .cart-item-row td.productpicture {
    padding: 5px 5px 5px 5px;
    background: none;
}

.cart_num {
    float: left;
    width: 32px;
    line-height: 36px;
    height: 47px;
    color: #4B4837;
    font-size: 15px;
    font-weight: bold;
    border: none;
}

.active-step .cart_num {
    color: White;
}

.cart_text {
    float: left;
    display: inline;
    line-height: 36px;
    height: 47px;
    margin-left: 10px;
}

.order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
    text-align: left;
    padding: 0px 10px 0px 10px;
    width: 300px;
}

.order-summary-content .cart .cart-item-row td.item, .wishlist-content .cart .cart-item-row td.item {
    text-align: left;
    padding: 0px 10px 0px 10px;
    width: 60px;
}

.order-summary-content .cart .cart-item-row td.price, .wishlist-content .cart .cart-item-row td.price {
    text-align: left;
    padding: 0px 10px 0px 10px;
    width: 100px;
}

.order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end {
    border-top: 1px dotted #c5c5c5;
    background: none;
    text-align: right;
    font-weight: bold;
    color: #4D5A2C;
    width: 120px;
}

.order-summary-content .WarningBox .WarningText, .wishlist-content .WarningBox .WarningText {
    color: Red;
}

.warning-text {
    background-color: Red;
    color: White;
    padding: 1px;
}

.order-summary-content .total-info {
    margin: 0px;
}

.order-summary-content .total-info .cart-total {
    background: url('images/carrinho/box-total-geral.png') no-repeat right top;
    width: 305px;
    height: 140px;
    float: right;
}

.cart_total_left {
    width: 110px;
    text-align: right;
    vertical-align: middle;
    height: 13px;
    font-weight: bold;
    color: #353434;
}

.cart_total_left_end {
    color: White;
    height: 30px;
}

.cart_total_left_end .productPrice {
    font-size: 15px !important;
    color: White !important;
}

.cart_total_left_below {
    color: #353434;
    font-weight: bold;
    height: 16px;
    text-align: right;
    vertical-align: middle;
}

.cart_total_right {
    padding-left: 5px;
    padding-right: 20px;
    text-align: right;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
}

.order-summary-content .removegiftcardbutton, .order-summary-content .removediscountbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.order-summary-content .selected-checkout-attributes {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    color: #353434;
}

.order-summary-content .checkout-attributes {
    margin: 10px 0px 10px 0px;
    padding: 10px 20px 10px 20px;
    background: none repeat scroll 0 0 #F7F5E8;
    border: 1px dotted #D3D3D3;
}

.order-summary-content .min-amount-warning {
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .terms-of-service {
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .terms-of-service .read {
    text-decoration: underline;
}

.order-summary-content .terms-of-service .read:hover {
    cursor: pointer;
}

.order-summary-content .common-buttons {
    margin: 0px;
    padding: 10px 10px 10px 0px;
    float: left;
}

.order-summary-content .checkout-buttons {
    float: right;
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .addon-buttons {
    clear: both;
    float: right;
    margin: 0px;
    padding: 10px 0px 10px 10px;
    text-align: right;
}

.order-summary-content .crosssells-title {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 5px 5px 0;
    border-bottom: 0 none;
    margin: 0 0 10px;
    width: 100%;
}



.estimate-shipping {
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    border: dotted 1px #d3d3d3;
}

.estimate-shipping .shipping-options {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #E8E6D2;
    height: auto;
    position: relative;
}

.estimate-shipping .shipping-options .shipping-option-item {
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}

.estimate-shipping .shipping-options .shipping-option-item .option-name {
    font-weight: bold;
}

.estimate-shipping .shipping-options .shipping-option-item .option-description {
    padding: 5px 0 5px 16px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKOUT, ORDER DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.checkout-page, .checkout-one-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.checkout-page .page-title, .checkout-one-page .page-title {
    border-bottom: 0 none;
    text-transform: uppercase;
    padding-top: 20px;
}

.checkout-page .page-title, .checkout-one-page .page-title h1 {
    color: #4C582A;
    font-size: 22px;
}

.checkout-page .checkout-data, .checkout-one-page .checkout-data {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.checkout-one-page .checkout-data .progress {
    position: absolute;
    top: 100px;
    width: 180px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    z-index: 2147483647;
}

.checkoutstep {
}

.checkoutstep .steptitle {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
}

.checkoutstep .stepcontent {
    border: dashed 1px #2F4F4F;
    border-top: none;
    padding: 5px 5px 5px 5px;
}

.order-summary-title {
    padding: 10px 10px 5px 0px;
    font-size: 11px;
    color: #555;
    font-weight: bold;
    clear: both;
}

.order-summary-body {
    text-align: center;
    margin: 10px 10px 10px 0px;
    border-bottom-style: none;
    height: auto;
}

.checkout-data .select-address-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.checkout-data .address-grid {
    margin-bottom: 15px;
    padding: 0px;
}

.checkout-data .address-grid .item-box {
    padding-bottom: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .address-grid .address-item {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #E8E6D2;
    height: auto;
    position: relative;
}

.checkout-data .address-grid .address-item .select-button {
    text-align: left;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 300px;
    height: 100%;
    padding-top: 55px;
}

.checkout-data .address-grid .address-item .select-button input, .checkout-data .address-grid .address-item .select-button .selectshippingaddressbutton {
    width: 180px;
    height: 33px;
    line-height: 33px;
    display: block;
    border-style: none;
    color: White;
    cursor: pointer;
    margin: 5px;
}

.checkout-data .address-grid .address-item .select-button .selectshippingaddressbutton {
    background-image: url('images/carrinho/bot-bg-enviar-endereco.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.checkout-data .address-grid .address-item .address-box {
    text-align: left;
    background-color: #EDEDE3;
    padding: 15px;
    padding-left: 0px;
    font-size: 15px;
    color: #4C582A;
    width: 530px;
    margin-left: 0px;
}

.checkout-data .address-grid .address-item .address-box b {
    font-size: 15px;
}

.checkout-data .enter-address-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.checkout-data .enter-address {
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .enter-address .enter-address-body {
    text-align: left;
    margin: 10px 10px 10px 10px;
}

.checkout-data .enter-address .button {
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .enter-address .the-same-address {
    text-align: left;
    margin: 10px 10px 10px 10px;
}

.checkout-data .shipping-options {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #E8E6D2;
    height: auto;
    position: relative;
    padding: 10px;
}

.checkout-data .shipping-options .shipping-option-item {
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}

.checkout-data .shipping-options .shipping-option-item .option-name {
    font-weight: bold;
    color: #437208;
    font-size: 12px;
}

.checkout-data .shipping-options .shipping-option-item .option-name input {
    display: none;
}

.checkout-data .shipping-options .shipping-option-item .option-description {
    padding: 5px 0 5px 0px;
}

.checkout-data .shipping-options .select-button {
    margin: 10px 10px 10px 10px;
    text-align: left;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px;
}

.checkout-data .shipping-options .error-block {
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .userewardpoints {
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    margin-bottom: 10px;
    border: dotted 1px #d3d3d3;
}

.checkout-data .payment-methods {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #E8E6D2;
    height: auto;
    position: relative;
}

.checkout-data .payment-methods .payment-method-item {
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .payment-methods .payment-method-item .payment-method-image-name {
    width: 200px;
    padding: 10px;
    float: left;
}

.checkout-data .payment-methods .payment-method-item .payment-method-description {
    width: 500px;
    float: left;
    padding: 25px;
}

.checkout-data .payment-methods .payment-method-item .payment-method-description b {
    color: #437208;
    font-size: 12px;
}

.checkout-data .payment-methods .select-button {
    margin: 10px 10px 10px 10px;
    text-align: left;
    width: 150px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -17px;
}

.checkout-data .payment-methods .error-block {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}


.checkout-data .payment-info {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.checkout-data .payment-info .body {
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .payment-info .select-button {
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .confirm-order {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.checkout-data .confirm-order .select-button {
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .confirm-order .error-block {
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .order-completed {
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #E8E6D2;
    height: auto;
    background-image: url('images/icon-OK-compra.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 20px;
    padding-left: 100px;
    position: relative;
}

.checkout-data .order-completed .body {
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .order-completed .body .numPedido {
    font-weight: bold;
    font-size: 15px;
}

.checkout-data .order-completed .body b {
    font-size: 12px;
    color: #437208;
}

.checkout-data .order-completed .select-button {
    margin: 10px 10px 10px 10px;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -48px;
}

.checkout-data .order-completed .select-button input {
    width: 180px;
}

.order-details {
    margin-bottom: 15px;
    padding: 0px;
}

.order-details .page-title {
    border-bottom: 0 none;
}

.order-details .info {
    border: 1px solid #E8E6D2;
    padding: 10px;
}

.order-details .section-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.order-details .order-overview {
    text-align: left;
    padding-bottom: 10px;
}

.order-details .order-details-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.order-details .products-box, .order-details .ordernotes-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.order-details .checkout-attributes {
    text-align: right;
    vertical-align: middle;
    padding: 10px;
    height: auto;
}

.downloable-products {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.downloable-products .info {
    padding: 10px;
}

.downloable-products .products-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.titulo-order-pogress ul li.head {
    color: #454e19 !important;
    font-size: 16px !important;
    font-family: "HelveticaLTStdLight" !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    list-style: none;
}

.order-progress {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    padding-top: 3px;
    border-bottom: 1px dotted #C5C5C5;
    border-top: 1px dotted #C5C5C5;
}

.order-progress ul {
    padding: 0;
    margin: 0;
}

.order-progress ul li {
    list-style: none;
    display: block;
    float: left;
    height: 47px;
}

.order-progress ul li.head {
    background: url("images/carrinho/etapa-compras-bg.png") no-repeat scroll left top transparent;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 0;
    width: 199px;
}

.order-progress ul li.separador {
    background: url('images/carrinho/etapas-carrinho-seta.png') no-repeat center 9px;
    width: 18px;
}

.order-progress ul li .number {
    display: block;
    height: 47px;
    line-height: 36px;
    width: 33px;
    text-align: center;
}

.order-progress ul li .active-step {
    background: url("images/carrinho/etapas-carrinho-bg-number-selecionado.png") no-repeat scroll left 2px transparent;
    display: block;
    height: 47px;
    line-height: 36px;
    padding: 0 20px 0 0;
}

.order-progress ul li .inactive-step {
    background: url('images/carrinho/etapas-carrinho-bg-number.png') no-repeat left 2px;
    display: block;
    height: 45px;
    line-height: 36px;
    padding: 0 20px 0 0;
}

.return-request {
    margin-bottom: 15px;
    padding: 0px;
}

.return-request .page-title {
    border-bottom: 0 none;
}

.return-request .section-addinfo {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
}

.return-request .products-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.return-request .why {
}

.return-request .buttons {
}

.customer-return-request-list {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-return-request-list .section-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.customer-return-request-list .request-list {
}

.customer-return-request-list .request-list .request-item {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.home-page-product-grid {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.home-page-product-grid .boxtitle {
    padding: 10px 0px 1px 0px;
    margin: 0 5px 10px 5px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    border-bottom: solid 1px #C4C6C8;
    text-align: center;
}

.home-page-product-grid .item-box {
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.home-page-product-grid .product-item {
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: 150px;
}

.home-page-product-grid .product-item .product-title {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.home-page-product-grid .product-item .picture {
    text-align: center;
}

.home-page-category-grid {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.home-page-category-grid a {
}

.home-page-category-grid .item-box {
    text-align: center;
    vertical-align: text-top;
}

.home-page-category-grid .category-item {
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: auto;
    border: 1px solid #E8E6D2;
}

.home-page-category-grid .category-item .title {
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    display: block;
    overflow: hidden hidden;
    height: 1.8em;
    padding: 8px 0 5px 0;
}

.home-page-category-grid .category-item .picture {
    text-align: center;
    padding: 10px 0 10px 0;
}

.bestsellers {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.bestsellers .boxtitle {
    padding: 10px 0px 1px 0px;
    margin: 0 5px 10px 5px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    border-bottom: solid 1px #C4C6C8;
    text-align: center;
}

.bestsellers .item-box {
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.bestsellers .product-item {
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: 150px;
}

.bestsellers .product-item .product-title {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.bestsellers .product-item .picture {
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-grid {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    text-align: center;
}

.product-grid .item-box {
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.product-grid .product-item {
    text-align: center;
    margin: 10px 5px 10px 5px;
    width: 250px;
    border: 1px solid #E8E6D2;
}

.product-grid .product-item .product-title {
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
}

.product-grid .product-item .product-title a {
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
    color: #3A4045;
}

.product-grid .product-item .picture {
    text-align: center;
    margin-top: 10px;
}

.product-grid .product-item .description {
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    border-top: solid 1px #E8E6D2;
    color: #555;
    height: 50px;
}

.product-grid .product-item .add-info {
    vertical-align: bottom;
    text-align: right;
    width: 250px;
    height: 85px;
    position: relative;
    background: #F7F5E8;
}

.product-grid .product-item .add-info .prices {
    text-align: right;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.product-grid .product-item .add-info .buttons {
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: left;
}

.product-grid .product-item .add-info .prices .productPrice {
    color: green;
}

.product-grid .product-item .add-info .prices .oldproductPrice {
    color: Red;
    text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-list1 {
    margin: 0 auto 0 auto;
}

.product-list1 .item-box {
    text-align: left;
    clear: both;
    position: relative;
    margin-bottom: 10px;
    background-image: url(images/produtos/box-lista-produtos.png);
    background-repeat: no-repeat;
    padding: 1px 0;
}

.product-list1.cadastros {
    width: 690px;
}

.product-list1.cadastros .item-box {
    text-align: left;
    clear: both;
    position: relative;
    margin-bottom: 4px;
    background-image: url(images/box-lista-cadastros.png);
    background-repeat: no-repeat;
    padding: 1px 0;
    height: 60px;
    width: 690px;
}

.product-list1.cadastros .item-box article {
    height: 60px;
    width: 690px;
}

.product-list1.cadastros .item-box article label.l1, .product-list1.cadastros .item-box article label {
    float: left;
}

.product-list1.cadastros .item-box article label.l1, .product-list1.cadastros .item-box article label.l3 {
    padding: 4px 0 0 20px;
    width: 400px;
}

.product-list1.cadastros .item-box article label.l2, .product-list1.cadastros .item-box article label.l4 {
    padding: 4px 0 0 20px;
}

.product-list1.cadastros input[type="submit"].excel {
    float: right;
    margin: 6px 0 10px 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
}

.product-list1.cadastros input[type="submit"].atualizar {
    float: right;
    margin: 6px 10px 10px 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
}

.product-list1.cadastros input[type="text"] {
    background-color: #FBFBFB;
    background-image: none;
    border: 1px solid #B0BA7E;
    color: #7C7C7C;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 0px;
    margin-top: 9px;
}

.product-list1.cadastros label.ate {
    margin-left: 10px;
}

.product-list1 .product-item {
    background-position: left -8px;
    background-repeat: no-repeat;
    display: block;
    height: 77px;
    padding-left: 10px;
}

.product-list1 .product-item .product-title {
    font-weight: bold;
    font-size: 12px;
    padding: 15px 0 0 10px;
    display: block;
    margin-right: 100px;
}

.product-list1 .product-item .product-description {
    font-size: 12px;
    padding-left: 10px;
    display: block;
    margin-right: 100px;
}

.product-list1 .product-item .picture {
    background-image: url("images/produtos/icone-categoria-default.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 77px;
    width: 77px;
}

.product-list1 .product-item .picture .picture-over {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 77px;
    width: 77px;
}

.product-list1 .product-item:hover .picture .picture-over {
    background-image: url(images/produtos/icone-categoria-over.png);
}

.product-list1 .product-item .description {
    background-position: left -8px;
    background-repeat: repeat-x;
    color: #5c5d3b;
    display: block;
    float: left;
    height: 77px;
    text-align: left;
    width: 564px;
    position: relative;
}

.product-list1 .product-item .description:hover {
    color: #44851d;
}

.product-list1 .product-item .prices-wrapper {
    display: block;
    height: 57px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100px;
    padding-top: 20px;
}

.product-list1 .product-item .prices {
}

.product-list1 .product-item .prices .productPrice {
    color: green;
}

.product-list1 .product-item .prices .oldproductPrice {
    color: Red;
    text-decoration: line-through;
}

.product-list1 .product-item .buttons {
    padding-top: 20px;
}

.product-list1 .product-item .botao-detalhes {
    background-image: url("images/bot-box-lista-produtos.png");
    background-position: right -0px;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 77px;
    line-height: 77px;
    text-align: left;
    width: 110px;
    padding: 0 14px;
    color: white;
    margin-right: 1px;
}

.product-list1 .product-item:hover .botao-detalhes {
    background-position: right -77px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-list2 {
    margin-bottom: 15px;
    padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.featured-product-grid {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.featured-product-grid .title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    margin: 0;
    color: #3A4045;
}

.featured-product-grid .item-box {
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.featured-product-grid .product-item {
    text-align: center;
    margin: 10px 5px 10px 5px;
    width: 250px;
    border: solid 1px #E8E6D2;
}

.featured-product-grid .product-item .product-title {
    font-weight: bold;
    font-size: 12px;
    padding: 0 0 0 10px;
    text-transform: none;
}

.featured-product-grid .product-item .product-title a {
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.featured-product-grid .product-item .picture {
    text-align: center;
    margin-top: 10px;
}

.featured-product-grid .product-item .description {
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    border-top: solid 1px #E8E6D2;
    color: #555;
    height: 50px;
}

.featured-product-grid .product-item .add-info {
    vertical-align: bottom;
    text-align: right;
    width: 250px;
    height: 85px;
    position: relative;
}

.featured-product-grid .product-item .add-info .prices {
    text-align: right;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.featured-product-grid .product-item .add-info .buttons {
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: left;
}

.featured-product-grid .product-item .add-info .prices .productPrice {
    color: green;
}

.featured-product-grid .product-item .add-info .prices .oldproductPrice {
    color: Red;
    text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .product-pager, .manufacturer-page .product-pager, .producttag-page .product-pager {
    text-align: center;
}

.paginador, .category-page .product-pager .paginador, .manufacturer-page .product-pager .paginador, .producttag-page .product-pager .paginador {
    margin: 5px auto 0;
    width: 137px !important;
}

.paginador a, .product-pager .paginador a, .product-pager .paginador span {
    display: block;
    float: left;
    color: #555;
    padding: 1px 3px;
    margin-right: 1px;
    min-width: 9px;
    min-height: 13px;
    background-position: center top;
    background-repeat: no-repeat;
}

.product-pager .paginador span {
}

.paginador a:link, .category-page .product-pager a:link, .manufacturer-page .product-pager a:link, .producttag-page .product-pager a:link {
    text-align: center;
}

.paginador a:hover, .paginador span, .category-page .product-pager .paginador a:hover, .manufacturer-page .product-pager .paginador a:hover, .producttag-page .product-pager .paginador a:hover, .category-page .product-pager .paginador span, .manufacturer-page .product-pager .paginador span, .producttag-page .product-pager .paginador span {
    color: white !important;
    background-position: center bottom;
    background-color: #487904;
    text-decoration: none;
}

.paginador a.first, .product-pager .paginador a.first {
    background-color: transparent;
    background-image: url(images/produtos/paginador-first.png);
}

.paginador a.previous, .product-pager .paginador a.previous {
    background-color: transparent;
    background-image: url(images/produtos/paginador-previous.png);
}

.paginador a.next, .product-pager .paginador a.next {
    background-color: transparent;
    background-image: url(images/produtos/paginador-next.png);
}

.paginador a.last, .product-pager .paginador a.last {
    background-color: transparent;
    background-image: url(images/produtos/paginador-last.png);
}

.category-page, .manufacturerlist-page, .manufacturer-page, .producttag-page {
    margin-bottom: 15px;
    padding: 0px;
}

.category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title, .producttag-page .page-title {
    border-bottom: 0 none;
}

.category-page .category-description, .manufacturer-page .manufacturer-description {
    color: #5C5D3B;
    font-size: 1.1em;
    padding: 10px;
    padding-left: 0px;
    border-bottom: 1px dotted #5C5D3B;
    margin-bottom: 12px;
}

.category-page .category-description .titulo, .manufacturer-page .manufacturer-description .titulo {
    font-size: 20px;
    font-weight: bold;
}

.sub-category-grid, .manufacturer-grid {
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    margin-bottom: 15px;
}

.sub-category-grid a, .manufacturer-grid a {
}

.sub-category-grid .item-box, .manufacturer-grid .item-box {
    text-align: center;
    vertical-align: text-top;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: auto;
    border: 1px solid #E8E6D2;
}

.sub-category-grid .sub-category-item .category-title, .manufacturer-grid .manufacturer-item .man-title {
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    display: block;
    overflow: hidden hidden;
    height: 1.8em;
    padding: 8px 0 5px 0;
}

.sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
    text-align: center;
    padding: 10px 0 10px 0;
}

.sub-category-list {
    margin-bottom: 15px;
    padding: 0px;
}

.product-sorting {
    margin: 0px auto 10px auto;
}

.product-filters {
    margin: 0 auto 0 auto;
    border: 1px solid #E8E6D2;
    background: #F7F5E8;
}

.product-filters .filter-title {
    font-weight: bold;
    padding-left: 10px;
    color: #3A4045;
}

.product-filters .filter-title span {
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.product-filters .filter-item {
    padding: 5px 10px 5px 10px;
}

.price-range-filter {
}

.price-range-filter .title {
    color: #555;
    font-weight: bold;
    background: url('images/ico-arrow-r.gif') no-repeat;
    padding: 1px 0px 5px 20px;
}

.price-range-filter ul {
    margin: 0;
    padding-left: 20px;
}

.price-range-filter li {
    list-style: none;
    padding-bottom: 2px;
}

.price-range-filter .selected-price-range {
    padding-left: 20px;
}

.price-range-filter .remove-price-range-filter {
    font-weight: bold;
}

.product-spec-filter {
}

.product-spec-filter .title {
    color: #555;
    font-weight: bold;
    background: url('images/ico-arrow-r.gif') no-repeat;
    padding: 1px 0px 5px 20px;
}

.product-spec-filter table.filter {
    width: 100%;
}

.product-spec-filter table.filter tr.group {
    font-weight: bold;
}

.product-spec-filter table.filter tr.item td {
    padding: 2px 2px 2px 16px;
}

.product-spec-filter table.filter tr.filtereditem {
}

.product-spec-filter .remove-filter {
    padding-left: 20px;
}

.product-spec-filter .remove-product-spec-filter {
    font-weight: bold;
}

.compare-products {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.compare-products .page-title {
    border-bottom: 0 none;
}

.compare-products .body {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.compare-products-table {
}

.compare-products-table .remove-button {
    margin: 0px 0px 5px 0px;
    margin-right: 5px;
    margin-top: 5px;
}

.compare-products-table tr.product-name {
    background-color: #CCCCCC;
    font-weight: bold;
}

.compare-products-table td {
    border-width: 1px;
    border-color: #BFBFBF;
    border-style: solid;
    padding: 3px;
}

.login-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.login-page .page-title {
    border-bottom: 0 none;
}

.login-page .wrapper {
    width: 600px;
    margin-top: 10px;
    padding-left: 5px;
    font-size: 11px;
    color: #555;
}

.login-page .wrapper .new-wrapper {
    float: left;
    width: 50%;
}

.login-page .wrapper .new-wrapper .register-title {
    color: #454e19;
    font-size: 18px;
    line-height: 18px;
    font-family: "HelveticaLTStdLight";
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    padding-left: 13px;
}

.login-page .wrapper .new-wrapper .register-block {
    text-align: left;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 5px 5px;
    border: 1px solid #E8E6D2;
    min-height: 240px;
    vertical-align: top;
}

.login-page .wrapper .new-wrapper .checkout-as-guest-or-register-block {
    text-align: left;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 5px 5px;
    border: 1px solid #E8E6D2;
    min-height: 240px;
    vertical-align: top;
}

.captcha-enabled {
    height: 310px !important;
}

.login-page .wrapper .returning-wrapper {
    float: right;
    width: 50%;
}

.login-page .wrapper .returning-wrapper .login-title {
    color: #454e19;
    font-size: 18px;
    line-height: 18px;
    font-family: "HelveticaLTStdLight";
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    padding-left: 13px;
}

.login-page .wrapper .returning-wrapper .login-block {
    text-align: left;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 5px 5px;
    border: 1px solid #E8E6D2;
    min-height: 240px;
}

.login-table-container {
    vertical-align: middle;
}

.login-table-container .row {
}

.login-table-container .row .item-name {
    padding: 10px 10px 10px 0px;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: bold;
}

.login-table-container .row .item-value {
    padding: 10px 0px 10px 0px;
    vertical-align: middle;
}

.login-page .forgot-password {
    font-weight: bold;
}

.login-page .buttons {
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}

.registration-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.registration-page .page-title {
    border-bottom: 0 none;
}

.registration-page .body {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.registration-page .body .msg {
    color: Red;
}

.registration-page .body .msg a {
    color: Red;
    font-weight: bold;
    text-decoration: underline;
}

.registration-page .section-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.registration-page .section-body {
    text-align: left;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.registration-page .button {
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}

.password-recovery-page, newsletter-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.password-recovery-page .page-title, newsletter-page .page-title {
    border-bottom: 0 none;
}

.password-recovery-page .body, newsletter-page .body {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-avatar {
    padding: 10px;
}

.customer-avatar .button {
    margin: 5px 0;
}

.account-activation-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.account-activation-page .page-title {
    border-bottom: 0 none;
}

.account-activation-page .body {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.address-edit-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.address-edit-page .page-title {
    border-bottom: 0 none;
}

.address-edit-page .body {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.search-panel {
    margin-bottom: 15px;
    padding: 0px;
}

.search-panel .page-title {
    border-bottom: 0 none;
}

.search-panel .search-input {
    border: 1px solid #E8E6D2;
    padding: 10px;
}

.search-panel .search-results {
    padding-top: 10px;
}

.search-panel .search-results .result {
    font-weight: bold;
    color: #555;
}

.search-panel table.basic-search, .search-panel table.adv-search {
    border: collapse;
    color: #333;
    margin: 0px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

.search-panel table.adv-search {
    border-top: solid #D3D3D3 1px;
    margin-top: 10px;
}

.search-panel table.basic-search td.title, .search-panel table.adv-search td.title {
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    width: 130px;
}

.search-panel table.basic-search td.data, .search-panel table.adv-search td.data {
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.contact-form .send-email fieldset .standard .EmptyMessage {
    width: 100px;
}

.contact-form .button {
    text-align: right;
}

.contact-form .send-email {
}

.breadcrumb-wrapper {
    background-image: url("images/produtos/breadcumbs_lateral_left.png");
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 10px;
    padding: 0 0 0 5px;
    width: 100%;
}

.breadcrumb-wrapper .breadcrumb {
    background-image: url("images/produtos/breadcumbs_lateral_right.png");
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    padding: 0 5px 0 0;
    width: 100%;
    position: relative;
}

.breadcrumb-wrapper .breadcrumb .fundo {
    position: absolute;
    left: 0;
    right: 5px;
    background-image: url("images/produtos/breadcumbs_filete_bg.jpg");
    z-index: 0;
    height: 36px;
}

.breadcrumb-wrapper .breadcrumb .separador {
    background-repeat: no-repeat;
    width: 13px;
    height: 36px;
    display: block;
    float: left;
    position: relative;
    z-index: 2;
}

.breadcrumb-wrapper .breadcrumb .item {
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.breadcrumb-wrapper .breadcrumb .item.home .icon-home {
    background-image: url("images/bot_home.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 17px;
}

.breadcrumb-wrapper .breadcrumb .item.home {
    background-image: url(images/produtos/breadcumbs_filete_home.jpg);
}

.breadcrumb-wrapper .breadcrumb .item.home:hover {
    text-decoration: none;
}

.breadcrumb-wrapper .breadcrumb .home-categoria-pai {
    background-image: url(images/produtos/breadcumbs_seta_home.jpg);
}

.breadcrumb-wrapper .breadcrumb .categoria-pai {
    background-image: url(images/produtos/breadcumbs_filete_commodities.jpg);
}

.breadcrumb-wrapper .breadcrumb .categoria-pai-categoria-pai {
    background-image: url(images/produtos/breadcumbs_seta_commodities.jpg);
}

.breadcrumb-wrapper .breadcrumb .categoria-pai-categoria {
    background-image: url(images/produtos/breadcumbs_seta_fabricante.jpg);
}

.breadcrumb-wrapper .breadcrumb .categoria-pai-categoria2 {
    background-image: url(images/produtos/breadcumbs_seta_fabricante2.jpg);
}

.breadcrumb-wrapper .breadcrumb .item.categoria-final {
    background-image: url(images/produtos/breadcumbs_filete_pebdl.jpg);
}

.breadcrumb-wrapper .breadcrumb .separador.categoria-final {
    background-image: url(images/produtos/breadcumbs_seta_pebdl.jpg);
}

.breadcrumb-wrapper .breadcrumb a {
    text-decoration: none;
    color: #3A4045;
}

.breadcrumb-wrapper .breadcrumb a:hover {
    text-decoration: underline;
}

.newslist {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newslist .title {
    padding: 10px 0px 1px 0px;
    margin: 0 5px 10px 5px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    border-bottom: solid 1px #C4C6C8;
}

.newslist .newsitems {
    margin: 0px 5px 0 5px;
    padding: 0px 0 0 0;
}

.newslist .newsitems .item {
    border-bottom: dashed 1px #C4C6C8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.newslist .newsitems .newsdate {
    color: #9a9a9a;
    font-style: italic;
}

.newslist .newsitems a.newstitle {
    color: #555;
    text-decoration: none;
    font-size: 1.2em;
}

.newslist .newsitems a.newstitle:hover {
    text-decoration: underline;
}

.newslist .newsitems .newsdetails {
    margin-top: 10px;
    margin-bottom: 10px;
}

.newslist .newsitems .readmore {
    font-weight: bold;
    text-decoration: none;
    color: #3664A5;
    background-color: inherit;
}

.newsitem {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newsitem .page-title {
    border-bottom: 0 none;
}

.newsitem .newsdate {
    color: #9a9a9a;
    font-style: italic;
}

.newsitem .newsbody {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.newscomments {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newscomments .title {
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.newscomments .newcomment {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.newscomments .newcomment td.leavetitle {
    padding: 0px 10px 10px 0px;
    font-weight: bold;
    color: #3a3a3a;
}

.newscomments .newcomment td.button {
    text-align: right;
}

.newscomments .commentlist {
    border-top: solid 1px #e3e3e3;
    margin-top: 10px;
}

.newscomment {
    border-bottom: solid 1px #E3E3E3;
}

.newscomment .commentinfo {
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.newscomment .commentinfo .userinfo {
    padding-top: 5px;
}

.newscomment .commentinfo .userinfo a.username {
    font-weight: bold;
    margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo span.username {
    font-weight: bold;
    margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo .avatar {
    margin: 5px 0 5px 0;
}

.newscomment .commentinfo .userinfo .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}

.newscomment .commentinfo .userinfo .userstats {
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    color: #555;
}

.newscomment .commentinfo .userinfo .userstats .statvalue {
    font-weight: normal;
}

.newscomment .commentcontent {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.newscomment .commentcontent .commenttime {
    font-weight: bold;
    line-height: 20px;
    padding: 3px;
    background: #e3f3f3;
}

.newscomment .commentcontent .commenttime .statvalue {
    font-weight: normal;
}

.newscomment .commentcontent .commenttitle {
    padding: 3px;
    font-weight: bold;
}

.newscomment .commentcontent .commentbody {
    padding: 3px;
}

.blog {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blog .page-title {
}

.blog .blogposts .post .blogdate {
    color: #9a9a9a;
    font-style: italic;
}

.blog .blogposts .post a.blogtitle {
    color: #444;
    text-decoration: none;
    font-size: 1.2em;
}

.blog .blogposts .post a.blogtitle:Hover {
    text-decoration: underline;
}

.blog .blogposts {
    margin: 0px 5px 0 5px;
    padding: 0px 0 0 0;
}

.blog .blogposts .post {
    border-bottom: dashed 1px #C4C6C8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog .blogposts .blogbody, .blog .blogposts .tags {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog .blogposts .blogdetails {
    font-weight: bold;
    text-decoration: none;
    color: #3664A5;
    background-color: inherit;
}

.blogpost {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blogpost .page-title {
    border-bottom: 0 none;
}

.blogpost .postdate {
    color: #9a9a9a;
    font-style: italic;
}

.blogpost .postbody, .blogpost .tags {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.blogcomments {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blogcomments .title {
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.blogcomments .newcomment {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}


.blogcomments .newcomment td.leavetitle {
    padding: 0px 10px 10px 0px;
    font-weight: bold;
}

.blogcomments .newcomment td.button {
    text-align: right;
}

.blogcomments .commentlist {
    margin: 10px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555D65;
    background-color: inherit;
    border-top: solid 1px #e3e3e3;
    margin-top: 10px;
}

.blogcomment {
    border-bottom: solid 1px #E3E3E3;
}

.blogcomment .commentinfo {
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.blogcomment .commentinfo .userinfo {
    padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username {
    font-weight: bold;
    margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo span.username {
    font-weight: bold;
    margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo .avatar {
    margin: 5px 0 5px 0;
}

.blogcomment .commentinfo .userinfo .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}

.blogcomment .commentinfo .userinfo .userstats {
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    color: #555;
}

.blogcomment .commentinfo .userinfo .userstats .statvalue {
    font-weight: normal;
}

.blogcomment .commentcontent {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime {
    font-weight: bold;
    line-height: 20px;
    padding: 3px;
    background: #e3f3f3;
}

.blogcomment .commentcontent .commenttime .statvalue {
    font-weight: normal;
}

.blogcomment .commentcontent .commentbody {
    padding: 3px;
}

.todays-poll-box {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.todays-poll-box .title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.todays-poll-box .todays-poll-box-block {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.todays-poll-box .poll-item {
    float: left;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.block-poll .poll-item {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    background-color: inherit;
    text-align: left;
    vertical-align: top;
}

.poll-item label {
    margin: 0px 0px 0px 5px;
}

.poll-take-poll, .poll-results {
    border: dashed 1px #666;
    padding: 5px;
    margin-top: 10px;
}

.poll-display-text {
    font-weight: bold;
}

.poll-total-votes {
    font-style: italic;
}

.emailafriend-box {
    margin-bottom: 15px;
    padding: 0px;
}

.emailafriend-box .page-title {
    border-bottom: 0 none;
}

.emailafriend-box .send-email {
    border: 1px solid #E8E6D2;
    margin-top: 10px;
    padding: 0 0 10px 10px;
}

.emailafriend-box .send-email .product {
    font-weight: bold;
}

.emailafriend-box .send-email .description {
    font-style: italic;
}

.emailafriend-box .send-email .confirm {
    font-weight: bold;
}

.rating-star {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filled-rating-star {
    background-image: url(Images/FilledStar.png);
}

.empty-rating-star {
    background-image: url(Images/EmptyStar.png);
}

.saved-rating-star {
    background-image: url(Images/SavedStar.png);
}

.recently-added-products {
    margin-bottom: 15px;
    padding: 0px;
}

.recently-added-products .page-title {
}

.recently-viewed-products {
    margin-bottom: 15px;
    padding: 0px;
}

.recently-viewed-products .page-title {
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.account-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.account-page .page-title {
    border-bottom: 0 none;
}

.account-page .body {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
}

.customer-info-box {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
}

.customer-info-box .section-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.customer-info-box .section-body {
    text-align: left;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.customer-info-box .button {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.customer-addresses {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-addresses .section-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.customer-addresses .address-list {
}

.customer-addresses .address-list .address-item {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.customer-addresses .add-button {
    margin-bottom: 5px;
    margin-top: 5px;
    float: right;
    text-align: right;
}

.customer-orders {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-orders .recurring-payments {
    padding: 10px 10px 5px 0px;
    width: 100%;
    clear: both;
}

.customer-orders .recurring-payments .section-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.customer-orders .recurring-payments .recurring-payments-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.customer-orders .order-list {
}

.customer-orders .order-list .order-item {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.customer-pass-recovery {
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-rewardpoints {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-rewardpoints .section-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.customer-rewardpoints .reward-points-overview {
    padding: 10px 10px 5px 0px;
    width: 100%;
}

.customer-rewardpoints .reward-points-history {
    text-align: left;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-details-page {
    margin-top: 10px;
}

.product-collateral {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.product-collateral .add-info {
    background-image: url("images/produtos/barra-compras-bg.png");
    height: 38px;
    padding: 10px;
    width: 564px;
}

.numerictextboxtext {
    background-color: #FBFBFB;
    background-image: none;
    border: 1px solid #B0BA7E;
    color: #7C7C7C;
    font-size: 16px;
    padding: 8px;
    width: 80px;
    float: left;
    margin-right: 10px;
}

.NumericTextBoxError {
    float: left;
    width: 70px;
    font-size: 11px;
    white-space: normal !important;
    line-height: normal !important;
}

.product-collateral .quantidade-minima {
    font-style: italic;
    color: Red;
    margin: 3px;
    display: block;
}

.product-collateral .quantidade-minima .valor {
    background-color: Red;
    color: White;
    font-style: normal;
    font-weight: bold;
    padding: 0 2px;
}

.product-collateral .one-variant-arquivos {
}

.product-collateral .one-variant-arquivos .titulo {
    margin-bottom: 10px;
}

.product-collateral .one-variant-arquivos .arquivo {
    display: block;
    line-height: 20px;
    height: 20px;
    padding-left: 25px;
    background-image: url(images/produtos/icone-pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #83D716;
}

.product-essential {
}

.product-details-info {
}

.product-details-info .links {
    float: left;
    width: 120px;
    margin-bottom: 15px;
}

.product-details-info .links .categoria-image {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    display: block;
    height: 118px;
    width: 118px;
}

.product-details-info .overview {
    float: right;
    padding: 5px;
    width: 580px;
}

.product-details-info .overview .productname {
    color: #454e19;
    font-size: 28px;
    line-height: 28px;
    font-family: "HelveticaLTStdLight";
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0.3em;
}

.product-details-info .overview .shortdescription, .product-details-info .overview .codigo, .product-details-info .overview .manufacturers, .product-details-info .overview .sku, .product-details-info .overview .manufacturerpartnumber {
    color: #555;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.1em;
    text-transform: uppercase;
}

.product-details-info .overview .shortdescription .valor, .product-details-info .overview .codigo .valor, .product-details-info .overview .manufacturers .valor {
    text-transform: none;
}

.product-details-info .overview .manufacturers {
    line-height: 30px;
    height: 30px;
}

.product-details-info .overview .manufacturers .titulo {
    float: left;
}

.product-details-info .overview .manufacturers .img {
    overflow: hidden;
    height: 39px;
    float: left;
    margin-top: -8px;
    margin-left: 10px;
}

.product-details-info .overview .manufacturers .img img {
    margin-top: -39px;
    height: 78px;
}

.product-details-info .fulldescription {
    border-top: 1px solid #E8E6D2;
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-share-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-rating-box {
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-variant-list {
    margin-bottom: 15px;
    padding: 0px;
}

.product-variant-line {
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    border-bottom: dashed 1px #C4C6C8;
}

.product-variant-line .picture {
    float: left;
    width: 300px;
    margin-bottom: 15px;
}

.product-variant-line .overview {
    float: right;
    width: 200px;
    margin-right: 25px;
}

.product-variant-line .overview .productname {
    color: #3664A5;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}

.product-variant-line .description {
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-variant-line .downloadsample {
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-variant-line .downloadsample .downloadsamplebutton {
    -x-system-font: none !important;
    background: #F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
    border: 1px solid #B5B5B5;
    color: #444444;
    cursor: pointer;
    font-family: arial,sans-serif !important;
    font-size: 11px !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    overflow: visible;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

.product-variant-line .price {
    float: left;
    margin-right: 10px;
}

.product-variant-line .price .productPrice {
    color: green;
}

.product-variant-line .price .oldProductPrice {
    color: red;
    text-decoration: line-through;
}

.product-variant-line .add-info {
    padding: 10px 10px 10px 10px;
    background: #F7F5E8;
    min-height: 17px;
}

.product-variant-line .attributes {
}

.product-variant-line .stock, .product-variant-line .sku, .product-variant-line .manufacturerpartnumber {
}

.product-variant-line .giftCard {
}

.product-variant-line .giftCard dt {
    clear: left;
    float: left;
    width: 150px;
}

.product-variant-line .error {
    font-weight: bold;
    color: Red;
}

.one-variant-price {
    margin: 0 10px 0 0;
    float: left;
    width: 80px;
    text-align: center;
}

.one-variant-price .productPrice {
    color: green;
}

.one-variant-price .productPrice .destaque {
    font-size: 1.6em;
    font-weight: bold;
}

.one-variant-price .oldProductPrice {
    color: red;
    text-decoration: line-through;
}

.one-variant-download-sample {
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
    margin-top: 5px;
}

.one-variant-download-sample .downloadsamplebutton {
    -x-system-font: none !important;
    background: #F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
    border: 1px solid #B5B5B5;
    color: #444444;
    cursor: pointer;
    font-family: arial,sans-serif !important;
    font-size: 11px !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    overflow: visible;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

.related-products-grid, .also-purchased-products-grid {
}

.related-products-grid .title, .also-purchased-products-grid .title {
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.related-products-grid .item-box, .also-purchased-products-grid .item-box {
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.related-products-grid .item, .also-purchased-products-grid .item {
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #CFCDBF;
    width: 180px;
    padding: 20px;
    height: 80px;
}

.related-products-grid .item .product-title, .also-purchased-products-grid .item .product-title {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    font-size: 1em;
    padding: 0;
}

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture {
    text-align: center;
    display: none;
}

.product-review-box {
    margin-bottom: 15px;
    padding: 10px 5px 10px 5px;
}


.product-review-list {
    margin: 10px 0 0 0;
    font-size: 11px;
    color: #555;
}

.product-review-list .product-review-item {
    border: 1px solid #E8E6D2;
    margin-top: 10px;
    padding: 10px;
    clear: both;
}

.product-review-list .product-review-item .review-title {
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
}

.product-review-list .product-review-item .rating {
    float: right;
}

.product-review-helpfulness {
    color: #333;
}

.product-review-helpfulness a, .product-review-helpfulness a:hover {
    color: #3664A5;
    text-decoration: none;
}

.productspec-box {
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}

.producttags-box {
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}

.tier-prices {
    text-align: center;
    margin-bottom: 10px;
}

.tier-prices .prices-header {
    background: #7692B9;
    color: #FFF;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
}

.tier-prices .prices table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    background: #f3f3f3;
}

.tier-prices .prices .prices-table td {
    padding: 0;
}

.tier-prices .prices .item-table td {
    border-bottom: solid 3px #d7d7d7;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.tier-prices .prices .item-table .item-price {
    color: Green;
}

.tier-prices .prices .header-table td {
    border-bottom: solid 3px #d7d7d7;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.tier-prices .prices .prices-table .field-header {
    font-weight: bold;
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIM BOX (PRODUCT IMAGES)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRIVATE MESSAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.sendpmbox {
    background-color: #EEEEEE;
    border: 1px solid #A0A0A0;
    color: #555555;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin: 2px 0 2px 2px;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.sendpmbox .pmlinkbutton {
    line-height: 14px;
    padding: 2px 6px 2px 18px;
    background: url('images/ico-pm.png') no-repeat;
}

.privatemessagesend {
}

.privatemessagesend .title {
    background: #7692B9;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.privatemessagesend .wrapper {
    padding: 5px 5px 5px 5px;
}

.privatemessagesend table.postmessage {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.privatemessagesend table.postmessage td {
    padding: 4px 4px 4px 4px;
}

.privatemessagesend table.postmessage td.fieldname {
    font-weight: bold;
    width: 20%;
    color: #555;
}

.privatemessagesend table.postmessage td.options {
    text-align: right;
}



.privatemessageview {
}

.privatemessageview .title {
    background: #7692B9;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.privatemessageview .wrapper {
    padding: 5px 5px 5px 5px;
}

.privatemessageview table.viewmessage {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.privatemessageview table.viewmessage td {
    padding: 4px 4px 4px 4px;
}

.privatemessageview table.viewmessage td.fieldname {
    font-weight: bold;
    width: 20%;
    color: #555;
}

.privatemessageview table.viewmessage a {
    color: #3664A5;
    text-decoration: underline;
}

.privatemessageview table.viewmessage td.options {
    text-align: right;
}

.private-messages-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.private-messages-page .page-title {
    border-bottom: 0 none;
}

.private-messages-page .body {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
}


.private-messages-box {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
}

.private-messages-box .section-title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.private-messages-box .button {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}

.pmgridtablestyle {
    font-family: arial;
    font-size: 11px;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    margin-left: 0px;
    width: 100%;
}

.pmgridtablestyle td a {
    text-decoration: none;
}

.pmgridaltrowstyle {
    background-color: #F4FAFF;
}

.pmgridheaderstyle th {
    background: #7692B9;
    color: #fff;
    padding: 5px 10px 5px 10px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: solid 1px #676767;
}

.pmgridrowstyle td, .pmgridaltrowstyle td {
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #A0C0E7;
    border-right-color: #808080;
}

.pmgridpagerstyle, .latestpostsgridpagerstyle {
    height: 28px;
    background: url(Images/grid_header_back.png) repeat-x;
    background: #EEEEEE;
    vertical-align: middle;
}










/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM MAIN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forumsmain {
}

.forumsmain .forumsmainheader {
    border-bottom: solid 1px #f3f3f3;
    height: 35px;
}

.forumsmain .forumsmainheader .currenttime {
    padding-top: 20px;
    font-size: 0.9em;
    color: #555;
    float: left;
}

.forumsmain .forumsmainheader .forumsearchbox {
    float: right;
    text-align: right;
}

.forumsmain .forumgroups {
    margin-top: 10px;
}

.forumsmain .activediscussions {
    margin-top: 50px;
}

.forumbreadcrumb {
    padding: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
}

.forumbreadcrumb a {
    text-decoration: none;
    color: #3a3a3a;
}

.forumbreadcrumb a:hover {
    color: #3664A5;
    text-decoration: none;
}

.forumgrouppage .forumsearchbox {
    text-align: right;
}

.forumgroup {
}

.forumgroups .forumgroup .grouptitle {
    font-size: 1.1em;
}

.forumgroup .grouptitle a {
    font-weight: bold;
}

.forumgroup table.groups {
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

.forumgroup table.groups td {
    padding: 3px 0 3px 0;
}

.forumgroup tr.groupheader {
    font-weight: bold;
}

.forumgroup tr.groupheader td {
    background: #7692B9;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
}

.forumgroup tr.groupheader td.forumname {
    width: 55%;
    text-align: left;
    padding-left: 3px;
}

.forumgroup tr.groupheader td.topics {
    width: 10%;
}

.forumgroup tr.groupheader td.posts {
    width: 10%;
}

.forumgroup tr.groupheader td.lastpost {
    width: 25%;
}

.forumgroup tr.forum td.image div {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum.gif') no-repeat 40% 40%;
}

.forumgroup tr.forum td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}

.forumgroup tr.forum td.forumname {
    text-align: left;
    width: 55%;
}

.forumgroup tr.forum td.forumname .forumtitle {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
}

.forumgroup tr.forum td.forumname .forumdescription {
    font-size: 0.9em;
    color: #555;
}

.forumgroup tr.forum td.lastpost {
    font-size: 0.8em;
    color: #555;
}

.forum-subscriptions-box {
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
}

.forum-subscriptions-box .forum-subscriptions {
    text-align: left;
    padding: 10px;
    border: 1px solid #E8E6D2;
    height: auto;
}

.forum-subscriptions-box .forum-subscriptions .forum-subscriptions-grid {
    font-family: arial;
    font-size: 11px;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    margin-left: 0px;
    width: 100%;
}

.forum-subscriptions-box .button {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forum {
}

.forum .forumheader {
}

.forum .top .foruminfo {
    float: left;
}

.forum .top .foruminfo .forumname {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 25px;
}

.forum .top .foruminfo .forumdescription {
    color: #555;
}

.forum .top .actions {
    float: right;
    text-align: right;
}

.forum .top .actions .newtopic {
    background: url('images/ico-forum-post-add.gif') no-repeat;
    padding: 0 10px 3px 20px;
}

.forum .top .actions .watchforum {
    background: url('images/ico-forum-watch.gif') no-repeat;
    padding-left: 20px;
}

.forum .top .actions .forumsearchbox {
    padding-top: 5px;
}

.forum .topicsgroup {
}

.forum table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.forum table.topics td {
    padding: 3px 0 3px 0;
}

.forum table.topics tr.forumheader {
    font-weight: bold;
}

.forum table.topics tr.forumheader td {
    background: #7692B9;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
}

.forum table.topics tr.forumheader td.topicname {
    width: 55%;
    text-align: left;
    padding-left: 3px;
}

.forum table.topics tr.forumheader td.replies {
    width: 10%;
}

.forum table.topics tr.forumheader td.views {
    width: 10%;
}

.forum table.topics tr.forumheader td.lastpost {
    width: 25%;
}

.forum table.topics tr.topic td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}

.forum table.topics tr.topic td.image div {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum.gif') no-repeat 40% 40%;
}

.forum table.topics tr.topic td.topicname {
    text-align: left;
    width: 55%;
}

.forum table.topics tr.topic td.topicname .topictype {
    font-size: 0.9em;
    line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topictitle {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topicstarter {
    font-size: 0.9em;
    color: #555;
}

.forum table.topics tr.topic td.topicname .topicspager {
    font-size: 0.9em;
    color: #555;
}

.forum table.topics tr.topic td.lastpost {
    font-size: 0.8em;
    color: #555;
}

.forum table.topics tr.topic .post {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum-post.gif') no-repeat 40% 40%;
}

.forum table.topics tr.topic .postannoucement, .forum table.topics tr.topic .poststicky {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum-post-high.gif') no-repeat 40% 40%;
}

.forum .pager {
    text-align: right;
    padding: 5px 3px 5px 0;
}

.forum .pager a:link {
    color: #555;
}

.forum .pager span {
    color: #3664A5;
    font-size: 1.2em;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM TOPIC EDIT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.postedit {
}

.postedit .title {
    background: #7692B9;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.postedit .wrapper {
    padding: 5px 5px 5px 5px;
}

.postedit table.posttopic {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.postedit table.posttopic td {
    padding: 4px 4px 4px 4px;
}

.postedit table.posttopic td.fieldname {
    font-weight: bold;
    width: 20%;
    color: #555;
}

.postedit table.posttopic td.options {
    text-align: right;
}

.moveforumtopic {
}

.moveforumtopic .title {
    background: #7692B9;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.moveforumtopic .wrapper {
    padding: 5px 5px 5px 5px;
}

.moveforumtopic table.movetopic {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.moveforumtopic table.movetopic td {
    padding: 4px 4px 4px 4px;
}

.moveforumtopic table.movetopic td.fieldname {
    font-weight: bold;
    width: 30%;
    color: #555;
    white-space: nowrap;
}

.moveforumtopic table.movetopic td.options {
    text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM TOPIC

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forumtopic {
}

.forumtopic .title {
    background: #7692B9;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.forumtopic .title .topicname {
    float: left;
    font-size: 12px;
}

.forumtopic .title .manage {
    float: right;
    text-align: right;
}

.forumtopic .title .manage a {
    color: #F3F3F3;
}

.forumtopic .topicheader {
    padding: 5px 5px 5px 5px;
    background: #F3F3F3;
    border-bottom: solid 1px #6a6a6a;
    height: 16px;
}

.forumtopic .topicheader .topicoptions, .topicfooter .topicoptions {
    float: right;
    text-align: right;
}

.forumtopic .topicheader .topicoptions a, .topicfooter .topicoptions a {
    font-weight: bold;
}

.forumtopic .posts {
}

.topicfooter {
    padding: 5px 5px 5px 5px;
    background: #F3F3F3;
    border-top: solid 1px #6a6a6a;
    height: 16px;
}

.forumpost {
    border-bottom: solid 1px #E3E3E3;
}

.postinfo {
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.postinfo .manage {
    line-height: 20px;
}

.postinfo .manage a {
    font-weight: bold;
    color: #555;
}

.postinfo .userinfo {
    padding-top: 5px;
}

.postinfo .userinfo a.username {
    font-weight: bold;
    margin-bottom: 5px;
}

.postinfo .userinfo span.username {
    font-weight: bold;
    margin-bottom: 5px;
}

.postinfo .userinfo .avatar {
    margin: 5px 0 5px 0;
}

.postinfo .userinfo .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}

.postinfo .userinfo .userstats {
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    color: #555;
}

.postinfo .userinfo .userstats .statvalue {
    font-weight: normal;
}

.postcontent {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.postcontent .posttime {
    font-weight: bold;
    line-height: 20px;
    padding: 3px;
    background: #e3f3f3;
}

.postcontent .posttime .statvalue {
    font-weight: normal;
}

.postcontent .postbody {
    padding: 3px;
}

.postcontent .postbody a {
    color: #3664A5;
    text-decoration: underline;
}

.postcontent .postbody .posttext {
}

.postcontent .postbody .posttext .quote {
    padding: 5px 5px 5px 5px;
    border: dashed 1px black;
    background-color: #ffffff;
}


.postcontent .signature {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 0 0;
    font-size: 90%;
    margin: 1em 8px 8px;
    padding: 1em 0 20px;
    text-align: left;
    font-style: italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM SEARCH

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forumsearchbox {
    font-size: 0.9em;
}

.forumsearch {
}

.forumsearch .forum-search-panel {
}

.forumsearch .forum-search-panel .page-title {
    border-bottom: 0 none;
}

.forumsearch .forum-search-panel .search-input {
}

.forumsearch .forum-search-panel .search-error {
    color: Red;
}

.forumsearch .forum-search-panel .search-results {
}

.forum-search-panel table.adv-search {
    border: collapse;
    color: #333;
    margin: 0px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

.forum-search-panel table.adv-search {
    border-top: solid #D3D3D3 1px;
    margin-top: 10px;
}

.forum-search-panel table.adv-search td.title {
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    width: 130px;
}

.forum-search-panel table.adv-search td.data {
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.forumsearch .topicsgroup {
}

.forumsearch table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.forumsearch table.topics td {
    padding: 3px 0 3px 0;
}

.forumsearch table.topics tr.forumheader {
    font-weight: bold;
}

.forumsearch table.topics tr.forumheader td {
    background: #7692B9;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
}

.forumsearch table.topics tr.forumheader td.topicname {
    width: 55%;
    text-align: left;
    padding-left: 3px;
}

.forumsearch table.topics tr.forumheader td.replies {
    width: 10%;
}

.forumsearch table.topics tr.forumheader td.views {
    width: 10%;
}

.forumsearch table.topics tr.forumheader td.lastpost {
    width: 25%;
}

.forumsearch table.topics tr.topic td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}

.forumsearch table.topics tr.topic td.image div {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum.gif') no-repeat 40% 40%;
}

.forumsearch table.topics tr.topic td.topicname {
    text-align: left;
    width: 55%;
}

.forumsearch table.topics tr.topic td.topicname .topictype {
    font-size: 0.9em;
    line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topictitle {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topicstarter {
    font-size: 0.9em;
    color: #555;
}

.forumsearch table.topics tr.topic td.lastpost {
    font-size: 0.8em;
    color: #555;
}

.forumsearch table.topics tr.topic .post {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum-post.gif') no-repeat 40% 40%;
}

.forumsearch table.topics tr.topic .postannoucement, .forumsearch table.topics tr.topic .poststicky {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum-post-high.gif') no-repeat 40% 40%;
}

.forumsearch .pager {
    text-align: right;
    padding: 5px 3px 5px 0;
}

.forumsearch .pager a:link {
    color: #555;
}

.forumsearch .pager span {
    color: #ff9933;
    font-size: 1.2em;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PROFILE PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.profile-page {
}

.profile-page .title {
    background: #7692B9;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.profile-page .body {
    margin-top: 15px;
}

.profile-page .body .profileInfoBox {
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 15px;
}

.profile-page .body .profileInfoBox .title {
}

.profile-page .body .profileInfoBox .profileStat {
    font-weight: bold;
    padding: 2px;
}

.profile-page .body .profileInfoBox .profileStat .profileStatValue {
    font-weight: normal;
    color: #555;
}

.profile-page .body .profileInfoBox .userDetails {
    width: 180px;
    float: left;
    padding: 10px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
    text-align: center;
}

.profile-page .body .profileInfoBox .userDetails .avatar {
    margin-bottom: 5px;
}

.profile-page .body .profileInfoBox .userDetails .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}

.profile-page .body .profileInfoBox .userStats {
    margin-left: 200px;
    border-left: solid 1px #F3F3F3;
    padding: 10px;
}

.profile-page .body .profileInfoBox .userStats .section-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.profile-page .body .userLastPosts {
}

.profile-page .body .userLastPosts .topic {
    border: solid 1px #F3F3F3;
    margin-bottom: 10px;
}

.profile-page .body .userLastPosts .topicTitle {
    font-weight: bold;
    line-height: 20px;
    background: #e3f3f3;
    padding: 3px;
}

.profile-page .body .userLastPosts .topicBody {
    padding: 10px;
}

.profile-page .body .userLastPosts .topicBody a {
    color: #3664A5;
    text-decoration: underline;
}

.profile-page .body .userLastPosts .topicBody .quote {
    padding: 5px 5px 5px 5px;
    border: dashed 1px black;
    background-color: #ffffff;
}

.profile-page .body .userLastPosts .topicData {
    background: #f3f3f3;
    padding: 3px;
    color: #555;
    font-size: 0.9em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BB CODE EDITOR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.toolbar {
    padding: 2px;
    display: inline;
}

.toolbar .button {
    background: url('images/bbeditor-button-bg.gif') repeat-x;
    padding: 2px;
    margin-right: 2px;
    border: #cec6b5 1px solid;
}

.toolbar .button:hover {
    border: #333 1px solid;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACTIVE DISCUSSIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.activediscussionspage {
}

.activediscussions .activediscussionstitle {
    font-size: 1.1em;
    font-weight: bold;
}

.activediscussions .activediscussionstitle .viewall {
    float: right;
    text-align: right;
}

.activediscussions .topicsgroup {
}

.activediscussions table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.activediscussions table.topics td {
    padding: 3px 0 3px 0;
}

.activediscussions table.topics tr.activediscussionsheader {
    font-weight: bold;
}

.activediscussions table.topics tr.activediscussionsheader td {
    background: #7692B9;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
}

.activediscussions table.topics tr.activediscussionsheader td.topicname {
    width: 55%;
    text-align: left;
    padding-left: 3px;
}

.activediscussions table.topics tr.activediscussionsheader td.replies {
    width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.views {
    width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.lastpost {
    width: 25%;
}

.activediscussions table.topics tr.topic td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}

.activediscussions table.topics tr.topic td.topicname {
    text-align: left;
    width: 55%;
}

.activediscussions table.topics tr.topic td.topicname .topictitle {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
}

.activediscussions table.topics tr.topic td.topicname .topicstarter {
    font-size: 0.9em;
    color: #555;
}

.activediscussions table.topics tr.topic td.lastpost {
    font-size: 0.8em;
    color: #555;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BBCODES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.csharpcode, .csharpcode pre {
    font-size: small;
    color: black;
    font-family: Consolas, "Courier New", Courier, Monospace;
    background-color: #ffffff;
}

.csharpcode pre {
    margin: 0em;
}

.csharpcode .rem {
    color: #008000;
}

.csharpcode .kwrd {
    color: #0000ff;
}

.csharpcode .str {
    color: #006080;
}

.csharpcode .op {
    color: #0000c0;
}

.csharpcode .preproc {
    color: #cc6633;
}

.csharpcode .asp {
    background-color: #ffff00;
}

.csharpcode .html {
    color: #800000;
}

.csharpcode .attr {
    color: #ff0000;
}

.csharpcode .alt {
    background-color: #f4f4f4;
    width: 100%;
    margin: 0em;
}

.csharpcode .lnum {
    color: #606060;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.orange {
    font-family: arial,helvetica;
}

.orange .ajax__tab_body {
    border: 1px solid #333;
    border-top: none;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
}

.orange .ajax__tab_header {
    background-color: #333;
    border: solid 2px #333;
    border-bottom: none;
    padding: 2px 2px 4px 2px;
}

.orange .ajax__tab_tab {
    font-size: 1em;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border: solid 1px #FFF;
    padding: 8px;
    background: #404040;
}

.orange .ajax__tab_active .ajax__tab_tab, .orange .ajax__tab_hover .ajax__tab_tab {
    color: #ff9933;
    border: solid 1px #ff9933;
}

/* GREY THEME */

.grey .ajax__tab_header {
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    background: url(images/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
}

.grey .ajax__tab_header .ajax__tab_outer {
    background: url(images/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
}

.grey .ajax__tab_header .ajax__tab_inner {
    background: url(images/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 8px;
    padding-left: 0px;
    cursor: pointer;
}

.grey .ajax__tab_hover .ajax__tab_inner {
    color: #000;
}

.grey .ajax__tab_active .ajax__tab_outer {
    background: url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}

.grey .ajax__tab_active .ajax__tab_inner {
    background: url(images/tab.png) no-repeat right -40px;
    color: #000;
    border-color: #333;
}

.grey .ajax__tab_body {
    font-family: arial,helvetica;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}


/* CATEGORIA HOME */

#menu-category-home {
    position: relative;
}

#menu-category-home .categoria-wrapper {
}

.block-category-navigation .categoria.inactive a, #menu-category-home .categoria-wrapper .botao {
    background-image: url("images/home/distribuidora-resinas-termoplasticas_bot-menu-home-01.png");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 83px;
    margin-bottom: 3px;
    padding-top: 26px;
    padding-left: 20px;
    text-align: left;
}

.block-category-navigation .categoria.fabricantes.inactive a, #menu-category-home .categoria-wrapper.fabricantes .botao {
    background-image: url("images/home/distribuidora-resinas-termoplasticas_bot-menu-home-02.png");
    height: 71px;
    padding-top: 38px;
}

.block-category-navigation .categoria.inactive a:hover, #menu-category-home .categoria-wrapper .botao:hover {
    background-position: left center;
    text-decoration: none;
}

#menu-category-home .categoria-wrapper.exibindo .botao, #menu-category-home .categoria-wrapper.exibindo .botao:hover {
    background-position: left bottom;
}

#menu-category-home .categoria-wrapper .botao span {
    color: white;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

#menu-category-home .categoria-wrapper .botao span.destaque {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
}

#menu-category-home .categoria-wrapper.exibindo .botao span {
    color: #6d6a47;
}

#menu-category-home .categoria-wrapper .destaque {
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper {
    display: none;
    left: 244px;
    position: absolute;
    top: 0;
    width: 736px;
    z-index: 1000;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias-left {
    background-image: url(images/home/bot01-menu-home-over-left.png);
    background-repeat: no-repeat;
    width: 12px;
    float: left;
    height: 333px;
}

#menu-category-home .categoria-wrapper.categoria2 .subcategorias-wrapper .subcategorias-left {
    background-image: url(images/home/bot02-menu-home-over-left.png);
}

#menu-category-home .categoria-wrapper.fabricantes .subcategorias-wrapper .subcategorias-left {
    background-image: url(images/home/bot03-menu-home-over-left.png);
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias-right {
    background-image: url(images/home/bot-menu-home-over-right.png);
    background-repeat: no-repeat;
    width: 12px;
    float: left;
    height: 333px;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias-middle {
    background-image: url(images/home/bot-menu-home-over-center.png);
    background-repeat: repeat-x;
    width: 677px;
    padding: 20px 5px 20px 30px;
    float: left;
    height: 293px;
}

#menu-category-home .categoria-wrapper.exibindo .subcategorias-wrapper {
    display: block;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .fechar {
    cursor: pointer;
    line-height: 24px;
    height: 24px;
    padding-right: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: White;
    background-image: url(images/home/bot-fechar.png);
    background-repeat: no-repeat;
    background-position: right top;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .fechar:hover {
    background-position: right bottom;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .descricao {
    margin: 20px 80px 20px 0;
    min-height: 30px;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .descricao p {
    margin: 0px;
    padding: 5px;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .separador {
    margin-right: 30px;
    height: 2px;
    background-image: url(images/home/line-repeat.png);
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias {
    padding-top: 10px;
    margin-right: 30px;
    cursor: pointer;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias table {
    width: 100%;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria, #menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria span {
    display: block;
    float: left;
    height: 23px;
    line-height: 22px;
    color: #6d6a47;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria .left {
    width: 22px;
    background-repeat: no-repeat;
    background-image: url(images/home/bot-sub-home-left.png);
    background-position: left bottom;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria .right {
    width: 5px;
    background-repeat: no-repeat;
    background-position: right top;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria .middle {
    padding-right: 10px;
    cursor: pointer;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria:hover, #menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria:hover span {
    color: white;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria:hover .left {
    background-position: left top;
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria:hover .middle {
    background-repeat: repeat-x;
    background-image: url(images/home/bot-sub-home-center-over.png);
}

#menu-category-home .categoria-wrapper .subcategorias-wrapper .subcategorias .subcategoria:hover .right {
    background-image: url(images/home/bot-sub-home-right-over.png);
}







/* FOOTER */

.footer-wrapper {
    background-color: Black;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.footer-wrapper .footer {
    padding-top: 20px;
}

.footer-wrapper .footer .coluna {
    float: left;
    padding: 0 50px;
    text-align: left;
    width: 144px;
}

.footer-wrapper .footer .coluna .grupo {
    display: block;
    margin-bottom: 10px;
    color: #CCCCCC;
}

.footer-wrapper .footer .coluna a {
    line-height: 18px;
    background-image: url(images/rodape/seta-link.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    color: #525f27;
}

 .cookies-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 1070px;
    z-index: 999999;
    background: #7bc200;
    padding: 30px;
    -webkit-box-shadow: 7px 0 20px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 0 20px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 0 20px 2px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .cookies-bar.inactive {
        bottom: -100vh;
    }

     .cookies-bar .title {
        font-weight: 700;
        font-size: 18px;
        color: #FFF;
        text-align:left;
    }

   .cookies-bar .text-grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 5px;
    }

         .cookies-bar .text-grid p {
            font-size: 12px;
            line-height: 20px;
            color: #FFF;
            text-align: left;
        }

           .cookies-bar .text-grid p a {
                color: #FFF;
                text-decoration: underline;
            }

                .cookies-bar .text-grid p a:hover {
                    color: #485048;
                }

      .cookies-bar .text-grid .submit-button {
            height: 45px;
            background: #FFF;
            padding: 0 30px;
            display: inline-flex;
            align-items: center;
            font-weight: 700;
            font-size: 15px;
            cursor: pointer;
            color: #485048;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            border-radius: 50px;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

           .cookies-bar .text-grid .submit-button:hover {
                background: #485048;
                color: #FFF;
            }



.footer-disclaimer {
    font-size: 11px;
    color: #3A3B22;
    margin-top: 30px;
}

.footer-poweredby {
    font-size: 11px;
}

.footer-storetheme {
    margin: 0px 100px 0px 10px;
    font-size: 11px;
}


#scroll-fabricantes {
    position: relative;
    height: 59px;
    margin-bottom: 20px;
    width: 716px;
}

#scroll-fabricantes .border-left {
    background-image: url(images/home/Filete-Left_Fabricantes.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 5px;
    height: 59px;
    float: left;
}

#scroll-fabricantes .border-right {
    background-image: url(images/home/Filete-Right_Fabricantes.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 5px;
    height: 59px;
    float: right;
}

#scroll-fabricantes .center {
    background-image: url("images/home/Filete-Middle_Fabricantes.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    float: left;
    height: 53px;
    padding: 3px 0;
    width: 706px;
}

#scroll-fabricantes .center .btn.left {
    background-image: url(images/home/seta-fabricantes-left.png);
    float: left;
}

#scroll-fabricantes .center .btn.right {
    background-image: url(images/home/seta-fabricantes-right.png);
    float: right;
}

#scroll-fabricantes .center .btn {
    background-position: left top;
    background-repeat: no-repeat;
    width: 27px;
    height: 53px;
    cursor: pointer;
}

#scroll-fabricantes .center .btn:hover {
    background-position: left bottom;
}

#scroll-fabricantes .center .sombra.left {
    background-image: url(images/home/Sombra-Fabricantes-left.png);
    float: left;
    margin-left: 1px;
}

#scroll-fabricantes .center .sombra.right {
    background-image: url(images/home/Sombra-Fabricantes.png);
    float: right;
    margin-right: 1px;
}

#scroll-fabricantes .center .sombra {
    background-position: left top;
    background-repeat: no-repeat;
    width: 18px;
    height: 53px;
    position: relative;
}

#scroll-fabricantes .center .conteudo-wrapper {
    float: left;
    height: 53px;
    position: relative;
    width: 651px;
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo-mascara {
    position: relative;
    float: left;
    height: 53px;
    overflow: hidden;
    position: relative;
    width: 612px;
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo {
    position: absolute;
    width: 2000px;
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo .fabricante {
    height: 53px;
    width: 155px;
    background-repeat: no-repeat;
    background-position: center 0px;
    float: left;
    display: block;
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo .fabricante:hover {
    background-position: center -53px;
    text-decoration: none;
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo .ManufacturerID1 {
    background-image: url(images/logos/logo_bayer.jpg);
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo .ManufacturerID2 {
    background-image: url(images/logos/logo_braskem.jpg);
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo .ManufacturerID3 {
    background-image: url(images/logos/logo_honeywell.jpg);
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo .ManufacturerID4 {
    background-image: url(images/logos/logo_nitriflex.jpg);
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo .ManufacturerID5 {
    background-image: url(images/logos/logo_sarlink.jpg);
}

#scroll-fabricantes .center .conteudo-wrapper .conteudo .ManufacturerID6 {
    background-image: url(images/logos/logo_bayer.jpg);
}

.category-page .divisor {
    background-image: url(images/home/line-repeat.png);
    height: 2px;
    margin-top: 6px;
    display: none;
}

.category-page .filtro {
    margin: 10px 0;
    height: 79px;
    background-image: url(images/produtos/filtro_produtos_left.png);
    background-repeat: no-repeat;
    padding-left: 115px;
    width: 603px;
    display: none;
}

.category-page .filtro .middle {
    background-image: url("images/produtos/filtro_produtos_midle.png");
    background-repeat: repeat-x;
    float: left;
    height: 79px;
    width: 596px;
}

.category-page .filtro .right {
    float: right;
    width: 7px;
    height: 79px;
    background-image: url(images/produtos/filtro_produtos_right.png);
    background-repeat: no-repeat;
}


.controles-paginacao {
    position: relative;
    width: 718px;
}

.controles-paginacao .page-size {
    float: left;
}

.controles-paginacao .product-pager {
    position: absolute;
    height: 50px;
    left: 0px;
    right: 0px;
}

.controles-paginacao .product-sorting {
    float: right;
}

.controles-paginacao .product-pager .destaque {
    font-weight: bold;
    color: Green;
}




/* FORMULARIOS */
.listbox fieldset.standard fieldset {
    margin: 5px 0px 5px 0;
}

.listbox fieldset.standard fieldset label.error {
    bottom: 0;
    position: absolute;
    top: 2px;
}

fieldset.standard {
    border: 0 none;
    margin: 0;
    padding: 0;
}

fieldset.standard fieldset {
    border: 0 none;
    display: inline;
    padding: 0;
    margin: 5px 1px 5px 0;
    width: auto;
    position: relative;
    font-family: Tahoma;
}



fieldset.standard fieldset label.emptyMessage {
    color: #536c0a;
    display: block;
    font-size: 12px;
}

.emptyMessage {
}

fieldset.standard fieldset label.error {
    bottom: -1px;
    color: red;
    font-size: xx-small;
    position: absolute;
}

fieldset.standard fieldset INPUT[type="text"], fieldset.standard fieldset INPUT[type="text"], fieldset.standard fieldset INPUT[type="password"], fieldset.standard fieldset INPUT[type="file"], fieldset.standard fieldset textarea, fieldset.standard fieldset .select {
    background-image: none;
    background-color: #FBFBFB;
    border: 1px solid #B0BA7E;
    color: #7C7C7C;
    padding: 6px 12px;
    font-size: 15px;
}

fieldset.standard fieldset .dllselect {
    background-image: none;
    background-color: #FBFBFB;
    border: 1px solid #B0BA7E;
    color: #7C7C7C;
    padding: 7px 12px;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
}

fieldset.standard fieldset INPUT[type="text"].focus, fieldset.standard fieldset INPUT[type="text"].focus, fieldset.standard fieldset INPUT[type="password"].focus, fieldset.standard fieldset INPUT[type="file"].focus, fieldset.standard fieldset textarea.focus, fieldset.standard fieldset .select.focus {
    background-color: #F2F9DA;
    border: 1px solid #85983F;
    color: #3A5216;
}

fieldset.standard fieldset INPUT[type="text"].error, fieldset.standard fieldset INPUT[type="text"].error, fieldset.standard fieldset INPUT[type="password"].error, fieldset.standard fieldset INPUT[type="file"].error, fieldset.standard fieldset textarea.error, fieldset.standard fieldset .select.error {
    background-color: #F9F2DA;
    border: 1px solid #98853F;
    color: #523A16;
}

fieldset.standard fieldset input.textBox, fieldset.standard fieldset textarea {
    height: auto;
    line-height: normal;
    resize: none;
    overflow: auto;
}




fieldset.standard fieldset .box-radio-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
   
    
    flex-direction: column;
    padding: 0px 0;
}

    fieldset.standard fieldset .box-radio-content .box-radio-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0 0;
    }

        fieldset.standard fieldset .box-radio-content .box-radio-select label {
            font-size: 10px;
            margin: 0 10px;
            cursor: pointer;
            font-family: "HelveticaLTStdLight";
            color: #454e19;
            font-weight: 600;
        }

    fieldset.standard fieldset .box-radio-content p {
        font-size: 10px;
        color: #454e19;
        font-weight: 600;
        cursor: pointer;
        font-family: "HelveticaLTStdLight";
        
    }

        fieldset.standard fieldset .box-radio-content p a {
            font-size: 10px;
            cursor: pointer;
            font-family: "HelveticaLTStdLight";
            color: #454e19;
            font-weight: 600;
        }

fieldset.standard  fieldset .box-radio-content .box-radio-select input {
  padding: 0;
  width: 10px;
}

    fieldset.standard fieldset .box-radio-content .box-radio-select input[type="radio"] {
        
        width: 13px;
        height: 13px;
        
       
        background: #fff;
        cursor: pointer;
        position: relative;
        outline: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
    }

fieldset.standard  fieldset .box-radio-content .box-radio-select input[type="radio"]:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-radius: 50%;
 
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

fieldset.standard  fieldset .box-radio-content .box-radio-select input[type="radio"]:checked:before {
  opacity: 1;
 
}

fieldset.standard input[type="submit"], fieldset.standard input[type="reset"], fieldset.standard input[type="button"] {
    background-image: url("images/distribuidora-resinas-termoplasticas_bot-cadastrar-email.png");
    background-position: center 0;
    background-repeat: no-repeat;
    border: 0 none;
    color: white;
    cursor: pointer;
    font-size: 12px;
    height: 34px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.fieldset.standard input[type="submit"], fieldset.standard input[type="reset"], fieldset.standard input[type="button"]:hover {
    background-position: 0 -33px;
}

.formulario fieldset {
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
}



/* NEWSLETTER*/

.block.block-newsletter .listbox {
    padding: 18px;
    padding-top: 0px;
    text-align: left;
}

.block.block-newsletter .listbox input.email, .block.block-newsletter .listbox input.nome {
    color: #666666;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    margin-right: 19px;
    padding: 0 0 0 5px !important;
    vertical-align: middle;
    width: 201px;
}

.block.block-newsletter .listbox input.newsletterbox-subscribebutton {
    background: url("images/distribuidora-resinas-termoplasticas_bot-cadastrar-email.png") no-repeat scroll center top transparent;
    border: 0 none;
    color: white;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    margin-right: 19px;
    width: 209px;
}

.block.block-newsletter .listbox input.newsletterbox-subscribebutton:hover {
    background-position: center center;
}

.block.block-newsletter .listbox input.newsletterbox-subscribebutton:active {
    background-position: center bottom;
}

.block.block-newsletter .listbox label.EmptyMessageInterna, .searchbox label.EmptyMessageInterna {
    bottom: 8px;
    color: #666666;
    cursor: text;
    font-size: 14px;
    font-style: italic;
    left: 6px;
    position: absolute;
    text-align: left;
}


#banner-principal {
    width: 716px;
    height: 382px;
    margin-bottom: 10px;
}

#banner-compre-facilidade {
    margin-bottom: 20px;
}

#miniBannerHome {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_fileti-comofunciona-meio.png");
    background-repeat: repeat-y;
    float: right;
    height: 275px;
    margin-bottom: 15px;
    position: relative;
    width: 715px;
}

.minibannertop {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_fileti-comofunciona-top.png");
    background-repeat: no-repeat;
    background-position: 3px top;
    width: 718px;
    height: 10px;
    position: relative;
    z-index: 5px;
}

#miniBannerHome .minibannerbottom {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_fileti-comofunciona-bottom.png");
    background-repeat: no-repeat;
    background-position: 0px bottom;
    width: 718px;
    height: 10px;
    margin-top: 275px;
    position: absolute;
}

/* Botões*/
#miniBannerHome .controles {
    margin-left: 3px;
    position: relative;
    right: 3px;
    top: 0;
    z-index: 500;
    width: 715px;
    padding: 0px;
}

#miniBannerHome .controles ul {
    display: inline-block;
    position: absolute;
    margin: 0px;
    margin-left: 4px;
    padding: 0px;
}

#miniBannerHome .controles li {
    background-image: url("images/minibannerHome/fileti-comofunciona-normal.png");
    background-position: left top;
    background-repeat: repeat-x;
    cursor: pointer;
    height: 63px;
    width: 139px;
    z-index: 0;
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    float: left;
    margin-right: 2px;
}

#miniBannerHome .controles li:hover {
    background-image: url("images/minibannerHome/fileti-comofunciona-over.png");
    background-repeat: repeat-x;
    background-position: center 0px;
    color: #504F33;
}

/*#miniBannerHome .controles li .selected
{
    background-image: url("images/minibannerHome/fileti-comofunciona-selecionado.png");
    background-repeat: repeat-x;
    background-position: center 0px;
    
    
}*/

#miniBannerHome .controles li .descricao {
    width: 125px;
    height: 30px;
    float: left;
    text-align: center;
    font-size: 11px;
    padding-top: 5px;
    color: #686840;
}

#miniBannerHome .controles li.btn.selected .descricao {
    color: #C6C4A6;
}


#miniBannerHome .controles li .icone1 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-01.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    width: 40px;
    height: 20px;
    margin-top: 5px;
    margin-left: 40px;
    float: left;
}

#miniBannerHome .controles li:hover .icone1, #miniBannerHome .controles li.selected .icone1 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-01.png");
    background-repeat: no-repeat;
    background-position: center -20px;
}

#miniBannerHome .controles li .icone2 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-02.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    width: 40px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-left: 35px;
}

#miniBannerHome .controles li:hover .icone2, #miniBannerHome .controles li.selected .icone2 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-02.png");
    background-repeat: no-repeat;
    background-position: center -20px;
}

#miniBannerHome .controles li .icone3 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-03.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    width: 40px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-left: 50px;
}

#miniBannerHome .controles li:hover .icone3, #miniBannerHome .controles li.selected .icone3 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-03.png");
    background-repeat: no-repeat;
    background-position: center -20px;
}

#miniBannerHome .controles li .icone4 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-04.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    width: 40px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-left: 50px;
}

#miniBannerHome .controles li:hover .icone4, #miniBannerHome .controles li.selected .icone4 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-04.png");
    background-repeat: no-repeat;
    background-position: center -20px;
}

#miniBannerHome .controles li .icone5 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-05.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    width: 40px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-left: 50px;
}

#miniBannerHome .controles li:hover .icone5, #miniBannerHome .controles li.selected .icone5 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-05.png");
    background-repeat: no-repeat;
    background-position: center -20px;
}

#miniBannerHome .controles li .icone6 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-06.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    width: 40px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-left: 50px;
}

#miniBannerHome .controles li:hover .icone6, #miniBannerHome .controles li.selected .icone6 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-06.png");
    background-repeat: no-repeat;
    background-position: center -20px;
}

#miniBannerHome .controles .left {
    background-image: url("images/minibannerHome/fileti-comofunciona-normal-left.png");
    background-repeat: no-repeat;
    width: 9px;
    height: 63px;
    left: 0px;
    float: left;
}

#miniBannerHome .controles li:hover .left {
    background-image: url("images/minibannerHome/fileti-comofunciona-over-left.png");
    background-repeat: no-repeat;
    background-position: center 0px;
}

#miniBannerHome .controles li:hover .right {
    background-image: url("images/minibannerHome/fileti-comofunciona-over-right.png");
    background-repeat: no-repeat;
    background-position: center 0px;
}

#miniBannerHome .controles .right {
    background-image: url("images/minibannerHome/fileti-comofunciona-normal-right.png");
    background-repeat: no-repeat;
    width: 9px;
    height: 63px;
    left: 690px;
    float: right;
    top: 0px;
}

#miniBannerHome .controles li .btn:hover {
    background-image: url("images/minibannerHome/ffileti-comofunciona-over.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    color: #504F33;
}



#miniBannerHome .controles .btn.selected {
    background-image: url("images/minibannerHome/fileti-comofunciona-selecionado.png");
    background-repeat: repeat-x;
    color: #FFF;
}

#miniBannerHome .controles li.btn.selected .left {
    background-image: url("images/minibannerHome/fileti-comofunciona-selecionado-left.png");
    background-repeat: repeat-x;
}

#miniBannerHome .controles li.btn.selected .right {
    background-image: url("images/minibannerHome/fileti-comofunciona-selecionado-right.png");
    background-repeat: repeat-x;
}

#miniBannerHome .miniBannerHome_wrapper {
    height: 184px;
    position: absolute;
    width: 10000px;
}


#miniBannerHome .banners {
    height: 200px;
    overflow: hidden;
    position: absolute;
    width: 715px;
    margin-left: 1px;
    margin-top: 64px;
}

#miniBannerHome .banner {
    height: 184px;
    position: absolute;
    top: 0;
    width: 715px;
    overflow: hidden;
}

#miniBannerHome .banner .conteudo-wrapper {
    background-position: 2px 3px;
    background-repeat: no-repeat;
    height: 184px;
    margin: 0;
    width: 715px;
    z-index: 1;
}

#miniBannerHome .banner .conteudo-wrapper .conteudo {
    bottom: 0;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 0px;
    color: #686840;
}

#miniBannerHome .banner .conteudo-wrapper .conteudo .image1 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-01-GD.png");
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    float: left;
    margin-top: 30px;
    margin-left: 0px;
}

#miniBannerHome .banner .conteudo-wrapper .conteudo .image2 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-02-GD.png");
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    float: left;
    margin-top: 30px;
    margin-left: 0px;
}

#miniBannerHome .banner .conteudo-wrapper .conteudo .image3 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-03-GD.png");
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    float: left;
    margin-top: 30px;
    margin-left: 0px;
}

#miniBannerHome .banner .conteudo-wrapper .conteudo .image4 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-04-GD.png");
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    float: left;
    margin-top: 30px;
    margin-left: 0px;
}

#miniBannerHome .banner .conteudo-wrapper .conteudo .image5 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-05-GD.png");
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    float: left;
    margin-top: 30px;
    margin-left: 0px;
}

#miniBannerHome .banner .conteudo-wrapper .conteudo .image6 {
    background-image: url("images/minibannerHome/distribuidora-resinas-termoplasticas_icone-comofunciona-06-GD.png");
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    float: left;
    margin-top: 30px;
    margin-left: 0px;
}

#miniBannerHome .banner .conteudo-wrapper .conteudo .title {
    font-size: 16px;
    font-weight: bold;
    top: 50px;
    left: 0px;
    color: #686840;
    width: 200px;
    position: absolute;
    margin-left: 180px;
}

#miniBannerHome .banner .conteudo-wrapper .conteudo .texto {
    position: absolute;
    width: 490px;
    left: 0px;
    margin-left: 180px;
    margin-top: 80px;
    font-size: 13px;
    color: #686840;
    line-height: 17px;
}

#miniBanner1 .conteudo-wrapper {
    /*background-image: url(images/home/Piramidal-ECommerce_slice_27.png);     background-position: left center;     background-repeat: no-repeat;*/
}

#miniBanner2 .conteudo-wrapper {
    /* background-image: url(images/home/Piramidal-ECommerce_slice_27.png);     background-position: left center;     background-repeat: no-repeat;*/
}

#miniBanner3 .conteudo-wrapper {
    /* background-image: url(images/home/Piramidal-ECommerce_slice_27.png);     background-position: left center;     background-repeat: no-repeat;*/
}

#miniBanner4 .conteudo-wrapper {
}

#miniBanner5 .conteudo-wrapper {
}

#miniBanner6 .conteudo-wrapper {
}
/*#miniBanner7 .conteudo-wrapper {
   background-image: url(images/home/Piramidal-ECommerce_slice_27.png);
    background-position: left center;
    background-repeat: no-repeat;
}*/
.botTitulo {
    padding: 4px 0 3px 5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #7BB664;
    height: 30px;
}

.botTitulo h2 {
    margin: 0;
    padding: 5px 0 5px 5px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #454E19;
    font-size: 14px;
    width: 600px;
    float: left;
    padding-top: 6px;
}

.botMais {
    float: left;
    width: 30px;
    background-color: #106C3D;
    color: White;
    text-align: center;
    font-size: 15px;
    padding: 5px 2px;
    cursor: pointer;
}

.resposta {
    width: 570px;
    padding: 0 30px 0 8px;
    margin: 0px;
}

.resposta p {
    margin: 10px 0px;
}

.botTitulo.selected {
    background-color: #D0D5CC;
}

.btnEnviarAmigo {
    color: #7BB664;
    padding: 5px;
    display: block;
}


.perguntas_frequentes {
    color: #686840;
    padding-left: 20px;
}

.piramidal_button {
    background-position: center 0px;
    background-repeat: no-repeat;
    background-image: url('images/distribuidora-resinas-termoplasticas_bot-site-Piramidal.png');
    border: 0 none;
    color: white;
    font-size: 12px;
    padding-left: 30px;
    width: 200px;
    height: 43px;
    padding-top: 10px;
    line-height: normal;
    cursor: pointer;
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    color: #B5B88F;
    margin-bottom: 10px;
    margin-top: 60px;
}

.piramidal_button:hover {
    color: #B5B88F;
    background-position: center -53px;
}

.btnEnviar2 {
    border-style: none;
    cursor: pointer; /*padding: 5px;*/
    background-image: url("images/distribuidora-resinas-termoplasticas_bot-cadastrar-email.png");
    background-repeat: no-repeat;
    width: 209px;
    height: 33px;
    color: White;
}

.result {
    color: #686840;
}

.area-cobertura ul {
    float: left;
    width: 200px;
    margin-right: 26px;
}

.area-cobertura ul li {
    list-style: none;
    height: 25px;
    background-color: #EBEBE0;
    margin-bottom: 3px;
    line-height: 25px;
    padding-left: 10px;
    border-left: solid 3px #7C7A51;
}

.payatention {
    background: #DBDDD2;
    height: 14px;
    border: 1px solid #BDBB99;
    padding: 5px;
    margin-bottom: 10px;
}

.payatention p {
    font-size: 11px;
    line-height: 14px;
    color: #686840;
    margin: 0;
    padding: 0;
}

.avisos {
    float: left;
    width: 310px;
}

.avisos .NumericTextBoxError {
    width: 230px;
    padding-top: 3px;
}

.payalert {
    background: #FFE58A;
    height: 14px;
    border: 1px solid #C4B647;
    padding: 5px;
    margin-bottom: 10px;
}

.payalert p {
    line-height: 14px;
    color: #7F7245;
    margin: 0;
    padding: 0;
}

.form-consumidor {
    width: 500px;
}

.form-consumidor fieldset {
    background: none !important;
}

.form-consumidor fieldset label.emptyMessage {
    text-align: left;
    display: block !important;
    width: 100%;
    padding: 0;
}

.form-consumidor fieldset label {
    text-align: left;
    padding: 0;
    color: #536C0A;
    font-size: 12px;
}

.form-consumidor fieldset input {
    margin: 0 !important;
}

    .form-consumidor fieldset input[type="radio"] {
        margin: 0px 10px 3px 10px !important;
    }

.form-consumidor legend {
    text-transform: uppercase;
    font: normal 16px arial !important;
    color: #454E19;
    margin: 25px 0 10px 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

.form-consumidor .divide-form {
    float: left;
}

.form-consumidor select {
    background-color: #FBFBFB;
    background-image: none;
    border: 1px solid #B0BA7E;
    color: #7C7C7C;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 12px;
}

#ctl00_ctl00_cph1_cph1_ctrlCustomerRegister_CreateUserForm_CreateUserStepContainer_dtDateOfBirth_lstDays,
#ctl00_ctl00_cph1_cph1_ctrlCustomerRegister_CreateUserForm_CreateUserStepContainer_dtDateOfBirth_lstMonths {
    margin-right: 10px;
}

.customer-addresses, .order-overview, .order-details-box, .section-title, .info table {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #686840;
}

#ctl00_ctl00_cph1_cph1_ctrlOrderDetails_gvOrderProductVariants {
    border: 1px dotted #686840 !important;
    color: #686840;
}

.new-client {
    display: block;
    width: 100%;
    min-height: 1795px;
    margin-top: -15px;
    position: relative;
    background: #bcc6a3 url(images/lp-resinas-bg.jpg) repeat-x center 808px;
}

.new-client .video-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 808px;
    overflow: hidden;
    z-index: 1;
}

.new-client .video-grid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(images/video-lp-overlay.png);
}

.new-client .video-grid video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 122%;
    min-height: 122%;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.new-client .content {
    display: block;
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.new-client .content .header {
    display: block;
    width: 100%;
    height: auto;
    padding: 32px 0 0 0;
}

.new-client .content .header .title {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font: 700 20px 'Raleway' !important;
    color: #FFF !important;
    text-transform: none !important;
}

.new-client .content .header .subtitle {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font: 87px/95px 'DINCodBold' !important;
    color: #FFF !important;
    text-transform: uppercase !important;
}

.new-client .content .header p {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font: italic 20px 'Raleway';
    color: #97c50b;
}

.new-client .content .header p strong {
    font-weight: 700;
}

.new-client .content .slide {
    display: block;
    margin: 115px auto 0 auto;
    width: 936px;
    height: 181px;
    border: 1px solid #FFF;
    background: rgba(92, 105, 69, .2);
    border-radius: 15px;
    position: relative;
}

/*.new-client .content .slide:after {
    content: "";
    display: block;
    width: 146px;
    height: 126px;
    background: url(images/selo-etica-big.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -85px;
}*/

.new-client .content .slide ul.buttons {
    position: absolute;
    top: -80px;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.new-client .content .slide ul.buttons li {
    width: 267px;
    height: 92px;
    background: #FFF;
    margin: 0 1px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.new-client .content .slide ul.buttons li:hover {
    background: #E8E6D2;
}

.new-client .content .slide ul.buttons li.active {
    background: #70A722;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#70A722), to(#609c0c));
    background: -webkit-linear-gradient(#70A722, #609c0c);
    background: -moz-linear-gradient(#70A722, #609c0c);
    background: -ms-linear-gradient(#70A722, #609c0c);
    background: -o-linear-gradient(#70A722, #609c0c);
    background: linear-gradient(#70A722, #609c0c);
}

.new-client .content .slide ul.buttons li.active:before {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: #609c0c url(images/lp-resinas-slide-button.png) no-repeat center 13px;
    border-radius: 50%;
}

.new-client .content .slide ul.buttons li span {
    text-align: center;
    font: 23px 'Raleway';
    color: #5c9e00;
    text-transform: uppercase;
}

.new-client .content .slide ul.buttons li.active span {
    color: #FFF;
}

.new-client .content .slide ul.buttons li span small {
    font-size: 15px;
    color: #363a32;
}

.new-client .content .slide .grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new-client .content .slide .grid .walk {
    position: absolute;
    top: 0;
    left: 0;
    width: 999999px;
    height: 100%;
}

.new-client .content .slide .grid .walk .item {
    display: flex;
    float: left;
    width: 936px;
    height: 181px;
    align-items: center;
    justify-content: center;
}

.new-client .content .slide .grid .walk .item p {
    font: 700 18px/40px 'Raleway';
    color: #FFF;
    padding: 0;
    margin: 0;
}

.new-client .content .customer {
    display: block;
    padding-top: 45px;
    margin: 0 auto;
    width: 940px;
}

.new-client .content .customer ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.new-client .content .customer ul li {
    width: 416px;
    height: 193px;
    border-radius: 28px;
    background: #67a116;
    position: relative;
    cursor: pointer;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.new-client .content .customer ul li:hover {
    background: #4A7D04;
}

.new-client .content .customer ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #51554B;
    -webkit-border-bottom-right-radius: 28px;
    -webkit-border-bottom-left-radius: 28px;
    -moz-border-radius-bottomright: 28px;
    -moz-border-radius-bottomleft: 28px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#51554B), to(#3f4830));
    background: -webkit-linear-gradient(#51554B, #3f4830);
    background: -moz-linear-gradient(#51554B, #3f4830);
    background: -ms-linear-gradient(#51554B, #3f4830);
    background: -o-linear-gradient(#51554B, #3f4830);
    background: linear-gradient(#51554B, #3f4830);
}

.new-client .content .customer ul li a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.new-client .content .customer ul li a .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    font: 51px/96px 'DINCodBold';
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}

.new-client .content .customer ul li a .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-client .content .customer ul li a .description .text {
    font: 21px 'Raleway';
    color: #FFF;
    text-align: center;
}

    .new-client .content .customer ul li .form {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        margin-top: 5px;
        width: 940px;
        background: #67a116;
        border-radius: 28px;
        box-sizing: border-box;
        padding: 22px 20px;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
        font-size: 0;
        cursor: initial;
    }

.new-client .content .customer ul li .form:before {
    position: absolute;
    content: "";
    top: -11px;
    right: 192px;
    width: 32px;
    height: 32px;
    background: #67a116 url(images/lp-resinas-slide-button.png) no-repeat center 13px;
    border-radius: 50%;
}

        .new-client .content .customer ul li .form input[type='text'],
        .new-client .content .customer ul li .form .select-cadastro-home {
            display: inline-block;
            vertical-align: middle;
            /*width: 208px;*/
            width: calc(33.3% - 20px) ;
            margin: 3px 0;
            height: 45px;
            border: none;
            background: #FFF;
            padding: 0 10px;
            box-sizing: border-box;
            border-radius: 10px;
            margin-right: 5px;
            outline: none;
            font-size: 13px;
        }

.new-client .content .customer ul li .form input[type='submit'] {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #325408 url(images/lp-resinas-slide-button.png) center no-repeat;
    text-indent: -999999px;
    transform: rotate(-90deg);
    cursor: pointer;
}

.new-client .content .customer ul li .form input[type='submit']:hover {
    background: #51554B url(images/lp-resinas-slide-button.png) center no-repeat;
}

.new-client .content .customer ul li .form {

}

    .new-client .content .customer ul li .form .box-radio-content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0 ;
    }

        .new-client .content .customer ul li .form .box-radio-content h4 {
            font-size: 13px;
            color: #fff;
            padding: 0 15px 0 10px;
            font-family: Tahoma, sans-serif;
        }

        .new-client .content .customer ul li .form .box-radio-content p {
            font-size: 13px;
            color: #fff;
            position: absolute;
            bottom: 0;
        }

    .new-client .content .customer ul li .form .box-radio-content p a {
        text-decoration: none;
        font-size: 13px;
        color: #fff;
        transition: .2s;
        width: 0;
        height: 0;
        position: relative;
    }

        .new-client .content .customer ul li .form .box-radio-content p a:hover {
            text-decoration: none;
            font-size: 13px;
            color: #325408;
            transition: .2s;
           
        }

.new-client .content .customer ul li .form  .box-radio-content .box-radio-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

    .new-client .content .customer ul li .form .box-radio-content .box-radio-select label {
        font-size: 12px;
        margin: 0 10px;
        cursor: pointer;
        color: #fff;
    }

.new-client .content .customer ul li .form  .box-radio-content .box-radio-select input {
  padding: 0;
  width: 10px;
}

.new-client .content .customer ul li .form  .box-radio-content .box-radio-select input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
 
  background: #fff;
  cursor: pointer;
  position: relative;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

    .new-client .content .customer ul li .form .box-radio-content .box-radio-select input[type="radio"]:before {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        border-radius: 50%;
        background: #67a116;
        opacity: 0;
        -webkit-transition: .2s;
        transition: .2s;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.new-client .content .customer ul li .form  .box-radio-content .box-radio-select input[type="radio"]:checked:before {
  opacity: 1;
  width: 7px;
  height: 7px;
}

.new-client .content .customer .advantages {
    position: relative;
    z-index: 1;
    padding: 20px 0 0 0;
    margin: 0;
    text-align: center;
    position: relative;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.new-client .content .customer .advantages.fade {
    opacity: 0;
}

.new-client .content .customer .advantages .title {
    font: 30px 'DINCodBold';
    color: #FFF;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.new-client .content .customer .advantages p {
    font: 500 20px 'Raleway';
    color: #FFF;
    padding: 10px 0 0 0;
    margin: 0;
}

.new-client .content .features {
    display: block;
    font-size: 0;
    padding-top: 40px;
}

.new-client .content .features .item {
    padding: 25px 35px;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.new-client .content .features .item .title {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font: 900 24px 'Raleway';
    color: #68a217;
    text-transform: uppercase;
}


.new-client .content .features .item p {
    padding: 0;
    margin: 0;
    font: 600 20px 'Raleway';
    color: #2d2d2c;
}

.new-client .brands {
    width: 100%;
    height: 330px;
    background: #FFF;
    margin-top: 48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-client .brands .title {
    position: absolute;
    width: 267px;
    height: 92px;
    border-radius: 13px;
    background: #eef3e6;
    left: 50%;
    top: -46px;
    margin-left: -133.5px;
    font: 900 23px/92px 'Raleway';
    text-align: center;
    text-transform: uppercase;
    color: #2d2d2c;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.new-client .brands .grid {
    width: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.new-client .brands .grid .left-col {
    border-right: 1px solid #50524f;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-client .brands .grid .left-col a {
    margin: 25px 15px;
}

.new-client .brands .grid .right-col {
    padding-left: 15px;
}

.new-client .brands .grid .right-col .row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.new-client .brands .grid .right-col .row a {
    margin: 15px;
}
