@charset "UTF-8";
/* CSS Document */

a.player {
	display:block;
	width:503px;
	height:293px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-image: url(../imgs/video_splash.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* splash image */
a.player img {
	margin-top:140px;
	border:0;	
}


#player {
	float:left;
}	

/* playlist style */
#playlist {
	height: 295px;
	overflow-y:auto;
	overflow-x:hidden;
	border:none;
}
#playlist a img {
}

/* playlist entry */
#playlist a {
	display:block;
	width:250px;
	height:80px;
	padding:7px;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#333;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#CCC;
}

#playlist a.progress {

}

#playlist a.playing {

}

#playlist a.paused {
	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;
	float:left;
	margin-right:5px;
	margin-top: 8px;
}

#playlist a strong {
	color: #3867A5;
	padding-bottom: 5px;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(../imgs/playlist/icons/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}
