#mup_ads {
	position: relative;
	margin-bottom: 0;
}

iframe#mup-calc, iframe#mup-calc-wales, iframe#mup-calc-scotland {
	margin: 10px 0 20px 0;
	padding: 0;
	border: none;
	width: 580px;
	height: 360px;
	background-color: #fff;
}



.mup-calc-buttons {
	margin-top: 20px;
}

.mup-calc-button {
	position: relative;
	float: left;
	
	margin: 0 10px 20px 0;
	
	border: solid 10px #eee;
}

.mup-calc-button.selected {

	border: solid 10px #273370;

}

.mup-calc-button img {

	height: 120px;
	width: 265px;
	display: block;

}

.mup-calc-button:nth-child(2n) {
	margin-right: 0;
}

.mup-calc-tab {
	display: none;
}

#content_central a {
	color: #1b2d83;
	text-decoration: underline;
}