/*
   star-ratings.css - v0.1
   MKM UI Framework
   
   Created by Dave Waller on 2011-11-23.
   Copyright 2012 MyKnowledgeMap Ltd. All rights reserved.
*/

ul.item-rating {
	margin:0px;
	padding:0px;
	clear:both;
	list-style-type:none;
}
ul.item-rating li {
	margin:0px;
	padding:0px;
	width:16px;
	height:16px;
	background:url(../images/star-off.png) no-repeat;
	float:left;
}
ul.item-rating li.star {
	background:url(../images/star-on.png) no-repeat !important;
}
ul.item-rating li.half {
	background:url(../images/star-half.png) no-repeat !important;
}