.rating_section {
	color: #8B8A76;
	font-size: 0.9em;
    position: relative;
    text-align: right;
    margin: 2px 0;
}
.rating_section span {
    padding-right: 1ex;
}
.rating {
    float: right;
    width: 55px;
	margin: 0;
	padding: 0;
}
/*
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
*/
.cancel,
.star {
	float: left;
	width: 11px;
	height: 11px;
	overflow: hidden;
	text-indent: -999em;
	/*cursor: pointer;*/
}
.star-left {
  width: 6px;
  height: 11px;
}
.star-right {
  width: 5px;
  height: 11px;
}

.cancel a,
.star a {
    padding: 0;
    margin: 0;
	display: block;
	width: 100%;
	height: 11px;
    background-image: url("stars.gif") !important;
    background-repeat: no-repeat !important;
	background-position: 0 0px !important;
}

.star-left a {
    background-position: 0px 0px !important;
}

.star-right a {
    background-position: -6px 0px !important;
}

div.rating a.on {
	background-position: 0 -11px !important;
}

div.rating a.hover {
	background-position: 0 -22px !important;
}

div.rating a.fixed {
    background-position: 0 -11px !important;
}

div.rating.fixed a {
    cursor: default !important;
}

div.rating div.star-right a.on {
	background-position: -6px -11px !important;
}

div.rating div.star-right a.hover {
	background-position: -6px -22px !important;
}

div.rating div.star-right a.fixed {
	background-position: -6px -11px !important;
}

