
.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;
    margin: 0;
    padding: 0;
    font: normal 13px arial;
    line-height: 1.75;
    color: #009ae5;
    text-align: center;
    font: bold 30px/1.75 a;
}
.OnlineCounter ul .label4 {
    display: none;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
	background: rgba(0, 0, 0, 0) url("Images/skin.png") no-repeat scroll left top;
    border-radius: 3px 3px 0 0;
    height: 33px;
    text-align: center;
}
.OnlineCounter .Header span {
    color: #ff3101;
    font: bold 15px/27px tahoma;
    padding-left: 20px;
    text-transform: uppercase;
}
.OnlineCounter .TotalOnline{
    display: block !important;
}