
.branch-title {
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	font-family: 'arial';
}

.loan {
	margin: 0 0 0 2px;	
	background: url( '../images/icons/loan.gif' ) no-repeat left center;
}

/* Rates table */
.rates-list li {
	line-height: 2.273em;
	font-size: 1em;
}

.rates-list strong {
	font-size: 1.182em;
}

.rates-list span {
	display: inline-block;
}

.rates-list .type {
	width: 74px;
	padding-right: 13px;
}

.rates-list .rates {
	width: 44px;
	padding-right: 15px;
}

.rates-list .points {
	width: 44px;
}

.rates-list li a {
	color: #504033;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.rates-list li a:hover {
	background: #eddecb;
	text-decoration: none;
}