/* CSS Document Floris Bella */

/*DEIXAR O SITE COLADO NO TOPO*/
* {
	margin: 0;
	padding: 0;
}

/*ALINHAR O SITE NO CENTRO*/
.centro {
	margin: 0 auto;
	text-align: center;
}


/*FUNDO DO TOPO E DO SITE*/
html{
	background: #FFF2CF url(imagens/bg_x.jpg) repeat-x top;
}

body{
	background:url(imagens/bg_topo.jpg) no-repeat top center;
	height:237px;
	margin:0;
	padding:0;
	text-align:center;
}


/*Topo do site*/
.topo{
	background:url(imagens/topo.jpg) no-repeat top center;
	height:150px; width:775px;
}


/*FUNDO MENU TOPO*/
.fundo_topo_menu {
	background:url(imagens/fundo_menu_topo.jpg) no-repeat;
	height:28px; width:775px;
}


/*FUNDO LATERAL*/
.fundo_busca {
	background:url(imagens/fundo_busca.jpg) no-repeat;
	height:153px;
}

.fundo_menu_lateral {
	background:url(imagens/fundo_menu_lateral.jpg) repeat-y;
}

.fundo_login {
	background:url(imagens/fundo_login.jpg) repeat-y;
}


/*CSS PARA LISTAGEM DE PRODUTOS*/
.fundo_produtos_rosa{
	background-color:#ffefe5;
	width:165px; height:280px;
}

.fundo_produtos_azul{
	background-color:#f5f5f5;
	width:165px; height:280px;
}

/*CSS PARA DETALHES DE PRODUTOS*/
.fundo_detalhes_produtos {
	margin:10px 0 0 18px; 
	height:273px; 
	background-color:#f2f2f2;
}

/*CSS PARA CARRINHO DE COMPRAS*/
.fundo_carrinho1{
	background-color:#fcf1b9;
	height:20px; width:146px;
}

.fundo_carrinho2{
	background-color:#FFFFFF;
	height:20px; width:30px;
}

.fundo_carrinho3{
	background-color:#7e8d26;
	height:20px; width:88px;
}

/*TEXTO ROSA CESTA.ASP*/
.texto_rosa{
	font-family: Arial;
	font-size: 11px;
	color:#ffefe5;
	text-align:left;
	font-weight:bold;
}

.texto_rosa a{
	font-family: Arial;
	font-size: 11px;
	color:#ffefe5;
	text-decoration:none;
}

.texto_rosa a:hover{
	font-family: Arial;
	font-size: 11px;
	color:#ffefe5;
	text-decoration:underline;
}

/*TEXTO VERMELHO*/
.texto_vermelho{
	font-family: Arial;
	font-size: 11px;
	color:#cb2532;
	text-align:left;
}

.texto_vermelho a{
	font-family: Arial;
	font-size: 11px;
	color:#cb2532;
	text-decoration:none;
}

.texto_vermelho a:hover{
	font-family: Arial;
	font-size: 11px;
	color:#cb2532;
	text-decoration:underline;
}

/*TEXTO VINHO*/
.texto_vinho{
	font-family: Arial;
	font-size: 11px;
	color:#a1151e;
}

.texto_vinho a{
	font-family: Arial;
	font-size: 11px;
	color:#a1151e;
	text-decoration:none;
}

.texto_vinho a:hover{
	font-family: Arial;
	font-size: 11px;
	color:#a1151e;
	text-decoration:underline;
}


/*TEXTO CINZA*/
.texto_cinza{
	font-family: Arial;
	font-size: 11px;
	color:#62573f;
	font-weight:bold;
	text-align:center;
}

.texto_cinza a{
	font-family: Arial;
	font-size: 11px;
	color:#62573f;
	text-decoration:none;
}

.texto_cinza a:hover{
	font-family: Arial;
	font-size: 11px;
	color:#62573f;
	text-decoration:underline;
}

/*TEXTO "MARROM"*/
.texto_marrom{
	font-family: Arial;
	font-size: 11px;
	color:#62573f;
	padding-left:8px;
	font-weight:bold;
	width:140px;
}

.texto_marrom a{
	font-family: Arial;
	font-size: 11px;
	color:#62573f;
	text-decoration:none;
}

.texto_marrom a:hover{
	font-family: Arial;
	font-size: 11px;
	color:#62573f;
	text-decoration:underline;
}


/*TEXTO PRETO*/
.texto_preto{
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	font-weight:bold; 
}

.texto_preto a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.texto_preto a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}


/*Imagem Produto*/
.imagens_produtos{
	text-align:center;
	background-color:#FFFFFF;
	width:149px;
	height:157px;
	margin-top:4px;
	cursor: pointer;
}


/*Titulo produtos*/
.titulo_produtos {
	height: 35px;
	font-family: Arial;
	font-size: 14px;
	color: #cb2532;
	font-weight:bold;
	padding-top:4px;
}

.titulo_produtos a{
	font-family: Arial;
	font-size: 14px;
	color: #cb2532;
	text-decoration:none;
}

.titulo_produtos a:hover{
	font-family: Arial;
	font-size: 14px;
	color: #cb2532;
	text-decoration:underline;
}


/*Descricao produtos*/
.descricao_produtos {
	font-family: Arial;
	font-size: 11px;
	color: #7d5040;
	line-height:15px;
	padding-top:1px;
	height: 30px;
}
.descricao_produtos_detalhes {
	font-family: Arial;
	font-size: 11px;
	color: #7d5040;
	padding-top:1px;
}

