.topseller{
    width: 100%;
    overflow: hidden;
}
.banner-topseller{
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll 50% 0;
    margin: 0 0 30px;
    min-height: 157px;
    position: relative;
    text-align: center;
    width: 100%;
}
.left-clipart{
    float: left;
    margin-right: 15px;
    width: 260px;
}
.title-filter{
    font-size: 16px;
    font-weight: bold;        
}
.right-clipart{
    background: #ececec none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    padding: 0 15px 15px;
    width: 900px
}
.right-clipart > div.item{
    width: 120px;
    float: left;
}
.right-clipart p{
    padding: 0 10px;
    height: 20px;
    overflow: hidden;
}
.sort_seller{
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    padding: 20px;  
}
.sort_seller .title{
    border-bottom: 1px dotted #e1e1e1;
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative;
}
.sort_seller select{
    height: 27px;
    width: 80%;
}
.left-clipart .direction{
    border-radius: 0;
    background: #ccc;
    border-width:0;
    border-color: none;
    padding: 3px;
}

.banner-topseller .title {
    color: #fff;
    font-family: "Arial";
    font-size: 36px;
    line-height: 157px;
    margin: 0;
}
.row-bag{
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted #e1e1e1;
}
.author_img{
    width: 87px;
    height: 87px;
    float: left;
}
.bag_info{
    width: 275px;
    float: left;
    padding-left: 20px;
}
.kart_info{
    float: left;
    padding-left: 30px;
    width: 250px;
}
.rating_data{
    width: 220px;
    float: right;
    text-align: right;
}
.bag_info .company_name{
    color: #444444;
    font-size: 16px;
    font-weight: bold;
}
.company_badges img {
    height: 30px;
    margin: 5px 0;
    width: 30px;
}
.total_item_vendor{
    background: rgba(0, 0, 0, 0) url("../smartbadges/total-item.png") no-repeat scroll left center;
    height: 25px;
    line-height: 25px;
}
.total_item_vendor span{
    padding-left: 35px;
}
.all_author .date{
    line-height: 30px;
}
.client-rating label{
    font-size: 16px;
}
.client-rating img{
    position: relative;
    top: -2px
}
.img{
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 1px solid #ccc;
}
 