.kk-star-ratings {
    height: 40px;
    overflow: hidden;
    margin: 10px 0px 5px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 1em 0px;
    width: 100% !important;
	position: relative;
}
.kk-star-ratings .text {
float: right;
	font-size:13px;
	line-height:38px;
	font-weight:bold;
}


.kk-star-ratings .kksr-stars {
	height: 16px;
	position: relative;
}
.kk-star-ratings .kksr-star {
	background-position: 0px 0px;
	width:85px;
	float: left;
}
.kk-star-ratings .kksr-star.gray {
	background-image: url(gray.png);
}
.kk-star-ratings .kksr-star.yellow {
	background-image: url(yellow.png);
}
.kk-star-ratings .kksr-star.orange {
	background-image: url(orange.png);
}
.kk-star-ratings .kksr-stars .kksr-fuel {
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.kk-star-ratings .kksr-stars a {
	width: 17px;
	height: 16px;
	float: left;
	position: relative;
	z-index: 1;
	text-decoration: none;
	border: 0;
}
.kk-star-ratings .kksr-stars a:focus {
	text-decoration: none;
	border: 0;
	outline: none;
}
.kk-star-ratings .kksr-legend {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    padding: 3px;
    position: absolute;
    left: 0px;
    top: 30px;
    width: 85px;
    text-align: center;
}
.kk-star-ratings .kksr-legend .kksr-title {
	display: none;
}

.kk-star-ratings .kksr-stars,
.kk-star-ratings .kksr-stars .kksr-fuel,
.kk-star-ratings .kksr-stars a {
	background-color: transparent !important;
}

