body {
    width: 100%
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: Verdana, Arial;
    font-size: 12px;
    min-width: 995px;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a img {
    border: 0;
}

table {
    font-size: 12px;
}

label {
    cursor: pointer;
    vertical-align: text-bottom;
}

.whitelink,.menu_rapido a,.menu-superior-1 a,.menu-inferior a {
    color: #ffffff;
    text-decoration: none;
}

.categories {
    font-size: 14px;
    text-decoration: none;
}

.blacklink {
    color: #000000;
    text-decoration: none;
}

.boxblacklink {
    color: #C4161C;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.blacklinkwithrollover {
    color: #000000;
    text-decoration: none;
}

.bluelink {
    color: #0000FF;
    text-decoration: none;
}

.orangelink {
    color: #ffffcc;
    text-decoration: none;
    font-weight: bold;
    padding: 1px;
}

a:hover {
    color: #C4161C;
    text-decoration: underline;
}

a.blacklink:hover {
    color: #000000;
    text-decoration: underline;
}

a.blacklinkwithrollover:hover {
    color: #0000FF;
    text-decoration: underline;
}

a.bluelink:hover {
    color: #0000FF;
    background-color: #FFFF33;
    text-decoration: underline;
}

a.whitelink:hover,.menu_rapido a:hover,.menu-superior-1 a:hover,.menu-inferior a:hover
{
    color: #ffffff;
    text-decoration: none;
}

a.orangelink:hover {
    color: #ffffcc;
    text-decoration: underline;
}

.boxborder {
    border-color: #C4161C;
    border-style: solid;
    border-width: 0;
}

.obrigatorio {
    color: #FF0000;
}

.texto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    text-decoration: underline;
}

.top {
    position: relative;
    margin-bottom: 3px;
    min-width: 995px;
    width: expression(document.body.clientWidth <     995 ?     "995px" :    
        "auto");
}

p {
    text-align: justify;
    text-indent: 25px;
    font-family: Verdana, Arial;
    font-size: 12px;
    margin: 2px;
}

ul,ol {
    font-family: Verdana, Arial;
    font-size: 12px;
}

dl {
    font-family: Verdana, Arial;
    font-size: 12px;
}

dt {
    font-weight: bold;
    padding-top: 10px;
}

dt img {
    vertical-align: middle;
    margin: 0px 15px;
}

dd {
    text-align: justify;
}

h3 {
    font-size: 14px;
}

/*
.superbanner {
    text-align: center;
    heigth: 100px;
    width: 100%;
}
*/
.header {
    font-size: 11px;
    font-family: Verdana, Arial;
    padding: 2px 5px;
}

.header_naveg {
    clear: right;
}

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

#superbanner {
    text-align: center;
}

/*
#superbanner_content {
    text-align: center;
    z-index: 50;
    position: absolute;
    width: 100%;
}
*/
.promo_validity {
    text-align: center;
    color: #B0251D;
    font-size: 0.8em;
    font-weight: bold;
}

.promo_validity img {
    vertical-align: middle;
}

/*
#superbanner .promo_validity {
    position: relative;
    clear: both;
}
*/
.tlcorner {
    /* background: transparent url("../images/tl.gif") no-repeat left top; */
    display: block;
}

.trcorner {
    /* background: transparent url("../images/tr.gif") no-repeat right top; */
    padding: 3px 2px;
    display: block;
}

/* Hides from IE5-mac \*/
* html .trcorner {
    height: 1%;
}

/* End hide from IE5-mac */ 
.blcorner {
    background: url("/bebida/images/bl.gif") no-repeat left bottom;
}

.brcorner {
    background: url("/bebida/images/br.gif") no-repeat right bottom;
}

div.box {
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Arial;
    font-size: 12px;
}

