div #content_rating_ratingoverview
{
	width:250px;
	margin:5px;
	padding:5px;
	border:1px solid #104F9B;
	background:#fff;
	display:none;
	z-index:999;
	position:absolute;
	top:15px;
	left:0px;
	text-indent:15px;
	color:#104F9B;
	font-size:12px;
	line-height:16px;
}

#content_rating_collection {
	background:transparent;
	width:200px;
	font-size:12px;
	line-height:20px;
}

*html #content_rating_collection {
	background:transparent;
	width:150px;
	font-size:12px;
	line-height:20px;
}

#content_rating_item img{
	margin:5px 0 0 0;
}

