.tabWrapper{
width: 100%;
height: 400px;
border: 1px solid #DEDBD1;
padding: 10px;
background: #F3F1EB;
}
.tabHeader{
width: 98%;
height: 25px;
background: #F3F1EB
}
.tabHeader ul{
width: 98%;
height: 25px;
line-height: 50px;
}
.tabHeader ul li{
float: left;
height: 25px;
line-height: 25px;
list-style: none;
padding: 0 15px;
border-radius: 3px 3px 0 0;
background: #F3F1EB;
margin-right: 5px;
cursor: pointer;
}
.tabWindow{
width: 98%;
height: 340px;
padding: 1px;
background: white;
display: none;
border: 1px solid #DEDBD1;
padding: 5px;
}
li.current{background: #DEDBD1 !important}
div.current{display: block !important;}
|