
.OnlineCounter {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.OnlineCounter ul {
    list-style: outside none none;
    margin: 0;
    padding: 5px 5px 10px 0px;
    color: #000000;
}
.OnlineCounter ul span:first-child {
    display: inline-block;
    padding: 0 0 0 10px;
}
.OnlineCounter .Header {
    background: #002664 no-repeat scroll right center;
    text-align: center;
    height: 32px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* border-bottom: 2px solid #FF8000; */
}
.OnlineCounter .Header span {
   color: #fff !important;
   font: bold 13px/20px arial;
   text-transform: uppercase;
   white-space: nowrap;
   margin-top: 5px;
   /* border: 1px solid; */
   border-left: none;
   border-right: none;
   display: inline-block;
   width: 100%;
}
.OnlineCounter ul li{
    padding-bottom: 5px;
}
.OnlineCounter ul li:first-child{
       background: url(images/users.png) no-repeat;
       background-size: 18px 18px;
       position: relative;
       padding-left: 15px;
       background-position: left 2px;
}
.OnlineCounter ul li:nth-child(2){
       background: url(images/today.png) no-repeat;
       background-size: 18px 18px;
       position: relative;
       padding-left: 15px;
       background-position: left 2px;
}
.OnlineCounter ul li:nth-child(3){
     background: url(images/month.png) no-repeat;
    background-size: 18px 18px;
       position: relative;
       padding-left: 15px;
       background-position: left 2px;
}
.OnlineCounter ul li:last-child{
     background: url(images/hits.png) no-repeat;
        background-size: 18px 18px;
       position: relative;
       padding-left: 15px;
       background-position: left 2px;
}
.OnlineCounter .TotalOnline {
    font-weight: bold;
}