<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.product_listing {
    width:100%;
    border-spacing:0px;
}

div.product_listing div.row {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    padding-top: 25px;
    clear: both;
    overflow: hidden;
}
div.product_listing div.row:last-child {
    border-bottom: 0px solid #eee;
}
div.product_listing.bestmatch {
	
}
div.product_listing.bestmatch div.row:last-child {
	border-bottom: 1px solid #eee;
}

div.product_listing div.img_col {
    float: left;
    width: 100px;
    text-align: center;
}
div.product_listing div.name_col {
    margin-left: 120px;
}
    div.product_listing div.img_col img { 
        width: auto;
        max-width: 100%;
    }
    
    div.product_listing div.row.shop div.img_col {
        float: left;
        width: 160px;
        text-align: center;
    }
div.product_listing div.row.shop div.name_col {
    margin-left: 170px;
}

div.product_listing div.row.cat div.img_col {
    float: left;
    width: 220px;
    text-align: center;
}
div.product_listing div.row.cat div.name_col {
    margin-left: 230px;
}

div.product_listing div.row div.name {
    margin-bottom:5px;
}
    div.product_listing div.row div.name a {
        font-family: 'Roboto', 'Open Sans', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        text-decoration: none;
    }

div.product_listing div.row div.description {
    color: #999;
    font-size: 13px;
    line-height:20px;
    margin-right: 10px;
}


div.product_listing div.row div.description b.match {
	background-color: #ffff99;
}

div.product_listing div.row div.key {
    padding-top:3px;
    color: #999;
    line-height: 1.5em;
    font-size: 11px;
    padding-right:8px;
}


div.product_listing div.row span.model {
    display: inline-block;
    padding-right:8px;
}
div.product_listing div.row span.dimensions {
    display: inline-block;
    padding-right:8px;
    color: #666;
}
div.product_listing div.row span.status {
    float: right;
    display: inline-block;
    padding: 3px 10px;
    outline: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	text-align: center;
	text-decoration: none;
	color: #000 !important;
	font-size:12px;
	border:1px solid #eee;
	border-radius: 3px;
    background-color: #fefefe; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeeeee));
    background: -webkit-linear-gradient(top,  #fff,  #eeeeee);
    background: -moz-linear-gradient(top,  #fff,  #eeeeee);
    background: -ms-linear-gradient(top,  #fff,  #eeeeee);
    background: -o-linear-gradient(top,  #fff,  #eeeeee);
    background: linear-gradient(top,  #fff,  #eeeeee);
}
div.product_listing div.row span.rating {
    display: inline-block;
    padding-right:8px;
}
div.product_listing div.row span.price {
    float: right;
    display: inline-block;
    padding-top: 3px;
    color: #666;
    font-size: 14px;
}
div.product_listing div.row span.energystar {
    float: right;
    display: inline-block;
    margin-right: 8px;
	height: 40px;
	width: 40px;
	background-size: 100%;
    background-image: url('/images/energy_star_48px.png');
    background-position: center center;
    background-repeat: no-repeat;
}
div.product_listing div.row span.remove {
    float: right;
    display: inline-block;
    padding-top: 3px;
    padding-left: 10px;
    margin-right: 3px;
}
div.product_listing div.row span.pricenote {
    padding-top: 3px;
    color: #999;
    line-height: 1.5em;
    font-size: 11px;
    padding-right:8px;
} 


#m_content div.product_listing div.row div.name a:hover {
    color: red;
    text-decoration:none;
}

#wizzard div.product_listing div.row {
    padding-top: 15px;
    padding-bottom: 10px;
}
#wizzard div.product_listing div.row.special {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}
#wizzard div.product_listing div.row a {
    color: #000000;
    text-decoration:none;
}




/* MOBILE SITE */
@media screen and (max-width: 960px) {
    .mob div.product_listing div.img_col,
    .mob div.product_listing div.row.cat div.img_col {
	    float: none;
	    margin-bottom: 5px;
    }
    .mob div.product_listing div.name_col,
    .mob div.product_listing div.row.cat div.name_col {
	    margin-left: 0px;
    }
    .mob div.product_listing div.row span.price {
	    float: right;
	    display: block;
	    width: 1005
    }

    .mob #wizzard div.product_listing div.img_col {
	    float: left;
	    margin-bottom: 5px;
    }
    .mob #wizzard div.product_listing div.row div.name a,
    .mob #wizzard div.product_listing div.row div.key,
    .mob #wizzard div.product_listing div.row div.description {
	    float: left;
	    display: block;
	    width: 100%;
    }
    .mob #wizzard div.product_listing div.row.special div.key {
	    float: none;
	    width: auto;
    }
    
}

</pre></body></html>