
#rankingMenu ul{
	margin-bottom:10px;
	border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border:1px solid #e0e0e0;
	border-bottom:0px;
}
#rankingMenu ul li{
	border-top:0px;
	border-bottom:1px solid #e0e0e0;
}
#rankingMenu ul li p{
	padding:8px;
	font-size:14px;
	color:#777;
	background-color:#f1f1f1;
	letter-spacing:2px;
}
#rankingMenu ul li a{
	display:block;
	padding:6px 10px;
	font-size:14px;
	color:#23aaff;
	vertical-align:middle;
}
#rankingMenu ul li button{
	width:100%;
	background-color:#fff;
	background-image:url(/img/icon_check_off.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
	padding:8px 0px;
	font-size:14px;
	cursor:pointer;
	text-align:left;
}
#rankingMenu ul li button.check{
	background-image:url(/img/icon_check_on.png);
}
#rankingMenu ul li b{
	display:block;
	padding-left:10px;
}
#rankingMenu ul li span b{
}
#rankingMenu ul li span{
	display:block;
	padding:8px 0px;
	font-size:14px;
	text-align:left;
	background-color:#fffbd7;
	cursor:default;
	background-image:url(/img/icon_check_on.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
}
#rankingMenu ul li img{
	width:24px;
	vertical-align:middle;
	margin-left:10px;
}
#rankingMenu ul li strong{
	vertical-align:middle;
	margin-left:8px;
}

#ranking table{
	width:100%;
}
#ranking table tr{
	border-bottom:1px solid #ededed;
}
#ranking table tr:hover{
	background-color:#fff9d2;
}
#ranking table tr:first-of-type:hover{
	background-color:#fff;
}
#ranking table th{
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #ccc;
	padding:10px 0px;
	font-size:13px;
}
#ranking table th p{
	margin:8px 0px;
}
#ranking table td{
	padding:10px 0px;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
}
#ranking table tr td:nth-of-type(2){
	width:170px;
}
#ranking table tr td:nth-of-type(2) img{
	width:36px;
	float:left;
}
#ranking table tr td:nth-of-type(2) span{
	display:block;
	font-size:14px;
	text-align:left;
	margin-left:42px;
	color:#444;
	font-weight:bold;
	padding:2px 0px;
}
#ranking table tr td:nth-of-type(2) strong{
	display:block;
	font-size:14px;
	color:#9bc89b;
	text-align:left;
	font-weight:bold;
	margin-left:42px;
	padding:2px 0px;
}
#ranking table tr th:nth-of-type(3), #ranking table tr td:nth-of-type(3){
	text-align:right;
}
#ranking table tr td:nth-of-type(3) span{
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#ffa66a;
	margin-top:2px;
}

#ranking table tr th:nth-of-type(4), #ranking table tr td:nth-of-type(4){
	text-align:right;
}
#ranking table tr th:nth-of-type(5), #ranking table tr td:nth-of-type(5){
	text-align:right;
}
#ranking table tr th:nth-of-type(6), #ranking table tr td:nth-of-type(6){
	text-align:right;
	line-height:1.2em;
}
#ranking table tr td:nth-of-type(7), #ranking table tr td:nth-of-type(8){
	width:90px;
}


#ranking table tr td b, #ranking table tr td u, #ranking table tr td i{
	color:#fff;
	padding:8px 0px;
	display:inline-block;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	width:80px;
	text-align:center;
	font-size:12px;
}
#ranking table tr td b:first-letter, #ranking table tr td u:first-letter{
	font-size:11px;
}

#ranking table tr td b{
	background-color:#ca2c78;
}
#ranking table tr td u{
	background-color:#73c921;
	text-decoration:none;
}
#ranking table tr td i{
	background-color:#ddd;
	text-decoration:none;
	color:#aaa;
}
#rankPager{
	margin-top:50px;
}
#rankPager ul{
	overflow:hidden;
	width:280px;
	margin:0px auto;
}
#rankPager li{
	float:left;
	width:50%;
}
#rankPager li *{
	display:inline-block;
	width:130px;
	margin:4px 0px;
	padding:8px 0px;
	font-size:14px;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #ccc;
}
#rankPager li button{
	background:none;
	color:#444;
	cursor:pointer;
}
#rankPager li button:hover{
	border-color:#23aaff;
	color:#23aaff;
	background-color:#dbf1ff;
}
#rankPager li span{
	background:none;
	color:#ccc;
}





