.toptenlist {
	border: 4px solid White;
	/*width: 223px;*/
	width: 300px;
	height: 322px;
	background-color: Black;
}

.toptenlist_title {
	background: url(../img/toptentop.jpg);
	width: 295px;
	height: 48px;
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
}

.toptenlist_title a {
	float: left;
	padding-left: 205px;
	padding-top: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	color: #fff;
}

.toptenlist tr {
	width: 100%;
}

.toptenlist td {
	padding: 3px;
	border-bottom: 1px solid White;
	font-family: Arial;
	font-weight: Bold;
	color: White;
	font-size: 9px;
}

.toptenlist td small {
	font-size: 8px;
}

