@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#tcnote1 {
	padding:6px;
	background:orange;
	color:#fff;
	border-bottom:1px solid #fff;
	text-align:center;
}
	#tcnote1 a, #tcnote2.highlighted a {
		color:#fff;
	}

	#tcnote1 a:hover, #tcnote2.highlighted a:hover {
		text-decoration:underline;
	}


#tcnote2 {
	display:inline !important;
	font-size:11px;
	font-weight:bold;
	padding:0 10px 1px 20px;
	line-height:1.9em;
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	float:right;
	margin-top:10px;
}

#tcnote2 a, #tcnote2 a:hover {
	display:inline;
	font-size:11px;
	background:none;
	padding:0;
	margin:0;
	font-weight:normal;
	float:none;
}

	#tcnote2.highlighted {
		background:orange;
		color:#fff;
		-webkit-border-radius:15px 0 0 0;
	}

#areaImg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	z-index: 0;
	background-color:#9b81a5;
	background-image: url(https://www.tspc.co.uk/userfiles/design/banners_2017/1.jpg);
	background-position: center center;
}
#search {
	float: left;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	visibility: visible;
}
#msg, .msg {
	background:orange;
	color:#fff;
	clear:both;
	padding:8px;
	text-align:center;
}
#content .oc_note {
	margin-bottom:1em;
}
	#content .oc_note a {
		display:grid;
		grid-template-columns:1fr 3fr;
		background-color:#113251;
		border:2px solid #113251;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
		#content .oc_note a span {
			padding:1em 1em 1em 3em;
			position:relative;
		}
			#content .oc_note a span::before {
				content: '';
				display:block;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 9.5px 0 9.5px 16px;
				border-color: transparent transparent transparent #ffffff;
				position:absolute;
				left:0;
				top:30px;
				top:calc(50% - 9px);
			}
		#content .oc_note a::before {
			content:'';
			display:block;
			background-color:#fff;
			background-image:url(/images/tspc.png);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
		}

		#content .oc_note a:hover {
			text-decoration:none;
			background-color:#672b6c;
			border:2px solid #672b6c;
		}

#stripMenu {
	clear: right;
	float: left;
	margin-left: 0;
	display: block;
	background-color: #f2cd00;
	padding: 0px;
	width: 100%;
}
#stripMenuLinks {
	clear: both;
	float: left;
	display: block;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 100;
	width: 100%;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content a {
	color:#470a68;
}
#content a:hover {
	text-decoration:underline;
}
#cameoLinks {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cameoHolder {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top-width: 5px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#cameo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	height: 38px;
	background-color: #f2cd00;
	background-size: contain;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 2%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: 100;
}
.panel {
	background:#f2cd00;
	color:#fff;
	padding:8px 6px;
	margin-bottom:8px;
	font-weight:600;
	overflow:hidden;
}
.cutcorner {
	position:relative;
}
.cutcorner:before {
    content: 'sfsdf';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid white;
    border-left: 40px solid transparent;
    width: 0;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #470a68;
}
#footerinfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #FFFFFF;
	font-weight: 100;
}
#address {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-left: 2%;
	line-height: 18px;
	font-size: 14px;
}
#telemail {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-left: 2%;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	margin-right: 50%;
	padding-left: 2%;
	padding-top: 10px;
}
#searchpanel {
	clear: left;
	float: none;
	margin-left: auto;
	width: 90%;
	display: block;
	overflow: visible;
	background-color: #FFFFFF;
	border-radius: 10px;
	height: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	text-align:left;
}
#desktop_search {
	display:none;
}
#open_viewing {
  background: #f2cd00;
  color:#fff;
  padding:5px;
  font-size:0.9em;
  text-align:center;
}
#search_form {
	position:relative;
	margin:0 5px;
	top:5px;
}
#search_form input[type=submit] {
	background:#470a68;
	color:#fff;
	border-radius: 0 10px 10px 0;
	position:absolute;
	top:-5px;
	right:-5px;
	height:50px;
	font-weight:bold;
	font-size:14px;
}

