.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
  color: #ccc; 
 float: right;
}
.rating > input:checked ~ label, 
.rating:not(:checked) > label:hover, 
.rating:not(:checked) > label:hover ~ label { color: #edc540;  } 

.rating > input:checked + label:hover, 
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, 
.rating > input:checked ~ label:hover ~ label { color: #EAC654;  } 


.product_id_rating {
	float: right;
	width: auto;
	position:relative;
}
.product_id_rating_overlay {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.product_id_rating_number {
	float: left;
	width: auto;
	direction: rtl;
}
.product_id_rating_title {
	float: right;
	width: auto;
	font-size: 15px;
	direction: rtl;
	font-weight: 400;
	line-height: 1em;
	text-align: left;
	margin-left: 6px;
	margin-right: 0px;
	margin-top: 9px;
}
.product_id_rating_stars_container {
	float: right;
	width: auto;
}