/* this is from flowplayer playlist plugin */

/*{{{ general playlist settings, light gray */
.clips {	
	position:absolute;
	height:20000em;
	width:270px;
	margin-left: 10px;
    font-family: arial;
	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

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

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

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

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


/*{{{ petrol colored */

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

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

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

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

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

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

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


/*{{{ low version */

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

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

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


/*}}}*/

/*{{{ low2 version */
.clips.low2 {
	width: 160px;
}

.clips.low2 a {
    line-height: 1em;
    height: 12px;
    padding: 5px 5px;
    width: 120px;
    border:1px outset #ccc;
}

.clips.low2 a:hover {
	background-color:#e9e9ea;
}

.clips.low2 a.playing, .clips.low2 a.paused, .clips.low2 a.progress {
    border: 1px inset #aaa;
}

.clips.low2 a.paused {
    border: 1px inset #aaa;
}


/*}}}*/