.bank-best {
	margin: 20px 20px 20px 0;
	background: #F6F7EF;
	padding: 15px 0 15px 20px;	
}

.bank-best h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.bank-best ul li {
	display: inline;
	width: 70px;
	margin-right: 10px;
	height: 20px;
}

.bank-best ul li a {
	text-decoration: underline;
	font-weight: bold;
	color: #666;
	padding-right: 25px;
	padding-bottom: 2px;
}

.bank-best ul li a.closed {
	background: url('/images/template/arrow-blue-down.gif') no-repeat top right;
	
	text-decoration: none;
	color: #06C;
	
}
.bank-best ul li a:hover {
	text-decoration: none;
}

.bank-best table {
	margin-top: 7px;
	border: none;
	width: 270px;
}
.bank-best table th {
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 5px 0;
	border: none;
	vertical-align: top;
}
.bank-best table th a {
	font-weight: normal;
}

.bank-best table td b {
	vertical-align: top;
	color: #000;
	BORDER: NONE;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	width: 55px;
	text-align: right;
	margin-right: 5px;
}
.bank-best table td span {
	font-size: 11px;
	color: #666;
}