div.box ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.categorias {
    border-width: 0px 1px 1px 1px; 
    border-color: #C0C0C0; 
    border-style: solid; 
    padding: 0px; 
    margin: 0px;
}
.categorias ul {
    width: 131px;
}
.categorias ul li {
    font-size: 13px;
/*    font-weight: bold;*/
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
    background-color: #FFFFFF;
}
.categorias h2 {
    font-size: 13px;
    width: 131px;
}
li.categoria-nivel2 ul {
    display: none;
    position: absolute;
    top: 0;
    left: 123px;
    width: 131px;
    z-index: 100;
    border-width: 1px 0;
    border-style: solid;
    border-color: #C0C0C0;
}
li.categoria-nivel2 ul li {
    border-width: 0 1px;
    border-style: solid;
    border-color: #C0C0C0;
    width: 131px;
}
li.categoria-nivel2 ul li:first-child {
    border-left-color: #FFFFFF;
}

.categorias ul li.categoria-nivel2 ul {
    padding: 0;
}
li.categoria-nivel2:hover ul {
    display: block;
}
.categorias li h2 {
    font-size: 13px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;    
}

.categorias ul li a {
    display: block;
    padding: 1px 2px 1px 10px;
    width: 120px;
}
.categorias ul li a:hover {
    width: 120px;
}
li.categoria-nivel2 h2 {
    padding-left: 10px;
    border-width: 1px 0 2px 0;
    border-style: solid;
    border-color: #FFFFFF;
    z-index: 99;
    background: #FFFFFF url('/bebida/images/seta_categoria.png') no-repeat 123px;
    width: 121px;
}
li.categoria-nivel2 h2:hover,
li.categoria-nivel2 h2.categoria-hovered {
    border-color: #C0C0C0;
    cursor: pointer;
}
.categorias ul li a:hover {
    text-decoration: none;
    color: #000;
    background-color: #FF9A95;
}

.categorias h2 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #B0251D;
}
#categoria-detalhe li {
    background-color: #F2F2F2;
}
.maladireta {
    background: #B0251D;
    text-align: center;
    font-weight: bold;
}

.maladireta a {
    display: block;
    padding: 5px 2px;
}

.boxheading {
    background-color: #B0251D;
    font-weight: bold;
    text-align: center;
    color: white;
}

.boxbody {
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 0 1px 1px 1px;
    padding: 2px;
    text-align: center;
}

.boxbody-shopping-cart {
    border: 1px solid #C0C0C0;
    border-top: 0;
    padding: 0;
}

p.boxconheca {
    margin: 0px;
    text-indent: 0;
    padding: 4px;
    border-bottom: 1px solid #FFEDCF;
    font-size: 10px;
}

.footer {
    clear: both;
    padding-top: 3px;
    min-width: 995px;
}

@media screen {
    .imp {
        display: none;
        visibility: hidden
    }
}

@media print {
    .tela {
        display: none;
        visibility: hidden
    }
}

.campo {
    margin-bottom: 5px;
    margin-left: 5px;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding-top: 2px;
}

.rotulo {
    margin-bottom: 5px;
    font-family: Verdana, Arial;
    /*    font-size: 11px; */
    width: 150px;
    float: left;
    text-align: right;
    padding-top: 2px;
    padding-right: 5px;
    font-weight: bold;
}

.botao {
    margin-left: 150px;
    border: 0;
}

