/* Styling for Playlist */
#playlist
{
	font-size: 12px;
	width: 50%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
	margin: 5px 0 15px 0;
}
#playlist th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;  
	font-size: 14px;
	color: #fff;
}
#playlist tbody
{
	background: #D90909;
 
}
#playlist td
{
	padding: 10px;
	color: #fff;
	border-top: 1px dashed #fff;  
	text-align: left;     	

}
#playlist tbody tr:hover td
{
	color: #111;
	background: #bbb;  	
}

   