/* LISTA DE MARCAS */
.listaMarcas {
    border: 0px dotted #666;
    display: block;
    overflow: hidden;
    padding: 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    border-bottom: 0px dotted #666;
    width: 100% ;
}
.listaMarcas li {
    padding: 0px 0px;
    padding-left:2px;
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 1.0em;
}


/* LISTA DE PRODUTOS */
.listaProduto {
    border: 0px dotted #666;
    display: block;
    overflow: hidden;
    padding: 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    border-bottom: 0px dotted #666;
    width: 100% ;
}
.listaProduto li {
    padding: 0px 0px;
    padding-left:2px;
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    font-size: 1.0em;
}


listaProduto img.imagemProduto {
    margin:0 auto;
    display:block;
    margin-bottom:1px;
}
.listaProdutosMais{
    font-size: 0.9em;
    color:rgb(255,0,0);
}

.listaProdutoTable {
    border: 0px dotted #666;
    display: block;
    overflow: hidden;
    padding: 0px 0px;
    padding-left: 0px;
    padding-right: -5px;
    padding-top: 4px;
    border-bottom: 0px dotted #666;
    width: 100% ;
}

.pagePrincipal{
    border: 0px dotted #666;
    border-bottom:1px dotted #666;
    border-color:black;
    display: block;
    overflow: hidden;
    padding: 0px 0px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 4px;
    border-bottom: 0px dotted #666;
    width: 100% ;

}
tituloListaProduto{
    text-align: center;
    position: relative;
    margin: 2px;
    padding: 0px 0;
}
/* LISTA DE PRODUTOS SUGESTOES (PAGINA DETALHES DO PRODUTO)*/
.listaProdutoSugestoes {
   margin-right:5px;
    margin-left:5px;
    border-bottom: 1px dotted #666;
    width: 50%;
    text-align:center;
}
.listaProdutoSugestoes li {
}
listaProdutoSugestoes img.imagemProduto {
    margin:0 auto;
    display:block;
    margin-bottom:2px;
}
.sugestoesProdutoVejaMais {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #666;
    width: 100%;
    text-align:center;   
}


/* ESTRUTURA PADRAO */

#banners {height: 47px; margin-bottom: 5px;}
#menuColuna {width: 145px; float: left;}
#content {margin-left: 150px;}
#footer {margin-top: 5px; clear: both; padding-bottom: 10px; overflow: hidden;}


/* CONTEUDO */

#bannerCol {width: 148px; float: right;}
#mainContent {margin-right: 153px;}

.home_skin h1 {display: none;}