UL {
	list-style-type:none;
	margin:0px;
}
/* 标准盒模型 */ 
.ttl {
	height:18px;
}
.ctt {
	height:12px;
	padding:6px;
	clear:both;
	border:1px solid #064ca1;
	border-top:0;
	text-align:left;
}
.w898 {
	margin:2px 0;
	padding-left: 0;
	width:900px;/*这里调整整个滑动门的宽度*/
}
/* TAB 切换效果 */ 
.tb_ {
	background-image: url('images/status_bg.gif');
	background-repeat: repeat-x;
	background-color: #E6F2FF;
}
.tb_ ul {
	height:24px;
	padding-left: 0;
}
.tb_ li {
	float:left;
	height: 24px;
	line-height:1.9;
	width: 74px;
	cursor:pointer;
}
/* 用于控制显示与隐藏的css类 */ 
.normaltab {
	background-image:url('images/status_1.gif');
	background-repeat: no-repeat;
	text-align: center;
	color:#1F3A87;
}
.hovertab {
	background-image: url('images/status_2.gif');
	background-repeat: no-repeat;
	text-align: center;
	color:#1F3A87;
	font-weight:bold;
}
.dis {
	HEIGHT: 1px;
	display:block;
	COLOR: darkblue;
	padding-left:20px;
	FILTER: blur(add=t, direction=135, strength=10);
}
.undis {
	display:none;
}