@import url('fonts.css?v=1.5.2');
.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

/**********************************/
._sm_mini {
  display: inline-block;
  height: auto !important;
  line-height: 18px;
}
._sm_mini .reviewStars {
  float: left;
  height: auto !important;
}
._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:#ffa700;
  height: 100%;
  left: 0;
  position: absolute;
  border-radius:3px;
  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;
}*/

.reviewStars ._starBox {
  display: inline-block;
  margin-right: 2px !important;
  position: relative;
  font-family: "jlexreview" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 16px;
  height: auto !important;
  width: auto !important;
}

.reviewStars ._active {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 0;
    z-index: 2;
    color: #ffa700;
    overflow: hidden;
    text-shadow: 0 0 3px #fff;
}

.reviewStars ._active:before {
  content: "\73";
}

.reviewStars ._star {
  color: rgba(0,0,0,0.1);
  z-index: 1;
}

.reviewStars ._star:before {
  content: "\78";
}
