div.content_view div.rating  {
	overflow:hidden;
	border-bottom:1px solid #808080;
	font-size:0.85em;
	height:18px;
	line-height:18px;
	padding-bottom:8px;
}
div.content_view div.rating div.box {
}
div.content_view div.rating div.title {
	float:left;
	margin-right:4px;
}
div.content_view div.rating div.default,div.content_view div.rating div.rate {
	background-image:url(../images/star00.gif);
	width:15px;
	height:14px;
	margin-left:4px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
}
div.content_view div.rating div.rate {
	background-image:url(../images/star01.gif);
}
div.content_view div.rating div.default:hover,div.content_view div.rating div.rate:hover {
	background-image:url(../images/star02.gif);
}


