.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{}

/* Página inicial - Novidades */

.LojaPrecoIndex{color: #ff9900;}

/*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*/

.VerProdutoMarca{font-size: 12px; font-weight: bold;}
.VerProdutoNome{font-size: 14px; font-weight: bold;}
.CaixaProdutoValor{}
.CaixaProdutoValorDesconto{color: red; font-weight: bold;}

/*MENU*/

ul{
margin: 0;
padding: 0;
}

.treeview, .treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
list-style-type: none;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin: 0;
padding: 0;
list-style-type: none;
}

.treeview 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. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding-left: 15px;
}

.treeview a{
background: url(../../admin/modulos/produtos/menu/arrow.gif);
background-repeat:no-repeat;
background-position: 0px 3px;
padding-left: 10px;
line-height: 18px;
}

.treeview ul a{
background: url(../../admin/modulos/produtos/menu/arrow2.gif);
background-repeat:no-repeat;
background-position: 0px 4px;
padding-left: 10px;
}