/*{{{ general playlist settings, light gray */
.playlist {
	float:left;
	clear:none;
	position:relative;
	overflow-y:auto;
	overflow-x:none;	 	
	height:385px !important;
}

.playlist .playlist {	
	position:absolute;
	height:20000em;
}

.playlist, .playlist {
	width:260px;	
}

.player.plain {
	position:relative;
	float:right;
	clear:none;
	width:740px;
	height:470px;
	right:5px;
}

.playlist a {
	background:url('../images/h80.png');
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font:12px Arial, Helvetica, sans-serif;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
}

.playlist a.first {
	border-top-width:1px;
}

.playlist a.playing, .playlist a.paused, .playlist a.progress {
	background:url('../images/light.png') no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
.playlist a.progress {
	opacity:0.6;		
}

.playlist a.paused {
	background-position:0 0;	
}

.playlist a span {
	display:inline;
	width:80%;	
	font-size:11px;
	color:#666;
}

.playlist a em {
	position:relative;
	left:1.0em;
	font-style:normal;
	color:#f00;
}	

.playlist a:hover {
	background-color:#f9f9fa;		
}

.playlist a.playing:hover, .playlist a.paused:hover, .playlist a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

.playlist.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

.playlist.petrol a.playing, .playlist.petrol a.paused, .playlist.petrol a.progress {
	background:url('../images/dark.png') no-repeat 0px -69px;
	border:0;
}

.playlist.petrol a.paused {
	background-position:0 0;	
}

.playlist.petrol a span {
	color:#aaa;
}

.playlist.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

.playlist.petrol a:hover {
	background-color:#274D58;		
} 

.playlist.petrol a.playing:hover, .playlist.petrol a.paused:hover, .playlist.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/

div#extraLinks {
	font-size:1.2em;
	position:absolute;
	top:30.0em;
	left:1.0em;
}

/*{{{ low version */

.playlist.low a {	
	height:31px;
}

.playlist.low a.playing, .playlist.low a.paused, .playlist.low a.progress {
	background-image:url('../images/light_small.png');
	background-position:0 -55px;
}

.playlist.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url('../images/up.png') no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url('../images/down.png');	
}

.petrol a.go {
	background-image:url('../images/up_dark.png');		
}

.petrol a.go.down {
	background-image:url('../images/down_dark.png');		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/
