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

	position:relative;
	overflow:hidden;	 	
	height:134px !important;
	margin-left:80px; /* added this to center button - closer /farther apart */
	margin-top:-150px;  /* added this to center button -up or down */
}

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

div.playlist, div.clips {
	width:300px; /* 260px; */	
}

div.clips a {
	display:block;
	background-color:#fefeff;
	padding:12px 3px; /* 12px 15px; */
	height:80px;
	width:290px; /* 196px; */
	font-size:12px;
	border:1px solid #ccc; /* 1px outset #ccc; */		
	text-decoration:none;
	letter-spacing:.5px; /* -1px;*/
	color:#000;
}

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

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(/img/playlist/light.png) no-repeat 0px -69px;
	padding-right:60px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

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

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips h8 {
	/* font-style:normal;
	color:#f00; */
	float:left;
	margin-top:-7px; /* added all this  */
	margin-left:2px;
	margin-bottom:0px; /* added this */
	border:1px solid #666;
}	

div.clips h9 {	
	float:right;
	font-family:"aria";
	font-size:12px;
	margin-top:4px; /* 15px; */
margin-right:105px; /* added this */
	color:#333;
	font-style:normal;
}

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

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !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:#aaa;
}

div.clips.petrol a em {
	color:#FCA29A;
	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:40px; /* 31px; size playlist */
}

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 -50px;
}

div.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 75px 105px; /* 5px 0 5px 105px; */
	cursor:pointer;
	margin-left:225px; /* added this to center button */
	margin-top:10px;  /* added this to center button */
	margin-bottom:145px;  /* added this to center button */
}

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

a.go.down {
	background-image:url(/img/playlist/arrow/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;		
}

/*}}}*/