.content-list {
	/*margin-left:220px;*/
	float:left;
	padding-right:10px;
}
.content-list h2.atual-page { 
	margin-bottom:30px;
	margin-left:10px;
}
.product {
	width:150px;
	float:left;
	padding:0 58px 40px 57px;
}
.product .photo { margin-bottom:5px; }
.product h3 {
	font-size:13px;
	color:#86AF15;
	margin-top:10px;
	line-height:16px;
	margin-bottom:3px;
}
.product h4 {
	color:#BF0000;
	margin-bottom:5px;
	font-size:12px;
}
.product .info {
	margin-bottom:5px;
	line-height:12px;
	font-weight: 700;
	font-size:10px;
}
.description p {
	margin-bottom:3px;
	font-size:10px;
}
.product .price {
	margin-top:10px;
	margin-bottom:15px;
	font-size:14px;
}
.product .price strong, .product p strong { color:#BF0000; }
a:link.add, a:visited.add {
	text-align:center;
	display:block;
	padding:5px 0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:#FFF;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
a:link.add, a:visited.add {
	background-color:#BF0000;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
a:hover.add, a:active.add { background-color:#9F0000; }
