

/*{{{ general playlist settings, light gray */
.playlist {

	position:relative;
	overflow:hidden;	 	
	height:240px !important;
}

.playlist .clips {	
	position:absolute;
	height:20000em;
}

.playlist, .clips {
	width:320px;	
}

.clips a {
	background-color:#ffffff;
	display:block;
	background-color:#ffffff;
	padding:5px 0px;
	height:24px;
	width:320px;
	border:0px;
        font-family:calibri;
        font-size:13pt;
        font-style:normal;
        font-weight:normal;
        line-height: 150%;
        color:black;
        text-decoration:none;
	cursor:pointer;
}

.clips a.first {
	border-top-width:1px;
}

.clips a.playing, .clips a.paused, .clips a.progress {
	background-color:##CEE0F9 no-repeat 0px -69px;
	width:320px;
	border:0;
}
	
.clips a.progress {
	opacity:0.6;		
}

.clips a.paused {
	background-position:0 0;	
}

.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clips a em {
	font-style:normal;
	color:#f00;
}	

.clips a:hover {
	background-color:#CEE0F9;		
}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	background-color: #CEE0F9;		 
}
/*}}}*/


/*{{{ petrol colored */

.clips.petrol a {
	background-color:#ffffff;
	color:#0000FF;
	border:0px;
}

.clips.petrol a.playing, .clips.petrol a.paused, .clips.petrol a.progress {
	background-color:#CEE0F9;
	border:0;
}

.clips.petrol a.paused {
	background-position:0 0;	
}

.clips.petrol a span {
	color:#aaa;
}

.clips.petrol a em {
	background-color:#ffffff;
	font-weight:bold;
}	

.clips.petrol a:hover {
	background-color:#ffffff;		
} 

.clips.petrol a.playing:hover, .clips.petrol a.paused:hover, .clips.petrol a.progress:hover {
	background-color:#CEE0F9;		 
}
/*}}}*/


/*{{{ low version */

.clips.low a {	
	height:31px;
}

.clips.low a.playing, .clips.low a.paused, .clips.low a.progress {
	background-color:#ffffff;
	background-position:0 -55px;
}

.clips.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background-color:#ffffff 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(/img/playlist/arrow/down.png);	
}

.petrol a.go {
	background-image:url(/img/playlist/arrow/up_dark.png);		
}

.petrol a.go.down {
	background-image:url(/img/playlist/arrow/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


