.star {
	position: relative;
	width:auto;
	margin: 10px auto;
	height: 24px;
}

.star ul,.star span {
	float: left;
	display: inline;
	height: 19px;
	line-height: 19px;
}

.star ul {
	margin: 0 10px;
}

.star li {
	float: left;
	width: 24px;
	cursor: pointer;
	text-indent: -9999px;
	background: url("../image/star.png") no-repeat;
}

.star strong {
	color: #f60;
}

.star li.on {
	background-position: 0 -28px;
}

.star p {
	position: absolute;
	top: 20px;
	width: 159px;
	height: 60px;
	display: none;
	background: url("../image/icon.gif") no-repeat;
	padding: 7px 10px 0;
}

.star p em {
	color: #f60;
	display: block;
	font-style: normal;
}