/*Begin rating-bar*/
#rating-bar {
	list-style:none;
	font-family:Arial,"宋体";font-size:12px;color:#7b7b7b;
}
#rating-bar li {
	height:12px;
	line-height:12px;
	margin-bottom:3px;
}
#rating-bar em {
	float:left;
	text-align:right;
	font-style:normal;
	width:36px;
}
#rating-bar span {
	float:left;
	width:160px;
	height:12px;
	background:#eee;
}
#rating-bar span small {
	display:inline-block;
	width:0px;
	height:0px;
	padding-top:12px;
	overflow: hidden;
}
#rating-bar .bar1 small {
	background:url("/img/bar.gif") left top;
}
#rating-bar .bar2 small {
	background:url("/img/bar.gif") left top;
}
#rating-bar .bar3 small {
	background:url("/img/bar.gif") left top;
}
#rating-bar .bar4 small {
	background:url("/img/bar.gif") left top;
}
#rating-bar .bar5 small {
	background:url("/img/bar.gif") left top;
}
.addText {
	position:absolute;
	font-size: 11px;
	margin-left:5px;
	margin-top:-2px;
}
/*End rating-bar*/
/*Begin rating-star*/
#rating-star, #rating-star a:hover, #rating-star a:active, #rating-star a:focus, #rating-star #current-rating {
	background:url("/img/star.gif") left -1000px repeat-x;
}
#rating-star {
	position:relative;
	width:140px;
	height:28px;
	overflow:hidden;
	list-style:none;
	margin:0px;
	padding:0px;
	background-position:left top;
}
#rating-star li {
	display:inline;
}
#rating-star a, #rating-star #current-rating {
	position:absolute;
	bottom:0;
	left:0;
	text-indent:-1000em;
	height:28px;
	line-height:28px;
	outline:none;
	overflow:hidden;
	border:none;
}
#rating-star a:hover, #rating-star a:active, #rating-star a:focus {
	background-position:left bottom;
}
#rating-star a.star1 {
	width:20%;
	z-index:6;
}
#rating-star a.star2 {
	width:40%;
	z-index:5;
}
#rating-star a.star3 {
	width:60%;
	z-index:4;
}
#rating-star a.star4 {
	width:80%;
	z-index:3;
}
#rating-star a.star5 {
	width:100%;
	z-index:2;
}
#rating-star #current-rating {
	z-index:1;
	background-position:left bottom;
}
#rating-star #type, #rating-star #id {
	display:none;
}
#rating-value {
	font-family:Arial,"宋体";font-size:12px;color:#7b7b7b;
	position:absolute;
	width:80px;
	margin-left:205px;
	margin-top:-20px;
}
#rating-text {
	font-family:Arial,"宋体";font-size:12px;color:#7b7b7b;
	float:left;
	font-style:normal;
	width:60px;
	margin-top:10px;
}
/*End rating-star*/
