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


#videobox {
   position: absolute;
   top: 115px;
   left: 300px;
   width: 660px;
   height: 380px;
   background-color:#3c3c3c;
   
}


a.player {
	display:block;
	width:  620px;
	height: 350px;
	background-image:url(graphik/em24.png);
	background-position:center;
	background-color:#3c3c3c;
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-left: 60px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}



a.player img {
	margin-top:270px;
	margin-left:540px;
	border:0;
}

div.playlist {
	position: relative;
	top: 5px;
    left: 0px;	
	height:680px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
}


div.clips {
	width:260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

div.clips a {
	background:url(graphik/h80.png);
	display:block;
	background-color:#fefeff;
	padding:15px 15px;
	height:46px;
	width:225px;
	border:1px outset #ccc;		
	text-decoration:none;
}

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

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(grahpik/light.png) no-repeat 0px -69px;
	width:245px;
	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 a em {
	font-style:normal;
	color:#cc0000;
}	

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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#3c3c3c;
	color:#fff;
	border:1px outset #3c3c3c;
}

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

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

div.clips.petrol a span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cc0000;
}

div.clips.petrol a em {
	color:#fff;
}	

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

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:31px;
}

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

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


/*}}}*/


/*{{{ go buttons */

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

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

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

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/



