.sl_bitrate	{
	width: 60px; 
	height: 18px; 
	float:left;
	padding: 0px 5px;
}

.sl_albumname	{
	width: 716px; 
	height: 18px; 
	float:left;
	padding: 0px 5px;
}

.sl_songname	{
	display: block;
	width: 120px; 
	height: 18px; 
	float:left;
	padding: 0px 5px;
	overflow: hidden;
}

.sl_videoversion {
	float: left;
	overflow: hidden;
	width: 84px;
}

.sl_artist		{
	display: block;
	width: 150px; 
	height: 18px; 
	float:left;
	padding: 0px 5px;
	overflow: hidden;
	font-weight: bold; 
}

.sl_date		{
	width: 90px; 
	float: left; 
	margin: 0px 10px;
	text-align: center;
	color: #ffffff;
}
.sl_label 		{
	display:block;
	width: 70px;
	height: 18px;
	float: left; 
	margin-right: 10px;
	text-align: left;
	overflow:hidden;
	color:#ffffff;
}

.sl_dl			{
	width: 21px;
	height: 18px;
	text-align:center; 
	float: left;
	vertical-align: middle;
}

.songListHeight {
	height:100px;
	max-height:100px;
	overflow: auto;
	background-color: #003366;
	clear:both;
}

.sl_songrow1	{
	clear: both; 
	background-color:#666666;
	border: 0px #ffffff solid; 
	border-bottom-width: 1px; 
	height: 20px;
	overflow:visible;
	vertical-align: middle;
	color: #ffffff;
	font-size: 0.8em;
}
.sl_songrow2	{
	clear: both; 
	background-color:#454545;
	border: 0px #ffffff solid; 
	border-bottom-width: 1px; 
	height: 20px;
	overflow:visible;
	color: #ffffff;
	font-size:0.8em;
}

