/*
 _____                            _                _                   _      
 |  __ \                          | |              | |                 | |     
 | |__) |_ __ ___  _ __   ___ _ __| |_ _   _       | |_   _ _ __   __ _| | ___ 
 |  ___/| '__/ _ \| '_ \ / _ \ '__| __| | | |  _   | | | | | '_ \ / _` | |/ _ \
 | |    | | | (_) | |_) |  __/ |  | |_| |_| | | |__| | |_| | | | | (_| | |  __/
 |_|    |_|  \___/| .__/ \___|_|   \__|\__, |  \____/ \__,_|_| |_|\__, |_|\___|
                  | |                   __/ |                      __/ |       
                  |_|                  |___/                      |___/
Colour Swatch
----------------
Blue #0808FF
Red #FF221A
Pale blue #B0B2FF
----------------
Using CSS3 PIE (http://css3pie.com/) for Internet Explorer? behavior: url(/js/PIE.htc);
*/

/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* CSS Reset */

html {
	background: #e6e6e6;
	-webkit-font-smoothing: antialiased;
}

body {
	font: .8em Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
}

/* ! Text Styles   */
h1 {
	line-height: 160%;
	padding: 5px 0;
	font-size: 1.8em;
}

h2 {
	line-height: 160%;
	padding: 5px 0;
	font-size: 1.6em;
}

h3 {
	line-height: 160%;
	padding: 5px 0;
	font-size: 1.4em;
}

h4 {
	line-height: 160%;
	padding: 5px 0;
	font-size: 1.2em;
}

p {
	line-height: 160%;
	padding: 5px 0;
	font-size: .9em;
}

a:link {
	color: #FF221A;
}
a:visited {
	color: #FF221A;
}
a:hover {
	color: #0808FF;
}
a:active {
	color: #0808FF;
}

abbr {
	background: #0808FF;
	padding: 2px 4px;
	margin: 0 2px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	box-shadow: 1px 1px 1px #bbb;
	cursor: help;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.red-text {
	#FF221A;
}

.left-title {
	float:left;
}

/* ! Text Styles   */

/* ! Core Structure   */

.clearfix {
	clear:both;
	}

#headerWrapper {
	width: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

.container {
	width: 970px;
	margin: 0 auto;
	background-color: #FFF;
}

.container2 { /* container which has a gap above */
	width: 970px;
	margin: 0 auto;
	background-color: #FFF;
	margin-top:20px;
}

#header {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float: left;
	width: 747px; background-image: url(../images/logobg.png); background-repeat:no-repeat;
	}

#headerContact {
	float: right;
	color: #0808FF;
	text-align:right;
}

#headerTel {
	margin-top:20px;
	font-size:1.8em;
	}
	
#headerTel a {
	color: #0808FF;
	text-decoration:none;
}

#headerEmail {
	font-size:1.3em;
	}

#headerEmail a:link, #headerEmail a:visited {
	color: #0808FF;
	text-decoration:none;
}

#headerEmail a:hover, #headerEmail a:active {
	text-decoration:underline;
}

#navbar {
	width: 970px;
	height: 35px;
	margin-left:auto;
	margin-right: auto;	
}

#navbar li {
	display: inline;
	margin: 0 40px 0 0px;
	font-size: 1.1em;
}

#navbar li.last {
	margin-right:0px;
}

#navbar li a {
	text-decoration: none;
	color: #333;
	line-height: 2.2em;
}

#navbar li a:hover {
	color: #FF221A;
}

/* This gives you your highlighted status */
#home #navbar .home a, #sales #navbar .sales a, #lettings #navbar .lettings a, #management #navbar .management a, #developments #navbar .developments a, #valuations #navbar .valuations a, #about #navbar .about a, #news #navbar .news a, #area #navbar .area a, #testimonials #navbar .testimonials a, #contact #navbar .contact a {
	color: #FF221A;
	text-decoration: none;
}

#footer {
	clear: both;
	background-image: url(../images/footer-bg.png);
	padding: 10px 0;
	text-align: center;
	background-color: #B0B2FF;
	background-repeat: repeat-y;
	background-position: center;
	color: #0808FF;
}

