﻿

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

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

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

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

div.clips a {
	background:url(/img/player/h80.png);
	display:block;
	background-color:#fefeff;
	height:150px;
	width:880px;
	font-size:12px;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	border: 0xp;
	margin-top:20px;
}

div.e_clips {
	background:url(/img/player/dark2.png);
	display:block;
	background-color:#fefeff;
	height:150px;
	width:880px;
	font-size:12px;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	border: 0xp;
	margin-top:20px;
}


div.clips a.first {
	
}
	
div.clips a.progress {
	opacity:0.6;		
}

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

div.clips a span {
	display:block;		
}

div.clips a span.fimg, div.e_clips span.fimg {
	clear: both;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 20px; 
}


div.clips a span.ftext, div.e_clips span.ftext {
	float:left;
	margin-left:100px;
	margin-top:4px;
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	width:400px;
	
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

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:url(/img/player/dark.png) no-repeat 0px 0px;
	width: 880px;
	background-color:transparent !important;
	border:0;
}

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

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


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;		 
}
/*}}}*/




/*{{{ go buttons */

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

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

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

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


