/* Alternate stylesheet - prod display list layout */
#theme li a img#theme-list { background: #9d1d1c;}
#theme li a img#theme-grid { background: #DDDDDD;}
#theme li a:hover img#theme-grid { background: #9d1d1c; }
#theme li a:hover img#theme-list { background: #9d1d1c; }

#prodlist .productframe {
	width: 95%;
	height: 100px;
	padding: 12px 14px;
	clear: both;
	margin: 0 0 12px 0;
}
#prodlist .last .productframe {
	margin: 0 0 12px 0;
}
#prodlist .productframe .name {
	float: right;
	width: 83%;
	clear: none;
}
#prodlist .productframe .desc {	
	float: right;
	width: 83%;
	clear: none;
}
#prodlist .productframe .thumb {
	width: 100px;
	height: 100px;
	float: left;
	clear: none;
	margin: 12px 0 0 0;
	padding: 0;
	display:inline;
	text-align: left;
	position: absolute;
	top: 0;
}
#prodlist .productframe .thumb img {
	width: 100px;
	/*height: 100px;*/
}
#prodlist .productframe .pricebox {	
	float: right;
	width: 83%;
	clear: none;
	margin: 0;
}