.tab_main{
	width:700px;
	clear: both;
}

.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: repeat-x;
	background-image: url(../tab_img/tag_bg.gif);
	background-position: left 4px;
}
.tb_ ul{height:32px;}
.tb_ li{float:left;height: 32px;line-height:32px;width: 100px;cursor:pointer;}
/* 用于控制显示与隐藏的css类 */
.normaltab {
	background-image: url(../tab_img/tab_bg31.gif);
	background-repeat: no-repeat;
	font-weight:normal;
	font-size:12px;
	color:#666666;
	text-align:center;
}
.hovertab {
	background-image: url(../tab_img/tab_bg31.gif);
	color:#333333;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	background-repeat: no-repeat;
}
.tab_dis{display:block;}
.tab_undis{display:none;}