.erro,.info {
    color: red;
    font-family: Verdana, Arial;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

fieldset {
    border: 0px;
    font-family: Verdana, Arial;
    font-size: 12px;
}

legend {
    font-weight: bold;
    font-style: italic;
}

form {
    margin: 0;
}

input[type="image"] {
    vertical-align: top;
}

form br { /*   clear: both; */

}

h1.vitrine {
    text-align: left;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: black;
    padding-left: 5px;
    border-bottom: 2px #B0251D solid;
}

h1.lista_produtos {
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 13px;
    color: #B0251D;
    border: 0;
}

.btn_add {
    text-align: center;
    padding: 5px;
}

div.entrega h2 {
    font-family: Verdana, Arial;
    font-size: 12px;
    background-color: #DFDFDF;
    text-align: center;
    color: #B0251D;
    padding: 5px;
    margin: 0 15%;
}

div.entrega a {
    color: #B0251D;
}

.package {
    font-family: Verdana, Arial;
    font-size: 10px;
    text-align: center;
    margin: 2px;
}

.package p {
    margin: 2px;
}

.package p.price {
    font-weight: bold;
}

.package p.special {
    color: red;
}

.receitas {
    font-family: Verdana, Arial;
    font-size: 12px;
    list-style: none;
    width: 500px;
    margin-left: 0px;
    padding-left: 0px;
}

.receitas li {
    line-height: 15px;
}

.receitas li.coluna1 {
    border-right: 1px solid #b0251d;
    width: 240px;
}

.receitas li.coluna2 {
    margin-left: 250px;
}

.titulo {
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 15px;
    color: #B0251D;
    border: 0;
}

.titulo1 {
    color: #FFFFCC;
    font-size: 12px;
    font-family: Verdana, Arial;
    text-align: center;
    background-color: #B0251D;
    padding: 5px;
    margin: 0px 0px 5px 0px;
}

h6.titulo1 {
    margin-top: 10px;
}

.header_navigation_bar {
    background-color: #ffffcc;
    border: 1px solid #C0C0C0;
    border-bottom: 0px;
    padding: 2px;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #b0251d;
}

.header_navigation_bar1 {
    background-color: #C0C0C0;
    border-left: 1px solid #FFFFCC;
    padding: 2px;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 10px;
}

.bottom_left {
    background-color: #B0251D;
    vertical-align: bottom;
    width: 10px;
}

.bottom_right {
    background-color: #C0C0C0;
    vertical-align: bottom;
    width: 10px;
}

.clsNode {
    font-size: 11px;
    font-family: Verdana, Arial;
    display: block;
    width: 100%;
}

.clsSelectedNode {
    font-size: 11px;
    font-family: Verdana, Arial;
    font-weight: bold;
    color: red;
}

.clsNode:hover,.clsSelectedNode:hover {
    display: block;
    text-decoration: none;
    color: #000;
    /*    background-color: #ebd3a3; */
    background-color: #FF9A95;
}

.clsftNode {
    border-bottom: 1px solid red;
}

#menu_glossario {
    position: relative;
    width: 100%;
    font-size: 11px;
    font-family: Tahoma, Arial;
    line-height: normal;
    background: url("../images/fundo-glossario.gif") repeat-x bottom;
}

#menu_glossario ul {
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
    height: 22px !important;
    height: 19px;
}

#menu_glossario li {
    display: inline;
    margin: 0;
    padding: 0;
}

#menu_glossario a {
    float: left;
    background: url("../images/left_both.gif") no-repeat left top;
    margin: 0;
    padding: 0px 0px 0px 4px;
    border-bottom: 1px solid #765;
    text-decoration: none;
}

#menu_glossario a span {
    float: left;
    display: block;
    background: url("../images/right_both.gif") no-repeat right top;
    padding: 3px 4px 2px 0px;
    font-weight: bold;
    color: #765;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu_glossario a span {
    float: none;
}

/* End IE5-Mac hack */
#menu_glossario a:hover span {
    color: #333;
}

#menu_glossario #current a {
    background-position: 0 -100px;
    border-width: 0;
}

#menu_glossario #current a span {
    background-position: 100% -100px;
    padding-bottom: 3px;
    color: #333;
}

#menu_glossario a:hover {
    background-position: 0% -100px;
    cursor: pointer;
}

#menu_glossario a:hover span {
    background-position: 100% -100px;
    cursor: pointer;
}

#lista_glossario {
    position: relative;
    margin: 0;
    font-size: 13px;
    font-family: Tahoma, Arial;
    line-height: normal;
    border: 1px solid #765;
    border-top: 0;
    padding-top: 5px;
}

