@charset "utf-8";
/* CSS Document */
.video-list{
	width:948px;
	height:558px;
	margin:0 auto 15px auto;
	border:1px solid #333;
	border-top:1px solid #666;
	background:#181818;
	clear:both;
}
.button{
	color:#fff;
	font-size:14px;
	background:url(../images/button_bg.gif) no-repeat;
	float:right;
	padding:6px 11px;
	cursor:pointer;
}
#backButton{
	margin:8px 0 0 0;
}
.video-list-caption{
	width:950px;
	margin:0 auto;
	padding:10px 0 5px 0;
	height:35px;
	position:relative;
}
.video-list-caption .logo{
	float:left;
	width:90px;
	height:23px;
	padding:20px 0 0 50px;
	font-weight:bold;
	cursor:default;
	position:absolute;
	top:0;
}
#listCaption1{
	background:url(../images/list_caption1.gif) 0 bottom no-repeat;
}
#listCaption2{
	background:url(../images/list_caption2.gif) 0 bottom no-repeat;
}
#listCaption3{
	background:url(../images/list_caption3.gif) 0 bottom no-repeat;
}
#listCaption4{
	background:url(../images/list_caption4.gif) 0 bottom no-repeat;
}
.category-list a{
	text-decoration:underline;
	color:#fc0;
}
.category-list a:hover{
	color:#fff;
}
.category-list{
	color:#fff;
	float:right;
	padding:0 10px 0 0;
	line-height:44px;
	cursor:default;
}
.video-list .header{
	background:url(../images/video_list_header.gif) repeat-x;
	height:32px;
	line-height:31px;
	color:#ccc;
}
.video-list .col2,.video-list .col3,.video-list .col4{
	float:right;
}
.video-list li.header .col1{
	background:none;
	padding:0 0 0 22px;
}
.video-list li.header .col2{
	width:130px;
}
.video-list li.header .col3{
	width:239px;
	background:none;
	font-size:14px;
}
.video-list li .col1{
	background:url(../images/playlist_icon5.gif) 15px center no-repeat;
	padding:0 0 0 35px;
}
.video-list li .col1 .new{
	background:url(../images/new_icon.gif) no-repeat;
	width:22px;
	height:10px;
	padding:0 8px;
}
.video-list li .col1 a{
	color:#ccc;
	text-decoration:none;
}
.video-list li .col1 a:hover{
	color:#fff;
	text-decoration:underline;
}
.video-list li .col2{
	width:160px;
}
.video-list li .col3{
	background:url(../images/play_icon.gif) 0 center no-repeat;
	padding-left:25px;
	width:75px;
	font-size:12px;
}
.video-list li .col4{
	background:url(../images/download_icon.gif) 0 center no-repeat;
	padding-left:25px;
	width:116px;
	font-size:12px;
}
.video-list li .cannotDown{
	background:url(../images/cant_download_icon.gif) 0 center no-repeat;
	padding-left:25px;
	width:116px;
	font-size:12px;
}
.video-list li{
	background:url(../images/video_list_bottom_line.gif) 0 bottom repeat-x;
	height:33px;
	line-height:31px;
	color:#fff;
}
.video-list li.last{
	background:none;
}
.video-list li a{
	color:#ffc;
	text-decoration:none;
}
.video-list li a.cant-play{
	color:#666;
	cursor:default;
	background:url(../images/cant_play_icon.gif) 0 center no-repeat;
}
.video-list li a.cant-play:hover{
	color:#666;
	text-decoration:none;
}
.video-list li a:hover{
	color:#f66;
	text-decoration:underline;
}
.pager{
	width:948px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#666;
}
.pager a{
	color:#666;
	text-decoration:underline;
}
.pager a:hover{
	color:#fff;
}