#footer-fixed {
	background-image: url(../images/footer-bg.png);
	padding: 10px 0;
	text-align: center;
	background-color: #B0B2FF;
	background-repeat: repeat-y;
	background-position: center;
	color: #0808FF;
	bottom: 0;
	position: fixed;
	width: 100%;
}

#footer a:link, #footer a:visited {
	color: #0808FF;
	text-decoration:none;
	}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	}

p.footer-contact {
	font-size: 1.3em;
	line-height:100%;
	}

p.footer-note {
	font-size:1em;
	line-height:110%;
	}

/* ! Core Structure   */

/* ==================== */
/* ! Slideshow Styles   */
/* ==================== */

#slideShow {
	position: relative;
	width: 970px; /* Compensates for border width */
	height: 430px; /* Compensates for Border height */
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	}

#slides {
	margin: 0;
 	padding: 0;
	}

#slide1 {
	background:  url(/images/canary-wharf-night.jpg) no-repeat;
	width: 100%;
	height: 430px;
}

#slide2 {
	background: url(/images/canary-wharf-day.jpg) no-repeat;
	width: 100%;
	height: 430px;
}

/* ==================== */
/* ! Slideshow Styles   */
/* ==================== */

#main-buttons { /* buttons over the pic on the home page */
	position: absolute;
	top: 60px;
	left: 30px;
	width: 240px;
	z-index: 1000;	
}

#main-buttons ul {
	margin:0;
	padding:0;
}

#main-buttons li {
	float: left;
	list-style:none;
	display: inline;
}

#main-buttons li a {
	color:#333;
	text-decoration:none;
	width:225px;
	display:block;
	height: 33px;
	margin-top: 20px;
	font-size: 1.5em;
	background-image: url(../images/btn-gradient.png);
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 15px;
	line-height: 1.8em;
	border: 1px solid #999;
	border-radius: 8px;
}

#main-buttons li a:hover {
	color: #FF221A;
}

.container-content {
	width: 930px;
	margin: 0 auto;
	padding-bottom: 20px;
	}
	
.container-content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: normal;
	}
	
.container-content h2 {
	font-size: 1.5em;
	font-weight:normal;
	}		

.container-content p, .container-content ul {
	font-size:1.2em;
	}
	
.container-content p {
	text-align: justify;
}
	
.container-content ul {
	line-height:160%;
}

#intro-text {
	width: 620px;
	float: left;
	margin-bottom:20px;
	}
	
#intro-text p {
	font-size:1.1em;
	}
	
#news-box {
	border-radius: 8px;
	border: 1px solid #999;
	width: 248px;
	float: right;
	background-image: url(../images/news-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	}
	
#news-box h2 a {
	color: #333;
	text-decoration:none;
}
	
#news-box h3 {
	line-height:120%;
	font-weight:normal;
	padding: 0px;
	font-size:1.1em;
	margin-top: 10px;
}

#news-box h3, #news-box h3 a:link, #news-box h3 a:visited {
	color: #333;
	text-decoration:none;
	}

#news-box h3 a:hover, #news-box h3 a:active {
	color: #FF221A;
	}
	
#news-box .cmsPagination a {text-decoration:none;}	

#news-box .newsItemHome p {
	line-height:130%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* google custom search styles */


.buttonGoogle {
	background:#0808FF;
	border:1px #ff221A solid;
	color: #fff;
	border-radius: 5px;
	padding:5px;
	}

.gsc-control-cse {
border: none!important;
background-color: transparent!important;
padding: 3px!important;
}


input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border-radius: 8px!important;
}

.news-image-container {
	width: 970px;
	height: 430px;
	position:relative;
	background-image:url(../images/news-large.jpg);
	background-repeat:no-repeat;
	}

#custom-search-box {
	position:absolute;
	background-image:url(../images/custom-search-bg.png);
	border-radius: 8px;
	padding:0px 10px 10px;
	width: 300px;
	bottom: 20px;
	left: 30px;
	border: 2px solid #FF221A;
	}
	
#custom-search-box h2 {
	font-weight:normal;
	padding-top:5px;
	}	

