
.OnlineCounter li a {
    display: inline-block;
    white-space: nowrap;
}
.OnlineCounter li span {
    display: inline-block;
    white-space: nowrap;
}
.OnlineCounter {
    color: #444444;
    height: 65px;
    line-height: 18px;
    margin: 0 0 15px;
    width:220px;
}
.OnlineCounter ul {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
.OnlineCounter .Header {
    background: url("Images/logo.png") no-repeat scroll 2px 5px, url("Images/bar.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;
}
