.tabs div.contents{
    /*display: none;*/
    clear: both;
    border-top: solid 2px #c6c6c6;
    min-height: 250px;
}
.tabs .horizontal{
    margin: 0px;
    padding: 0px;
	position: relative;
	height: 38px;
	z-index: 99;
	bottom: -2px;

}
.tabs .horizontal li.tab{
    float: left;
    list-style: none;
    height: 38px;
    line-height: 38px;
    background-color: #f9f9f9;
    width:115px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
.tabs .horizontal li.tab:not(:first-child){
    margin-left: 5px;
}

.tabs .horizontal li.selectActive{
    /*background-color: #c6c6c6;*/
    color: #a50708;
	border-bottom: solid 2px #a50708;
}

