/* Alternate stylesheet - prod display list layout */
#theme a#theme-list { color: #58595b; }
#theme a#theme-grid { color: #04b0d6; }

#prodlist .productframe {
	width: 100%;
	height: 105px;
	padding: 0;
	clear: both;
	margin: 0 0 12px 0;
	border-right: none;
	text-align: left;
}
#prodlist .productframe .thumb {
	width: 70px;
	height: 95px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	display:inline;
	text-align: left;
	position: absolute;
	top: 0;
}
#prodlist .productframe .thumb img {
	width: 70px;
}
#prodlist .productframe .name {
	float: right;
	width: 83%;
	clear: none;
	margin: 0;
	padding: 0 0 2px 0;
}
#prodlist .productframe .desc {	
	display: block;
	float: right;
	width: 83%;
	clear: none;
	margin: 0;
	padding: 0 0 2px 0;
}
.productframe .price {
	float: right;
	width: 83%;
	clear: none;
	margin: 0;
	padding: 0 0 2px 0;
}
.productframe .more {
	float: right;
	width: 83%;
	clear: none;
	text-align: right;
}
