/*===放标签的层===*/

div.gbl210_out{
white-space:nowrap;
overflow:hidden;
height:42px;
position:relative;
background:#FFF;
margin:-3px -1px 0px -1px;
border-bottom:2px #ddd solid;

}
 
div.gbl210_out ul.gblable{            
margin:0;
padding:0;
padding-left:95px;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl210{
list-style-type:none;
float:left;
width:120px;
height:42px;
margin:3px 2px 0px 0px;
color:#555;
text-align:center;
font:14px/39px 'Microsoft YaHei',Verdana, Arial,Sans-Serif;
border:1px #F6F6F6 solid;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.gbl210_current{
list-style-type:none;
float:left;
height:42px;
width:120px;
margin:3px 2px 0px 0px;
color:#555;
text-align:center;
font:14px/39px 'Microsoft YaHei',Verdana, Arial,Sans-Serif;
background:#F6F6F6;
border:1px #ddd solid;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
cursor:pointer;
}


/*===more区域样式===*/

div.gbl210_more{
float:right;
}

div.gbl210_more a{
font:14px/42px 'Microsoft YaHei',Verdana, Arial,Sans-Serif;
color:#555;
margin-right:3px
}

