/* 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 #CCCCCC;
	text-align: left;
	background: none;
}
#prodlist .productframe a{
	min-height: 0 !important;
}
#prodlist .productframe .thumb {

	width: 15%;
	margin: 0 10px;
    display: table-cell;
}
#prodlist .productframe .thumb .overlay img {
	width: 52px;
}
#prodlist .productframe .thumb .overlay .percenttext {
    font-size: 100%;
}
#prodlist .productframe .thumb .textoverlay .overlaytext {
    font-size: 75%;
}
#prodlist .productframe .name {
	clear: none;
	margin: 0 0 0 10px;
    display: table-cell;
    vertical-align: top;
    width: 55%;
}
#prodlist .productframe .name a {
    padding: 0 0 10px 0;
    display: inline-block;
}
#prodlist .productframe .name .longdesc {
	display: block;
	font-weight: normal;
}
#prodlist .productframe .name .longdesc img {
	margin-top: 15px;
}
#prodlist .productframe .priceoptions {
    display: table-cell;
    width: 20%;
    vertical-align: top;
    margin: 0;
    border-left: 1px solid #eee;
    padding-left: 5px;
}
#prodlist .productframe .priceoptions .price {
	margin: 0;
}
#prodlist .productframe .priceoptions .availability {
    padding: 5px 10px;
}
.productframe .priceoptions .availability p {
    margin: 0;
}
#prodlist .productframe .buttons {
    padding: 5px 10px;
    position: relative;
	width: 100%;
    bottom: auto;
    left: auto;
    right: auto;
}
#prodlist .productframe .buttons .inputbutton {
    display: inline-block;
}

/* extra small, for mobiles */
@media (max-width: 767px) {
    #prodlist .productframe .thumb {
        width: 50%;
    }
    #prodlist .productframe .name {
        width: 50%;
    }
    #prodlist .productframe .name .longdesc {
        display: none;
    }
    #prodlist .productframe .priceoptions {
        display: block;
        width: 100%;
        margin: 5px 0 0 0;
        border-left: none;
        padding-left: 0;
    }
}