.toptenlist {
	width: 310px;
	height: 454px;
	border: 4px solid #9c0000;
	background-color: #9c0000;
}

.toptenlist table {
	border-collapse: collapse;
}

.toptenlist_title {
	background: url(../img/toptentop.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 305px;
	height: 65px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	border-bottom: 2px solid #9c0000;
}

.toptenlist_title a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	color: White;
}

.toptenlist tr {
	width: 100%;
}

.toptenlist td {
	padding: 3px;
	border-bottom: 2px solid #9c0000;
	background-color: #321313;
	font-family: Arial;
	font-weight: Bold;
	color: #ce0128;
	font-size: 12px;
}

.toptenlist td small {
	font-size: 10px;
	padding-right:5px;
}

.title_song{
	color:#DBDBDB;
	font-family:arial;
}
.artist_name{
	color:#ce0128;
	font-family:arial;
}
