.tabs {
width:auto;
height:auto;
border: 0px solid red;
}
.selectTab,.unselectTab {
border-bottom-width: 0;
width:110px;
height:23px;
line-height:23px;
vertical-align: middle;
text-align:center;
background-color:#37709B;
margin:0px;
font-weight:bold;
font-size:14px;
color:#FFF;
cursor: pointer;
float:left;
}
.unselectTab {
color:#37709B;
background-color: white;
}
.selectContent {
border-top: 5px #37709b solid;
padding-top: 8px;
clear: both;
}
.unselectContent {
display: none;
}