/* --------------------------------------------------------------

   star-rating.css

-------------------------------------------------------------- */
.star-rating{
  overflow:hidden;
  text-indent: -999px;
  display:inline-block;
  vertical-align:middle;
  height: 21px;
  width: 113px;
  background: url(/images/icons/star.bg.png?1729088193) no-repeat 0 0;
  text-align:left;
  }
  .star-rating_1{background-position:0 -21px;}
  .star-rating_2{background-position:0 -42px;}
  .star-rating_3{background-position:0 -63px;}
  .star-rating_4{background-position:0 -84px;}
  .star-rating_5{background-position:0 -105px;}
  
.star-rating_small{
  height: 10px;
  width: 60px;
  background: url(/images/icons/star.sm.png?1729088193) no-repeat 0 0;
  }
  .star-rating_small_1{background-position:0 -10px;}
  .star-rating_small_2{background-position:0 -20px;}
  .star-rating_small_3{background-position:0 -30px;}
  .star-rating_small_4{background-position:0 -40px;}
  .star-rating_small_5{background-position:0 -50px;}


/*** rating web styles **/

.section_rating {
  white-space: nowrap;
  overflow: visible;
}

.stars * {
  vertical-align: top;
  line-height: 26px;
}

.big_stars * {
  vertical-align: top;
  line-height: 38px;
}


.stars .star{
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  display:inline-block;
  width:26px;
  height:26px;
  zoom:1;
  padding-right: 4px;
  background-color: transparent;
}

.big_stars .star {
  width: 38px;
  height: 38px;
}

.stars span:last-of-type {
  /*padding-left: 10px;*/
  font-weight: bold;
}

.big_stars, .big_stars * {
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.fullStar, .tmp_fs{
  background-color: #333;
}

.star.star_inactive, .rating_form .star, .rating_form .star.fullStar.tmp_es {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.8;
  background-color: transparent;
}

.rating_form .star.tmp_fs, .rating_form .star.fullStar {
  -webkit-fiter:none;
  filter: none;
  opacity: 1;
  background-color: transparent;
}


.product-rating_list .rating_item {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.product-rating_list .rating_item:last-of-type {
  border:none;
}

.product-rating_list .rating_item .pull-right {
  float: right;
}

.product-rating_list .rating_item .rating_name {
  padding-right: 120px; /* width of date */
}


.product-rating_list .date {
  float: right;
}

.rating_form .stars {
  cursor: pointer;
}

.rating_form .stars, .rating_list .stars{
  overflow: hidden;
}

.tmp_es{
  background-color:#fff;
}
