@CHARSET "UTF-8";
*{
	margin: 0;
	padding:0;
}
body{
	font-size:12px;
	background:#f5f5f5;
	font-family:'宋体';
}
.cpc{
	width:960px;
	margin:10px  auto 0 auto;
}
img{
	border:none;
}
ul{
	list-style-type:none;
}
a{
	text-decoration:none;color: #333;
}
a:hover{
	text-decoration:underline;
}

.ui-icon{
	background:url(../images/ui-icon.gif);
    display: inline-block;
    float: left;
    height: 16px;
    margin: 10px  5px 0 10px;
    width: 16px;
}
#nav{
	background:#e43770;
	font-size:14px;
}
#nav ul{
	width:960px;
	margin:0 auto;
	height:40px;
	line-height:40px;
}
#nav ul li{
	float:left;
	border-left:1px solid #ea5483;
	border-right:1px solid #de1a5a;
	
}
#nav ul li.current a{
	background:#fff;
	color:#e12160;
}
#nav ul li.right{
	float:right;
}
#nav ul li a{
	color:#fff;
	display:block;
	padding:0 10px 0 0;
}


#nav ul .home span{
	background-position:0 0;
}
#nav ul li.current .home span{
	background-position:0 -20px;
}
#nav ul .teleplay span{
	background-position:-22px 0;
}
#nav ul li.current .teleplay span{
	background-position:-22px -20px;
}
#nav ul .movie span{
	background-position:-43px 0;
}
#nav ul li.current .movie span{
	background-position:-43px -20px;
}
#nav ul .cartoon span{
	background-position:-63px 0;
}
#nav ul li.current .cartoon span{
	background-position:-63px -20px;
}
#nav ul .variety span{
	background-position:-82px -2px;
}
#nav ul li.current .variety span{
	background-position:-82px -20px;
}
#nav ul .music span{
	background-position:-143px -2px;
}
#nav ul li.current .music span{
	background-position:-143px -20px;
}
#nav ul .special span{
	background-position:-102px 0;
}
#nav ul li.current .special span{
	background-position:-102px -20px;
}
#nav ul .tv span{
	background-position:-122px 0;
}
#nav ul li.current .tv span{
	background-position:-122px -20px;
}
#nav ul .new span{
	background-position:-43px -152px;
}
#nav ul li.current .new span{
	background-position:-63px -152px;
}
#nav ul .history span{
	background-position:-142px -41px;
}
#nav ul li.current .history span{
	background-position:-142px -62px;
}
#nav ul li a:hover{
	background:#fff;
	display:block;
	color:#e43770;
	text-decoration:none;
}
#main-nav{
	background:#fff;
	border-bottom:1px solid #e5e5e5;
}
#main-nav div{
	width:960px;
	margin:0 auto;
	height:37px;
	line-height:37px;
}

#main-nav ul li{
	float:left;
}

#main-nav ul li a{
	border-right:1px solid #999;
	padding:0 7px;
	color:#333;
}
#main-nav .noborder a{
	border:none;
}
#main-nav ul.teleplay .title{
	color:#390;
	font-weight:bold;
}
#main-nav ul.movie .title{
	color:#06c;
	font-weight:bold;
}
#main-nav ul.movie{
	float:right;
}

#header{
	width:960px;
	margin:0 auto;
	height:100px;
}
#header h1 {
	width:232px;
	float:left;
	padding:15px 0;
}
#header h1 a{
	background:url(../images/logo_1.png) no-repeat left center;
	width:232px;
	height:70px;
	display:block;
	text-indent:-9999px;
}
#header form{
	width:475px;
	float:left;
	padding:30px 0 0  0;
	position:relative;
}
#header form input.keyword {
	background:url(../images/search_box.gif) no-repeat ;
	width:465px;
	height:35px;
	line-height:35px;
	border:none;
	padding:0 0 0 5px;
	font-size:16px;
	color:#999;
	margin:0 0 1px 0;
}
#header form input.button{
	background:url(../images/search.gif) no-repeat ;
	width:19px;
	height:19px;
	border:none;
	cursor:pointer;
	position:absolute;
	right:15px;
	top:38px;
	text-indent:-9999px;
}
#header form div{
	height:26px;
	line-height:26px;
	overflow:hidden;
}
#header form a{
	padding:0 3px;
	font-size:12px;
	color:#333;
}


#header ul.help{
	float:right;
}
#header ul.help li{
	float:left;
	margin:0 0 0 2px;
	text-align:center;
}
#header ul.help li a{
	display:block;
	width:45px;
	height:60px;
	text-align:center;
	color:#666;
	overflow:hidden;
	margin:20px 0 0 0;
}
#header ul.help li a:hover{
	color:#e12160;
	background:#ddd;
	text-decoration:none;
}

#header ul.help .ui-icon{
	width:25px;
	height:27px;
	dispaly:block;
	float:left;
}
#header ul.help .new span{
	background-position:-35px -126px;
}
#header ul.help .sort span{
	background-position:-5px -124px;
}
#header ul.help .help span{
	background-position:-70px -124px;
}
#header ul.help .comment span{
	background-position:-100px -124px;
}
#header ul.help .collect span{
	background-position:-130px -126px;
}


