
#top_ten {
	width: 460px;
	float: right;
	color: #DF4E02;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

#top_ten table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
}

#top_ten tr:hover {
	background-color: #D6DEB0;
}

#top_ten td {
	border-bottom: 1px solid #9E9E9E;
	line-height: 20px
}

#top_ten .numero {
	width: 15px;
	color: #DF4E02;
	text-align: right;
}

#top_ten a {
	color: #788403;
	text-decoration: none;
}

#last_ten {
	width: 460px;
	float: left;
	color: #DF4E02;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

#last_ten table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
}

#last_ten tr:hover {
	background-color: #E8D5ED;
}

#last_ten td {
	border-bottom: 1px solid #9E9E9E;
	line-height: 20px;
}

#last_ten .numero {
	width: 15px;
	color: #DF4E02;
	text-align: right;
}

#last_ten a {
	color: #8E2EAA;
	text-decoration: none;
}