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

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

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

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

.year { background: #b7364c; font-size: 14px; font-weight:bold; color: #ffffff; padding: 3px; display:block; width: 214px; margin: 15px 0 5px 0; }

.clips {height:400px !important; overflow:auto; width: 250px; }

.clips a {
	background: #dadada url(../img/pl_grad.png) no-repeat top left;
	display:block;
	padding:3px 10px;
	width:200px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 0px;
	color:#000;
	line-height: 16px;
	margin-bottom: 5px;
	border:0;
	cursor:pointer;
}

.clips a.first {
	border:0;
}

.clips a.playing, .clips a.paused, .clips a.progress {
	background: #f9f9fa url(../img/pl_grad_hover.png) no-repeat top left;
	width:200px;
	border:0;
}
	
.clips a.progress {
	background: #f9f9fa url(../img/pl_grad_hover.png) no-repeat top left;
	border:0;	
}

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

.clips a span {
	display:block;		
	font-size:10px;
	color:#303030;
}

.clips a em {
	display:block;
	font-size:12px;
	font-style:normal;
	color:#b7364c;
}	

.clips a:hover {
	background: #f9f9fa url(../img/pl_grad_hover.png) no-repeat top left;		
	border:0;
	text-decoration:none;

}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	background: #f9f9fa url(../img/pl_grad_hover.png) no-repeat top left !important;
	border:0;
	text-decoration:none;

}
/*}}}*/




/*{{{ low version */

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

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

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


/*}}}*/


