#cat-filter {
    height: 44px;
    line-height: 44px;
    padding: 0 17px 0 17px;
    background: url("../image/pager_bg.gif") repeat scroll left ;
    color: #666666;

    padding: 4px 7px;
}
#cat-filter select {
    width: 125px;
    color: #7a7a7a;
    font-size: 15px;
    font-family: "CenturyGothic";
}
#cat-filter select + select {
    margin-left: 10px;
}
#cat-filter input[type=text] {
    width: 52px;
    height: 21px;
    text-align: center;
    font-size: 15px;
    color: #7d7d7d;
    font-family: "CenturyGothic";
    margin-left: 10px;
    padding: 0;
}
#cat-filter .right {
    width: 218px;
    float: right;
    color: #666666;
    font-size: 15px;
    font-family: "CenturyGothic";
    text-align: right;
}
.product-filter {
    height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-filter .sort, #f-clear {
    float: right;
}
#f-clear {
    cursor: pointer;
}
#f-count {
     width: 50%;
     float: left;
}
#filter-data {
    color: #5e5c5c;
    font-size: 12px;
    font-family: "CenturyGothic";
}
#filter-result > div {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 0;
    text-align: center;
    width: 187px;
}
#filter-result .image {
    display: block;
    margin-bottom: 0;
}
#filter-result .name {
    background: url("../image/product_bottombg.jpg") no-repeat scroll center top transparent;
    margin: 5px 0 0;
    padding-bottom: 3px;
    padding-top: 10px;
    text-align: center;
}
#filter-result .price {
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
    padding-top: 4px;
}
#filter-result .cart {
    margin-bottom: 3px;
}
