#tabfont {
	font-size: 13px;
	font-family: "ËÎÌå";
	font-weight: bold;
	color: #c44d12; padding-top:10px; height:30px;
}
#tabfont tr td{ width:40px;text-align:center;}
#tabfont span {
display:block;
width:60px;
height:20px;
color: #c44d12;
cursor:pointer; /* Mozilla */ }
#tabfont tr td .on{ font-size: 14px;
	font-family: "ËÎÌå";
	font-weight: bold;
	color: #CC66FF;
}

/********************/
#tabs{
/*position:absolute;

left:194px;*/
z-index:0;
width:650px;
height:170px;

}

#tabs ul{
margin:0;
padding:0;
list-style:none;
}

#tabs .content{
clear:both;
width:613px;
height:110px;
border:none;
}
#tabs .content .box{
width:613px;
/*height:219px;*/

border-top:0;
text-align:left;
}
#tabs .content .boxoff{
display:none;
}
#tabs .content .box ul{
/*padding:18px 14px 0;*/
padding:5px 0px 10px 0px;
}

#tabs .content .all_hot{
float:right;
color:#F54E12;
}

#tabs .content .all_hot a{
color:#F54E12;
}

#tabs .content li{
padding:2px 0px;
border-top:1px solid #d7d7d7;
/*background-color:#efefef;*/
background-color: #FFFFFF;
width:613px;
/*white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;*/
}
#tabs .content li.firstli{
background-color: #FFFFFF;
border-top:0;
}
#tabs .content li.alt{
/*background-color:#e5e5e5;*/
background-color:#EEEEEE;
}
