@import url('fonts.css');
.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

/**********************************/
._sm_mini {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
._sm_mini .reviewStars {
  float: left;
  height: 24px;
}
._sm_mini a._countReview {
  float: left;
  margin-left: 5px;
  color: #666;
}
._sm_mini span._count {
    padding-left: 1px;
}

._sm_mini a._countReview i {
    font-size: 10px;
}
.reviewStars ._starBox {
  background-color: #ddd;
  border-radius: 3px;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  overflow: hidden;
  position: relative;
  width: 24px;
}
.reviewStars ._active {
  background-color: #007f4e;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.reviewStars ._star {
  background-image: url("../images/sprite_star.png");
  background-position: center center;
  background-size: cover;
  height: 20px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 20px;
  z-index: 5;
}
