/* player style */

td.player {
	/*background-image: url(../images/main_fon_dark.jpg);*/
	/*height: 133px;
	width: 386px;*/
	padding: 12px 7px;
}
/* container has a background image */
a.player {	
	
	background:url(../images/movie_back.jpg) no-repeat;
	width:425px;
	height:298px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	/*padding:0 126px 75px 127px;
	margin-top:40px;
	color:#fff;	*/
}

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


#player {
	float:left;		
}	

/* playlist style */
#playlist {
	width:310px;
	height:525px;
	overflow-y:scroll;
	overflow-x:hidden;
	/*border:1px solid #ccc;*/
	padding:0px 10px 12px 5px;
	background-color:#1E1E1E;
	/*margin-top:20px;*/
	float:left;
	scrollbar-face-color:#1E1E1E;        
	scrollbar-shadow-color:#000000;      
	scrollbar-highlight-color:#1E1E1E;
	scrollbar-3dlight-color:#CCCCCC;   
	scrollbar-darkshadow-color:#1E1E1E;
	scrollbar-track-color:#1E1E1E;       
	scrollbar-arrow-color:#07A807;
}

/* playlist entry */
#playlist a {
	display:block;
	width:280px;
	height:90px;
	padding:7px;
	/*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:0;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color:#07A807;		
	padding-bottom:5px;
}

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

