/*===放标签的层===*/

div.gbl201_out{
white-space:nowrap;
overflow:hidden;
background:#fff;
height:42px;
position:relative;
}
 
div.gbl201_out ul.gblable{            
margin:0;
padding:0;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl201{
list-style-type:none;
float:left;
width:120px;
margin:0px 0px 0px -1px;
color:#fff;
text-align:center;
font-size:14px;
line-height:42px;
cursor:pointer;
background:#CFB688;
}

/*===切换标签当前选中的样式===*/


li.gbl201_current{
list-style-type:none;
float:left;
width:120px;
height:42px;
margin:0px 0px 0px -1px;
color:#CFB688;
text-align:center;
font-size:14px;
line-height:42px;
font-weight:bold;
background:#F1E9DF;
cursor:pointer;
}


/*===more区域样式===*/

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font-size:14px;
line-height:42px;
color:#555;
margin-right:3px
}