#footer{
	text-align:center;
	border-top:2px solid #e12160;
	padding: 20px 0 20px 0;
	color:#666;
	background:#ececec;
}
#footer span{
	color:#e12160;
}
#footer  a{
	color:#e12160;
}
#footer p{
	margin: 0 0 10px 0;
}
#footer p a{
	color:#333;
}
#footer ul{
	
}
#footer ul li{
	padding:10px 0 0 0;
}



/*分页*/
.page{
	text-align:center;
	padding:10px 0 0 0;
}
.page span{
	height:18px;
	padding:0 5px;
	line-height:18px;
	background:#ffede9;
	display:inline-block;
	border:1px solid red;
	font-weight:bold;
}
.page a{
	display:inline-block;
	height:18px;
	padding:0 4px;
	line-height:18px;
	background:#fff;
	border:1px solid #d6d6d6;
	text-align:center;
	color:#666;	
}
.page a:hover{
	background:#f1f1f1;
	color:#000;
	text-decoration:none;
	border:1px solid red;
}
.page em{
	display:inline-block;
	height:18px;
	line-height:18px;
	color:#b2b2b2;
	text-align:center;
	font-style:normal;
	background:url(../images/pagebg.gif);
	border:1px solid #eaeaea;
	padding:0 5px;
	margin:0 1px;
}

.page input {
	border:1px solid #ccc; 
	color:#69c; 
	text-align:center;
	font:normal 12px/14px Verdana;
}
.page .pagego{
	height:18px;
	line-height:18px;
	width:30px;
}
.page .pagebtn{
	height:19px;
	cursor:pointer;
	color:#b82a20;
	margin-left:3px;
	background:url(../images/go.gif) no-repeat;
	width:35px;
	border:none;
	text-indent:-9999px;
	position:relative;
	top:1px;
	left:2px;
}
#nav ul{
	position:relative;
}

#nav ul li .history_box{
	z-index:9999; 
	border:1px solid #e12160;
	border-top:none;
	background:#fff; 
	width:200px;
	overflow:hidden;
	right: 0px;
	top:40px;
	z-index:999px;
}
#nav ul li .history_box dt{text-align:right; padding-right:5px; height:24px; line-height:24px; border-bottom:1px solid #F9F9F9; cursor:pointer;}

#nav ul li .history_box dt span{color:#666;}

#nav ul li .history_box dd{clear:both;height:24px;line-height:24px;text-overflow:ellipsis;white-space: nowrap;}

#nav ul li .history_box dd a{color:#990033; display:block;padding-left:5px;}

#nav ul li .history_box dd.odd {background-color: #eee;}

#nav ul li .history_box dd a:hover{background-color: #acacac;color: white;}

#nav ul li.hx_clear{
	width:100%;
	text-align:center;
}
#nav dd.hide{
	text-align:center;
}

.ac_results{
	border:1px solid #acacac;color:#990033;border-top:none;
	background:#fff;
	letter-spacing:1px;
	font-size:14px;
}
.ac_results ul li{
	line-height:26px;
	padding:0 10px 0 10px;
	cursor:pointer;
	border-bottom:1px dashed #dedede;
	color:#333;
}
.ac_results ul li strong{
	color:#e12160;
}
.ac_results ul li:hover{
	background:#eee;
}

#address {
width: 938px;
margin: 0 auto;
border: 1px solid #ddd;
background: #fff;
height: 35px;
line-height: 35px;
padding: 0 0 0 20px;
}

/* rating */
#rating{
	width: 300px;
	height: 32px;
	line-height: 30px;
	overflow: hidden;	
	color: #666;
	border: 1px solid #ddd;
	border-radius: 2px;
	float: left;
	clear: both;
}			
	#rating span{ 
		float: left;
		font-size: 14px;
		height: 32px;
		overflow: hidden;
	}	
	#rating span.label{ 		
		padding: 0 0 0 10px;
		background-color: #eee;
	}
	#rating .rating{
		float: left;
		width: 120px;
		height: 24px;
		overflow: hidden;
		padding: 3px 10px 0 7px;
	}	
		#rating .rating li{
			cursor: pointer;
			float:left;
			overflow: hidden;
			width: 24px;
			height: 24px;
			text-indent: -99px;
			background: url(../images/rating.png) 0 0 no-repeat;
		}
		#rating .rating li.hover,
		#rating .rating li.active{
			background: url(../images/rating.png) 0 -24px no-repeat;
		}

		/*评分星级*/
.Gold {display:inline-block;width:120px;}
.Gold span{float:left; width:24px; height:24px; cursor:pointer}
.Gold .all{background:url(../images/rating.png) repeat;}
.Gold .half{background:url(../images/rating.png) 24px 0 repeat;}
.Gold .none{background:url(../images/rating.png) 48px 0px repeat;}
.Goldnum{font:bold 30px Arial;color:#F36; position:relative; top:-2px;}
.golder{ font-size:12px;position:relative; top:-2px; left:3px;}
.Golder{ font-size:12px;color:#999;}
.Goldtitle{display:none;position:absolute;background:#FFFFFF;border:1px solid #E4E4E4;height:24px;line-height:24px;text-align:center;color:#FF0000;filter:alpha(opacity=80);opacity:0.8;}	