.descricao_produtos a{
	font-family: Arial;
	font-size: 11px;
	color: #7d5040;
	text-decoration:none;
}

.descricao_produtos a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #7d5040;
	text-decoration:underline;
}


/*Preco Produtos Antigo*/
.precos_produtos_antigo {
	font-family: Arial;
	font-size: 11px;
	color: #cb2532;
	padding-top:4px;
	text-decoration:line-through;
}

.precos_produtos_antigo a{
	font-family: Arial;
	font-size: 11px;
	color: #cb2532;
	text-decoration:none;
}

.precos_produtos_antigo a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #cb2532;
	text-decoration:underline;
}


/*Preco Produtos Atual*/
.precos_produtos_atual {
	font-family: Arial;
	font-size: 13px;
	color: #cb2532;
	font-weight:bold;
	padding-top:2px;
}

.precos_produtos_atual a{
	font-family: Arial;
	font-size: 13px;
	color: #cb2532;
	text-decoration:none;
}

.precos_produtos_atual a:hover{
	font-family: Arial;
	font-size: 13px;
	color: #cb2532;
	text-decoration:underline;
}

/*Breadcumps das internas*/
.breadcumps_negrito {
	font-family: Arial;
	font-size: 11px;
	color: #cb2532;
	font-weight:bold;
}

.breadcumps {
	font-family: Arial;
	font-size: 11px;
	color: #cb2532;
	text-decoration:none;
}

.breadcumps a{
	font-family: Arial;
	font-size: 11px;
	color: #cb2532;
	text-decoration:underline;
}

.breadcumps a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #cb2532;
	text-decoration:underline;
}

/*Alinha LI menu lateral Direito*/
.alinha_sub_li{
 	margin:0 15px;
}

/*Texto Lateral PRETO*/
.texto_lateral{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}

.texto_lateral a{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

.texto_lateral a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}


/*rodape*/
address {
	font-style:normal;
}


/*TEXTO VERMELHO*/
.texto_lateral_vermelho{
	font-family: Arial;
	font-size: 11px;
	color: #AF2700;
}

.texto_lateral_vermelho a{
	font-family: Arial;
	font-size: 11px;
	color: #AF2700;
	text-decoration:none;
}

.texto_lateral_vermelho a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #AF2700;
	text-decoration:underline;
}

.texto_lateral li{
	list-style-image: url(imagens/marcador_menu.jpg);
}


/*Texto menu topo*/
.font_menu_topo{
	font-family: Arial;
	font-size: 11px;
	color: #FFE7E8;
	word-spacing:32px;
}

.font_menu_topo a{
	font-family: Arial;
	font-size: 11px;
	color: #FFE7E8;
	text-decoration:none;
}

.font_menu_topo a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #FFE7E8;
	text-decoration:none;
	padding-bottom:3px;
	border-bottom:4px solid #F5D32A;
}

.font_menu_topo span {
	margin-left: 5px;
}


/*FONTES PARA CONTEUDO DO SITE*/
.texto_conteudo {
	font-family: Arial;
	font-style:italic;
	font-size: 12px;
	color: #454545;
	text-decoration:none;
}

.texto_conteudo a{
	font-family: Arial;
	font-style:italic;
	font-size: 12px;
	color: #454545;
	text-decoration:none;
}

.texto_conteudo a:hover{
	font-family: Arial;
	font-style:italic;
	font-size: 12px;
	color: #454545;
	text-decoration:underline;
}

/*FONT INTERNAS*/
.texto_internas {
	font-family: Arial;
	font-size: 12px;
	color: #7d5040;
	text-decoration:none;
	margin-left: 5px;
}

.texto_internas a {
	font-family: Arial;
	font-size: 12px;
	color: #7d5040;
	text-decoration:none;
}

.texto_internas a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #7d5040;
	text-decoration:underline;
}

/*INPUT CONTATO, CADASTRE-SE, INDIQUE UM AMIGO*/

input {
	border:1px solid #7F9DB9;
}

textarea {
	border:1px solid #7F9DB9;
}

select {
	border:1px solid #7F9DB9;
}

/*CSS CRIADO POR SISTEMAS */

.textFace {
	font-family: Verdana;
	font-size: 11px;
	color:#7D5040;
}
.textSugestao{
	color: #7D5040;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;

}
.textSugestao a{
	color: #7D5040;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
}
.textSugestao a:hover{
	color: #7D5040;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: underline;
}
.text_fechamento{
	
	font-family: Arial;
	font-size: 12px;
	color: #7d5040;
}
.text_fechamento a{
	
	font-family: Arial;
	font-size: 12px;
	color: #7d5040;
}
.text_fechamento a:hover{
	
	font-family: Arial;
	font-size: 12px;
	color: #7d5040;
	text-decoration:underline;
}
.botaoAdicionar{
	border: solid 1px #7F9DB9;
	background-color: #C2BB91;
	width: 80px;
	height: 15px;
	text-align: center;
	cursor: pointer;
	
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}
.selectPedidos{
	background-color: #FFFFFF;
	color: #7D5040;
	font-size: 11px;
	font-family: Verdana;
	line-height: 15px;
	text-align: center;
	cursor: pointer;
}
.selectTitulo{
	font-size:12px;
	font-weight:bold;
	font-family:verdana;
	text-align:center;
	background-color:#EEE7D5;
	color: #7D5040;
}
.paddings{
	padding: 0 0 0 5px;
}

