/* 		play list																	 */

div.plstr1, div.plstr2,
div.pltime, div.plname, div.pldlit {
	height: 16px;
}
div.pltime, div.plname, div.pldlit {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	float: left;
	color: #474747;
}
div.plstr1, div.plstr2 {
	clear: both;
	border-top: 1px solid #d8e5f0;
	padding-top: 2px;
}
div.plstr2 { background-color: #f8fafc; }
div.pltime {
	font-weight: bold;
	width: 40px;
	padding-left: 5px;
}
div.pldlit {
	text-align: right;
	float: right;
	width: 40px;
	padding-right: 5px;
	color: #004695;
}