html {
	font: 10px Verdana, sans-serif;
	background-color: #ebeff4;
	margin: 0;
	padding: 0;
	background-image: url(/media/img/v4/bg.png);
	background-repeat: repeat-x;
	overflow-x: hidden;
}

body {
	color: #666;
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	color: #bccc7a;
	padding: 0;
	margin-bottom: 0px;
	line-height: 1.1em;
}

h2 {
	font-size: 1.15em;
}

a {
	color: #bccc7a;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

ul ul {
	margin-bottom: 30px;
}

label {
	display: inline-block;
	width: 130px;
	font-weight: bold;
}

.sldr label {
	display: inline;
	width: auto;
}

input {
	width: 147px;
}

input, textarea, select {
	border: 1px #c0c0c0 solid;
	background-color: #fff;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px #e2e2e2;
}

fieldset {
	border: none;
}

fieldset p {
	margin: 0 0 4px 0px;
}

button, .button {
	margin-top: 3px;
	width: 148px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 3px 2px 4px 2px;
	border: none;
	border: 1px rgba(0,0,0,0.1) solid;
	background-color: #97c06b;
	background-image: url(/media/img/v4/button.png);
	cursor: pointer;
    text-shadow: 1px 1px 0 rgba(0, 0, 2, 0.5);	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 8px #c0c0c0;
}

a.button {
	display: inline-block;
	color: #fff;
	padding: 3px 5px 5px 5px;
	text-decoration: none;
}

.green {
	background-image: url(/media/img/v4/nbg.png);	
}

.red {
	background-image: url(/media/img/v4/red.png);
}

button:hover, .button:hover {
	background-position: 0 -13px;
	color: #fff;
	text-decoration: none;
}

button:focus, .button:focus {
	background-image: url(/media/img/v4/green.png);
	background-position: 0 -13px;
}

#cont {
	margin: 0 auto 0 auto;
	width: 850px;
	background-color: #fff;
	border-top: 1px #fff solid;
	-moz-box-shadow: 0 3px 10px #808080;
	-webkit-box-shadow: 0 3px 10px #808080;		
}

#hdr {
	height: 85px;
	margin: 0 auto 0 auto;
	width: 875px;
	padding-right: 25px;
	background-image: url(/media/img/v4/logo.png);
	background-repeat: no-repeat;
}

#hdr h1 {
	display: none;	
}

#hdr form {
	float: right;
	margin: 30px 0 0 0px;
	background-image: url(/media/img/v4/search.png);
	background-repeat: no-repeat;
	width: 191px;
	height: 31px;
	padding: 10px 0 0 15px;
}

#hdr input {
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;	
}

#hdr button {
	visibility: hidden;
}

#sldr {
	overflow: hidden;
	width: 850px;
	height: 180px;
	background-color: #a0c6e2;
}

#sldr img {
	width: 850px;
	height: 180px;
	border: none;
	z-index: 10;
	position: absolute;
}

#nav {
	background-color: #bfcf76; 
	height: 30px;
	background-image: url(/media/img/v4/nbg.png);
	margin: 0 auto 0 auto;
	width: 850px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

#nav ul {
	margin: 0 0 0 10px;
	padding: 0px;
	height: 30px;
	border-left: 1px #b7be88 solid;
}

#nav ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	border-right: 1px #b7be88 solid;
}

#nav ul .cur {
	background-image: url(/media/img/v4/nbgi.png);
}

#nav a .cur {
	background-color: #67a57e;
}

#nav a {
	display: block;
	color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);	
	text-decoration: none;
	margin: 6px 15px 6px 15px;
	padding: 0;
	font-size: 14px;
}

#nav li .cur {
	background-color: #67a57e;
}

#nav .cur a {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#tAddr span {
	display: block;
	font-size: .7em;
}

#previewBox	{
	float: right;
	width: 250px;
	background-color: #5897b9;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	margin: 5px 30px 0 0;
	padding: 5px 0 20px 0;
	font-size: 12px;
	border: 1px #a9d7ec solid;
}

#previewBox	p {
	margin: 5px 0 5px 10px;
	padding: 0;
}

#previewBox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px #a9d7ec solid;
}

#previewBox li {
	border-bottom: 1px #a9d7ec solid;
}

#previewBox a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
}

#previewBox a:hover {
	background-color: #c0d7e1;
	background-image: url(/media/img/v4/pbg.png);
}

#content, #hContent {
	margin: 0 auto 0 auto;
	line-height: 1.6em;
	font-size: 13px;
	padding: 0 30px 0 30px;
}

#hContent {
	padding: 10px 0 0 0;
}

.box {
	background-color: #e2f5db;
	width: 243px;
	margin: 10px 10px 10px 10px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);		
}

.box h2 {
	margin: 0;
	padding: 3px 6px 3px 10px;
	background-color: #bece73;
	color: #fff;
	font-size: 16px;
	background-image: url(/media/img/v4/nbg.png);	
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.mid {
	width: 506px;
}

.odd {
	background-color: #eaf3f5;
}

.odd h2 {
	background-color: #c0d7e1;
	background-image: none;
}

.box p {
	padding: 3px 10px 8px 10px;
	margin: 0;
	font-size: 12px;
}

.box a {
	color: #666;
}

.box .button {
	color: #fff;
}

.sideBox {
	clear: right;
	float: right;
	width: 160px;
	margin: 0 0 15px 20px;
	padding-bottom: 10px;
}

.sideBox .button {
	margin-left: 10px;
	font-weight: normal;
	width: 128px;
}

.sideBox ul {
	padding: 0;
	margin: 5px 10px 5px 10px;
	list-style-type: none;
}

.sideBox li {
	display: block;
	margin: 0 0 7px 0;
	line-height: 12px;
}

.sideBox li a {
	display: inline;
	line-height: normal;
}

.clr {
	clear: both;
}

.hide {
	display: none;
}

#qs {
	margin: 0;
	padding: 0;
}

