#rank{
	width: 490px;
	height: 350px;
	float: right;
	background: #FFFFF5;
	border: 2px solid #FF9500;
}
.rank_cover{
	float: left;
}
#container h1.rank_title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #3b5998;
	padding: 15px;margin-bottom: 15px;
}
.rank_subtitle{
	text-align: center;
	font-size: 20px;
	margin: 15px;
	font-weight: bold;
}
.rank_directory{
	width: 460px;
}
.rank_directory li{
	clear: both;
	font-size: 18px;
	line-height: 1.3;
	padding: 8px;
}
.rank_directory a{
	color: inherit;
}
.rank_directory a:hover{
	text-decoration: underline;
	color: #f00;
}
.rank_directory_next li{
	padding: 5px 15px;
	font-size: 16px;
}
.rank_report{
	margin-top: 12px;
	width: 130px;
	line-height: 35px;
	color: #fff;
	background: #3333CC;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}
.rank_report:hover{
	background: #5252E0;
}
.rank_report a{
        color: inherit;
}
.rank_intro p{
	font-size: 16px;
	line-height: 2em;
	margin: 15px 0;
}
.rank_note{
	font-size: 14px;
	padding: 25px;
	text-align: center;
	color: #f00;
}
.rank_table{
	text-align: center;
	width: 710px;
	margin-bottom: 50px;
}
.rank_graph{
	width: 100%;
	margin-bottom: 50px;
}
.rank_graph_scroll{
	overflow: scroll;
}