/* google custom search styles */

#intro-text h1, #testimonials-intro h2, #news-box h2 {
	font-family: "Times New Roman", Times, serif;
}
	
#intro-text h1, #testimonials-intro h2 {
	font-size: 2.3em;
	}
	
#news-box h2 {
	font-size: 1.8em;
	}
	
.content-column {
	width: 620px;
	float:left;
	}

.side-column {
	width: 250px;
	float: right;
	}
	
.side-button-image {
	margin:0px;
	height: 120px;
	margin-top:30px;
	}
	
.side-button-image img {
	border-radius: 15px 15px 0px 0px;
}
	
.side-button-large {
	background-image: url(../images/button-large.png);
	width: 250px;
	height:86px;
	margin: 0px;
}

.side-button-large h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin:0px;
	padding: 8px 45px 8px 10px;
	line-height:100%
	}
	
.side-button-large p {
	padding: 0px 45px 0px 10px;
	line-height:110%;
}	

.side-button-large a {
	width: 250px;
	height: 86px;
}

.side-button-large a:link, .side-button-large a:visited {
	color: #333;
	text-decoration:none;
	}
	
.side-button-large a:hover, .side-button-large a:active {
	color: #FF221A;
	text-decoration: none;
	}
	
#side-buttons-small { /* buttons at the right on about us */
	width: 250px;
}

#side-buttons-small ul {
	margin:0;
	padding:0;
	line-height: 1.8em;
	font-size:1em;
}

#side-buttons-small li {
	float: left;
	list-style:none;
	display: inline;
}

#side-buttons-small li a {
	color:#333;
	text-decoration:none;
	width:233px;
	display:block;
	height: 33px;
	margin-top: 20px;
	font-size: 1.5em;
	background-image: url(../images/btn-gradient.png);
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 15px;
	line-height: 1.8em;
	border: 1px solid #999;
	border-radius: 8px;
}

#side-buttons-small li a:hover {
	color: #FF221A;
}	
	

/* ! news articles page   */

.news-links {
	float:right;
	margin-top: 20px;
}

.news-links a.current {
	color: #0808FF;
	text-decoration:none;
}

.newsItem h2 {
	font-size:1.5em;
	font-weight:normal;
	background-repeat: no-repeat;
	}

.newsItem h2 a:link, .newsItem h2 a:visited {
	color:#333;
	text-decoration:none;
	}
	
.newsItem h2 a:hover, .newsItem h2 a:active {
	color:#FF221A;
	text-decoration:underline;
	}
	
.newsItem {
	padding: 10px 0px;
	border-bottom: 1px solid #DDD;
	clear: both;
	float: left;
	width: 930px;
}

.news-image {
	width: 160px;
	float:left;
	display:inline;
	margin-right:10px;
	clear:both;
	}

.news-text {
	width: 760px;
	float: left;
	display: inline;
	}
	
.news-text-wide {
	width: 930px;
	float: left;
	display: inline;
	}

.newsItem p {
	padding: 3px 0px;
   }

.cmsTimestamp {
	color: #666;
	font-size:1em;
	font-style:italic;
}

.cmsReadmore a:link, .cmsReadmore a:visited {
	color: #FF221A;
}

.cmsReadmore a:hover, .cmsReadmore a:active {
	color: #0808FF;
}

.cmsPagination {
	margin-top:20px;
	margin-bottom:20px;
	text-align:right;
	float: right;
}
#navbar1 {
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
}

/* ! news articles page   */

/* testimonials page   */

.testimonial-snippet {
	width: 400px;
	float:left;
	display:inline;
	height: 164px;
	margin-top: 10px;
	margin-left: 15px;
	background-image: url(../images/speech-bubble.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 30px 20px;
	}
	
.testimonial-snippet p {
	line-height:120%;
	font-size:1.1em;
}

.testimonial-small { /* testimonials column on valuations page   */
	font-size:0.8em;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#testimonials-intro { /* testimonials column on valuations page   */
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}

#drawMap {
	padding: 0px;
	margin: 0 0 10px;
	float: left;
	width: 660px;
}

