.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*/

.ProdutosListaNome{font-size: 14px; font-weight: bold;}
.ProdutosListaDesconto{color: red; font-weight: bold;}
.ProdutosListaValor{}
.ProdutosListaValorDesconto{color: red; font-weight: bold;}
.ProdutosListaTexto{padding-top: 4px; padding-bottom:4px; line-height: 12px;}
.ProdutosListaDetalhes{font-size: 11px;}

/*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{ padding-left:5px; padding-bottom:8px; }

.treeviewprodutos{width: 200px; overflow: hidden;}

.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;
}

.treeviewprodutos 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(../../admin/modulos/produtos/menu/arrow.gif);*/
background-repeat:no-repeat;
background-position: 0px 3px;
padding-left: 10px;
line-height: 18px;
}

.treeviewprodutos ul a{
/*background: url(../../admin/modulos/produtos/menu/arrow2.gif);*/
background-repeat:no-repeat;
background-position: 0px 4px;
padding-left: 10px;
}