#map-container {
	position:relative;
	margin-bottom:10px;

}

.masterplan {
	width:930px;
	border:5px #0094ce solid;
}

p.sold-sticker {
	position:absolute;
	background:#ff0000;
	color:#fff;
	padding:2px 6px;
	text-transform:uppercase;
	border:1px solid #fff;
	box-shadow:1px 1px 3px #333;
	pointer-events:none;
	font-size:12px;
}

div.inline_land {
}

div.inline_land h1 {
	color:#0079BF;
}

div.inline_land table {

}

div.inline_land table tr:hover td {
	background:none;
}

div.inline_land table tr:nth-child(odd) td,
div.inline_land table tr:nth-child(odd):hover td {
	background:#e1e1e1;
}

div.inline_land table tr:nth-child(even) td,
div.inline_land table tr:nth-child(even):hover td {

}

div.inline_land table td:first-child {
	font-weight:bold;
}

span.available {
	color:#53ab55;
	font-weight:bold;
}
span.sold {
	color:#ff0000;
	font-weight:bold;
}

div#header-logo {
	background:#0079BF url(../img/logo.png) 20px 50% no-repeat;
	margin-bottom:20px;
	padding:30px 20px;
}

a.back:link, a.back:visited {
	display:inline-block;
	padding:8px 16px;
	font-size:12px;
	border-radius:0;
	font-weight:normal;
	text-shadow:none;
	background:#0094ce;
	color:#fff;
	font-family: 'helvetica_neueregular';
	border:none;
	text-decoration:none;
	margin:20px 0 10px 0;	
	float:right;
	
}

body #section-content #zone-content-wrapper #zone-content h2 {
	font-size:48px !important;
	line-height:40px !important;
	margin-bottom:14px !important;
	margin-top:12px !important;
	border-top:1px solid #eee;
	padding-top:22px;
	color:#666 !important;
}