.tabs div{
    display: none;
    clear: both;
    border-top: solid 1px #d3d3d3;
    height: 275px;
    width: 100%;
    padding-top:20px ;
}
.tabs .horizontal{
    margin: 0px;
    padding: 0px;
}
.tabs .horizontal li{
    float: left;
    list-style: none;
    height: 30px;
    line-height: 30px;
    background-color: #DDDDDD;
    width:auto;
    padding: 0 25px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.tabs .horizontal li:not(:first-child){
    margin-left: 0px;
}

.tabs .horizontal li.selectActive{
    border-bottom: solid 0px #0099FF;
    background-color: #C53862;
    color: white;
}