#ptop {
	height: 30px;
	line-height: 20px;
	color: #666;
	/*background: transparent url('../img/playershdw.png') center top no-repeat;*/
	font:11px Arial;
    color:#b26c28;
    letter-spacing:0.30em;
}

#pbot {
	height: 30px;
	/*background: transparent url('../img/playershdw.png') center bottom no-repeat;*/
}

#jhplayer {
	padding:0;
	text-indent: 0;
	
	display: block;
	width: 645px;
	height: 24px;
	
	margin: 0;
	
	overflow: hidden;
	background: #666 url('../img/barbkg.png') left top repeat-x;
}

.playlist {

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

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

.playlist, .clips {
	width:645px;
	float: left;
	
	height: 320px;
	overflow: auto;
	background: #282828;
}

.clips a {
	background:url('../img/playerbkg.png') 0 0 repeat-x;
	display:block;
	background-color:#fefeff;
	padding-left: 15px;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
	
	height: 40px;
}

.clips a img {
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 15px;
}

.clips a span {
	display: block;
	float: left;
	line-height: 40px;
	letter-spacing:-1px;
	color:#ccc;
	text-shadow: #000 2px 2px 2px;
	text-decoration:none;
	font-size:13px;
}

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

.clips a.progress span {
	color: #666;
}

.clips a.playing span {
	color: #fff;
}
	
.clips a.progress {
	opacity:0.6;		
}

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

.clips a span {
	display:block;
	color:#666;
}

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

.clips a:hover {
	background:url(../img/playerbkg.png) 0 -40px repeat-x;
}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	background-color:transparent !important;		 
}

.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

.clips.petrol a.playing, .clips.petrol a.paused, .clips.petrol a.progress {
	xbackground:url(/img/playlist/dark.png) no-repeat 0px -69px;
	border:0;
}

.clips.petrol a.paused {
	background-position:0 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;		 
}

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

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

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

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

.petrol a.go {
	xbackground-image:url(/img/playlist/arrow/up_dark.png);		
}

.petrol a.go.down {
	xbackground-image:url(/img/playlist/arrow/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}
*/
