
.OnlineCounter {
    border-radius: 5px 5px 0 0;
    color: #444444;
    font: 12px/18px arial;
    margin-bottom: 10px;
    /*border: 1px solid #e0e0e0;*/
}
.OnlineCounter ul {
    background: #ffffff none repeat scroll 0 0;
    list-style: outside none none;
    padding: 0;
    font: bold 13px arial;
    line-height: 1.75;
    margin-left: 20px;
}
.OnlineCounter ul span:first-child {
    display: inline-block;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
	background: #0078ce;
    /*border-radius: 3px 3px 0 0;*/
    height: 30px;
    text-align: center;
    padding-top: 2px;
}
.OnlineCounter .Header span {
    color: #fffefe;
    font: bold 10pt/27px arial;
    //padding-left: 20px;
    text-transform: uppercase;
}