#lista_glossario ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px 0px 5px 5px;
    padding-left: 5px;
}

ul.glossario_bottom {
    display: inline;
}

ul.glossario_bottom li {
    float: left;
}

ul.glossario_bottom li.current a {
    font-weight: bold;
    color: #B0251D;
}

ul.glossario_bottom li a {
    padding: 0px 4px;
}

ul.glossario_bottom li a:hover {
    text-decoration: none;
    color: black;
    background-color: #C0C0C0;
}

table.box-shopping-cart {
    font-size: 9px;
    border-collapse: collapse;
}

table.box-shopping-cart td {
    border-bottom: 1px solid #C0C0C0;
}

table.box-shopping-cart td.price {
    text-align: right;
    vertical-align: bottom;
}

div.naveg_buttons {
    text-align: right;
    font-size: 12px;
    font-family: Verdana, Arial;
    padding: 5px;
    margin-top: 10px;
    border-top: 1px solid #B0251D;
    clear: both;
}

div.naveg_buttons img,div.naveg_buttons .botao {
    padding: 5px;
    margin: 5px;
    border: 0;
}

div.naveg {
    text-align: right;
    font-size: 11px;
    font-family: Verdana, Arial;
    margin: 5px;
}

ul.naveg {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.naveg li {
    display: inline;
}

ul.naveg li.current {
    padding: 0px 5px;
    font-weight: bold;
    color: #B0251D;
}

ul.naveg li a {
    padding: 0px 5px;
}

ul.naveg li a:hover {
    text-decoration: none;
    color: black;
    background-color: #C0C0C0;
}

ul.naveg li img {
    vertical-align: middle;
}

.negrito {
    font-weight: bold;
}

hr.red {
    border: 1px solid #B0251D;
    border-collapse: collapse;
}

.required {
    color: red;
    font-family: Verdana, Arial;
    font-size: 13px;
    padding: 10px 10px 10px 150px;
}

/*   Estilo do Menu   */
/*   Início do estilo para o menu de categorias   */
.menu_logo {
    float: left;
    width: 240px;
}
#fornecedores-parceiros {
    text-align: center;
    margin: 0 155px 0 245px;
}
#fornecedores-parceiros h3 {
    float: left;
    font-size: 1.2em;
    margin: 40px 0 0 0;
}
#fornecedores {
    margin: 0 auto;
    overflow: hidden;
    height: 95px;
    vertical-align: middle;
    text-align: center;
}
#fornecedores ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
#fornecedores li {
    float: left;
    text-align: center;
    height: 95px;
}
#fornecedores a {
    display: block;
    height: 100%;
    width: 100px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
#fornecedores .moet-personalizada {
    background-image: url("/bebida/images/header/botao-moet-personalizada.jpg");
}
#fornecedores .chandon {
    background-image: url("/bebida/images/header/botao-chandon.jpg");
}
#fornecedores .bauducco {
    background-image: url("/bebida/images/header/botao-bauducco.jpg");
}
#fornecedores .bluelabel {
    background-image: url("/bebida/images/header/bluelabelengraved.jpg");
}
#fornecedores .nestle {
    background-image: url("/bebida/images/header/botao-nestle.jpg");
}
#fornecedores .therezopolis {
    background-image: url("/bebida/images/header/botao-therezopolis.jpg");
}
#fornecedores .strauss {
    background-image: url("/bebida/images/header/botao-strauss.jpg");
}
#fornecedores .pernod {
    background-image: url("/bebida/images/header/botao-pernod.jpg");
}
#fornecedores .occhio-nero {
    background-image: url("/bebida/images/header/botao-occhionero.jpg");
}
#fornecedores .petropolis {
    background-image: url("/bebida/images/header/botao-petropolis.jpg");
}
.header_info {
    text-align: center;
    vertical-align: middle;
    float: right;
    width: 150px;
}
.header_info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header_info ul li {
    font-weight: bold;
}
.header_info span {
    font-weight: normal;
    font-size: 10px;
}
.menu_superior {
    border-top: 2px solid #d1d3d4;
    margin: 5px 0 0 0;
    padding: 5px;
    text-align: center;
    clear: both;
    font-size: 11px;
    font-family: arial;
}

