
.OnlineCounter {
    border-radius: 5px 5px 0 0;
    color: #444444;
    font: 12px/18px arial;
    margin-bottom: 10px;
}
.OnlineCounter ul {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.OnlineCounter ul span:first-child {
    display: inline-block;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
    background: #0080c7 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    height: 30px;
}
.OnlineCounter .Header span {
    color: #fff;
    font: bold 10pt/30px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
