.filter-type {
    background: #eaeaea;
    height: 1rem;
    z-index: 101;
    position: relative;
}
.filter-type .nav-tabs {width: 100%;height: 100%;}
.filter-type .nav-tabs li {
    text-align: center;
    height: 100%;
    line-height: 1rem;
}
.filter-type .sort-by {
    float: left;
    width: 25%;
}
.filter-type .refine {
    width: 25%;
    float: right;
}
.filter-type .nav-tabs a {
    color: #333;
    font-weight: 800;
    overflow: hidden;
    display: block;
}
.filter-type .tab-content a {
    color: #333;
    padding: 0 .5rem;
    display: block;
    overflow: hidden;
}
.filter-type .tab-content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    z-index: 999;
}
.filter-type .tab-content-left {width: 80%; }
.tab-pane {
    display: none;
    background: #fff;
    height: auto;
}
.filter-type .tab-content .tab-content-list {width: 100%;height: auto;}
