div.productRow {
	margin-left: -3px;
	margin-bottom: 35px;
}

div.productRow td {
	vertical-align: top;
}
	
	div.productRow td.item {
		text-align: center;
		width: 182px;
	}
		
		div.productRow td.item p {
			color: rgb(150,150,150);
			text-align: center;
			font-size: 7pt;
		}
		
	div.productRow td.description p {
		color: rgb(150,150,150);
		margin-left: 15px;
	}