/*thumbcolumn are for the three thumbnail page columns*/
.thumbcolumns {
	margin-top:20px;
	margin-left:5px;
	width:260px;
	height:auto;
	float:left;}

/*thumbboxes are for the thumbnails inside the columns*/
.thumbboxes {
	width:250px;
	height:104px;
	float:left;
	padding:2px 2px 2px 2px;
	font-size:11px;font-weight:normal;line-height:1.2em;}
	
/*bigthumbbox is for the thumbnail picture and product summary in the page centre*/
.bigthumbbox {
	width:250px;
	background:url(../images/lightbackground.jpg) repeat;
	float:left;
	height:212px;
	padding:2px 2px 2px 2px;
	font-size:11px;font-weight:normal;line-height:1.2em;}
