div.productContainer { 
	margin-right: 10px; 
	margin-bottom: 10px; 
	width: 179px;
	height: 135px; 
	float: left;
}

div.productContainer.last { 
	margin-right: 0px; 
}

div.productContainer div.productImage {
	width: 177px;
	height: 113px;
	border: 1px solid #50b2e4;
	margin-bottom: 5px;
	background-color: #FFFFFF;

}

div.productContainer div.productType { 
	font-size: 12px; 
	line-height: 14px;
	text-align: center;
}
