
/* general playlist settings, light gray */

.playlist {
	position:relative;
	overflow:hidden; 	
	height:285px !important;
}

.playlist .clips {
	position:absolute;
	height:20000em;
}

.playlist, .clips {
	width:176px;
}

.clips a {
	background:url(imgplaylist/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:176px;
	font-size:12px;
	border:1px outset #ccc;
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
}

.clips a.first {
	border-top-width:1px;
}







/* petrol colored */

.clips.petrol a {
	//background-color:#193947;
        background-color:#25556A;
	color:#000;
	border:1px outset #193947;
}

.clips.petrol a.playing, .clips.petrol a.paused, .clips.petrol a.progress {
	background:url(imgplaylist/dark.jpg) no-repeat -29px -69px;
	border:0;
        color:#fff;
        font-weight:bold;
}

.clips.petrol a.paused {
	background-position:-29 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(imgplaylist/light_small.png);
	background-position:0 -55px;
}

.clips.low a.paused {
	background-position:0 0;
}




/* go buttons */
a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(imgplaylist/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(imgplaylist/down.png);
}

.petrol a.go {
	background-image:url(imgplaylist/up_dark.png);
}

.petrol a.go.down {
	background-image:url(imgplaylist/down_dark.png);
}

a.go.disabled {
	visibility:hidden;
}