#drawMap #googlemap {
	border: 1px solid #bbb;
	width: 100%;
	height: 600px;
	margin-top: 20px;
}

/* testimonials page   */


/* ! Search Results Styles   */

.pagination {
	display: inline;
	float: right;
	margin-bottom: 15px;
	margin-top: 15px;
}


.propNumber {
	float: left;
	font-size: 1.5em;
	margin-top:5px;
}

.propNumber strong {
	color: #FF221A;
}

.resultsPages {
	text-align: right;
	font-size: 1.2em;
}

.resultsPages a {
	text-decoration: none;
	color: #FF221A;
}

.resultsPages a:hover {
	color:  #0808FF;
	border-bottom: 1px solid #0808FF;
}

.resultsPages .bracket {
	display: none;
}

#listTitle {
	display: inline;
	float: left;
	width: 330px;
}


 #sortProperties {
	margin-top: 10px;
	display: inline;
	float: left;
	width: 220px;
} 

#perPage {
	margin-left: 5px;
	margin-top: 10px;
	display: inline;
	float: left;
	width: 260px;
}

#sortProperties select, #perPage select {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
}

#viewToggleList {
	display: inline;
	float: right;
	width: 80px;
	background-image: url(../images/listview.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 34px;
	line-height: 1.5em;
	font-size: 1.3em;
	margin-left: 10px;
	margin-top: 10px;
	text-align:right;
	}
	
#viewToggleMap {
	display: inline;
	float: right;
	width: 80px;
	background-image: url(../images/mapview.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 34px;
	line-height: 1.5em;
	font-size: 1.3em;
	margin-left: 10px;
	margin-top: 10px;
	text-align:right;
	}
	
.property-left-column {
	width: 250px;
	float: left;
	padding-bottom: 20px;
	}		
	
.property-content {
	width: 660px;
	float:right;
	}

.property-search {
	border-radius: 8px;
	border: 1px solid #999;
	width: 218px;
	background-image: url(../images/news-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	margin-top: 20px;
	}
	
.property-search h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	}
	
.property-search #locationBox input {
	width:209px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	font-size: 1.1em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}

.property-search select {
	width: 218px;
	padding:3px 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.1em;
	border: 1px solid #bbb;
}

.property-search .buttonStyle {
	background-image: url(../images/btn-gradient.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: transparent;
	overflow: hidden;
	width: 105px;
	color: #333;
	font-weight: bold;
	padding: 0px;
	height: 35px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.property-search .sendbutton input:hover {
	background-image: url(../images/btn-gradient.png);
	color: #FF221A;
	cursor: pointer;
}

#listButton {
	margin-left: 0px;
	float: left;
	margin-top: 10px;
}
#mapButton {
	float: right;
	margin-right: 0px;
	margin-top: 10px;
}	
	
.thumbnails-container {
	width: 660px;
	margin: 20px 0 10px;
	clear: both;
	float: left;
	position: relative;
}

.thumbnails-title-bar {
	width: 660px;
	background-image: url(../images/title-bar-bg.png);
	background-repeat:repeat-x;
	height: 40px;
	font-size: 1.6em;
	line-height:2em;
	margin-bottom:10px;
	border-radius: 8px;
	}
	
.thumbnails-price {
	float:left;
	margin-left:10px;
	}

.thumbnails-avail {
	float: right;
	margin-right: 10px;
	}

.thumbnails-photo {
	float: left;
	margin: 0 20px 20px 0;
	width: 200px;
	}
	
	
.thumbnails-bedrooms {
	height: 28px;
	color: #333;
	float:left;
	width: 85px;
	font-size: 1.3em;
	padding-top: 5px;
}

.thumbnails-bedrooms img {
	vertical-align: middle;
	margin-right:5px;
	}
	
.details-button {
	float:right;
	width: 115px;
	height: 33px;
	}
	
.thumbnails-bedrooms, .details-button {
	margin-top:10px;
}
	
a.small-button {
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
	line-height:2.2em;
	color: #333;
	text-decoration:none;
	width: 115px;
	height: 33px;
	display:block;
	border: 1px solid #999;
	border-radius: 8px;
	background-image: url(../images/btn-gradient.png);
	background-repeat:repeat-x;
}

