h2.home {
	font-size: 14px;
	color: #06720B;
	display: inline;
}
h2.home a{
	color: #06720B;
}

h2.titulo {
	font-size: 14px;
	color: #77D62A;
	display: inline;
}

.box_linha_produto {
	width: 586px;
	padding-top: 16px;
	clear: both;
}
.box_linha_produto .box_esquerda {
	width: 278px;
	padding-right: 15px;
	float: left;
}
.box_linha_produto .box_esquerda img {
	border: solid 1px #06720B;
	margin-right: 8px;
	float: left;
}
.box_linha_produto .box_esquerda h4 {
	font-size: 14px;
	color: #06720B;	
}
.box_linha_produto .box_esquerda h4 a{
	color: #06720B;	
}
.box_linha_produto .box_esquerda span.de {
	font-size: 10px;
	display: block;
	color: #828181;	
	text-decoration: line-through;
}
.box_linha_produto .box_esquerda span.por {
	font-size: 12px;
	color: #06720B;	
	display: block;
}
.box_linha_produto .box_esquerda span.desc {
	font-size: 10px;
	color: #828181;	
}
.box_linha_produto .box_esquerda span a{
	color: #828181;	
}

/* formulario */
.box_linha_produto .box_esquerda form {
	padding-top: 3px;
}
.box_linha_produto .box_esquerda form fieldset label {
	float: left;
	padding-left: 2px;
	padding-top: 1px;
	font-size: 11px;
	font-weight: bold;	
}
.box_linha_produto .box_esquerda form fieldset input {
	float: left;
}
.box_linha_produto .box_esquerda form fieldset input.qtd {
	width: 30px;
	height: 14px;
	border: solid 1px #828181; 
	font-size: 8pt;	
	font-family: Tahoma;
	color: #333;
}
input.qtd_ace {
	width: 30px;
	height: 14px;
	border: solid 1px #828181; 
	font-size: 8pt;	
	font-family: Tahoma;
	color: #333;
}
input.submit {
	font-size: 9pt;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #07A067;
	border: solid 1px #05724A;
	color: #FFF;
}

/* parte da páginação */
.box_paginacao {
	padding-top: 10px;
}
.box_paginacao strong {
	float: left;
}
.box_paginacao .box_page {
	padding: 2px;
	text-align: center;
	width: 12px;
	float: left;
	background-color: #CDEFCD;
	border: solid 1px #06720B;
	font-size: 11px;
	color: #8EDB8E;
	margin-left: 10px;
}
.box_paginacao .box_page a{
	font-weight: bold;
	color: #333;
}