#videoPlayer {
	width: 808px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #232323;
	border: 1px solid #333333;
	float: left;
}

/* player style */
/* container has a background image */
a.player {	
	margin-top:0px;
	display:block;
	width:475px;
	height:363px;
	margin-right: 10px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-color: #000000;
	border: 1px solid #333333;
}
/* splash image */
a.player img {
	margin-top:145px;
	border:0;	
}


#player {
	float:left;		
}	

#playerHome {	
	display:block;
	width:850px;
	height:312px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-color: #000000;
	border: 0px solid #333333;
	margin-bottom: 7px;
}

a.playerHomeVideo {	
	display:block;
	width:850px;
	height:478px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-color: #000000;
	border: 0px solid #333333;
	margin-bottom: 7px;
}

a.playerHomeVideo img {
	border:0;	
}

/* playlist style */
div.playlist {
	width:312px;
	height:350px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	float:left;
}

/* playlist entry */
div.playlist a {
	display:block;
	width:270px;
	height:70px;
	padding:7px;
	background-color:#232323;
	border:1px solid #666666;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#999999;
}

/* different states of a playlist entry */
div.playlist a:hover {
	border:1px solid #EF3C3C;
	background-color:#333333;
	color:#FFFFFF;		
}

div.playlist a.progress {
	border:1px solid #EF3C3C;
	background-color:#333333;
	color:#FFFFFF;		
}

div.playlist a.playing {
	border:1px solid #EF3C3C;
	background-color:#333333;
	color:#FFFFFF;		
}

div.playlist a.paused {
	border:1px solid #EF3C3C;
	background-color:#333333;
	color:#FFFFFF;		
}

/* elements inside playlist entry */
div.playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

div.playlist a strong {
	padding-bottom:5px;
	color: #FFFFFF
}

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