@charset "utf-8";
/* CSS Document */
.hide { display:none;}

.tab_menu { width:auto; height:25px; position:relative; background-color:#FFF;}
.tab_menu ul { position:absolute; top:0; left:0; list-style-type:none;}
.tab_menu li { width:100px; height:24px; float:left; background-color:#FFF; line-height:24px; cursor:pointer; font-size:13px; text-align:center; background-color:#EFEFEF;}
.tab_menu li.selected { width:100px; background-color:#F2F2F2; height:30px; color:#FFF; font-weight:bold; background:url(../images/cur_bg.gif) no-repeat;}
.tab_box { padding:9px; border:1px #00839F solid; position:relative; height:190px;}
.tab_box div { line-height:22px;}
.tab_box em { position:absolute; right:20px; top:-20px; font-style:normal;}

.tab_menu2 { width:auto;}
.tab_menu2 ul { border-bottom:2px #00839F solid; height:30px; margin-bottom:20px;}
.tab_menu2 li { float:left; width:150px; height:30px; line-height:30px; margin-left:10px; background-color:#F2F2F2; cursor:pointer; font-size:13px; text-align:center;}
.tab_menu2 li.selected { background-color:#00839F; color:#FFF; font-weight:bold;}
.tab_box2 { clear:left; width:auto; position:relative;}

li.width_a { width:114px;}