/* Alternate stylesheet - prod display list layout */
#theme li a img#theme-list { background: #ddd;}
#theme li a img#theme-grid { background: #508bd9;}
#theme li a:hover img#theme-grid { background: #ddd; }
#theme li a:hover img#theme-list { background: #ddd; }

.productframe {
	width: 100%;
	height: 6em;
	padding: 0 0 8px 0;
	clear: both;
}
.productframe .thumb {
	width: 45px;
	height: 45px;
}
.productframe .thumb img {
 	width: 45px;
}
.productframe .name {	
	padding: 0;
	float: right;
	width: 88%;
	clear: none;
	color: #15346a;
}
.productframe .price {
	float: right;
	width: 88%;
	clear: none;
}
.productframe .price .desc {
	display: inline;
	font-size: 85%;
}
.productframe .buy {	
	float: right;
	width: 88%;
	clear: none;
}
