/* CSS Clean Sistem*/

/*FUNDO*/

* {	padding:0;	margin:0;}
.centro {text-align:center;	margin:0 auto;}
body{margin: 0 auto; background: url(imagens/fundo.jpg) no-repeat #ffffff top center;}
.menu {	background:url(imagens/bg_menu.jpg) repeat-x top;}
/*CONTEUDO*/

/*fundo de produtos da lateral*/
.bg_produtos {	background: url(imagens/img_produtos_meio.jpg) repeat-y;	width:178px;}

/*fundo mais vendidos*/
.bg_mais_vendidos {
	background: url(imagens/img_mais_vendidos_meio.jpg) repeat-y;	width:178px;}	

/*fundo newsletter*/
.news {background:url(imagens/newsletter.jpg) no-repeat; width:178px; height:152px;}
.bg_newsletter {background: url(imagens/img_newsletter_meio.jpg) repeat-y;	width:178px;}

/*fundo da area restrita*/
.bg_login {	background: url(imagens/bg_login.jpg) no-repeat; width:597px; height:41px;}

/*fundo de busca*/
.bg_busca {	background: url(imagens/bg_busca.jpg) no-repeat; width:597px; height:71px;}

/*fundo dos produtos*/
.fundo_produtos {background: url(imagens/bg_produto.jpg) no-repeat;	width:169px; height:203px;}
.subdepartamento {background: #F5F6BD;	width: 148px; padding: 5px;}

/*fundo de complementos*/
.bg_complementos {
	background: url(imagens/bg_complementos.jpg) no-repeat top;
	width:548px;
}

/*borda*/
.borda {
	border-bottom:2px solid #D6D654;
}

/*foto noticias*/
.bg_foto_noticias {	background: url(imagens/bg_foto_noticias.jpg) no-repeat; width:146px; height:109px; }

/*RODAPE*/

/*fundo do rodape*/
.bg_rodape {
	background: url(imagens/bg_rodape.jpg) no-repeat center;
	width:100%; height:116px;
	text-align:center;
	margin:0 auto;
}

/*FONTES*/

/*texto preto*/
.texto_preto {font-family:arial; font-size:11px; color:#363636; line-height:16px;}
.texto_preto a {font-family:arial; font-size:11px; color:#363636; text-decoration:none;}
.texto_preto a:hover {font-family:arial; font-size:11px; color:#363636; text-decoration:underline;}
/*texto verde*/
.texto_verde {font-family:arial; font-size:11px; color:#3E3E00; font-weight:bold; line-height:16px;}
.texto_verde a {font-family:arial; font-size:11px; color:#3E3E00; text-decoration:none;}
.texto_verde a:hover {font-family:arial; font-size:11px; color:#3E3E00; text-decoration:underline;}

/*texto verde claro*/
.texto_verde_claro {font-family:arial; font-size:11px; color:#2E6D0F; font-weight:bold; line-height:16px;}
.texto_verde_claro a {font-family:arial; font-size:11px; color:#2E6D0F; text-decoration:none;}
.texto_verde_claro a:hover {font-family:arial; font-size:11px; color:#2E6D0F; text-decoration:underline;}

/*texto paginacao*/
.texto_paginacao {font-family:arial; font-size:11px; color:#1B5000;}
.texto_paginacao a {font-family:arial; font-size:11px; color:#1B5000; text-decoration:none;}
.texto_paginacao a:hover {font-family:arial; font-size:11px; color:#1B5000; text-decoration:underline;}

/*endereco*/
address {font-style: normal;}
/*class para as imagens*/
.img_noticias{float:left; margin:0 5px 5px 0; border:0;}
/*propriedades para os inputs, select e textarea*/
.formulario input{ margin:2px 0 2px 5px; font-family:arial; font-size:11px; color:#363636;	border:1px solid #919158;}
.formulario select{margin:2px 0 2px 5px; font-family:arial; font-size:11px; color:#363636; border:1px solid #919158;}
.formulario textarea{margin:2px 0 2px 5px; font-family:arial; font-size:11px; color:#363636;	border:1px solid #919158;}

.preco{font-family:arial; font-size:14px; color:#4D861F; font-weight:bold;}




