
.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/logo.png") no-repeat scroll 2px 3px, url("images/bar4.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 10px 0 0;
    height: 28px;
    #padding-bottom: 5px;
}
.OnlineCounter .Header span{
    color: #ffffff;
    font: bold 10pt/28px arial;
    padding-left: 28px;
}
.OnlineContainer > li {
    float: left;
    margin-right: 10px;
}