/* Alternate stylesheet - prod display list layout */
#theme li a img#theme-list { background: #333;}
#theme li a img#theme-grid { background: #CCC;}
#theme li a:hover img#theme-grid { background: #333; }
#theme li a:hover img#theme-list { background: #333; }

#prodlist .productframe {
	width: 459px;
	height: auto;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 0;
}
#prodlist .last .productframe {
	margin: 0 0 10px 0;
}
#prodlist .productframe .left {	
	width: 100px;
}
#prodlist .productframe .left .thumb {
	width: 100px;
	min-height: 100px;
}
#prodlist .productframe .left .thumb img {
	width: 100px;
}
#prodlist .productframe .left .thumb .overlay img {
	width: 44px;
}
#prodlist .productframe .right .price {
	margin: 8px 0 0 0;
	float: right;
}
#prodlist .productframe .name {
	position: absolute;
	top: 0;
	left: 120px;
	width: 240px;
}
#prodlist .productframe .name .desc {
	width: 228px;
}
