/* CSS Document */
.stream_rating_text{
	position:relative;
	width:90px;
	height:14px;
	margin:0px;
	clear:both;
	overflow:hidden;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
	font-weight:normal;
	color:#666666;
}
.stream_rating_rating{
	color:#000000;
	font-weight:bold;
}
.stream_rating_stars{
	position:relative;
	width:95px;
	height:15px;
	margin:2px auto auto 0px;
	clear:both;
	overflow:hidden;
}
.stream_rating_stars_off{
	position:relative;
	margin:0px auto 0px 2px;
	width:16px;
	height:15px;
	float:left;
	overflow:hidden;
	background:url(/cc-common/js/widget_images/ratings/star_off_transparent.gif) top left;
}
.stream_rating_stars_on{
	position:relative;relative;
	margin:0px auto 0px 2px;
	width:16px;
	height:15px;
	float:left;
	overflow:hidden;
	background:url(/cc-common/js/widget_images/ratings/star_on_transparent.gif) top left;
}