#headline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'Catamaran', "sans-serif;";
	font-size: 32px;
	font-weight: 100;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#buttons {
	clear: right;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	visibility: hidden;
	height: 0px;
}
#spc {
	clear: right;
	float: left;
	width: 100%;
	display: block;
	background-color: #0061A6;
	padding: 0px;
}
#new {
	clear: none;
	margin-left: 6%;
	width: 21.333%;
	display: block;
	background-image: url(/images/ic_newmobi.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-left: 0%;
	padding-top: 28px;
	padding-bottom: 0px;
	padding-right: 0%;
	font-size: 16px;
	line-height:18px;
	text-align: center;
	float: left;
	height: auto;
	margin-right: 6%;
}
#recent {
	clear: none;
	float: left;
	margin-left: 6%;
	width: 21.333%;
	display: block;
	background-image: url(/images/ic_recentmobi.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-left: 0%;
	padding-top: 28px;
	padding-bottom: 0px;
	padding-right: 0%;
	font-size: 16px;
	line-height:18px;
	height: auto;
	text-align: center;
	margin-right: 6%;
}
#all {
	clear: none;
	margin-left: 6%;
	width: 21.333%;
	display: block;
	background-image: url(/images/ic_allmobi.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-left: 0%;
	padding-top: 28px;
	padding-bottom: 0px;
	padding-right: 0%;
	font-size: 16px;
	line-height:18px;
	height: auto;
	text-align: center;
	margin-right: 6%;
	float: left;
}
#spclogo {
	clear: both;
	float: left;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	padding-left: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	font-family: 'Catamaran', "sans-serif;";
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
}
#info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 15px;
	line-height: 1.6em;
	bottom: 5px;
}
#info a {
	color:#470a68;
}
#info a:hover {
	text-decoration:underline;
}
#apDiv1 {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 88px;
	width: 172px;
}
#content {
	clear:both;
	margin:0 10px;
	padding:25px 0;
}

#search_title {

}

#search_title a {
	float:right;
	font-size:10px;
	display:inline-block;
	width:30px;
	height:33px;
	background:url(/images/icon_SaveSearch.png);
	text-indent:-500em;
}

.property {
	display:block;
	position:relative;
	padding:10px;
	border-bottom:1px solid #ccc;
	overflow:auto;
}

.property:hover {
	text-decoration:none !important;
	background:#eee;
}

.property img {
	width:100%;
	margin-bottom:5px;
}

.property h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:0 0 .1em 0;
}

.property p {
	padding:0 0 .1em 0;
}

.property h3 {
	padding:0 0 .1em 0;
	font-size:1em;
	font-weight:bold;
}
.property h3.banner {
	color:red;
}

.property h4 {
	padding:0 0 .1em 0;
	font-size:1em;
}

.property h5 {
	font-size:.9em;
	text-align:right;
	color:#999;
	padding:0;
}

.property .under_offer {
	position:absolute;
	top:10px;
	left:10px;
	width:50%;
}

.property_head {
	padding:10px;
	margin-bottom:10px;
}

.property_head h1 {
	font-weight:bold;
	font-size:22px;
	margin:0;
	padding:0;
}
	.property_head h1 abbr {
		display:none;
	}

.watchlink {
	float:right;
	font-size:10px;
	display:inline-block;
	width:30px;
	height:33px;
	background:url(/images/icon_Watchlist.png);
	text-indent:-500em;
}

.property_head h2 {
	font-weight:bold;
	font-size:19px;
	margin:0;
	padding:0;
}

.property_photos {
	position:relative;
}

.property_photos .under_offer {
	position:absolute;
	top:0;
	left:0;
}

.main_image {
	margin-bottom:3px;
}

.property_gallery {
	padding:0 0 3px 3px;
	clear:both;
}

.property_gallery img {
	margin:3px;
	width:47%;
	height:100px;
}

.property_description,
.property_viewing,
.property_resources,
.property_map,
.property_streetview {
	margin-top:10px;
}

.property_description .inner,
.property_viewing .inner,
.property_resources .inner,
.property_map .inner,
.property_streetview .inner {
	padding:10px;
}

.property_area {
	margin-bottom:10px;
	overflow:auto;
}
.property_area h3 {
	padding-top:0;
}

.property_area p {
	font-size:14px;
	line-height:1.5em;
}

.property_area p img {
	float:right;
	margin-left:10px;
	margin-bottom:1px;
}

.permalink a {
	background:#470a68;
	color:#fff !important;
	padding:5px 10px;
	display:block;
	margin-bottom:10px;
}

.box_header {
	background:#470a68;
	color:#fff;
	padding:5px 10px;
}

