span.ratingItemsContainer {
	display: block;
	
	height: 26px;
	padding:0 0 0 5px;
}

span.ratingItemsContainer a {
	float:left;
	width:15px;
	height: 15px;
	margin-right:5px;
	background:url(../stars.gif) 0 -34px no-repeat transparent;
	text-indent:-999em;
	cursor:hand;
	outline-color: -moz-use-text-color;
	outline-style: none;
}

span.ratingItemsContainer a.hover {
	background-position:0 -18px;
}

span.ratingItemsContainer a.selected {
	background-position:0 0;
}

span.ratingItemsContainer a.selected75 {
	background-position:0 -51px;
}

span.ratingItemsContainer a.selected50 {
	background-position:0 -68px;
}

span.ratingItemsContainer a.selected25 {
	background-position:0 -85px;
}

span.ratingMessage {	
	display:block;
	display:none;
	color:#183062;
	font-size:11px;
	font-weight:bold;
	margin-left:90px;	
}
