#playlist3 {
	margin:20px 0;
	border: 1px solid #fff;
	border-top:0;	
	width:530px;
	}

#playlist3 tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 5px 8px;
	font-weight:bold;
	vertical-align:top;
	background-color: #fff;
	color:#000;
	text-align:right
	}

#playlist3 tbody tr td.alignLeft {
	text-align:left
	}

#playlist3 tbody tr.selected_sv td {
	background-color: #88734C;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;	
	color: #fff;
	font-weight: bold
	}
