/*! Mercator -  */.star-ratings-css {
	unicode-bidi: bidi-override;
	color: #C7C7C7;
	font-size: 14px;
	height: 16px;
	float: left;
	margin: 0;
	position: relative;
	padding: 0;
	text-shadow: 0px 0px 0 #a2a2a2;
}  


.star-ratings-css-top {
	color: #D9144C;
	padding: 0;
	text-shadow: 0px 0px 0 #ab5414;
	position: absolute;
	z-index: 1;
	display:block;
	left: 0px;
	height: 16px;
	overflow: hidden;
}

.star-ratings-css-bottom { 
	z-index: 0; 
	position: relative;
}

.rating-star-bottom {
	float:right; 
	display: inline-block;
}

.user .rating-star-bottom:hover,
.user .rating-star-bottom:hover ~ .rating-star-bottom {
	color: #D9144C;
	cursor: pointer;
}

.productUserRating:hover {
	color: #C7C7C7;
}

.productUserRating:hover > .star-ratings-css-top {
	width: 0px !important;
}


.rating-box {
  /*background-image: url("../img/svg/rating.svg"), none;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 12px;
  width: 73px;
}
.rating-box .rating {
  height: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 73px;
}
.rating-box .rating * {
  vertical-align: top;
}

.reviews-box {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 14px;
}

.reviews-box .rating-box {
  margin: 0 20px 0 0;
}