.recent_box { /* Allows you to add a border around each product and set the dimensions of the box */
	border: 1px solid #999966;
	height: 120px;
	width: 300px;
}
.textarea { /* Controls placement of title, desc, price etc  */
	border: 1px none #996633;
	vertical-align: top;
	font-size: 10px;
	text-align: left;
}
.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: 100px;
}
.thumbnail { /* set the image size you require - note you can alternatively set the height: 100px; */
	width: 85px;
}
form { /* Do not alter - forces products closer together */
	margin: 0px;
	padding: 0px;
}
.rPrice { /* set price font properties */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.date { /* set the date added font properties */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}