div.productcontainer {
	width: 490px;
	padding: 15px;
	float: left;
}

div.productbox {
	width: 245px;
	float: left;
}

div.productthumb {
	width: 112px;
	padding: 0 0 5px 0;
	float: left;
}

div.productthumb img {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

div.productdesc {
	width: 113px;
	font-size: 70%;
	min-height: 156px;
	padding: 0 10px 5px 10px;
	line-height: 1.2em;
	float: left;
}

/* Fix for IE-win \*/
	* html div.productdesc {height: 156px;}
/* End Fix for IE-win */
	

.productlink {
	width: 113px;
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
}
	
div.productfoot {
	width: 245px;
	padding: 0 0 20px 0;
	float: left;
}

div.productfoot img {
	border: 0;
}

div.featuredproductwrap {
	width: 490px;
	float: left;
}


