.top20 {
}

.top20 .song{
	display:block;
	text-decoration:none;
	padding: 0px;
	font-weight:bold;
	font-size:12px;
	height:30px;
}

.top20 .even {
	background: #F3F2ED;
}

.top20 .even:hover {
	color:#FFF;
	background: #55a34a;
}

.top20 .odd {
	background:#b6d79f;
	display:block;
}

.top20 .odd:hover {
	color:#FFF;
	background: #55a34a;
}

.top20 .song .n {
	width:20px;
	display:inline-block;
	text-align:right;	
	padding: 6px 5px 0 0;
}

.top20 .song .artist {
	display:inline-block;
}

.top20 .song .title {
	display:inline-block;
}

.top20 .mp3 {
	text-align:center;
	overflow:hidden;
	display:inline-block;
	padding:8px 0 0 7px;
	margin:0;
	min-width:30px;
	float:left;
}