/* player style */
/* container has a background image */
a.player {	
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 30px;
	margin-bottom: 30px;
	
	display:block;
	background:url(../images/video/bbp_splash.png) no-repeat;
	width:455px;
	height:350px;
	padding: 0px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor: pointer;
	border: #ddd solid 1px;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}


#player {
	margin-top: 20px;
	float:left;
}	

/* playlist style */
#playlist {
	width:250px;
	height:336px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:4px 10px 12px 10px;
	background-color:#efefef;
	margin-top:20px;
	float:left;
}

/* playlist entry */
#playlist a {
	display:block;
	height:90px;
	padding: 5px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#666;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#ffc;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#ffc;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist a img {
	border: 5px #ccc solid; 
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color: #333;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right: 0px;
	background: url(../images/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top: 0px;
}