
.OnlineCounter li a {
    display: inline-block;
    white-space: nowrap;
  	
}
.OnlineCounter li span {
    display: inline-block;
    white-space: nowrap;
}
.OnlineCounter {
    color: #444444;
    height: 75px;
    line-height: 18px;
    margin: 8px 0 25px;
}
.OnlineCounter ul {
    background: #ffffff none repeat scroll 0 0;
    height: 35px;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
.OnlineCounter .Header {
    background: #ef1414 url("images/b.png") no-repeat scroll right top;
    border-radius: 5px 5px 0 0;
    height: 25px;
}
.OnlineCounter .Header span {
    color: #ffffff;
    font: bold 10pt/25px arial;
    padding-left: 10px;
}
.OnlineContainer > li {
    float: left;
    margin-right: 10px;
}
