#payment h1 {
	margin: 20px 0;
	font-size: 22px;

}
#payment p {
	font-size: 12px;
	color: #656565;
	width: 655px;
}
#payment p a {
	color: #6d7593;
}
.country {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	clear: left;
}
.country ul, .country a {
	float: left;
	width: 156px;
	margin: 0 0 0 2px;
	border-top: 1px solid #a0a1a3;
	padding: 10px 0 5px 0;
	display: block;
}
.country .noborder {
	border: none;
}
.country .flag {
	width: 40px;
	border: none;
}
.country ul {
	list-style: none;
}
.country ul li {
	background: url(/images/merchant-account/list-payment.png) left top no-repeat;
	padding-left: 5px;
	margin-left: 5px;
}
.country .name {
	text-transform: uppercase;
	padding-left: 10px;
	width: 147px;
}
.country img {
	float: left;
	border: none;
	margin: 10px 0 0 2px;
	width: 40px;
	height: 40px;
}
.localbank {
	text-align: center;
	display: block;
	width: 120px;
	height: 50px;
	background: url(/images/merchant-account/tick-bank.png) no-repeat top center;
	float: right;
}
.localbank.nobg {
	background: none;
}
.countrieshead div {
	font-size: 12px;
	color: #fff;
	background: url(/images/merchant-account/countries-bg.png) repeat-x;
	float: left;
	width: 151px;
	margin-left: 2px;
	line-height: 12px;
	font-family: Tahoma, sans-serif;
	padding: 5px 0 5px 5px;
}
.continent {
	border: 1px solid #d3d2d4;
	line-height: 33px;
	background: url(/images/merchant-account/continent.png) repeat-x;
	width: 822px;
	padding-left: 10px;
	color: #4d5572;
	font-weight: bold;
	font-family: Arial, sans-serif;
	position: relative;
	clear: left;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 10px;
}
.continent div {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(/images/merchant-account/continent-arrow-right.png) no-repeat right center;
	width: 100%;
	height: 33px;
	padding-right: 10px;
}
.continentselected div {
	background: url(/images/merchant-account/continent-arrow.png) no-repeat right center;
}
.continentcontainer {
	clear: left;
	overflow: hidden;
	margin: 10px 10px 10px 27px;
}
.nolocalbank {
	background: none;
}