a:hover.small-button {
	color: #FF221A;
}

.thumbnails-details {
	width: 440px;
	float: right;
	}
	
.thumbnails-details h2, .thumbnails-details h2 a {
	line-height:120%;
	color: #333;
	text-decoration: none;
}

p.shortlist-links {
	float:right;
}

.no-results {
	margin-top:30px;
}

#googleMapResults {
	padding: 0px;
	margin: 0 0 10px;
	float: left;
	width: 660px;
}

#googleMapResults #googlemap {
	border: 1px solid #bbb;
	width: 100%;
	height: 920px;
	margin-top: 20px;
}

.feestext a:link, .feestext a:visited {
	font-size: 0.7em;
	color: #FF221A;
	text-decoration:underline;
}

.feestext a:hover, .feestext a:active {
	color: #0808FF!important;
	}

#fees {
	color:#333;
}

/* ! Search Results Styles   */

/* ! Google Map Balloons */
#mapBalloon {
	width: 206px;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#mapBalloon h2, #mapBalloon h3 {
	line-height:100%;
	padding: 0px;
	margin: 0px 0px 5px;
}

#mapBalloon h3 {
	margin-bottom:10px;
}

.mapImage {
	display: block;
}

.mapImage img {
	display: block;
}

.mapAddress, a.mapAddress {
	font-size: .7em;
	text-decoration: none;
	color: #333;
}

.mapPrice, a.mapPrice {
	font-size: .9em;
	text-decoration: none;
	color: #333;
}

a.mapButton {
	background: #B0B2FF;
	padding: 4px 8px;
	margin: 0 2px;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	text-shadow: none;
	font-weight:bold;
}

a:hover.mapButton {
	color: #FF221A;
	}
/* ! Google Map Balloons */

/* ! Full Details Styles */

.property-right-column {
	width: 250px;
	float: right;
	}		
	
.property-result-content {
	width: 660px;
	float:left;
	}
	
#property-address {
	margin-top:10px;
}

#property-address, #property-price {
	text-align: center;
}

#property-address h1, #property-price h2 {
	line-height:100%;	
	font-weight:normal;
}

#property-address h1 {
	font-size:2em;
	}

#property-price h2 {
	font-size:1.6em;
	font-family: "Times New Roman", Times, serif;
	}

#property-price .feestext a:link, #property-price .feestext a:visited {
	font-size: 1.1em;
	color: #FF221A;
	text-decoration:underline;
}

#property-price .feestext a:hover, #property-price .feestext a:active {
	color: #0808FF!important;
	}
	
#property-price {
	margin-bottom:20px;
}

/* small and large call to action buttons on result.html */

.result-links ul, .result-links-long ul {
	margin:0;
	padding:0;
}

.result-links li, .result-links-long li {
	float: left;
	list-style:none;
	display: inline;
}

.result-links li a, .result-links-long li a {
	color: #333;
	text-decoration:none;	
	display:block;
	height: 33px;
	line-height:2.5em;
	margin-top: 10px;
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #999;
	border-radius: 8px;
	background-image: url(../images/btn-gradient.png);
	background-repeat:repeat-x;
}


.result-links li a {
	width:118px;
	}

.result-links-long li a {
	width:248px;
	}

.result-links li a:hover, .result-links-long li a:hover {
	color: #FF221A;
}

.result-links li.right-button {
	margin-left:9px;
}

/* small and large call to action buttons on result.html */

#result-mainimage {
	position: relative;
	float: left;
	width: 660px;
	display: inline;
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}

#result-mainimage img {
	width: 630px;
}

.title-left {
	float:left;
}

.title-left h1 {
	font-size:1.8em;
	font-weight:normal;
}

#back-link {
	font-size:1.2em;
	float:right;
	margin-top:10px;
	}
	
#back-link a:link, #back-link a:visited {
	color:#FF221A;
	}

#back-link a:hover, #back-link a:active {
	color: #0808FF;
	}	

#mapview #googlemap {
	border: 1px solid #bbb;
	}
	