.linkbox {
	margin:0 0 10px 0;
}

	.linkboxhead {
		background:#f2cd00;
		color:#fff;
		padding:4px 8px 2px 8px;
	}
	.linkboxcontent {
		background:#f1f1f1;
		color:#000;
		font-size:0.8em;
		padding:10px;
	}
	.linkboxfoot {
		background:#f1f1f1;
		color:#000;
		font-size:0.8em;
		padding:5px 5px 34px 5px;
		line-height:1.4em;

	}
	.linkboxfoot a {
		font-weight:bold;
		float:right;
		background:#f2cd00;
		color:#fff !important;
		padding:5px;
	}
	.linkboxfoot a:hover {
		-webkit-box-shadow: 0 0 5px 1px #FFFFFF;
		box-shadow: 0 0 5px 1px #FFFFFF;
		text-decoration:none;
	}

#recent_property_list {
	line-height:1.5em;
}

#recent_property_list a {
	display:block;
	padding:10px 0;
	border-bottom:1px solid #fff;
	overflow:auto;
}
#recent_property_list a:hover {
	text-decoration:none;
	background:#ddd;
}

#recent_property_list img {
	float:right;
}

.external_note, .disclaimer {
	font-size:0.8em;
	margin-top:10px;
}

.fraction img {
	float:none;
}

.classified {
	padding:25px 0;
	border-top:1px solid #777;
	clear:both;
}
	.classified img.classified_image {
		width:100%;
		margin-bottom:15px;
	}
	.classified .classified_title {
		font-weight:bold;
	}

dl.faq dt {
	font-weight:bold;
	padding:5px 0;
}
dl.faq dd {
	padding:5px 0;
}

a#pspc {
	box-sizing:border-box;
	display:block;
	width:375px;
	max-width:90vw;
	height:77px;
	background-size:contain;
	background:url(/userfiles/design/pspc.png);
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	color:#fff;
	padding:14px 140px 13px 11px;
	text-shadow: 1px 1px 0 #000;
}
	a#pspc:hover {
		text-decoration:none;
		background-position:bottom left;
	}

