.rating {
	cursor: pointer;
	margin: 0px;
	display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 22px;
	height: 21px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.star-left,
.star-right {
  width: 11px
}
.star,
.star a {background:  url('/img/v1/star_blue.gif') no-repeat 0 0px;}
.star-left,
.star-left a {background: url('/img/v1/star-left_blue.gif') no-repeat 0 0px;}
.star-right,
.star-right a {background: url('/img/v1/star-right_blue.gif') no-repeat 0 0px;

}

	

.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -21px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -42px;
}


/***         ***/

.STR_Votes {
	text-align:right;
	margin-top:5px;
	clear:left;
}
.STR_Title {
	float:left;
	margin-top:3px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

.VideoPage {

}
.VideoPage .STR_Title {
	margin-top:3px;
	color:#000;
	font-size:15px;
}
.VideoPage .Rating {
	overflow: hidden;
	width: 210px;
	padding-left:5px;
}
.AudioPage {

}
.AudioPage  .STR_Title {
	margin-top:3px;
	color:#000;
	font-size:15px;
}
.AudioPage  .Rating {
	overflow: hidden;
	width: 210px;
	padding-left:5px;
}


.VideoPage .star,
.VideoPage .star a {background:  url('/img/v1/star_wht.gif') no-repeat 0 0px;}
.VideoPage .star-left,
.VideoPage .star-left a {background: url('/img/v1/star-left_wht.gif') no-repeat 0 0px;}
.VideoPage .star-right,
.VideoPage .star-right a {background: url('/img/v1/star-right_wht.gif') no-repeat 0 0px;}

.AudioPage .star,
.AudioPage .star a {background:  url('/img/v1/star_wht.gif') no-repeat 0 0px;}
.AudioPage .star-left,
.AudioPage .star-left a {background: url('/img/v1/star-left_wht.gif') no-repeat 0 0px;}
.AudioPage .star-right,
.AudioPage .star-right a {background: url('/img/v1/star-right_wht.gif') no-repeat 0 0px;

}