/* CSS Document */
#tab { width:600px; height:216px; position:relative; float:right; margin-top:30px;}
/*设置容器高宽等*/
html > body #tab { width:600px;}
/*兼容IE6:IE6下宽度不够*/
#tab div { position:absolute; top:60px; left:0; width:600px; height:186px;}
/*设置容器高宽等*/
#tab div {}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
#tab h3 { float:left; width:180px; height:35px; line-height:30px; margin:0 0 0 0; font-size:18px; cursor:pointer;text-align:center; color:#333; 
          line-height:35px; font-family:Microsoft YaHei;font-weight:normal; margin-right:1px; font-weight:bolder;}
/*默认标题样式*/
#tab .up { background:#1e50a2; color:#fff; margin-right:1px;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { list-style:none; padding:0; height:186px; margin-top:0px;}
#tab li { margin-left:0px; margin-right:10px; background:url(../images/tab_pic.jpg) no-repeat 0px 17px; border-bottom:0px dotted #c6c6c6; height:20px; padding-top:13px; overflow:hidden; font-size:12px;}
#tab li a { display:inline; font-size:14px; text-decoration:none; text-indent:10px; margin-right:10px; padding-left:0px;}
#tab li a:hover{ color:#F60;}
#tab li span{ display:block; float:right; margin-right:5px; color: #bdacb3;}
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab_title:active { color:#5a5a5a; text-decoration:none;}
a.tab_menu:link { color:#6464d5; text-decoration:none;}
a.tab_menu:hover { color:#8888e0; text-decoration:underline;}

#tab h3#more{ background:none; margin-left:8px; font-size:12px; color:#9a9797; display:block;}
#tab h3#more a{color:#9a9797;}