.menu_superior img {
    vertical-align: middle;
    margin-right: 2px;
    border: 0;
}

.menu_superior a {
    cursor: pointer;
    margin-left: 5px;
    white-space: nowrap;
}

.menu-inferior ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
}

.menu-inferior {
    float: left;
}

.menu-inferior img {
    vertical-align: text-bottom;
    margin: 2px 5px 0 0;
}

.menu-inferior ul {
    margin: 0 10px 25px 0;
}

.menu-inferior .brcorner {
    padding: 0 0 5px 0;
}

.menu-inferior .blcorner,.menu-inferior .brcorner {
    display: block;
    width: 140px;
}

.menu-inferior ul li {
    float: left;
    background: transparent
        url("/bebida/images/header/fundo-linha-horizontal.jpg") left
        repeat-y;
    text-align: center;
}

/*   Estilo do menu rápido   */
.menu_rapido {
    clear: both;
    width: 100%;
    height: 29px;
    min-width: 995px;
    background: #DD5851 url(../images/header/fundo-linha.jpg) repeat-x top;
}

.menu_rapido ul { /*    display: inline-table; */
                  margin: 0;
                  padding: 0;
    width: 100%;
                  list-style-type: none;
                  clear: both;
                  white-space: nowrap;
}

.menu_rapido ul li a {
    width: 100%;
    display: block;
    height: 16px;
    padding: 4px 0;
}

.menu_rapido ul li {
/*    display: table-cell;*/
    float: left;
    position: relative;
    border-right: 1px solid gray; /* #B0251D; */
    color: #FFF;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 11px;
    background: transparent url(../images/header/fundo-linha.jpg) repeat-x top;
/*    background: #DD5851 url(../images/header/fundo-linha.jpg) repeat-x top;*/
/*    width: 8% !important;*/
    width: 8%;
    height: 23px;
}
.menu_rapido li:hover ul {
    display: block;
}
.menu_rapido .submenu {
    display: none;
}
.menu_rapido .submenu li {
    width: 100%;
    z-index: 100;
}
.menu_rapido .vinhos li {
    width: 220%;
}

#busca {
    width: 345px !important;
    width: 355px;
    padding: 0;
    height: 29px !important;
    height: 28px;
}

#busca input {
    border: 0;
    font-size: 14px;
}

#busca #keywords {
    width: 240px !important;
    width: 260px;
    text-transform: uppercase;
}

#quick_find {
    margin-top: 5px !important;
    margin-top: 3px;
}

.aprovacao {
    padding: 10px 0;
    text-align: center;
    text-indent: 0;
}

.avisos {
    font-family: Verdana, Arial;
    font-size: 14px;
    margin: 5px;
    padding: 5px;
}

.avisos p {
    font-size: 14px;
}

.avisos strong {
    font-weight: bold;
    color: #B0251D;
}

.avisos div {
    color: #B0251D;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
}

.cheque {
    color: #B0251D;
    font-weight: bold;
    text-align: center;
}

a#correios {
    font-size: .75em;
}

.flashmovie {
    height: 100px;
    overflow: hidden;
    position: absolute;
}

div.blcorner a.whitelink {
    display: block;
    font-size: 18px;
}

.advertencia {
    text-align: center;
    margin: 10px 100px;
    background-color: #FFE88F;
}

.advertencia img {
    margin-right: 10px;
    vertical-align: middle;
}

.invisivel {
    display: none;
    visibility: hidden;
}

div.tutorial {
    border: 1px solid silver;
    margin-top: 5px;
    padding: 2px 0;
}

.fim-de-ano {
    margin: 10px 50px;
    padding: 5px;
    color: red;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #F0B095;
    background-color: #FEEAE1;
}

