.searchBar {
	width:530px;
	float:left;
	padding-left:20px;
	margin:20px 0;
}
.searchBar span {
	height:24px;
	float:left;
	padding:2px 0 0 10px;
}
.searchBar span a:link,.searchBar span a:visited {
	color:#A40000;
	text-decoration:underline;
}
.searchBar span a:hover,.searchBar span a:active {
	color:#C09C46;
}
.videoWrap {
	width:530px;
	padding-left:20px;
	float:left;
	position:relative;
}
.player {
	width:100%;
	height:358px;
	float:left;
	background-color:#e7e6c6;
	overflow:hidden;
	position:relative;
}
.player object {
	width:100%;
	float:left;
}
.player .title {
	width:95%;
	height:55px;
	position:relative;
	float:left;
	padding:10px 0 0 25px;
}
.player .title h4 {
	font-size:12px;
	line-height:14px;
}
.player .title h4 em {
	font-size:12px;
	color:#9F8B78;
	padding-left:10px;
	font-style:normal;
	font-weight:normal;
}
.player .title span {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:10px;
	color:#9F8B78;
}
.player .title a.share:link,.player .title a.share:visited {
	color:#9F8B78;
	position:absolute;
	right:20px;
	bottom:20px;
	padding-left:20px;
	background:url("/image/ico_share.gif") 0 2px no-repeat;
}
.videoWrap .tip {
	width:100%;
	float:left;
	margin:15px 0;
	position:relative;
}
.videoWrap .tip .more {
	right:0;
	top:0;
}
.videoWrap .tip .more a {
	background:url("/image/arrow_more.gif") right 2px no-repeat;
}
.videoWrap .contents {
	width:100%;
	float:left;
	padding-top:20px;;
	clear:both;
}
.sidebar {
	width:360px;
	padding-right:20px;
	float:right;
}
.videoListWrap .tip {
	display:block;
	width:100%;
	height:42px;
	padding-top:24px;
	text-align:right;
	float:left;
}
.videoListWrap ul {
	width:357px;
	height:357px;
	float:left;
	overflow:hidden;
	background:url(/image/bg_videolist.gif) 0 0 no-repeat;
	padding:1px 0 0 1px;
}
.videoListWrap ul li {
	width:118px;
	height:118px;
	overflow:hidden;
	margin:0 1px 1px 0;
	float:left;
}
.pageNo {
	width:100%;
	padding-left:0;
	padding-right:0;
}
