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

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

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

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

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

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

#last_ten {
	width: 460px;
	float: left;
	color: #738648;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}

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

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

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

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

#last_ten a {
	color: #2255f8;
	text-decoration: none;
}
