
.OnlineCounter {
    border: 1px solid #e0e0e0;
    color: #444444;
    line-height: 20px;
    margin-bottom: 10px;
      border-radius: 5px 5px 0 0;
}
.OnlineCounter ul {
    background: #ffffff none repeat scroll 0 0;
    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: url("images/logo.png") no-repeat scroll 8px 1px, rgba(0, 0, 0, 0) url("images/menutop.jpg") repeat scroll center center;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    height: 26px;
    width: 100%;
}
.OnlineCounter .Header span {
    color: #fff;
    font: bold 10pt/26px arial;
    padding-left: 32px;
}
