.BodyFrameCarrinho{
font-size: 11px; font-family:  tahoma,Arial,Verdana, Geneva, Helvetica, sans-serif; color: #003358;}
margin: 0px; padding:0px;
}

.BodyFrameCarrinho a , .BodyFrameCarrinho a:visited{text-decoration:none;  color: blue;}
.BodyFrameCarrinho a:hover{text-decoration:underline;}

/*DESTAQUES E NOVIDADES*/

.DestaqueProduto{text-align: center;}
.DestaqueProdutoNome{ font-weight: bold;}
.DestaqueProduto a , .DestaqueProduto a:hover{text-decoration: none; color: #003358;}
.DestaqueProdutoDesconto{color: red; font-weight: bold;}
.DestaqueProdutoPreco{}

/*LISTAGEM CATEGORIAS*/

.CaixaLista{width:114px; }
.ProdutosListaNome{ font-size: 11px;  font-family: tahoma; font-weight: bold; text-align: center;  line-height: 12px; padding-top: 4px;}
.ProdutosListaDesconto{color: red; font-weight: bold;}
.ProdutosListaValor{}
.ProdutosListaValorDesconto{color: red; font-weight: bold;}
.ProdutosListaTexto{ font-size: 10px; font-family: tahoma; padding-top: 6px; padding-bottom:4px; line-height: 12px; text-align: center;}
.ProdutosListaDetalhes{font-size: 11px;}
.LinkPagina{padding: 1px 4px; background: #91AD29; color: black; font-size: 10px; margin-right: 3px;}
.LinkPaginaActual{padding: 1px 4px; background: #91AD29; color: black; font-size: 10px; font-weight: bold; margin-right: 3px;}

/*PAGINA DO PRODUTO*/

.VerProdutoDetalhes {}

.VerProdutoDetalhes .VerProdutoMarca{font-size: 12px; font-weight: bold;}
.VerProdutoDetalhes .VerProdutoNome{font-size: 14px; font-weight: bold;}
.VerProdutoDetalhes .CaixaProdutoValor{}
.VerProdutoDetalhes .CaixaProdutoValorDesconto{color: red; font-weight: bold;}

.VerProdutoCarrinho{margin-top: 10px;}

/*MENU*/

.CaixaProdutos , .CaixaMarcas{ }

ul{
margin: 0;
padding: 0;
}

.treeviewprodutos , .treeviewprodutos ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
list-style-type: none;
}

.treeviewprodutos li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin: 0;
padding: 0;
list-style-type: none;
}

.treeviewprodutos li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Dont delete. */
}

.treeviewprodutos .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding-left: 15px;
}

.treeviewprodutos a{
/*
background: url(../../images/menu-seta.gif);
background-repeat:no-repeat;
background-position: 0px 5px;
*/
color: #91AD29;
font-size: 13px;
}

.treeviewprodutos ul a{
/*
background: url(../../images/menu-hifen.gif);
background-repeat:no-repeat;
background-position: 0px 5px;
*/
}