/* Used Category */
.usedcategory-list{ 
	background-color:#efefef; clear:both;
}
.usedcategory-list ul{ }
.usedcategory-list ul li{ display:inline-block; margin:0px; }
.usedcategory-list ul li a{ display:inline-block; padding:10px 38px; color:#000000; font-size:14px; text-transform:uppercase; font-weight:600; }
.usedcategory-list ul li a:hover, .usedcategory-list ul li a.active{ color:#fff;background-color:#000000; }
#product-list .product-item{ border-bottom:1px solid #d0d0d0; padding-bottom:20px; margin-bottom:20px; float:left; clear:both; width:100%; }
#product-list .product-item .product-image{ float:left; width:160px;max-width:100%; }
#product-list .product-item .product-info{ float:right; width:815px;max-width:100%; }
#product-list .product-item .product-info h3{border-bottom: 1px solid #d0d0d0;
    color: #272727;
    float: left;
    font-family: "open_sanssemibold";
    font-size: 18px;
    line-height: 19px; 
    padding-bottom: 6px;
    position: relative;
    text-align: left;width: 100%;
    text-transform: uppercase;margin-bottom: 20px;
    vertical-align: bottom; }
#product-list .product-item .product-info h3 a{color: #272727;}	
#product-list .product-item .product-info h3:after, .product_freequote h3:after{content:''; position:absolute; left:0; bottom:-7px; 
background:url(../images/product-line.png) repeat-x center center; width:164px;  height:7px;  }
#product-list .product-item .sortdescription{ clear:both; color:#272727; font-size:13px; font-weight:300;font-family: "open_sanslight"; }
.tophead.tophead_category{ margin-bottom:20px; }
@media screen and (max-width:1100px) {
	#product-list .product-item .product-image{ width:24%; }
	#product-list .product-item .product-info{ width:74%; }
}