
.OnlineCounter {
    color: #444444;
    font: 13px/18px arial;
    margin-bottom: 10px;
    background: #fcfcfc;
    box-shadow: 0px 0px 0.1px 0;
   margin-top:10px;
}
.OnlineCounter ul {
    list-style: outside none none;
    margin-left: 30px;
    padding: 0px 10px 10px 25px;
}
.OnlineCounter ul li {   
   line-height:22px;
}
.OnlineCounter .Header {
  	 background-color:#314b27;
  	height: 35px;
  	width: 100%;
    text-align:center;
}
.OnlineCounter .Header span {
    color: #fff;
    font: bold 14px arial;
  //  padding:10px 0 0 20px;
    text-transform: uppercase;
    display:inline-block;

  line-height:35px;
}
.OnlineCounter .OnlineContainer .TotalOnline {
    font: bold 18px 'tahoma';
    letter-spacing: 8px;
    padding-left: 4px;
    padding-top: 4px;
    /* margin-left: 0px; */
    /*

background: #32670f; 
background: -moz-linear-gradient(top, #32670f 0%, #50a218 51%, #3d7a12 100%);
background: -webkit-linear-gradient(top, #32670f 0%,#50a218 51%,#3d7a12 100%);
background: linear-gradient(to bottom, #32670f 0%,#50a218 51%,#3d7a12 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32670f', endColorstr='#3d7a12',GradientType=0 );*/
    color: #006d00;
   
    
}
