.wrap_total {
    width: 100%;
}

.wrap_total .total{
  text-align: center;
  padding: 10px 0;
}

.wrap_total .label{
  font-size: 12px;
  height: 24px;
  text-align: left;
  padding-left: 25px;
  position: relative;
  text-indent: 25px;
  color: #343434;
}
.wrap_total .label:before {
  content: " ";
  width: 16px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 3px;
  background: url(../images/default-icon-total.png) no-repeat;
}
.wrap_total .online:before {
  background-position: -128px 0;
}
.wrap_total .today:before {
  background-position: -192px 0;
}
.wrap_total .month:before {
  background-position: -0 0;
}

.wrap_total .value{
  text-align: right;
  padding-right: 10px;
}

.vdigit-0, .vdigit-1, .vdigit-2, .vdigit-3, .vdigit-4, .vdigit-5, .vdigit-6, .vdigit-7, .vdigit-8, .vdigit-9 {
  width: 15px;
  height: 20px;
  background: url(../images/default-digit.png) no-repeat top left;
  text-indent: -999em;
  display: inline-block;
}

.vdigit-0{background-position:0 0;}
.vdigit-1{background-position:-30px 0;}
.vdigit-2{background-position:-60px 0;}
.vdigit-3{background-position:-90px 0;}
.vdigit-4{background-position:-120px 0;}
.vdigit-5{background-position:-150px 0;}
.vdigit-6{background-position:-180px 0;}
.vdigit-7{background-position:-210px 0;}
.vdigit-8{background-position:-240px 0;}
.vdigit-9{background-position:-270px 0;}
.sty_table_rv th {
    height: 28px;
    padding: 5px;
    background: url("../../../images/content_box_title.html") repeat-x scroll 0% 0% #EDEDED;
    border: 1px solid #C8C8C8;
    color: #242424;
	}

/*#gallery_01 {
    float: left;
    position: relative;
    padding: 4px;
    border: 1px solid #E8E8E8;
    width: 302px;
    height: auto;
    overflow: auto;
    border-radius: 5px;
}
#gallery_01 ul li {float: left; position: relative;}
.p_d_title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px solid #444;
    margin: 12px 0px;
    color: #444;
    position: relative;
    padding-bottom: 3px;
}
.p_d_title::after {
    border-width: 5px 5px 6px;
    border-style: solid;
    border-color: transparent transparent #444;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    content: " ";
    position: absolute;
    top: 11px;
    left: 70px;
}*/