/* CSS Document */
#tab { width:100%; border:#f1f1f1 1px solid;  position:relative;margin:15px auto 0 auto; height:600px; overflow-y:scroll;OVERFLOW-X: hidden;}
/*设置容器高宽等*/
html > body #tab { width:100%;}
/*兼容IE6:IE6下宽度不够*/
#tab div { position:absolute; top:40px; left:0; width:100%;   }
/*设置容器高宽等*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;  }
/*选中的容器*/
#tab {background:url(../images/zh_bg.gif) repeat-x;}
#tab h3 { float:left; width:120px; height:40px; line-height:40px; margin:0 0 0 0; font-size:12px; cursor:pointer;text-align:center; color:#5a5a5a; font-family:Microsoft YaHei;font-weight:normal;}
/*默认标题样式*/
#tab .up { background:url(../images/zh_bg1.gif) repeat-x;color:#666;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { padding:15px; margin-top:0px;}




