
.kk-star-ratings {
	width: 200px;
}
.kk-star-ratings.top-left,
.kk-star-ratings.top-right {
	margin-top: 0px;
	border:0px solid #f00;
}
.kk-star-ratings.lft {
	float: left;
	margin-right: 10px;
}
.kk-star-ratings.rgt{
	float: right;
	margin-left: 10px;
}
.kk-star-ratings .kksr-stars {
	height: 12px;
	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: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.kk-star-ratings .kksr-stars a {
	width: 12px;
	height: 12px;
	float: left;
	position: relative;
	z-index: 1;
}
.kk-star-ratings .kksr-legend {
	font-size: 11px;
	color: #cdcdcd;
	text-align: left;
	line-height: 12px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 75px;
	margin-top: -12px; 
	width: 85px;
	border:0px solid #00f;
	position:absolute;
}
.kk-star-ratings .kksr-legend .kksr-title {
	display: none;
}
.ratenums {
	color:#444;
}
