.jRating {
    cursor: default;
}

.jRating-star {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 4px;
}

.jRating-star.full {
    background-image: url("images/star_on.png");
	background-size: contain;
	background-repeat:no-repeat;
}

.jRating-star.half {
    background-image: url("images/star_on.png");
	background-size: contain;
	background-repeat:no-repeat;
}

.jRating-star.empty {
    background-image: url("images/star_off.png");
	background-size: contain;
	background-repeat:no-repeat;
}

.jRating-star:first-child {
    margin-left: 0;
}

.jRating-number {
    color: red;
    margin-left: 11px;
    font-size: 18px;
}


/*RATİNG*/
.evaluate-out{
    display: inline-block;
    margin-right: 10px;
    float: left;
	
}

.evaluate{
	min-width: 50px;
	display: inline-block;
}
.evaluate-text{
	float:left;
	text-align:center;
	height:38px;
	padding:0 10px;
	background: #E9B32A;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	display: table;
}
.evaluate-text-in {
	display: table-cell;
	vertical-align: middle;
}
.evaluate-text span{
	display:block;
	font-size:13px;
}
.evaluate-star{
	display:inline-block;
	height:38px;
	padding:0 10px;
	background: #2A2A2A;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.jRating{
	margin-top: 8px;
	display: block;
}
.jRating-star{
	cursor:pointer;
}