/*===放标签的层===*/

div.gbl201_out{
white-space:nowrap;
overflow:hidden;
background:#fff;
height:28px;
border-bottom:1px #C2C2C2 solid;
position:relative;
}
 
div.gbl201_out ul.gblable{            
margin:0;
padding:0;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl201{
list-style-type:none;
float:left;
width:105px;
height:28px;
border:1px #C2C2C2 solid;
color:#921C21;
text-align:center;
font:14px/28px 'microsoft yahei',Verdana, Arial;
background:#fff;
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.gbl201_current{
list-style-type:none;
float:left;
width:105px;
height:28px;
border:1px #921C21 solid;
color:#fff;
text-align:center;
font:14px/28px 'microsoft yahei',Verdana, Arial;
background:#921C21;
cursor:pointer;
}


/*===more区域样式===*/

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font:12px/28px 'microsoft yahei',Verdana, Arial;
color:#555;
margin-right:3px
}

