/*===放标签的层===*/

div.gbl205_out{
white-space:nowrap;
overflow:hidden;
background:#ff7300;
height:27px;
border-bottom:2px #fdbd5f solid;
position:relative;
margin:0px -1px 0px 0px;
}
 
div.gbl205_out ul.gblable{            
margin:0;
padding:0;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl205{
list-style-type:none;
float:left;
width:89px;
height:34px;
margin:0px 2px 0px 0px;
color:#96564c;
text-align:center;
font:12px/31px simsun;
background:url(now.gif) 0 0 no-repeat;
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.gbl205_current{
list-style-type:none;
float:left;
width:85px;
height:35px;
margin:0px 2px 0px 0px;
color:#96564c;
text-align:center;
font:12px/31px simsun;
background:url(bg.gif) 0 0 no-repeat;
cursor:pointer;
}


/*===more区域样式===*/

div.gbl205_more{
float:right;
}

div.gbl205_more a{
font:12px/28px simsun;
color:#96564c;
}

