
.OnlineCounter li a {
    display: inline-block;
    white-space: nowrap;
}
.OnlineCounter li span {
    display: inline-block;
    white-space: nowrap;
}
.OnlineCounter { background: none repeat scroll 0 0 #eff7f8;
    color: #444444;
    height: 90px;
    line-height: 18px;
    margin: 0 0 20px;
}
.OnlineCounter ul {
   
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
.OnlineCounter .Header {
    #background: url("images/thongke2.png") no-repeat scroll 2px 3px, url("images/bar12.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    #border-radius: 0 10px 0 0;
  	background:#0072BA;
    height: 26px;
    padding-bottom: 3px;
}
.OnlineCounter .Header span{
    color: #ffffff;
    font: bold 10pt/28px arial;
    padding-left: 10px;
}
.OnlineContainer > li {
    float: left;
    margin-right: 10px;
}