#qs p {
	margin: 10px 0 10px 0;
}

#qs	select {
	width: 390px;
}

#qs .button {
	margin-left: 5px;
	width: 90px;
	padding: 3px;
}

.sldArr {
	position: absolute;
	display: none;
	height: 34px;
	width: 34px;
	cursor: pointer;
}

.flip {
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.sldr {
	background-image: url(/media/img/v4/shadow.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

.sldr label {
	margin: 5px 20px 5px 20px;
	padding: 4px 7px 4px 7px;
	font-size: 12px;	
	font-weight: bold;
	cursor: pointer;
}

.sldr, .sldr * {
	cursor: move;
}

.pms, .sel, #showKey {
	text-align: center;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	background-image: url(/media/img/v4/nbgi.png);	 
}

.pms {
}

button[type='submit'].green, .sel, #showKey {
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #bfcf76;
	background-image: url(/media/img/v4/green.png);	
}

button[type='submit'].green, #showKey {
	font-size: 16px;
	font-weight: bold;
	float: right;
}

#showKey {
	position: absolute;
	display: none;
	padding: 5px;
}


#searchResultPane {
	width: 600px;
}

.rslt {
	padding: 2px 5px 5px 38px;
	margin-bottom: 25px;
	background: transparent url(/modules/accommodation/gaff.png) 2px 5px no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;	
}

.rslt:hover {
	background-color: #f0f2f6;
}

.rslt h2 {
	margin: 0 0 3px 0;
}

.rslt p {
	margin: 0;
}

.rslt p a {
	color: #666;
	text-decoration: none;
}

.rsltThumb {
	float: right;
	margin-left: 10px;
	border: 2px #666 solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#searchControl {
	margin-bottom: 40px;
}

#propertyDetail p strong, #colg strong, #cty strong {
	display: inline-block;
	width: 70px;
}

#imgs {
	width:572px;
	overflow: hidden;
}

#imgs a {
	display: block;
	width: 143px;
	height: 107px;
	overflow: hidden;
	float: left;
	border: none;
	background-image: url(/media/img/delete.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#imgs img {
	border: none;
}

#dtls {
	clear: left;
}

#save {
	display: none;
}

#map {
	width:585px;
	height: 290px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

*:first-child+html #map {
	height: 292px;
}

* html #map {
	height: 292px;
}

#dtls {
	width: 585px;
	border-top: 10px #fff solid;
}

#ad {
	clear: both;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	text-align: center;
}

#footer {
	clear: both;
	border-top: 1px #e2e2e2 solid;
	background-color: #fff;
	padding: 0 20px 40px 20px;
	margin: 10px auto 0px auto;
	text-align: center;
	width: 740px;
}

.sml {
	line-height: 1.2em;
	font-size: 9px !important
}

#diag {
	display: none;
}

#pm {
	position: absolute;
	left: -100000px;
	width: 102px;
	height: 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 7px 4px 7px; 
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 0;
	background-image: url(/media/img/v4/pickme.png);	
}

#h1 {
	height: 320px;
}

#h3, #h4 {
	height: 220px;
}

*:first-child+html #h3 {
	height: 206px;
}

*:first-child+html #h4 {
	height: 206px;
}

* html #h3 {
	height: 216px;
}

* html #h4 {
	height: 216px;
}

#preload, #loading, #closeOverlay {
	position: absolute;
	left: -9999px;
}

#loading {
	background-image: url(/media/img/v4/loading_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
}

#closeOverlay {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
}

#predictiveResults {
	display: none;
	font-size: 10px;
	width: 160px;
	max-height: 400px;
	overflow: auto;
	padding: 3px 5px 5px 5px;
	border: 1px #e2e2e2 solid;
	border-top: 1px #fff solid;
	background-color: #fff;
	position: absolute;
	z-index: 99999;
}

#predictiveResults h3 {
	font-size: 10px;
	margin: 12px 0px 2px 0;
}

#predictiveResults a {
	color: #bccc7a;
	display: block;
	padding: 1px;
	margin-bottom: 3px;
	text-decoration: none;
	padding-left: 10px;
}

#predictiveResults .hvr {
	color: #fff;
	background-color: #bccc7a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;		
}

#predictiveResults a:hover {
	text-decoration: underline;
}

ul#pageProperty {
	clear: both;
	list-style-type: none;
	padding: 0 !important;
	margin: 30px 0 0 0 !important;
}

#pageProperty li {
	display: inline-block;
	padding: 3px 5px 0px 0;
	margin: 0 5px 0 0;
}

#pageProperty a {
    display: block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 4px 8px 6px 8px;
    color: #fff;
    text-decoration: none;
	background: #97c06b url(/media/img/v4/button.png);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.7);
	box-shadow: 0 2px 7px rgba(0,0,0,0.7);
	behavior: url(/media/js/pie.htc);    
}

#pageProperty .curPropPage a {
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
	background: transparent none;
	color: #666;
}

#pageProperty li a:hover {
	background-position: 0px -5px;
    -moz-box-shadow: 0px 1px 2px #000;
    -webkit-box-shadow: 0px 1px 2px #000;	
	box-shadow: 0px 1px 2px #000;    
	behavior: url(/media/js/pie.htc);    
}

.searchResultsBox {
	background-color: #C3D9FF;
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.4);
	box-shadow: 0 2px 7px rgba(0,0,0,0.4);
} 

p.searchResultsBox {
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px;
}

.pagedResults {
	margin-top: 30px;
	padding: 10px;
	text-align: center;
}

.tmb img {
	width: 148px;
	height: 110px;
	overflow: hidden;
}