/* Alternate stylesheet - prod display list layout */
#theme li a img#theme-list { background: #99B631;}
#theme li a img#theme-grid { background: #EBEBE0;}
#theme li a:hover img#theme-grid { background: #99B631; }
#theme li a:hover img#theme-list { background: #99B631; }

.productframe {
	width: 100%;
	height: 90px;
	padding: 0 0 8px 0;
	clear: both;
}
.productframe .thumb {
	width: 52px;
	height: 52px;
}
.productframe .thumb img {
 	width: 52px;
 	height: 52px;
}
.productframe .name {	
	padding: 0 0 4px 0;
	float: right;
	width: 86%;
	clear: none;
}
.productframe .price {
	float: right;
	width: 86%;
	clear: none;
}
.productframe .price .desc {
	display: inline;
}
.productframe .buy {	
	float: right;
	width: 86%;
	clear: none;
}