﻿@charset "utf-8";
/* 代码整理：懒人之家 */

* {
	margin:0;
	padding:0;
	list-style-type:none;
}
body {
	color:#666;
	font:12px/1.5 Arial;
}
/* star */
#star {
	position:relative;
	width:600px;
	margin:20px 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(../images/star.png) no-repeat;
}
#star strong {
	color:#f60;
	padding-left:10px;
}
#star li.on {
	background-position:0 -28px;
}
#star p {
	position:absolute;
	top:20px;
	width:159px;
	height:60px;
	display:none;
	background:url(../images/icon.gif) no-repeat;
	padding:7px 10px 0;
}
#star p em {
	color:#f60;
	display:block;
	font-style:normal;
}
