div.products
{
	margin-top:30px;
}

div.product_row
{
	height:125px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

article.product
{
	width:300px;
	float:left;
	margin-left:30px;
	padding: 6px;
	/*border:solid 1px #888888;*/
}

div.product_text p
{
	margin: 0 0 0 12px;
	width:225px;
}