
.OnlineCounter {
    color: #444;
    margin: 20px 0;
}
.OnlineCounter .MultiRow {
    background: url("images/verBar.png") no-repeat scroll center top #fcf7c0;
    border: 2px dashed #5db006;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px 5px 1px;
}
.OnlineCounter .MultiRow ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 5px 5px 20px;
}
.OnlineCounter .MultiRow .Header {
    background: url("images/bar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #ffffff;
    font: bold 10pt/50px arial;
    height: 50px;
    padding-left: 50px;
}
.OnlineCounter .MultiRow .OnlineContainer > li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
