.tabs div{
    display: none;
    clear: both;
    border: solid 1px #eee;
    height: 240px;
	padding: 15px;
	margin-bottom: 15px;
}
.tabs .dibuxxk ul li{
	width: 33%;
	height: 35px;
	line-height: 35px;
	float: left;
	overflow:hidden;
}

.tabs .horizontal{
    margin: 0px;
    padding: 0px;
}
.tabs .horizontal li{
    float: left;
    list-style: none;
    height: 35px;
    line-height: 35px;
    background-color: #EEE;
    width: 103px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}
.tabs .horizontal li:not(:first-child){
    margin-left: 5px;
}

.tabs .horizontal li.selectActive{
    border-bottom: solid 2px #FFFFFF;
    background-color: #0099FF;
    color: white;
}