/* Styling for Playlist */
#playlist
{
	font-size: 13px;
	width: 420px;
	text-align: left;
	border-collapse: collapse;
	border: 0px solid #000;
	margin: 0;
}
#playlist th
{
	padding: 10px 10px;
	font-weight: bold;  
	font-size: 13px;
	color: #fff;
	background: #526d88;
}
#playlist tbody
{
	background: #a1bdd9;
 
}
#playlist td
{
	padding: 5px 10px;
	color: #000;
	border-top: 1px dashed #000;  
	text-align: left; 
	font-size: 12px;    	

}

#playlist td a
{
	color: #000;	       	
}

#playlist tbody tr:hover td
{
	color: #fff;
	background: #2f2d2d;
	cursor: pointer;
}

   
