@charset "gbk";
/* SOHU Movie Lib CSS
 * Version: 1.18
 * Author: Matt Wang (www.uiland.com)
 * Copyright: Sohu.com (www.sohu.com)
 * Created: 2007-12-07 16:00
 * Update: 2008-01-16 21:30
 */


@import url(base.css); 

a{color:#104d6c;text-decoration:none;}
a:hover{color:#e31469;text-decoration:underline;}
a:focus,a:active{color:#104d6c;text-decoration:none;}

/*** Structure ***/
#content{
display:block;
float:none;
width:100%;
padding:0;
}

/* sideBar */
.sideBar{overflow:hidden;width:220px;float:left;}

/*搜索导航*/
#libNav{}
	#libNav .bBody{
	padding:10px 0 10px 10px;
	}
	#libNav dt{
	height:20px;
	margin-right:10px;
	padding:2px 0 1px 20px;
	>padding:3px 0 0 20px;
	border-bottom:2px solid #ddd;
	background-image:url(images/ico_navTitle.gif);
	background-position:left;
	background-repeat:no-repeat;
	font:bold 12px/20px Verdana;
	}
		#libNav dt.byType{
		background-position:0 0;
		}
		#libNav dt.byArea{
		background-position:0 -30px;
		}
		#libNav dt.byYear{
		background-position:0 -60px;
		}
	#libNav dd{
	padding:5px 10px 10px 13px;
	}
		#libNav dd ul{
		overflow:hidden;
		width:100%;
		}
		#libNav dd li{
/*
		display:inline;
		float:left;
		height:22px;
		line-height:22px;
		white-space:nowrap;
*/	
		display:inline;
		float:left;
		width:20%;
		height:22px;
		padding:2px 0 0;
		line-height:22px;
		text-indent:7px;
		white-space:nowrap;
		}
			#libNav dd li.all{
			display:block;
			float:none;
			}
			#libNav dd li.current{
			background:url(images/ico_currentLeft.gif) left center no-repeat;
			}
			#libNav dd li.current a{
			color:#ff0f6f;
			}
/*影人专题*/
#movieNews{}
	#movieNews li{
	height:22px;
	padding:2px 0 0 12px;
	background:url(images/li_square.gif) left center no-repeat;
	line-height:22px;
	}
/*人气热片排行榜*/
#hotTopList{}
	#hotTopList .bBody{
	}
		#hotTopList ol{
		margin:0 0 0 3px;
		background:url(images/li_num_24.gif) 0 2px no-repeat;
		}
		#hotTopList li{
		width:100%;
		height:24px;
		font:12px/24px Verdana,Arial,Helvetica,sans-serif;
		text-indent:24px;
		}

/* mainBox */
.mainBox{overflow:hidden;width:730px;float:right;}

/*首页*/
#indexMainBox{}
	/*编辑推荐*/
	.reMovieBox{}
	.reMovieBox .innerBox{
	margin:1px;
	background:url(images/lib/box_bg1.jpg) top repeat-x;
	}
		.reMovieBox .bHead{
		margin:0 8px;
		padding:7px 0 4px 16px;
		>padding:8px 0 3px 16px;
		border:0 none;
		background:url(images/lib/ico_titleArrow.gif) left center no-repeat;
		}
		.reMovieBox .bBody li{
		display:inline;
		float:left;
		width:135px;
		margin:0 20px 10px;
		}
		.reMovieBox .bBody li .itCover{
		margin:0;
		}
		.reMovieBox .bBody li dt.vTitle{
		overflow:hidden;
		width:100%;
		}
		.reMovieBox .bBody li dd.vDesc{
		width:100%;
		}

/*列表页*/
#listMainBox{}
	/*搜索结果页*/
	#searchResultBox{}
		#searchResultBox .bBody{
		padding:0 10px 10px;
		}
		#searchResultBox .tips{
		display:none;
		margin-top:10px;
		padding:6px 5px 5px;
		border:1px solid #FFAE00;
		background:#FFFFE1 url(images/ico_!.gif) 10px center no-repeat;
		text-indent:24px;
		}
		#searchResultBox .pageNav{
		padding:10px 0 0;
		}
		ul.resultList{}

			ul.resultList li.item{
			overflow:hidden;
			padding:10px;
			border-bottom:1px dashed #ccc;
			}
			ul.resultList li .itCover{
			float:left;
			width:140px;
			height:100px;
			padding:0;
			background:#fff url(images/pl_bg.gif) left top no-repeat;
			}
				ul.resultList li .itCover a{border:0;padding:0;}
				ul.resultList li .itCover a:hover{border:0;padding:0;}
				ul.resultList li .itCover a img{width:120px;height:90px;padding:2px;border:1px solid #ccc;}
				ul.resultList li .itCover a:hover img{padding:1px;border:2px solid #ff7c00;}
			ul.resultList li .itInfo{
			float:left;
			width:440px;
			margin:0;
			}
				ul.resultList li .itInfo dt{width:100%;padding:0 0 5px;font:bold 16px/1.4em Arial,Helvetica,sans-serif;}
				ul.resultList li .itInfo dd{width:100%;padding:0 0 3px;}
				ul.resultList li .itInfo dd a{text-decoration:underline;}
				ul.resultList li .itInfo dd.vTags{}
				ul.resultList li .itInfo dd.vDesc{height:auto !important;min-height:42px !important;height:43px;display:block;}
				ul.resultList li .itInfo dd.vDesc a.more{padding:0 0 0 10px;white-space:nowrap;}
			ul.resultList li .itPlay{
			float:right;
			width:100px;
			}
				ul.resultList li .itPlay a{
				display:block;
				overflow:hidden;
				width:65px;
				height:25px;
				margin:32px 0 0 12px;
				padding:0 10px;
				border:1px solid #FFB748;
				background:transparent url(images/btn_bg_h25.jpg) center repeat-x;
				color:#474747;
				line-height:25px;
				text-align:center;
				text-decoration:none;
				cursor:pointer;
				}

/* bNavBar */
.bNavBar{
height:20px;
padding:0 2px 2px;
background:#f4f6f5;
}
	.bNavBar ul li{
	display:inline;
	margin:0 0 0 10px;
	padding-top:1px;
	float:left;
	}
	.bNavBar li a{
	text-decoration:underline;
	}
	.bNavBar li.current{
	padding:1px 0 0 10px;
	background:transparent url(images/ico_currentLeft.gif) left center no-repeat;
	}
	.bNavBar li.current a{
	color:#ff0f6f;
	text-decoration:none;
	}

/* 字符截断 */
#movieNews li,
#hotTopList li,
.reMovieBox .bBody li dt.vTitle,
.reMovieBox .bBody li dd.vDesc,
ul.resultList li .itInfo dt{display:block;overflow:hidden;white-space:nowrap;>text-overflow:ellipsis;-o-text-overflow:ellipsis;}

/* 兼容旧版 */
/*人气热片排行榜*/
#hotListBox{}
	#hotListBox .bBody{
	}
		#hotListBox ol{
		margin:0 0 0 3px;
		background:url(images/li_num_24.gif) 0 2px no-repeat;
		}
		#hotListBox li{
		width:100%;
		height:24px;
		font:12px/24px Verdana,Arial,Helvetica,sans-serif;
		text-indent:24px;
		}
#hotListBox li{display:block;overflow:hidden;white-space:nowrap;>text-overflow:ellipsis;-o-text-overflow:ellipsis;}