.fim-de-ano a {
    color: red;
}
#tag-cloud-container-footer div {
    margin: 0 20px;
    text-align: center;
}
#historico-navegacao h3,
#tag-cloud-container-footer h3,
#horario-loja-virtual h3,
#dados-loja h3,
#formas-pagamento h3,
#cartas-autorizacao h3 {
    text-align: center;
    color: #FFF;
    background-color: #B0251D;
    padding: 5px;
    margin-bottom: 5px;
    clear: both;
}
#horario-loja-virtual td {
    text-align: center;
    border-right: 2px solid #B0251D;
    padding: 5px;
}
#horario-loja-virtual td.last {
    border: 0;
}
#dados-loja,#dados-loja p {
    text-align: center;
}
#dados-loja ul {
    text-align: left;
}
#horario-funcionamento {
    width: 40% !important;
    width: ;
    margin-left: 60%;
}

#dados-loja #matriz,#dados-loja #filial {
    float: left;
    width: 28%;
    padding: 0 2px 5px 2px;
}

#dados-loja #matriz h6,#dados-loja #filial h6 {
    background: #AFAFAF;
    padding: 2px;
    margin: 0 0 5px 0;
}

#dados-loja address {
    float: left;
    text-align: center;
    width: 65%;
    font-style: normal;
}

#dados-loja .miniatura-mapa {
    text-align: center;
    margin-left: 66%
}
.cep {
    white-space: nowrap;
}

#dados-loja h6,#formas-pagamento h6 {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    white-space: nowrap;
}
#formas-pagamento {
    clear: both;
}
#formas-pagamento h4 {
    color: #B0251D;
    text-align: center;
}
#formas-pagamento ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#formas-pagamento ul li {
    list-style-type: none;
    text-align: left;
}
#formas-pagamento img {
    vertical-align: middle;
    margin: 5px;
}
#formas-pagamento a:hover {
    text-decoration: none;
}
#formas-pagamento td {
    width: 33%;
    border-right: 2px solid #B0251D;
    vertical-align: top;
}
#formas-pagamento td.last {
    border-right: 0px;
}
#seguranca-confiabilidade {
    padding: 10px 0;
}

#seguranca-confiabilidade div {
    width: 14%;
    float: left;
    text-align: center;
}

#menu-footer {
    clear: both;
    float: left;
    width: 55%;
}
#menu-footer td {
    width: 33%;
    vertical-align: top;
    background-color: #E7E8EA;
    padding: 10px;
    border-width: 0 10px;
    border-style: solid;
    border-color: #FFFFFF;
    white-space: nowrap;
}
#menu-footer thead th {
    border-width: 0 10px;
    border-style: solid;
    border-color: #FFFFFF;

}
#menu-footer img {
    vertical-align: middle;
}
#menu-footer h4 {
    margin: 0;
    padding: 0;
    color: #ffffff;
}
#menu-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu-footer ul li {
    list-style-type: none;
    text-align: left;
}
#copyright {
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
}

#counter-container {
    float: right;
    font-size: 0.75em;
}

#lwinformatica-mkteam {
    text-align: center;
    clear:both;
}

.carrinho {
    vertical-align: middle;
    margin: 8px 0 0 0;
}

.cat-heading {
    background: #870100 url(../images/header/fundo-linha.jpg) repeat-x
        scroll top;
}

#superbanner_content {
    text-align: center;
}

table thead th {
    padding: 5px;
    color: #FFFFCC;
    background: #870100 url(../images/header/fundo-linha.jpg) repeat-x
        scroll top;
}

.counter {
    text-align: right;
    font-size: 8px;
    padding: 5px;
}

#header {
    clear: both;
    float: left;
    width: 100%;
}

.colmask {
    position: relative;
    /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}

/* 2 column left menu settings */
.leftmenu .colright {
    float: left;
    width: 200%;
    position: relative;
    left: 200px;
    background: #fff;
}

