#page {
	width:976px;
	min-height:976px;
	height:356px;
	padding-left: 12px;
	padding-top: 12px;
	text-align:left;
}

a.player {	
	display:block;
	height:354px;
	width:638px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background: url(../images/nv-tloplayer.jpg) no-repeat;
	background: url(../banners/flow_flowtlo.jpg) no-repeat;
/*	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);*/
	/*border:1px solid #92bd14;*/
}
 
a.player:hover {
	/*background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	*/
	background: url(../images/nv-tloplayer02.jpg) no-repeat;
	background: url(../banners/flow_flowtlo.jpg) no-repeat;
}
 
/* splash image */
a.player img {
	margin-top:125px;
	border:0;	
}
 
#preplayer {
	float:left;		
	height:354px;
	width:638px;
	border:1px solid #92bd14;
} 
#player {
	float:left;		
	height:354px;
	width:638px;
	/*border:1px solid #92bd14;*/
}	
 
/* playlist style */
#playlist {
	width:322px;
	height:259px; /* bylo 355px
/*	overflow-y:auto;
	overflow-x:hidden;*/
	border:1px solid #92bd14;
	/*padding:4px 10px 12px 10px;*/
	background-color:#000;
	margin-left: 12px;
	float:left;
}
 
/* playlist entry */
#playlist a {
	display:block;
	width:280px;
	height:74px;
	padding:7px;
	background-color:#000;
	border-bottom: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#fff;
}
 
/* different states of a playlist entry */
#playlist a:hover {
	background-color:#484848;		
}
 
#playlist a.progress {
	background-color:#484848;	
}
 
#playlist a.playing {
	border:1px solid #666;
	background-color:#484848;	
}
 
#playlist a.paused {
	border:1px solid #666;
	background-color:#484848;	
}
 
/* elements inside playlist entry */
#playlist a img {
	border: 1px solid #a5e626;	
	float:left;
	margin-right:8px;
}
 
#playlist a strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #a5e626;
	font-size: 14px;
	font-weight: normal;
	padding-bottom:4px;
	margin-bottom: 0px;
}

#playlist p {
	margin-top: 0px;
	line-height: 18px;
}
 
#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	/*background:url(/img/demos/clock.gif) no-repeat 0 50%;*/
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}

#content #playlist {
	width:272px;
	margin:0 0 0 28px;
}
 
#content #playlist a {
	display:block;
	width:240px;
}

