.tab_main{
	width:360px;
	float: left;
}

.tab_content{
	clear:both;
	border:0px solid #abcae1;
	border-top:0;
	text-align:left;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
}


/* TAB 切换效果 */
.tb_{
	background-repeat: no-repeat;
	background-image: url(title_bg.gif);
	background-position: left 26px;
}
.tb_ ul{height:32px;}
.tb_ li{float:left;height: 32px;line-height:28px;width: 90px;cursor:pointer;}
/* 用于控制显示与隐藏的css类 */
.normaltab {
	background-image: url(tab_li_hover.gif);
	background-repeat: no-repeat;
	color:#2B9CE3;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.hovertab {
font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background-image: url(tab_li.gif);

	text-align:center;
	overflow:hidden;
	background-repeat: no-repeat;
}
.tab_dis{display:block;}
.tab_undis{display:none;}
