@charset "utf-8";
/* CSS Document */


.rating_working {
	width:150px;
	height:30px;
	background-image:url(../images/loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	display:none;
}
.rating_container {
	text-align:left;
	height:30px;
	width:150px;
	padding-left:15px;
	overflow:hidden;
}
.rating_main {
	position:relative;
	width:150px;
	height:30px;
	background-image:url('../images/starrating.png');
	background-position:top left;
	background-repeat:repeat-x;
}
.rating_current {
	position:relative;
	top:-30px;
	height:30px;
	background-image:url('../images/starrating.png');
	background-position:left bottom;
	background-repeat:repeat-x;
}
.rating_over {
	position:relative;
	top:-60px;
	height:30px;
	background-image:url('../images/starrating.png');
	background-position:left center;
	background-repeat:repeat-x;
	cursor:pointer;
}
.rating_cell {
	position:relative;
	top:-90px;
	float:left;
	height:30px;
	width:30px;
	cursor:pointer;
}
