

/* --------------------------------------------- */
/* --------------- counter style --------------- */
/* --------------------------------------------- */
.counter_table {
  width: 136px;
  color: #000000;
  font-size: 11px;
}
.header_l {
  width: 7px;
  background: url('bg_counter.png') top left no-repeat;
  background-position: 0% 0px;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
.header_r {
  background: url('bg_counter.png') top right no-repeat;
  background-position: 100% 0px;
  font-weight: bold;
  text-align: left;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
.data {
  border-left: 1px solid #793D3E;
  border-right: 1px solid #793D3E;
  border-bottom: 1px solid #793D3E;
  background: url('bg_counter-data.gif') center center no-repeat;
}
.module {
  text-align: left;
  padding: 0px 5px 0px 3px;
}
.hits {
  text-align: right;
  padding: 0px 3px 0px 5px;
}
.user {
  font-weight: bold;
}
.footer_l {
  width: 7px;
  height: 20px;
  background: url('bg_counter.png') top left no-repeat;
  background-position: 0% -22px;
  margin: 0px;
  padding: 0px;
}
.footer_r {
  height: 20px;
  background: url('bg_counter.png') top right no-repeat;
  background-position: 100% -22px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 1px 7px 0px 0px;
}