.clear {
	clear:both;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
	}
	#LayoutDiv1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#areaImg {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		height: auto;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#search {
		clear: right;
		float: none;
		margin-left: auto;
		width: 100%;
		display: block;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#stripMenu {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		padding-top: 0px;
		padding-bottom: 10px;
		margin-bottom: 0px;
		margin-top: 0px;
		height: 28px;
	}
	#stripMenuLinks {
		clear: none;
		float: none;
		margin-left: auto;
		width: 98%;
		display: block;
		font-size: 14px;
		padding-left: 2%;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-right: auto;
		padding-right: 0%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#cameoLinks {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#cameoHolder {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		margin-bottom: 10px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#cameo {
		clear: right;
		float: left;
		margin-left: 1%;
		width: 29.3333%;
		display: block;
		background-color: #f2cd00;
		height: 50px;
		background-size: contain;
		padding-top: 5px;
		padding-right: 1%;
		padding-left: 1%;
		margin-right: 1%;
		margin-bottom: 5px;
		margin-top: 10px;
		font-size: 15px;
		color: #FFFFFF;
	}
		#cameo.prestigious {
			background-position:bottom right !important;
		}
	#footer {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#footerinfo {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}
	#address {
		clear: none;
		float: right;
		margin-left: 0;
		width: 50%;
		display: block;
		padding-top: 23px;
		padding-left: 0px;
		line-height: 22px;
	}
	#telemail {
		clear: none;
		float: right;
		margin-left: 0;
		width: 50%;
		display: block;
		margin-top: 5px;
		padding-left: 0px;
		line-height: 22px;
	}
	#logo {
		clear: both;
		float: left;
		margin-left: 0;
		width: 44%;
		display: block;
		padding-top: 10px;
		padding-left: 2%;
		padding-right: 4%;
		margin-right: 0px;
	}
	#searchpanel {
		clear: left;
		float: none;
		margin-left: auto;
		width: 80%;
		display: block;
		height: 50px;
		margin-right: auto;
	}
	#desktop_search {
		display:block;
	}
	#mobile_search {
		display:none;
	}
	#searchpanel div.search_hidden {
		display:none;
	}
	#searchpanel form {
		margin-left:10px;
		position:relative;
		top:-4px;
	}
	#searchpanel form input {
		color:#444;
	}
	#searchpanel form input[type=submit] {
		width:14%;
		background:#470a68;
		color:#fff;
		border-radius: 10px;
		font-weight:bold;
		font-size:14px;
	}
	#searchpanel #search_form_1 form input[type=search],
	#searchpanel #search_form_3 form input[type=search],
	#searchpanel #search_form_4 form input[type=search] {
		width:80%;
	}

	#searchpanel #search_form_2 form select,
	#searchpanel #search_form_2 form input[type=number]
	{
		background:#eee;
		max-width:130px;
		font-size:14px;
		color:#444;
	}

	#headline {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		font-family: 'Catamaran', "sans-serif;";
		font-size: 48px;
		font-weight: 100;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 10px;
		color: #FFFFFF;
	}
	#buttons {
		clear: left;
		float: right;
		margin-left: auto;
		width: 100%;
		display: block;
		visibility: hidden;
		height: 10px;
		margin-right: auto;
	}
	#spc {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#new {
		clear: right;
		float: left;
		margin-left: 0;
		display: block;
		font-size: 15px;
		line-height:20px;
		width: auto;
		padding-left: 26px;
		padding-right: 15px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		margin-top: 3px;
		padding-top: 2px;
		background-position: left center;
		margin-right: 10px;
		background-image: url(/images/ic_new.png);
		background-size: 40px;
	}
	#recent {
		clear: right;
		float: left;
		margin-left: 0;
		display: block;
		font-size: 15px;
		line-height:20px;
		width: auto;
		padding-left: 26px;
		padding-right: 15px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		background-position: left center;
		margin-right: 10px;
		margin-top: 3px;
		padding-top: 2px;
		background-image: url(/images/ic_recent.png);
		background-size: 40px;
	}
	#all {
		clear: right;
		float: left;
		margin-left: 0;
		display: block;
		font-size: 15px;
		line-height:20px;
		width: auto;
		padding-left: 26px;
		padding-right: 15px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		margin-top: 3px;
		margin-right: 10px;
		padding-top: 2px;
		background-position: left center;
		background-size: 40px;
		background-image: url(/images/ic_all.png);
	}
	#spclogo {
		clear: both;
		float: left;
		width: 97%;
		display: block;
		margin: 0;
		font-size: 14px;
		line-height: 34px;
	}
	#info {
		clear: both;
		float: left;
		margin-left: 1%;
		width: 96%;
		display: block;
		padding-left: 1%;
	}


	.fraction {
		float:left;
		box-sizing:border-box;
	}
	.fraction.one_half {
		width:50%;
	}
	.fraction.three_quarters {
		width:75%;
		padding-right:25px;
	}

	.fraction.one_quarter {
		width:25%;
	}
	.fraction.five_eighths {
		width:62.5%;
		padding-right:25px;
	}
	.fraction.three_eighths {
		width:37.5%;
	}


	.property img {
		width:30%;
		float:left;
		margin:0 10px 5px 0;
	}

	.property .under_offer {
		width:15%;
	}

	.property_gallery img {
		width:auto;
		height:93px;
	}

	.classified img.classified_image {
		width:220px;
		float:right;
		margin-left:10px;
		margin-bottom:25px;
	}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 98%;
		max-width: 1232px;
		padding-left: 1%;
		padding-right: 1%;
		margin: auto;
	}
	#LayoutDiv1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#areaImg {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		margin-top: 0px;
		padding-top: 0px;
		z-index: 0;
		top: 0px;
		height: auto;
		overflow: hidden;
		right: 0px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	#search {
		margin-left: auto;
		width: 100%;
		max-width: 680px;
		margin-right: auto;
		padding: 10px;
		margin-top: 20px;
		text-align: center;
		font-size: 56px;
		font-family: 'Catamaran', "sans-serif;";
		font-weight: 100;
		color: #FFFFFF;
		display: block;
		float: none;
		clear: right;
		margin-bottom: 20px;
	}
	#stripMenu {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		padding-top: 5px;
		padding-bottom: 10px;
		font-family: Catamaran, "sans-serif;";
		color: #FFF;
		margin-bottom: 5px;
		height: 32px;
	}
	#stripMenuLinks {
		margin-left: auto;
		width: 96%;
		display: block;
		max-width: 1020px;
		margin-right: auto;
		font-size: 17px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		float: none;
		clear: right;
		height: auto;
		padding-right: 2%;
		padding-left: 2%;
	}
	#cameoLinks {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#cameoHolder {
		clear: both;
		float: none;
		margin-left: auto;
		width: 100%;
		display: block;
		max-width: 1020px;
		margin-right: auto;
	}
	#cameo {
		clear: right;
		float: left;
		margin-left: 1%;
		width: 29.333%;
		display: block;
		margin-right: 1%;
		height: 100px;
		margin-bottom: 10px;
		background-color: #f2cd00;
		padding-top: 10px;
		padding-right: 1%;
		padding-bottom: 10px;
		padding-left: 1%;
		font-size: 20px;
		font-weight: 100;
	}
	#footer {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		margin-top: 10px;
		padding-top: 10px;
		margin-bottom: 0px;
	}
	#footerinfo {
		clear: both;
		margin-left: auto;
		width: 100%;
		display: block;
		max-width: 1020px;
		margin-right: auto;
		float: none;
	}
	#address {
		clear: none;
		float: left;
		margin-left: 0;
		width: 31.333%;
		display: block;
		margin-right: 2%;
		font-size: 15px;
		line-height: 24px;
		padding-top: 15px;
	}
	#telemail {
		clear: none;
		float: left;
		margin-left: 0;
		width: 31%;
		display: block;
		font-size: 15px;
		line-height: 24px;
		padding-top: 15px;
		margin-top: 0px;
		padding-left: 0px;
	}
	#logo {
		clear: both;
		float: left;
		margin-left: 0;
		width: 30.333%;
		display: block;
		padding-left: 1%;
		padding-bottom: 10px;
		padding-top: 0px;
		padding-right: 2%;
		margin-right: 0px;
	}
	#searchpanel {
		clear: both;
		float: none;
		margin-left: auto;
		width: 680px;
		display: block;
		height: 50px;
		margin-top: 0px;
		margin-right: auto;
	}
	#searchpanel form {
		top:1px;
	}

	#headline {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		font-size: 64px;
		font-weight: 100;
		color: #FFFFFF;
		margin-bottom: 0px;
	}
	#buttons {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		height: 70px;
		visibility: visible;
	}
	#spc {
		clear: none;
		margin-left: auto;
		width: 100%;
		display: block;
		margin-right: auto;
		float: left;
	}
	#new {
		clear: none;
		float: left;
		margin-left: 0;
		width: auto;
		display: block;
		background-image: url(/images/ic_new.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 40px;
		padding-left: 36px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 23px;
		padding-top: 4px;
		padding-bottom: 0px;
		font-size: 18px;
		font-family: 'Catamaran', "sans-serif;";
		font-weight: 100;
		text-align: left;
	}
	#recent {
		clear: none;
		float: left;
		margin-left: 0;
		width: auto;
		display: block;
		background-image: url(/images/ic_recent.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 40px;
		padding-left: 36px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 23px;
		padding-top: 4px;
		padding-bottom: 0px;
		font-size: 18px;
		font-family: 'Catamaran', "sans-serif;";
		font-weight: 100;
		;
		width: auto;
		text-align: left;
	}
	#all {
		clear: none;
		float: left;
		margin-left: 0;
		width: auto;
		display: block;
		background-image: url(/images/ic_all.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 40px;
		padding-left: 36px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 23px;
		padding-top: 4px;
		padding-bottom: 0px;
		font-size: 18px;
		font-family: 'Catamaran', "sans-serif;";
		font-weight: 100;
		text-align: left;
	}
	#spclogo {
		width: 99%;
		max-width: 1016px;
		clear: both;
		float: none;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 1%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		height: 30px;
		font-size: 16px;
		line-height: 32px;
	}
	#info {
		clear: both;
		float: none;
		margin-left: auto;
		display: block;
		font-size: 12px;
		max-width: 1006px;
		margin-right: auto;
		padding-left: 1%;
		width: 98%;
		padding-right: 1%;
	}
	#content {
		max-width:1000px;
		margin:0 auto;
	}

	.property_gallery img {
		height:75px;
	}
}


#cookiesokyes {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
#cookiesokyes:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
#cookiesokyes:active {
	position:relative;
	top:1px;
}

#cookiesokno {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
#cookiesokno:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
#cookiesokno:active {
	position:relative;
	top:1px;
}

#cookie_info {
	text-align:center;
	position:fixed;
	left:0;
	bottom:0;
	right:0;
	z-index:9999;
	padding:20px;
	color:#fff;
	background:rgba(0, 0, 0, 0.7);
}

#cookie_info a {
	text-decoration:underline;
}

.green {
	color:green;
	font-weight:bold;
}

@media only screen and (max-width: 480px) {
	#cookie_info {
		padding:10px;
		font-size:13px;
		line-height:1.3em;
	}
}