.teamGameLeadersHolder{
float:left;
width:366px;
height:185px;
overflow:hidden; /*不显示超过对象尺寸的内容*/
background:url(../Image/UI/prdlist_title.gif) left top no-repeat;
}
.teamGameLeadersHolder .tgl{
float:right;/*
clear:both;*/
width:366px;
height:165px;
padding:5px 10px 5px 10px;
color:#000;
font-size:13px;
background:#fff;
border:1px;
border-color:#339966;
border-style:solid;/*
overflow:hidden; 不显示超过对象尺寸的内容*/
} 

.teamGameLeadersHolder .gl_on,
.teamGameLeadersHolder .gl_off{
float:right;
width:70px;
text-align:center;
padding:4px 0px 0px 0px;
color:#fff;
font-size:13px;
} 

.teamGameLeadersHolder .gl_on{
color:#000;
font-weight:bold;
background:url(../Image/UI/tab_on.gif) left top no-repeat;
} 

.teamGameLeadersHolder .gl_off{
color:#fff;
background:url(../Image/UI/tab_off.gif) left top no-repeat;
}

