.OnlineCounter {
        color: #444444;
        line-height: 18px;
}
.OnlineCounter ul {
        background: none repeat scroll 0 0 #FFFFFF;
        list-style: none outside none;
        margin: 0;
        padding: 6px;
}
.OnlineCounter .Header {
        background: url(images/icon.png) no-repeat scroll 8px center, linear-gradient(180deg, #82bb05, #a2cb3e);
        font: bold 10pt arial;
        height: 30px;
        border-radius: 5px 5px 0 0;
        color: #FFFFFF;
        font: bold 10pt/30px arial;
        height: 30px;
        padding-left: 40px;
        text-transform: uppercase;
}
