.ratings_stars {
	display: inline;
}
.ratings_stars img {
	background-repeat: no-repeat;
	background-position: center center;
}
.ratings_stars form {
	display: inline;
}
.ratings_status {
	display: inline;
}
.ratings_score {
	display: inline;
}

.star_off {
	background-image: url("images/star-off.png");
}
.star_whole {
	background-image: url("images/star-whole.png");
}
.star_half {
	background-image: url("images/star-half.png");
}
.star_pick {
	background-image: url("images/star-pick.png");
}

.unrated,
.rated {
	display: inline;
}
.unrated img {
	cursor: pointer;
}
.rated img {
	cursor: default;
}

.scoreItem {
	font-weight: bold;
	font-style: italic;
}

.adaRatingBoxEnabled,
.adaRatingBoxDisabled {
	position: absolute;
	display: none;
	visibility: hidden;
	border: solid 4px #eeeeee;
	background-color: #f0fff0;
	padding: 20px;
	z-index: 30;
}

.adaCloseLink {
	position: absolute;
	top: 0px;
	right: 0px;
}

.adaRadio {
	clear: right;
}

.adaList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.disabled img {
	cursor: pointer;
}

.static img {
	cursor: default;
}

