#featureContainer {
	width:760px;
	height:650px;
	margin:0 0 20px 0;
	background-color: #fff;
	position:relative;
}

#raphaelContainer {
	width:540px;
	height:650px;
	border:1px solid black;
	position:absolute;
	top:0;
	left:0;
}

#loadingSplash {
	width:540px;
	height:650px;
	background:url(http://a.citywirecontent.co.uk/images/2011/11/02/538899-System__Resources__Image-593305.gif) 0 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
}

#loading {
	width: 200px;
	height: 100px;
	position:absolute;
	top:50px;
	left:169px;
	background: white url(http://a3.citywirecontent.co.uk/mvc/web3/assets/img/cwDataLoader.gif) 15px 39px no-repeat;
	border:1px solid #222;
}

#topRight {
	width:245px;
	height:295px;
	padding:20px;
	background-color:#333;
	position:absolute;
	top:0;
	right:0;
	color:white;
}

#topRightScrollWindow {
	position:absolute;
	top:20px;
	right:20px;
	width:285px;
	height:295px;
	padding:0;
	margin:0;
	overflow:hidden;
}

#topRightScrollContainer {
	position:absolute;
	top:0;
}

#helpVideo .kvWidgetPlaceholder {
	margin-bottom:20px;
}

#helpVideo {
	height:295px;
}

div.article #helpVideo img {
	margin:0;
}

#watchVideo {
	cursor: pointer;
}

#startExploring {
	position:absolute;
	bottom:0;
}

#startExploring:active {
	top:auto;
}

#topRight #details {
	position:absolute;
	top:315px;
	height:295px;
}

#topRight h3 {
	font-weight: bold;
	font-size: 20px;
	height: 30px;
}

#topRight p {
	font-size: 14px;
	color: #DDD;
	margin-bottom: 15px;
	line-height: 17px;
}

#topRight p strong {
	font-size:18px;
	color:white;
}

#detailChart {
	width: 285px;
	height:160px;
	background-color:white;
	margin: 0 0 20px 0;
}

#controls {
	position:absolute;
	right:0;
	top:335px;
	width:218px;
	height:317px;
	background:#ddd;
}

#legendBar {
	position:absolute;
	z-index:3;
	left:0;
	top:0;
	width:55px;
	height:315px;
}

#legend span {
	color: #222;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	left:58px;
	opacity: 0;
}

#legend span.highlighted {
	opacity: 0.2;
}

#legend span.selected {
	opacity: 1;
}

#legend #london {
	top:14px;
}

#legend #south-east {
	top:166px;
}

#legend #south-west {
	top:218px;
}

#legend #east-midlands {
	top:270px;
}

#legend #east-england {
	top:167px;
}

#legend #west-midlands {
	top:270px;
}

#legend #wales {
	top:260px;
}

#legend #north-east {
	top:286px;
}

#legend #north-west {
	top:256px;
}

#legend #yorkshire-and-humber {
	top:276px;
}

#legend #england-and-wales {
	top:181px;
}

#legendPointer {
	background: url(http://a.citywirecontent.co.uk/images/2011/10/31/538004-System__Resources__Image-592242.png) 0 0 no-repeat;
	height: 30px;
	width:40px;
	display:block;
	position:absolute;
	z-index:4;
	top:7px;
	left:12px;
}

a.tweetThis {
	font-size: 14px;
	color: #DDD;
	display: inline-block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #70ADCD;
	border: 1px solid #70ADCD;
	color: white;
	padding: 3px 6px;
	position:absolute;
	bottom:0;
	cursor: pointer;
}

a.tweetThis:hover {
	color: white;
	border: 1px solid white;
	text-decoration: none;
}

#resetInteractive {
	position:absolute;
	bottom:10px;
	right:10px;
}

#earningsUpdate {
	background-color: #ffffdb;
	border: 1px solid #e8e5b4;
	padding:10px;
	margin: 0 0 20px 0;
	
}

#earningsUpdate form {
	margin: 0 0 20px 0;
}

#showUpdate {
	display:none;
}

.article .portHole {
	display:none;
}