#mapview h1	{
	font-size:1.8em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align:center;
}

#mapview p {
	font-size:1.2em;
	text-align:center;
}

.addthis_toolbox {
	margin-top:20px;
}

.addthis_toolbox h3 {
	font-size:1.2em;
	color: #0808FF;
}

/* ! Full Details Styles */

/* ! Shortlist Styles */


.add-to-shortlist .remove,
.remove-from-shortlist .add { /* Shortlist Links */
	display: none;
}
/* ! Shortlist Styles */

/* ! Amenity Styles */

/* tabs on amenity data pages*/


#amenityTabs {
	float: right;
	margin-top: 10px;
	margin-bottom: 1px;
}
#amenityTabs ul {
	margin:0;
	padding:0;
}

#amenityTabs li {
	float: right;
	list-style:none;
	margin-left: 3px;
}

#amenityTabs li a {
	width: 120px;
	color: #333;
	text-decoration:none;	
	display:block;
	height: 33px;
	line-height:2.5em;
	margin-top: 10px;
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #999;
	border-radius: 8px;
	background-image: url(../images/btn-gradient.png);
	background-repeat:repeat-x;
}
#amenityTabs li a:hover {
	color: #FF221A;

}
/* tabs on amenity data pages */	


#amenity-map-holder {
	margin: 10px 0;
}

#amenity-map {
	border: 1px solid #bbb;
	height: 400px;
}

.amenitySelections {
	vertical-align: middle;
	font-size:1.2em;
}

.amenitySelections tr {
    border:none;	
	}

.amenitySelections td {
	margin: 0px;
	padding: 3px;
	}

.amenitySelections td img {
	vertical-align: middle;
	}


.amenityTable {
	background: #fff;
	width: 100%;
	margin: 10px 0;
}

.amenityTable th {
	background: #B0B2FF;
	padding: 5px;
	color: #000;
}

.amenityTable td {
	border: 1px solid #bbb;
	padding: 5px;
}

.councilTable {
	width: 100%;
	margin: 20px 0 10px;
	color: #333;
	font-size:1.1em;
	float: left;
}

.councilTable th {
	padding: 5px;
	color: #333;
	border: 1px solid #bbb;
}

.councilTable td {
	border: 1px solid #bbb;
	padding: 5px;
}

.councilTable a:link, .councilTable a:visited {
	color:#FF221A;
	}

.councilTable a:hover, .councilTable a:hover {
	color: #0808FF;
	}	

.amenityContent { /* On schools map amenity data there is descriptions and content within h2 and p tags, you can use this class to style it */
	
}
/* ! Amenity Styles */

/* ! Form Styles */

.form, .formmain {
	padding: 0px;
	margin: 20px auto 0px;
	
}

.form { /* form on the callback and viewing requests */
	width: 930px;
	}

.formmain { /* form on the main pages like valuation */	
	width: 620px;
}

.formLeft {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 50%;
}

.formRight {
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 50%;	
}

.form label {
	width: 230px;
}

.form label, .formmain label {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0;
	font-size: 1em;
}

.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="password"],
.formmain input[type="text"], .formmain input[type="tel"], .formmain input[type="email"], .formmain input[type="password"]{
	border: 1px solid #bbb;
	border-radius: 3px;
	width: 250px;
	padding: 5px;
	color: #666;
	font-size: 1em;
	box-shadow: 1px 1px 1px #bbb;
	font-family: Arial, Helvetica, sans-serif;
}

.form textarea, .formmain textarea {
	border: 1px solid #bbb;
	border-radius: 3px;
	width: 250px;
	padding: 5px;
	color: #666;
	font-size: 1em;
	box-shadow: 1px 1px 1px #bbb;
	font-family: Arial, Helvetica, sans-serif;
}

.form select, .formmain select {
	color: #666;
	font-size: 1em;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
}

