/*{{{ general playlist settings, light gray */
.playlist {
	position:relative;
	overflow:hidden;	 	
	height:300px !important;
}

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

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

.clips a {
	display:block;
	padding:12px 15px;
	height:46px;
	width:260px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	cursor:pointer;
}

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

.clips a.playing, .clips a.paused, .clips a.progress {
	background-color:#1A3B98;
	color:#FFCC00;
	width:260px;
	opacity:0.6;
	filter:alpha(opacity=60)
}

.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:#6F91EB;
}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	background-color:#1A3B98;
}
/*}}}*/


/*{{{ petrol colored */

.clips.petrol a {
	background-color:#1A3B98;
	color:#fff;
	border:1px outset #ccc;
	background-image: url(../images/videoPlaylistBg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.clips.petrol a.playing, .clips.petrol a.paused, .clips.petrol a.progress {
}

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

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

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

.clips.petrol a:hover {
	background-color:#1A3B98;
	background-image: url(../images/videoPlaylistHoverBg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
} 

.clips.petrol a.playing:hover, .clips.petrol a.paused:hover, .clips.petrol a.progress:hover {
	background-color:#1A3B98;
}
/*}}}*/


/*{{{ low version */

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

.clips.low a.playing, .clips.low a.paused, .clips.low a.progress {
	background-position:0 -55px;
}

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


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

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

a.go.down {
}

.petrol a.go {
}

.petrol a.go.down {
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/

a.player {	
	display:block;
	width:500px;
	height:340px;
	text-align:center;
	color:#FFF;
	background-color:#000;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:125px;
	border:0;	
}

a.player {
	margin-top:0px;		
}
