.ma-tabsproduct-contain {
    
    float: left;
    clear: both;
    width: 100%;
}
.ma-tabs-title {
    float: left;
    width: 100%;
}
.tabs-title {}
.ma-tabs-title li {

    float: left;
    margin-left: 5px;
}
.ma-tabs-title li span{ border-bottom:2px solid #fff; }
.ma-tabs-title li.first {
    margin-left: 0;
}
.ma-tabs-title a {
    background:#fff;
    float: left;
    font-weight: bold;
    text-decoration: none;
    color: #464646;
    padding: 5px 15px;
    font-size:14px;
    font-family: HELVETICAROUNDEDLTSTD;
    text-transform:uppercase;
    border: 1px solid #fff;
}

.ma-tabs-title li.active a, .ma-tabs-title a:hover {
    border: 1px solid #e8e8e8;
    border-bottom:0;
    color: #000; position:relative;
}
.ma-tabs-title li.active a span, .ma-tabs-title a:hover span{ border-bottom:2px solid #ffcc00;}
.ma-tabs-content {
    margin-top:-2px;
    width: 100%;
    float: left;
    clear: both;
    border:1px solid #e8e8e8;

}

.categorytabsliders-container { width: 100%;}