.leftmenu .col1wrap {
    float: right;
    width: 50%;
    position: relative;
    right: 200px;
    padding-bottom: 1em;
}

.leftmenu .col1 {
    margin: 0 5px 0 145px;
    position: relative;
    right: 100%;
    overflow: hidden;
}

.leftmenu .col2 {
    float: left;
    width: 133px;
    position: relative;
    right: 196px;
}

table#cart-content {
    empty-cells: show;
}

table#cart-content tr td {
    padding: 2px 4px;
    vertical-align: middle;
}

table#cart-content tbody tr td,table#cart-content tfoot tr.first td {
    border-top: 1px solid #C0C0C0;
}

table#cart-content tbody tr.promo td {
    font-weight: bold;
}

table#cart-content tbody tr.promo td,table#cart-content tbody tr.embrulho td
{
    border-top: 0;
}

table#cart-content tbody tr.promo img {
    vertical-align: middle;
    padding-right: 10px;
}

table#cart-content tr td#frete {
    vertical-align: top;
}

div.naveg_buttons {
    clear: none;
}

div.naveg_buttons input {
    padding: 0 5px;
}
.fim-de-ano {
    background-color:#FEEAE1;
    border:2px solid #F0B095;
    color:red;
    font-size:15px;
    font-weight:bold;
    margin:10px 50px;
    padding:5px;
    text-align:center;
}
#letreiro {
    text-align: center;
}
#bemvindo {
    clear: left;
    top: 80px;
    padding: 0 0 0 5px;
    float: left;
    position: absolute;
}
input[disabled], option[disabled], select[disabled] {
    cursor: not-allowed;
}
#gplusone-container-header {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}
#gplusone-container-header div {
    vertical-align: middle;
}
#compartilhe-container-footer {
    text-align: center;
    clear: both;
}
#compartilhe-container-footer  div {
    display: inline-block;
    margin: auto;
}
#compartilhe-container-footer .a2a_kit {
    width: 285px;
}
#sort_order {
    text-align: right;
}
#historico-navegacao {
    text-align: center;
}
#produtos-vistos-container {
    text-align: center;
    width: 80%;
    float: left;
    margin: 10px 0;
    border-right: 1px solid #B0251D;
}
#produtos-vistos-container .prev {
    cursor: pointer;
    float: left;
    width: 4%;
    height: 260px;
    background: transparent url("/bebida/images/btnPreviousProdutos.png") center center no-repeat;
    text-indent: -10000px;
} 
#produtos-vistos-container .next {
    cursor: pointer;
    float: right;
    width: 4%;
    height: 260px;
    background: transparent url("/bebida/images/btnNextProdutos.png") center center no-repeat;
    text-indent: -10000px;
}
#produtos-vistos {
    position: relative;
    text-align: center;
    height: 260px;
    overflow: hidden;
    margin: 0 auto;
}
#produtos-vistos a:hover {
    text-decoration: none;
}
#produtos-vistos ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
#produtos-vistos li {
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
    width: 19%;
    height: 260px;
}
#produtos-vistos .nome-produto {
    display: block;
    margin: 5px;
    text-align: center;
    padding: 5px;
}
#produtos-vistos .price {
    display: block;
    margin: 5px;
    text-align: center;
    background-color: #DFDFDF;
    padding: 5px;
}
#produtos-vistos .price strong {
    font-weight: bold;
    color: #B0251D;
}
#produtos-vistos .wholesale {
    padding-left: 25px;
    background-image: url("/bebida/images/wholesale.gif");
    background-repeat: no-repeat;
    background-position: 5px center;
}
#categorias-vistas-container {
    margin-top: 31px;
}
#categorias-vistas-container ul,
#termos-pesquisados-container ul {
    list-style: none none inside;
}
#categorias-vistas-container li,
#termos-pesquisados-container li {
    display: inline;
}
#tag-cloud-container-footer {
    clear: both;
}
