.recent_box { /* Allows you to add a border around each product and set the dimensions of the box */
	border: 1px solid #cccccc;
	height: 120px;
	width: 155px;
	margin-right: 5px;
}
.textarea { /* Controls placement of title, desc, price etc  */
	border: 0px none #996633;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px 0px 5px;
	color: #a01019;
		
		
}
.description { /* Controls font and placement of short description text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.picturebox { /* Controls the space around the image - for best results set to about 15px greater than thumbnail width */
	width: 80px;
}
.thumbnail { /* set the image size you require - note you can alternatively set the height: 100px; */
	width: 70px;
}
form { /* Do not alter - forces products closer together */
	margin: 0px;
	padding: 0px;
}
.rPrice { /* set price font properties */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-top:20px;
}
.date { /* set the date added font properties */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.buybutton {
	padding-top: 20px;
}