.form input[type="text"]:hover, .form input[type="tel"]:hover, .form input[type="email"]:hover, .form input[type="password"]:hover, .form textarea:hover, .form input[type="text"]:focus, .form input[type="tel"]:focus, .form input[type="email"]:focus, .form input[type="password"]:focus, .form textarea:focus, .formmain input[type="text"]:hover, .formmain input[type="tel"]:hover, .formmain input[type="email"]:hover, .formmain input[type="password"]:hover, .formmain textarea:hover, .formmain input[type="text"]:focus, .formmain input[type="tel"]:focus, .formmain input[type="email"]:focus, .formmain input[type="password"]:focus, .formmain textarea:focus {
	background: #faffbd;
	color: #000;
}

.form input[type="submit"], .formmain input[type="submit"] {
	background-image: url(../images/btn-gradient.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: transparent;
	border: 1px solid #999;
	border-radius: 8px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	height: 35px;
	cursor: pointer;
}

.form input[type="submit"]:hover, .formmain input[type="submit"]:hover {
	color: #FF221A;
}

.form input[type="submit"] {
		margin: 0 2px;
}

.formmain input[type="submit"] {
	margin-top:20px;
}

label.error {
	color: #FF221A;
	display: block;
	white-space: nowrap;
}

.formhoney {
	visibility: hidden;
	display: none;
}

/* ! Form Styles */

/* ! Enquiry Form Styles */

#enquiry-form h1 {
	font-size:1.8em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align:center;
}

#enquiry-form form label {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0;
	font-size: 1.2em;
}

#enquiry-form form select {
	padding: 3px 0px 3px 0px;
	color: #666;
	font-size: 1.2em;
	box-shadow: 1px 1px 1px #bbb;
	font-family: Arial, Helvetica, sans-serif;
}

#enquiry-form form textarea {
	border: 1px solid #bbb;
	border-radius: 3px;
	width: 190px;
	padding: 5px;
	color: #666;
	font-size: 1.2em;
	box-shadow: 1px 1px 1px #bbb;
	font-family: Arial, Helvetica, sans-serif;
}

#enquiry-form form input[type="text"] {
	border: 1px solid #bbb;
	border-radius: 3px;
	width: 190px;
	padding: 5px;
	color: #666;
	font-size: 1.2em;
	box-shadow: 1px 1px 1px #bbb;
	font-family: Arial, Helvetica, sans-serif;
}

#enquiry-form form button[type="submit"] {
	background-image: url(../images/btn-gradient.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: transparent;
	border: 1px solid #999;
	border-radius: 8px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	height: 35px;
	cursor: pointer;
}

#enquiry-form form button[type="submit"]:hover {
	color: #FF221A;
}

.thank-you-text {
	font-size:1.3em;
}


/* ! Enquiry Form Styles */

/* ! Property Alerts Styles */
#propertyAlertsTable {
	background: #fff;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

#propertyAlertsTable tr:hover {
	background: #faffbd;
	color: #000;
}

#propertyAlertsTable th {
	background: #bbb;
	border: 1px solid #666;
	color: #444;
	padding: 5px;
}

#propertyAlertsTable td {
	border: 1px solid #bbb;
	padding: 5px;
}
/* ! Property Alerts Styles */


/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.6);
	z-index: 10000;
	display: none;
	top: 0;
	left: 0; 
	}
	
.reveal-modal {
	visibility: hidden;
	top: 200px;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #fff url(../images/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 10001;
	padding: 20px 20px 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	}
		
.reveal-modal-table { /* on commercial-renting-guide.html*/
	visibility: hidden;
	top: 50px;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee url(../images/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 10001;
	padding: 20px 20px 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	width: 800px;
	margin-left: -440px;
		}	
		
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal, .reveal-modal-table .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	} 
		
.reveal-modal h2, .reveal-modal-table h2 {
	font-weight: bold;
	color: #333;
	font-size: 1.8em;
	text-align: left !important;
	font-family: "Times New Roman", Times, serif;
	}

.reveal-modal p {
	font-size:1.2em;
}

/*cookie policy*/
.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb{

    background-color: rgba(0, 0, 0, 0.8) !important;
    max-width: 100% !important;
    
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree{
	background-color: #B0B2FF !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-reject{
	background-color: #6d71f3 !important;
	color:#fff !important;
}
/*cookie policy*/
