/* 滑動門 */
.tab_ul{
 list-style-type:none;
 margin:0px;
 text-align:center;
}

/* 標準盒模型 */
.ttl{
 height:18px;
}

.ctt{
 height:100%;
 padding:20px;
 clear:both;
 border:0px solid #BFBFBF;
 border-top:0;
 text-align:left;
}

.w460{
 margin:2px 0px;
 clear:both;
 width:470px; /*這裡調整整個滑動門的寬度*/
}

/* TAB 切換效果 */
.tb_{
 background-image: url('../images/tab_dot.gif');
 background-repeat: repeat-x;
 background-color: #FFFFFF;
}

.tb_ ul{
 height:24px;
}

.tb_ li{
 float:left;
 height:24px;
 line-height:24px;
 width:94px;
 cursor:pointer;
 font-size:16px;
}

/* 用於控制顯示與隱藏的css類 */
.normaltab{
 background-image:url('../images/tab_normal.gif');
 background-repeat: no-repeat;
 color: #757575;
}

.hovertab{
 background-image: url('../images/tab_hover.gif');
 background-repeat: no-repeat;
 color: #ACA270;
}

.dis{
 display:block;
}

.undis{
 display:none;
}