/*
Colors Used:
ligh orange: #f5cc87
dark orange: #d98e4c
light blue: #91c7e6
blue: #357ebb
*/

/* Caixa conteúdos e respectivos estilos */
.contentbox {
	margin: 8px;
}
DIV.pic {
	width: 120px;
	float: left;
}
DIV.txtpic {
	float: left;
	width: 435px;
	margin-bottom: 6px;
}
.contentbox P, P.txtpic {
	margin: 0 4px;
	text-align: justify;
}

/* Estilo e caixas dos Produtos */
.productbox {
	float: left;
	height: 125px;
	border-bottom: dotted 1px gray;
	margin-bottom: 6px;
	padding-bottom: 4px;
	overflow: hidden;
}
.picbox {
	width: 84px;
	padding-top: 2px;
	margin-left: 3px;
	float: left;
}
.picbox IMG {
	border: solid 1px #357ebb;
}
.txtbox {
	width: 95px;
	float: left;
}
.txtbox P {
	font: 0.6em Arial, sans-serif !important;
	text-align: left !important;
	margin: 0 3px 4px 3px !important;
}
.txtbox IMG {float: right;}


/* Estilos Gerais */
H4, H3 {
	border-bottom: solid 1px gray;
	font: bold 0.7em Verdana, sans-serif;
	color: white;
	padding-left: 120px;
	clear: left;
}
H4 {padding: 0;}
