/* BEGIN: [Rating System] */
#rateItSection{padding:0px; margin:5px 0px 0px 14px; list-style:none;float:left;clear:right; width:180px;}
.si{float:left;list-style:none;}

.rateImageOn,
.rateImageOff{width:20px; height:18px; float:left;background-color:#000;}
.rateImageOff:hover,
.rateImageOn{background:url(/images/star_vote_on.gif) no-repeat; cursor:hand;}
.rateImageOff{background:url(/images/star_vote_off.gif) no-repeat;}
.ratingConfirmation{color:#FF0000;}

.rateSection{
	list-style-type:none;
	margin: 3px 0 3px 0;

}
.totalRated{
	float:left;
	clear:both;
	margin-top:3px;
	padding-left:15px;
	width:100%;
	height:auto;
}

#rateStatus{
	font-weight:bold;
	margin-bottom:3px;
}
#actRating,
#descRating{
	margin-top:3px;
}

/* END: [Rating System] */