/* Alternate stylesheet - prod display list layout */
#theme li a img#theme-list {
	/*background: #333;*/
}
#theme li a img#theme-grid {
	/*background: #fff;*/
}
#theme li a:hover img#theme-grid {
	/*background: #333;*/
}
#theme li a:hover img#theme-list {
	/*background: #333;*/
}

#prodlist .productframe {
	padding: 15px 0;
	width: 100%;
	height: auto;
	clear: both;
	border-right: 0;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	background: none;
}
#prodlist .productframe.double .productframe-inner {
	display: block;
}
#prodlist .productframe a {
	min-height: 0 !important;
}
#prodlist .productframe .thumb {
	float: left;
	width: 30%;
	margin: 0 10px;
}
#prodlist .productframe .thumb .overlay img {
	width: 52px;
}
#prodlist .productframe .name {
	clear: none;
	margin: 0 0 0 10px;
	display: table-cell;
}
#prodlist .productframe .name a {
	font-size: 130%;
}
#prodlist .productframe .name .longdesc {
	display: block;
	font-weight: normal;
}
#prodlist .productframe .name .longdesc img {
	margin-top: 15px;
}
#prodlist .productframe .priceoptions {
	float: left;
	margin-top: 15px;
}
#prodlist .productframe .priceoptions .price {
	text-align: right;
	margin: 0 10px 5px 0;
}
#prodlist .productframe .buttons {
	left: auto;
	text-align: center;
}
#prodlist .productframe .buttons .addtobasket.multivars {
	display: none;
}
.productframe .buttons .inputbutton.listviewtoggle {
	display: block;
	opacity: 1;
}
#prodlist .productframe .listviewoptions {
	opacity: 1;
}
#prodlist .productframe .listviewoptions .row {
	padding: 8px;
	margin: 0;
	border-top: 1px dotted #ccc;
	display: flex;
	align-items: center;
}
#prodlist .productframe .listviewoptions .row.row-end {
	justify-content: flex-end;
	padding-top: 15px;
	padding-bottom: 0;
}
#prodlist .productframe .listviewoptions .row .row-col {
	padding: 0 5px;
}
#prodlist .productframe .listviewoptions .row .row-col .qtywrap {
	width: 100%;
}
#prodlist .productframe .listviewoptions .row .row-col .qtywrap .qty {
	width: 100% !important;
}
#prodlist .productframe .listviewoptions .row .row-col .inputbutton {
	width: 100%;
}