
.kk-star-ratings {
	width: 120px;
}
.kk-star-ratings.top-left,
.kk-star-ratings.top-right {
	margin-top: 3px;
}
.kk-star-ratings.lft {
	float: left;
	margin-right: 10px;
}
.kk-star-ratings.rgt{
	float: right;
	margin-left: 10px;
}
.kk-star-ratings .kksr-stars {
	height: 24px;
	position: relative;
}
.kk-star-ratings .kksr-star {
	background-position: 0px 0px;
}
.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: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.kk-star-ratings .kksr-stars a {
	width: 24px;
	height: 24px;
	float: left;
	position: relative;
	z-index: 1;
}
.kk-star-ratings .kksr-legend {
    font-size: 12px;
    color: #999;
    text-align: left;
    line-height: 18px;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 170px;
}
.kk-star-ratings .kksr-legend .kksr-title {
	display: none;
}
.kksr-title{
    color: #603D27;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-align: left;
}

.kksr-stars{
    width: 120px;
    float: left;
}