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

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

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

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

.clips a {
	background:url(/img/global/gradient/h80.png);
	display:block;
	background-color:#fefeff;
	padding:5px 5px;
	height:15px;
	width:330px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:0px;
	color:#000;
	cursor:pointer;
       vertical-align: middle;
}

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

.clips a.playing, .clips a.paused, .clips a.progress {
	background:url(/img/playlist/light.png) no-repeat 0px -69px;
	width:330px;
	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:#ff6600;		
}

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


/*{{{ docs playlist */

.clips.docs a {
	background-color:#4d2e7d;
	color:#fff;
	border:1px outset #193947;
       vertical-align: middle;
}

.clips.docs a.playing, .clips.docs a.paused, .clips.docs a.progress {
	background-color:#b18ec8;
	border:1px outset #193947;
}

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

.clips.docs a span {
	color:#aaa;
}

.clips.docs a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips.docs a:hover {
	background-color:#b18ec8;		
} 

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

/*{{{ docs2 playlist */

.clips.docs2 a {
	background-color:#4d2e7d;
	color:#fff;
	border:1px outset #193947;
}

.clips.docs2 a.playing, .clips.docs2 a.paused, .clips.docs2 a.progress {
	background-color:#b18ec8;
	border:1px outset #193947;
}

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

.clips.docs2 a span {
	color:#aaa;
}

.clips.docs2 a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips.docs2 a:hover {
	background-color:#b18ec8;		
} 

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

/*{{{ docs3 playlist */

.clips.docs3 a {
	background-color:#4d2e7d;
	color:#fff;
	border:1px outset #193947;
}

.clips.docs3 a.playing, .clips.docs3 a.paused, .clips.docs3 a.progress {
	background-color:#b18ec8;
	border:1px outset #193947;
}

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

.clips.docs3 a span {
	color:#aaa;
}

.clips.docs3 a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips.docs3 a:hover {
	background-color:#b18ec8;		
} 

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

/*{{{ docs4 playlist */

.clips.docs4 a {
	background-color:#4d2e7d;
	color:#fff;
	border:1px outset #193947;
}

.clips.docs4 a.playing, .clips.docs4 a.paused, .clips.docs4 a.progress {
	background-color:#b18ec8;
	border:1px outset #193947;
}

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

.clips.docs4 a span {
	color:#aaa;
}

.clips.docs4 a em {
	color:#FCA29A;
	font-weight:bold;
}	

.clips.docs4 a:hover {
	background-color:#b18ec8;		
} 

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

/*{{{ low version */

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

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

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


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/img/playlist/arrow/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(/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;		
}

/*}}}*/


