@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	width:960px;
	margin:10px auto;
	font-size:12px;
}
a {
	color:#778da4;
}
img {
	 border:none;
}
h1 a {
	display:block;
	height:96px;
	background:url(Pic/logo.gif) no-repeat left center;
	text-indent:-9999px;
}
h3 {
	float:none;
	clear:both;
	border-bottom:1px solid #CCC;
	padding:8px;
	margin:8px 0;
	color:#999;
}
hr {
	display:block;
	width:100%;
	margin:-40px 0 10px 0;
	float:none;
	clear:both;
	color:#CCC;
}
table {
	border:1px solid #FFF;
	border-collapse:collapse;
}
th,td {
	background:#F7F7F7;
	border:1px solid #FFF;
	padding:6px;
}
th {
	background:#ffcc93;
	color:#FFF;
}
#globalNav {
	background:url(Pic/menuBg.gif) no-repeat center top;
	padding:16px;
	overflow:auto;
	_zoom:1;
}
#globalNav li {
	display:inline;
	border-right:1px solid #CCC;
	padding:0 10px 0 5px;
	font-weight:bold;
}
#globalNav li.selected {
	color:#CCC;
}
#searchForm {
	position:absolute;
	top:80px;
	left:50%;
	margin-left:280px;
	#margin-left:140px;
}
#searchInput {
	width:170px;
	height:14px;
	border:1px solid #cacfc8;
	background:url(Pic/searchBg.gif) #FFF no-repeat right center;
}
#searchButton {
	width:16px;
	height:16px;
	margin-left:-22px;
	border:none;
	background-color:transparent;
	text-indent:-9999px;
	font-size:0;
	color:#FFF;
	cursor:pointer;
}
#main {
	overflow:auto;
	zoom:1;
	padding:20px 0;
}
#hotVideos {
	width:460px;
	float:left;
	padding:0 10px;
}
#hotVideos ul {
	margin:20px 0 20px 20px;
}
#hotVideos ul li {
	margin:6px;
	list-style:none;
	background:url(Pic/item.gif) no-repeat left center;
	line-height:20px;
	padding-left:30px;
}
#hotPics {
	width:400px;
	height:240px;
	border-left:1px solid #CCC;
	float:left;
	padding:40px 0 0 55px;
}
#appSize {
	position:absolute;
	width:210px;
	text-align:center;
	top:400px;
	left:50%;
	margin-left:60px;
	color:#CCC;
}
#videoList {
	margin:30px 20px;
	overflow:auto;
	_zoom:1;
}
.videoList {
	margin:10px;
	overflow:auto;
	_zoom:1;
}
#videoList li, .videoList li {
	width:320px;
	float:left;
	list-style:none;
	margin-bottom:30px;
	padding-left:140px;
	min-height:100px;
}
.videoList li {
	margin-bottom:0;
}

#videoList li h4, .videoList li h4 {
	margin:5px 0;
}
.picLink {
	display:block;
	position:absolute;
	margin:-5px 0 0 -140px;
	border:1px solid #d9d9d9;
	background:#FFF;
	padding:3px;
	text-decoration:none;
	width:123px;
	height:88px;
	overflow:hidden;
}
.picLink img {
	width:123px;
	height:88px;
}
.picLink span {
	display:block;
	width:123px;
	height:88px;
	text-indent:-9999px;
	background:url(Pic/picBg.gif);
	position:absolute;
	visibility:hidden;
}
.picLink:hover span {
	visibility:visible;
}
#videoList li p,.videoList li p {
	width:280px;
	line-height:20px;
	color:#838383;
}
#videoList li p a,.videoList li p a {
	color:#25a510;
}
#info {
	text-align:center;
	line-height:20px;
	clear:both;
}
#footer {
	border-top:1px solid #CCC;
	padding:20px;
	text-align:center;
	clear:both;
}
.tip {
	border:1px solid #CCC;
	background:#FF6;
	padding:12px;
}
.tipSmall {
	background:#EEE;
	padding:5px 12px;
}

/*------------------------------------------------------------*/

body#player {
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
body#player h1 {
	width:100%;
	height:40px;
	overflow:hidden;
	border-bottom:1px solid #CCC;
}
body#player h1 a {
	width:180px;
	height:40px;
	background:url(Pic/logoSmall.gif) no-repeat 10px 10px;
}
#marqueeArea {
	position:absolute;
	top:14px;
	left:200px;
	width: 100%;
	height:20px;
}
#endInfoArea {
	position:absolute;
	border:3px solid #CCC;
	background:#FFFFFF;
	width:200px;
	height:200px;
	left:50%;
	top:50%;
	margin:-100px 0 0 -250px;
	padding:10px;
	display:none;
}
#endInfoButton {
	left:51%;
	top:51%;
}
body#player #globalNav {
	position:absolute;
	right:20%;
	margin:0 36px 0 0;
	padding:4px;
	display:none;
}
body#player #container {
	border-right:400px solid #FFF;
}
body#player #captionsArea {
	position:absolute;
	top:40px;
	right:0;
	width:360px;
	overflow-x:hidden;
	overflow-y:scroll;
	border-left:10px solid #EEE;
	padding-left:30px;
}
body#player #captionsArea li { 
	cursor:pointer;
	font-size:12px;
	padding:4px;
}
body#player #captionsArea li.selected {
	font-weight:bold;
	background:#EEE;
}
#videoListArea {
	position:absolute;
	width:400px;
	height:300px;
	top:65px;
	display:none;
}
#fixed {
	position:absolute;
	width:0;
	height:0;
	font-size:0;
	overflow:hidden;
	right:0;
	bottom:0;
}
*:lang(ch) #fixed{
	position:fixed;
	bottom:0;
	right:0;
}
.catagoryList {
	overflow:auto;
	_zoom:1;
}
.catagoryList li {
	float:left;
	border:1px solid #CCC;
	margin-right:20px;
	padding:10px;
	list-style:none;
}

