< type="text/css">
.tabbox {
width: 400px;
margin-top: 5px;
margin-bottom: 5px
}
.tabmenu {
width: 400px;
height: 28px;
border-left: 1px solid #CCC;
border-top: 1px solid #ccc;
}
.tabmenu ul {
margin: 0;
padding: 0;
list--type: none;
}
.tabmenu li {
text-align: center;
float: left;
display: block;
width: 99px;
overflow: hidden;
background-color: #f1f1f1;
line-height: 27px;
border-right: #ccc 1px solid;
border-bottom: #ccc 1px solid;
display: inline;
}
.tabmenu .cli {
text-align: center;
float: left;
display: block;
width: 99px;
overflow: hidden;
background-color: #fff;
line-height: 27px;
border-right: #ccc 1px solid;
border-bottom: #fff 1px solid;
display: inline;
cursor: pointer;
color: #c30000;
font-weight: bold
}
#tabcontent {
width: 399px;
background-color: #fff;
border-left: #CCC 1px solid;
border-right: #CCC 1px solid;
border-bottom: #CCC 1px solid;
height: 65px;
}
#tabcontent ul {
margin: 0;
padding: 5px;
list--type: none;
}
#tabcontent .hidden {
display: none;
}
img[src*='.traceImg']{
width:44px;
height:22px;
}
>