@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	}
#player {
	display:block;
	float:left;
	width:350px;
	height:291px;
	padding:0;
	margin:0;
	background:url(../images/player/playbg.jpg);
	background-repeat:no-repeat;
}
.mainwindow {
	width:344px;
	height:259px;
	padding:0;
	background:#000;
	position:relative;
	top: 4px;
	left:0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.playcontrol {
	width:344px;
	height:22px;
	margin:2px;
}
.playinfo {
	width:350px;
	height:100px;
	margin:0;
	padding:0;
}
.playorpause {
	width:17px;
	cursor:hand;
	background:url(../images/player/play.gif)
}
#player ul li{
	display:block;
	float:left;
	margin:5px;
	height:17px;
	}

.scrollbarbg {
	background:url(../images/player/scrollbarbg.jpg);
	width:100px;
	background-repeat:no-repeat;
	background-position:center;
}
.playtime{
	width:80px;
	font-size:10px;
	line-height:17px;
	text-align:left;
	}
.sound{
	width:17px;
	background:url(../images/player/Sound.gif)}
.volume{
	width:48px;
	background:url(../images/player/Volume.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
.fullscreen{
	background:url(../images/player/fullscreen.gif);
	width:17px;
	}
.clear{
	clear:both;}
#infocontent{
	width:350px;
	background:#fff;
	height:50px;
	}
#infocontent td{
	width:175px;
	height:25px;
	padding:1px;
	background:#ECECEC;
	}
#playerinfo{
	width:350px;
	height:50px;
	line-height:50px;
	text-align:center;
	}
#videolist{
	display:block;
	float:left;
	margin-left:15px;
	width:268px;
	height:400px;
	}
.list{
	width:262px;
	height:auto;
	display:block;
	padding:3px;
	background:#F3F3F3;
	border-bottom:#FFF solid 6px;
	cursor:hand;
	}
.list:hover{
	background:#F3F3F3 url(../images/playing02.jpg) no-repeat 190px 45px;
	}
.listpic{
	display:block;
	float:left;
	width:70px;
	height:auto;
	padding-top:2px;
	padding-left:2px;
	background:url(../images/listpicbg.jpg);
	}
.listtxt{
	font-size:12px;
	width:190px;
	height:64px;
	display:block;
	float:left;
	}
.listtxt p{
	line-height:17px;
	padding:3px;
	}