/*{{{ general playlist settings, light gray */
div.playlist {

	position: relative;
	overflow: hidden;	 	
	height: 158px !important;
}

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

div.playlist, div.clips {
	width:240px;
}

div.clips a {
	display:block;
	background-color:#ebebeb;
	padding:12px 15px;
	margin:1px 0;
	height:46px !important;
	width:238px;
	font-size:11px;
	border:1px none #ccc;		
	text-decoration:none;
	letter-spacing:0px;
	color:#7d7d7d;
	font-weight: bold;
}

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

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	border:0;
	color:#fff;
	background-color: #00858a;
}

div.clips a.playing span, div.clips a.paused span, div.clips a.progress span {
	color:#fff;
}

div.clips a.playing em, div.clips a.paused em, div.clips a.progress em {
	color: #8fd400;
}
	
div.clips a.progress {
	opacity:1;		
}

div.clips a.paused {
	background-position:0 0;
	background-color:#FF6A6A;
}

div.clips a span {
	display:block;
	font-weight: normal;
	font-size:11px;
	color:#7d7d7d;
}

div.clips a em {
	font-style:normal;
	font-weight: bold;
	color:#00858a;
}

div.clips a:hover {
	background-color:#83d1e6;
	color:#333;
}

div.clips a:hover em {
	font-style:normal;
	color:#666;
	font-weight:bold;
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:#83d1e6 !important;
}
/*}}}*/


/*{{{ petrol colored */

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

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

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

div.clips.petrol a span {
	color:#09539f;
}

div.clips.petrol a em {
	color:#09539f;
	font-weight:bold;
}	

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

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


/*{{{ low version */

div.clips.low a {	
	height: 30px !important;
	line-height: 12px;
}

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

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


/*}}}*/


/*{{{ go buttons */

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

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

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

div.petrol a.go {
	background-image:url(/img/playlist/arrow/up_dark.png);		
}

div.petrol a.go.down {
	background-image:url(/img/playlist/arrow/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/

