/* CSS Document */

.row {
	/*width: 100%;
	height: 255px;*/
	padding-left:25px;
}

.product{
	float: left;
	/*height: 211px;*/
	width: 199px;
	padding-left:25px;
	margin-top:5px;
	background-repeat:no-repeat;
}

.grape-seed-oil-200 {
	background-image: url(images/home/grape%20seed%20oil%20200ml.jpg);
}
.grape-seed-oil-500 {
	background-image: url(images/home/grape%20seed%20oil%20500ml.jpg);
}
.productDesc {
	float: left;
	height: 76px;
	width: 124px;
	padding-left: 50px;
	padding-top: 182px;
}
.price
{
	color: #9C3000;
}
.was
{
	color: #FF6600;
	text-decoration: line-through;
}