@charset "utf-8";
/* Tags */
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	margin: 0;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0;
}
/* IDS */
#central {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#central #esq {
	width: 215px;
	float: left;
	background-image: url(../img/fundo_esq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#central #centro {
	width: 310px;
	float: left;
	background-image: url(../img/fundo_centro.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#central #dir {
	float: right;
	width: 245px;
	background-image:url(../img/fundo_dir.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#quebra {
	clear: both;
}
#central #esq #form_duvidas_capa {
	font-size: 12px;
	width: 193px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
#central #dir #todos_produtos {
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	list-style-image: url(../img/seta_laranja.gif);
	font-size: 11px;
}
#central #dir #todos_produtos #coquim_jardim {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #060;
}
#central #dir #todos_produtos #coquim_jardim ul li {
	margin-top: 3px;
}

#central #dir #todos_produtos #coquim_casa {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #815A01;
	margin-top: 15px;
}
#central #dir #todos_produtos #coquim_casa ul li {
	margin-top: 3px;
}

#central #dir #todos_produtos #coquim_diversos {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC5222;
	margin-top: 15px;
}
#central #dir #todos_produtos #coquim_diversos ul li {
	margin-top: 3px;
}

#central #rodape {
	margin-top: 20px;
	text-align:center;
	color: #FFF;
}
#central #rodape a {
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	line-height:24px;
	color:#FFF;
}
#central #rodape a:hover {
	font-size: 10px;
	font-weight:bold;
	text-decoration: underline;
	line-height:24px;
	color:#FFF;
}
#central div #conteudo {
	margin-top: 25px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 12px;
}
#aviso_mensagem_enviada_contato {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #060;
	font-style: italic;
	display:none;
}
#aviso_mensagem_erro_contato {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
	font-style: italic;
	display:none;
}
#aviso_mensagem_enviada_news {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #060;
	font-style: italic;
	display:none;
}
#aviso_mensagem_erro_news {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
	font-style: italic;
	display:none;
}
/* CLASSES */
.fonte_10 {
	font-size: 10px;
}
.quadro_capa {
	font-size: 12px;
	color: #333;
	width: 193px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}

.campos_form_capa {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #f2f2f2;
	border: 1px solid #815A01;
	margin-bottom: 5px;
}

.link_primario {
	font-size: 12px;
	color: #009900;
}
.link_primario:hover {
	font-size: 12px;
	color: #F90;
	text-decoration:underline;
}
.div_imagem_produtos_capa {
	width: 131px;
	float: left;
}
.div_texto_produtos_capa {
	float: right;
	width: 170px;
	font-size: 12px;
}
.div_produtos_capa {
	margin-top: 20px;
}
.espaco_imgs {
	float: left;
}
.botoes_capa {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	background-color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
}
.botoes_capa:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	background-color: #f2f2f2;
	border: 1px solid #FFF;
	cursor: pointer;
}

.links_produtos_capa {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
.links_produtos_capa:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #060;
	text-decoration: underline;
}
