/* Alternate stylesheet - prod display list layout */
#theme li a img#theme-list { background: #990000;}
#theme li a img#theme-grid { background: #DDDDDD;}
#theme li a:hover img#theme-grid { background: #990000; }
#theme li a:hover img#theme-list { background: #990000; }

#prodlist .productframe {
	width: 100%;
	height: 120px;
	padding: 0 0 8px 0;
	clear: both;
}
#prodlist .productframe .thumb {
	width: 100px;
	height: 120px;
}
#prodlist .productframe .thumb img {
 	width: 100px;
 	/*height: 100px;*/
}
#prodlist .productframe .name {	
	padding: 0 0 4px 0;
	float: right;
	width: 84%;
	clear: none;
	text-align: left;
}
#prodlist .productframe .price {
	float: right;
	width: 84%;
	clear: none;
	text-align: left;
	font-size: 100%;
}
#prodlist .productframe .price .desc {
	display: inline;
	font-weight: normal;
	color: #4F554F;
}
#prodlist .productframe .buy {	
	float: right;
	width: 84%;
	clear: none;
}
