/* Alternate stylesheet - prod display list layout */
#theme li a img#theme-list { background: #FFF;}
#theme li a img#theme-grid { background: #666;}
#theme li a:hover img#theme-grid { background: #FFF; }
#theme li a:hover img#theme-list { background: #FFF; }

#prodlist .productframe {
	width: 476px;
	height: auto;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 0;
	border-right: none;
}
#prodlist .last .productframe {
	margin: 0 0 10px 0;
}
#prodlist .productframe .left {	
	width: 60px;
}
#prodlist .productframe .left .thumb {
	width: 60px;
	height: auto;
}
#prodlist .productframe .left .thumb img {
	width: 60px;
}
#prodlist .productframe .left .thumb .overlay img {
	width: 44px;
}
#prodlist .productframe .right {	
	width: 100px;
	text-align: right;
	margin: 0;
}
#prodlist .productframe .right .price {
	margin: 4px 0 0 0;
	font-size: 100%;
}
#prodlist .productframe .name {
	position: absolute;
	top: 0;
	left: 80px;
	width: 290px;
	clear: none;
}
#prodlist .productframe .name .desc {
	display: block;
}