/* 

    Unique Home Stays
    www.uniquehomestays.com
    
    Copyright Dave Marks
    www.dave-marks.co.uk
    
*/

/*FONTS*/
@font-face {
    font-family: 'proxima_nova_ltregular';
    src: url('/css/fonts/proximanova-light-webfont.eot');
    src: url('/css/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-light-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-light-webfont.svg#proxima_nova_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_serifbold';
    src: url('/css/fonts/ptf75f-webfont.eot');
    src: url('/css/fonts/ptf75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/ptf75f-webfont.woff') format('woff'),
         url('/css/fonts/ptf75f-webfont.ttf') format('truetype'),
         url('/css/fonts/ptf75f-webfont.svg#pt_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_serifregular';
    src: url('/css/fonts/ptf55f-webfont.eot');
    src: url('/css/fonts/ptf55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/ptf55f-webfont.woff') format('woff'),
         url('/css/fonts/ptf55f-webfont.ttf') format('truetype'),
         url('/css/fonts/ptf55f-webfont.svg#pt_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_serifitalic';
    src: url('/css/fonts/ptf56f-webfont.eot');
    src: url('/css/fonts/ptf56f-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/ptf56f-webfont.woff') format('woff'),
         url('/css/fonts/ptf56f-webfont.ttf') format('truetype'),
         url('/css/fonts/ptf56f-webfont.svg#pt_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
    font-family: 'unfolding_tragedyclean';
    src: url('/css/fonts/unfoldingtrag-webfont.eot');
    src: url('/css/fonts/unfoldingtrag-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/unfoldingtrag-webfont.woff') format('woff'),
         url('/css/fonts/unfoldingtrag-webfont.ttf') format('truetype'),
         url('/css/fonts/unfoldingtrag-webfont.svg#unfolding_tragedyclean') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
/*FONTS*/

body {
	background-color:#FFFFFF;
	font-family: pt_serifregular, Times New Roman;
 	color:#6C6C6C;
 	text-align:center; /* IE Bodge Part 1/2 */
 	margin:0;
 	padding:0;
}
body b, body strong, body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: pt_serifbold, Times New Roman;
	font-weight:normal;
}
form {
	margin:0;
}
a img {
	border:0;
}
#wrapper {
	width:1091px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative;
 	text-align:left; /* IE Bodge Part 2/2 */
}

.tablelabel {
	text-align:right;
	padding-right:10px;
	vertical-align:top;
}

.button, .nbutton, a.abutton {
	white-space:nowrap;
	/*background:#1C8870;*/
	background:#229884;
	color:#FFFFFF !important;
	border:none;
	padding:7px 21px;
	font-weight:normal;
	text-decoration:none;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	font-size:14px;
	border-radius:20px;
	cursor:pointer;
}
a:hover.button, a:hover.nbutton, a:hover.accountsbutton {   
    text-decoration:none !important;
}

.formcontrols {
	text-align:right;
}
fieldset {
	border:1px solid #C3C3C3;
	margin-left:auto;
	margin-right:auto;
	padding:25px;
}
* html legend {
	color:#6C6C6C;
	margin-bottom:10px;
}
.smallNote {
	font-size:11px;
}
table#managecontent td {padding:5px 10px;border:1px dotted #ccc;}
table#managecontent th {
	padding:4px 10px 2px 0px;
}
table#managecontent th.add {
	text-align:right;
	font-weight:normal;
	border:none;
}
table#managecontent td.menuText {
	width:100%;
}
.errorMessage {
	text-align:center;
	color:red;
}
ul.info, ul.errormessage {
	margin:0;padding-left:20px;
}
ul.errormessage {
	margin-bottom:15px;
}
ul.errormessage li {
	list-style-image:url(/uf/i/v3/error-small.png);
	color:red;
	font-size:0.9em;
}
ul.info li.success {
	list-style-image:url(/uf/i/v3/success.png);
}
ul.info li.failure, ul.info li.warning {
	list-style-image:url(/uf/i/v3/error-small.png);
}
#contact ul.info {
	margin-bottom:20px;
	color:red;
	text-align:center;
}
#contactsent {
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}
#hpenquiryform #hpPropertyOne, #hpenquiryform #hpPropertyTwo, #hpenquiryform #hpPropertyThree {width:150px;}
p.yesno {
	text-align:center;
}
.yesno .button {margin:0 10px;}
.norecords {
	text-align:center;
}
div.imgtxtright, div.imgtxtleft {
	float:right;
	text-align:center;
	padding-left:10px;
	margin-bottom:10px;
}
div.imgtxtleft {
	float:left;
	padding:0 10px 0 0;	
}
div.imgtxtright p, div.imgtxtleft p {
	margin:0;
	padding:0;
	font-size:0.8em;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
img.centre {
	margin-left:auto;
	margin-right:auto;
}
img.paddleft {
	margin-left:10px;
	margin-bottom:10px;
}
img.paddright {
	margin-right:10px;
	margin-bottom:10px;
}
img.autoimg {
	margin-top:1.5em;
	margin-left:10px;
	margin-bottom:10px;
}
input.checkbox {margin-left:0;}
ul#sitemap {font-size:1em;}
ul#sitemap li.spacer {list-style:none;}
.skipnav {display:none;}
#skipnavfoot {
	
	width:40px;
	height:40px;
	padding:0px;
	background:#FFF;
	position:fixed;
	right:0;
	bottom:10px;
	border-radius:8px 0 0 8px;
	/*border:1px solid #C4C4C4;*/
	box-shadow: 1px 1px 13px 6px rgba(196,196,196,0.39);
	z-index:5;
}
#skipnavfoot a {
	background:url(/uf/i/v3/page-top.png) 0 0 no-repeat;
	display:block;
	width:40px;
	height:40px;
}
#skipnavfoot a span {display:none;}
#contactTextArea {width:300px;height:140px;}
div.disclaimer p {font-size:11px;}
#navcontainer {clear:both;}
ul#navlist, ul#smallnavlist, ul#propertysmallnavlist {
    list-style-type: none;
    padding-bottom: 26px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
}

ul#navlist li, ul#smallnavlist li, ul#propertysmallnavlist li {
    float: left;
    height: 23px;
    background-color: white;
    margin: 2px 0px 0 3px;
    border: 1px solid #CCCCCC;
}
ul#navlist li, ul#smallnavlist li, ul#propertysmallnavlist li {background:#E3E3E3;color:#7D7D7D;}
ul#navlist li#active, ul#smallnavlist li#active, ul#propertysmallnavlist li#active {
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

li#active a { color: #996600; }

#navlist a, #smallnavlist a, ul#propertysmallnavlist a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding:2px 20px;
}
#content ul#propertysmallnavlist a {padding:19px 17px 16px 17px;}
#smallnavlist a, ul#propertysmallnavlist a {padding:3px 8px;}

#navlist a:hover, #smallnavlist a:hover, ul#propertysmallnavlist a:hover {
	background: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
body.secure #tabscontent {
	float:left;
	width:664px;
    padding:25px 0 0 0;
}
body.propertypage div#content .v3tabs {
	margin:0;
}
#content .v3tabs {
	height:56px;
	padding-bottom:32px;
}
#content .v3tabs ul {
	padding:0;
	height:56px;
}
#content .v3tabs ul li:nth-child(1) {padding-left:0;}
#content .v3tabs ul li {
	margin:0;
	border:0;
	background:transparent url(/uf/i/v3/tabs-bg.png) repeat-x;
	height:56px;
	padding-left:1px;
}
#content .v3tabs ul li a {
	display:block;
	float:left;
	padding:19px 22px 16px 22px;
	color:#889996;
	font-size:16px;
	background:#FFFFFF;
}
#content .v3tabs ul li a.ticked {
	background:#FFFFFF url(/uf/i/v3/green-tick.png) 50% 42px no-repeat;
}
#content .v3tabs ul.newpropertydetails li a {padding:19px 13px 16px 13px;font-size:15px !important;}
#content .v3tabs ul.yourbookings li a {padding:19px 20px 16px 20px;}
#content .v3tabs ul li#active {
	border-top:3px solid #301B2E;
	border-width:3px 0 0 0;
	padding:0;
	margin:0 -1px 0 0;
	background:#FFFFFF;
	height:53px;
	position:relative;
	z-index:2;
}
#content .v3tabs ul li#active a {
	border-right:1px solid #B0B0B0;
	border-left:1px solid #B0B0B0;
	border-bottom:1px solid #FFFFFF;
	padding-top:16px;
	color:#697D79;
	margin:0;
}
#content .v3tabs ul li a:hover {
	color:#697D79;
	border-bottom:0;
}
table#newpropertychecklist th {text-align:center;width:25px;padding-top:2px;}
/*table#newpropertychecklist tr:hover {background:#EAF8F9;}*/
table#paymentlog td {}
table#property-tariff {width:100%;border-collapse:collapse;}
table#property-tariff th {border:1px solid #ccc;background:#ccc;text-align:center;color:#666;padding:5px 0;}
table#property-tariff td {border:1px solid #ccc;text-align:center;color:#666;padding:5px 0;}

table.taskdatesdetails td {border:none !important;font-size:11px;padding:0 !important;}

/* UHS MAIN */

/* -- Basics -- */

body {
	background-color:#FFFFFF;
	/*font-family: arial, serif;*/
 	color:#808687;
 	font-size:12px;
 	text-align:center; /* IE Bodge Part 1/2 */
}
legend {color:#6C6C6C;}
form {
	margin:0;
}
#content {
	color:#6C6C6C;
}
#content h2 {
	font-family:pt_serifbold, Times New Roman;
	font-size:18px;
	line-height:28px;
	color:#424242;
	margin:20px 0;
}
#content h2.intro {
	margin:30px 0 55px 0;
}
#content h1, #content h2#travellerstaleshead, #content h2#liveuniquehead {
	font-size:38px;
	line-height:50px;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	color:#72817E;
	padding:18px 30px 34px 30px;
	width:566px;
	margin:-72px 0 0 -30px;
	position:relative;
	z-index:2;
	background:#FFF;
}
/*body.onecol #content h1 {margin-left:0;}*/

#content h2#travellerstaleshead {
	height:123px;
	background:#FFF url(/uf/i/v3/travellers-tales-heading-normal.png) 30px 16px no-repeat;
	padding-bottom:42px;
}
#content h2#liveuniquehead {
	height:123px;
	background:#FFF url(/uf/i/v3/live-unique-heading-normal.png) 30px 16px no-repeat;
	padding-bottom:42px;	
}
#content h2#travellerstaleshead  span, #content h2#liveuniquehead span {display:none;}

#content p, #content li, #content dt, #content dd, #content legend {
	font-family:pt_serifregular, Times New Roman;
	font-size:14px;
	line-height:25px;
	color:#6C6C6C;
}
#content p {margin:0 0 25px 0;}
/*body.secure #content p {margin:25px 0;}*/
#content li {margin:0 0 5px 0;}
#content hr, .tablediv {
	margin:25px 0;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
#content div.twocols {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	-moz-column-gap:25px;
	-webkit-column-gap:25px;
	column-gap:25px;
}
#content h6, h6#galleryhead {
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	font-size:38px;
	color:#72817E;
	line-height:38px;
	margin:78px 0 40px 0;
	padding:31px 0 20px 0;
	background:url(/uf/i/v3/uhs-crown-blue-heading-flat.png) 50% 0 no-repeat;
	text-align:center;
	/*text-indent:30px;*/
	font-weight:normal;
	clear:both;
}
h6#galleryhead {
	/*position:relative;
	margin-bottom:-40px;
	margin-right:-399px;
	*/
}
h3 {
	font-size:13px;
}
p {
	font-size:13px;
	line-height:150%;
}
td {
    font-size:13px;
}
a {
    color:#52BAAF;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a img {
	border:0;
}
#content li {
	line-height:150%;
}
h1.center,
h2.center,
h3.center,
p.center,
div.centre {
    text-align:center;
}
table.centre {
	margin-right:auto;
	margin-left:auto;
}

div.box, div.package {
    border:1px solid #cccccc;
    margin-top:5px;
    padding:0 10px;
}
div.package {
    clear:both;
    min-height:140px;
}
div.package img {
    float:right;
    width:150px;
    height:109px;
    margin:15px 0 5px 15px;
    padding:0 6px 7px 0;
    background-image:url(/uf/i/shadow.gif);
    background-position:bottom right;
    background-repeat:no-repeat;
}
div.wanted {
    border:1px solid #cccccc;
    margin-top:5px;
    padding:0 20px;
}
/* -- UHS Logo -- */

div#header {
	height:109px;
	/*
	background:#FFFFFF;
	opacity:0.8;
	filter: alpha(opacity = 80);
	*/
	/*
	opacity:1;
	filter: alpha(opacity = 100);
	background:rgba(255, 255, 255, 0.8);
	*/
	margin:0 0px 46px 0px;
	overflow:hidden;
	z-index:2;
	position:relative;
}
div#header h1 {
	margin:0 0 0 0;
	padding:15px 0 0 422px;
	width:246px;
	height:109px;
	margin:0px;
}
div#header em,
div#header p {
    display:none;
}
div#header a.homelink {
    
}
#logolinkimg {
	width:246px;
	height:104px;
}
div#flashbox {
    height:569px;
	position:relative;
	margin:0 -104px;
	overflow:hidden;
}
.oversizepropertyheader img {margin-top:-75px;}
body.home div#flashbox {height:705px;}
body.home div#sidemenu {display:none;}
body.admin div#flashbox {display:none;}
body.propertypage div#flashbox {
	height:749px;
	position:relative;
}

/** thumbnail slider **/
ul#sliderthumbs {
	position:absolute;
	right:104px;
	bottom:0;
    margin: 0;
    padding: 0;
    list-style: none;
    width:465px;
	height:126px;
}
ul#sliderthumbs li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul#sliderthumbs li:first-child:before {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:48px;
	height:126px;
	background:url(/uf/i/v3/propertygallery-shadow.png) 0 0 no-repeat;
}
ul#sliderthumbs li.initial {
    /*float:left;*/
    padding:0;
	width:185px;
	height:126px;
}
ul#sliderthumbs li.initial img {
	width:185px;
	height:126px;
}
ul#sliderthumbs li a {margin:0;padding:0;}
ul#sliderthumbs li img {display:block;}
ul#sliderthumbs li.more {display:none;}
ul#sliderthumbs li.opengallery {
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	cursor:pointer;
	color:#FFFFFF;
	font-size:11px;
	line-height:15px;
	background:#301B2E url(/uf/i/v3/arrow-right-purple-purple.png) 28px 81px no-repeat;
	width:95px;
	height:76px;
	padding:50px 0 0 0;
	text-align:center;
}
/* -- Top Menu Bar -- */


/* -- Top Menu Bar Home Layout -- */

ul#uhs-cat-home {
	padding:0;
	margin:0;
}
body.home ul#uhs-cat-home {
    margin:0;
    padding:0;
    clear:both;
    height:185px;
    border-bottom:1px solid #DCDCDC;
    /*background:url(/uf/i/home-bg-3.png);*/
}
ul#uhs-cat-home h3 {margin:0;padding:0;}
ul#uhs-cat-home li, ul#uhs-cat li {
	padding:0;
	margin:0;	
}
ul#uhs-cat-home li a {
	display:block;
	padding:18px 10px 0 10px;
	/*background-image:url(/uf/i/main-tabs-bg-5.png);*/
}
ul#uhs-cat-home li a b {
	display:none;
}
ul#uhs-cat-home li p {
	font-size:12px;
	color:#666666;
	padding:8px;
	margin:0;
	min-height:150px;
	text-align:left;
}
/*HOME OTHER*/
#homecontactbox {
	width:907px;
	height:101px;
	margin:-48px 0 -42px 92px;
	background:url(/uf/i/v3/homecontactbox-bg-v2.png) 0 0 no-repeat;
	position:relative;
	z-index:2;
}
#content p#directorcopy {
	float:left;
	width:316px;
	padding:40px 42px 0 96px;
	font-size:16px;
	color:#606869;
	line-height:24px;
	font-family:pt_serifregular, Times New Roman;
	margin:0 24px 0 0;
}
#directorcopy span {
	font-size:11px;
	color:#A3A6A7;
	font-style:italic;
	
	padding-left:19px;
}
#contactdetails em {
	display:block;
	float:left;
	margin:39px 20px 0 20px;
	font-size:11px;
	color:#A3A6A7;
}
#contactdetails a {
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	font-size:12px;
	line-height:13px;
	color:#2C2B25;
	display:block;
	float:left;
	margin:31px 0 0 0px;
	text-decoration:none;
}
#contactdetails a strong {
	display:block;
	font-weight:normal;
	font-family:pt_serifregular, Times New Roman;
	font-size:23px;
	line-height:24px;
	margin:4px 0 0 0;
	color:#AB6F32;
}
div.homethumb {
	width:254px;
	float:left;
	margin:12px 0 76px 0;

}
div#gatheringsthumb {margin:12px 26px 47px 24px;}
div#escapesthumb {margin:12px 26px 47px 24px;display:none;}
div#ceremoniesthumb {margin:12px 24px 47px 0px;}
div.homethumb img {
	width:254px;
	height:229px;
}
#content div.homethumb h2 {
	background:#FFFFFF;
	border-left:4px solid #4C0336;
	font-size:16px;
	color:#1D1B1C;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	padding:9px 0 8px 10px;
	margin:-22px 0 10px 25px;
	position:relative;
	z-index:2;
}
#content div.homethumb p {
	color:#606869;
	font-size:14px;
	line-height:22px;
	font-family:pt_serifregular, Times New Roman;
	margin:0 0 21px 0;
	min-height:120px;
}
#content div.homethumb a.homelink {
	display:block;
	text-align:right;
	font-size:14px;
	color:#4C0336;
	padding:0 40px 0 0;
	background:url(/uf/i/v3/arrow-right-purple.png) center right no-repeat;
}
/*OPEN DOOR*/
#opendoor {
	clear:both;
	/*background:#3C88B3;*/
	background:#84928F;
	padding:45px 35px;
	width:370px;
	float:left;
	margin:0 25px 30px 0;
}
#opendoor div {
	/*border-left:1px solid #7DBBDE;*/
	border-left:1px solid #FFFFFF;
	padding:7px 0 0 17px;
}
#opendoor h3 {
	color:#FFFFFF;
	font-size:30px;
	line-height:20px;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	margin:0 0 32px 0;
}
#opendoor p {
	color:#FFFFFF;
	font-size:19px;
	line-height:27px;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	margin:0;
}
#opendoorwrap {clear:both;}
#opendoorwrap .od1 {
	clear:left;
	float:left;
	margin:0 25px 18px 68px;
}
#opendoorwrap .od2 {
	margin:30px 0 0 0;
}
#opendoorwrap .od4 {clear:right;}
#opendoorwrap .od4, #opendoorwrap .od3 {
	float:right;
	margin:30px 0 0 0;
}
#opendoorwrap p.link {
	clear:left;
	float:left;
	margin:0;
	text-align:right;
	width:440px;
}
#opendoorwrap p.link a {
	display:block;
	float:right;
	height:16px;
	color:#3C88B3;
	font-size:13px;
	line-height:16px;
	padding:0;
}
#opendoorwrap p.logolink a {
	background:url(/uf/i/v3/open-book-icon.png) 0 0 no-repeat;
	padding:0 0 0 20px;
}
/* Generic Page Gallery */
.genericgallery {
	height:689px;
	clear:both;
	position:relative;
	margin:0 0 111px 0;
}
.genericgallery img {position:absolute;}
.gg3 {
	width:347px;
	height:255px;
	top:21px;
	left:0;
}
.gg4 {
	width:254px;
	height:377px;
	top:291px;
	left:93px;
}
.gg5 {
	width:254px;
	height:387px;
	top:0;
	left:372px;
}
.gg6 {
	width:254px;
	height:275px;
	top:414px;
	left:372px;
}
.gg7 {
	width:347px;
	height:565px;
	top:65px;
	left:651px;
}
/*Homepage Text 4 cols*/
#homeaboutus {
	margin:0 150px;
}
body.home div#content #homeaboutus p {
	color:#606869;
	font-size:16px;
	line-height:26px;
	padding:0;
	margin:0 0 15px 0;
	text-align:center;
}
#homecols {padding-top:11px;}
#homecols p {
	float:left;
	width:254px;
	padding:42px 25px 0 0;
	color:#606869;
	font-size:16px;
	line-height:26px;
	
}
#homecols p.c2 {padding-top:0;}
#homecols p.c4 {padding-right:0;}
#homecols p:nth-child(1):first-letter {
	font-size:50px;
	position:relative;
	margin-top: 15px;
	padding-right:1px;
	float:left;
}
/*Homepage  link box */
ul#linkbox {
	border:1px solid #D7D7D7;
	border-width:1px 0 1px 0;
	padding:0px 0 0px 25px;
	margin:48px 0 118px 140px;
	list-style:none;
	float:left;
}
ul#linkbox li {
	width:95px;
	float:left;
	padding:14px 61px 14px 0;
	display:inline;
}
ul#linkbox li.penultimate {padding-right:25px;}
ul#linkbox li.lastlink {display:none;}
ul#linkbox li  a {
	color:#24786F;
	font-size:13px;
	line-height:20px;
	text-decoration:none;
}
ul#linkbox li  a  span, ul#linkbox li  a:hover span {
	color:#6B7273;
	font-size:13px;
	line-height:20px;
	font-style:italic;
	
}
#bloghome {
	clear:both;
}
#bloghome h2 {
	width:161px;
	height:124px;
	background:url(/uf/i/v3/live-unique-heading-home.png) 0 0 no-repeat;
	margin:20px 0;
	padding:0;
}
#bloghome h2 a {
	display:block;
	height:124px;
}
#bloghome p.blogcategory {
	text-align:center;
	font-size:12px;
}
.postdetails {
	width:161px;
	height:521px;
	float:left;
	margin:0 25px 0 0;
}
.posttext {
	width:533px;
	/*min-height:541px;*/
	min-height:159px;
	float:left;
	position:relative;
	padding:0 0 382px 0;
}
.col2 {
	width:347px;
	margin:0 25px 90px 0;
	float:left;
	
}
#bloghome h2 b {display:none;}
#content p.dateauthor {
	border:1px solid #D9DEDD;
	border-width:1px 0;
	width:161px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	color:#282828;
	margin:0;
	padding:6px 0 1px 0;
}
#content #blogpost p.dateauthor {border:none;}
#content p.dateauthor a {color:#52BAAF;}
div.authorphoto, div.meettheteamphoto, div.largeauthorphoto {
	width:68px;
	height:68px;
	margin:24px 46px 0px 47px;
	position:relative;
	overflow:hidden;
}
div.meettheteamphoto, div.largeauthorphoto {
	width:136px;
	height:136px;
}
div.authorphoto b, div.meettheteamphoto b, div.largeauthorphoto b {
	display:block;
	width:70px;
	height:68px;
	background:url(/uf/i/v3/circle-overlay.png) 0 0 no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
div.meettheteamphoto b, div.largeauthorphoto b {
	width:136px;
	height:136px;
	background:url(/uf/i/v3/circle-overlay-large.png) 0 0 no-repeat;
}
div.authorphoto  img, div.meettheteamphoto img, div.largeauthorphoto img {
	width:68px;
	height:68px;
	z-index:1;
	position:absolute;
	top:0;
	/*left:-10px;*/
	overflow:hidden;
}
div.meettheteamphoto img, div.largeauthorphoto img {
	width:136px;
	height:136px;
}
div.meettheteamphoto, div.contacttheteamphoto {
	float:left;
	margin:0 15px 0 0;
}
div.meettheteamphoto {float:left;}
#meettheteam {margin-top:39px;}
#meettheteam p {padding:0 0 35px 161px;margin:-8px 0 0 0;}
#content #meettheteam h2 {padding-top:12px;padding-left:161px;line-height:20px;margin:0;height:56px;}
#content #meettheteam h2 em {font-size:14px;font-weight:normal !important;}
#content p.authorbio {
	width:161px;
	text-align:center;
	padding:20px 0 0 0;
	margin:0;
	font-family:pt_serifitalic, Times New Roman;
	font-size:11px;
	font-style:italic;
	line-height:20px;
	color:#B7C1BF;
	letter-spacing:1px;
}
#content #blogpost p.authorbio {
	text-align:left;
	float:left;
	margin:-55px 0 0 7px;
	width:175px;
	
}
#content #blogpost .dateauthor {float:left;}
#content #blogpost .authorphoto {float:left;clear:left;}
.tt1 {
	width:347px;
	height:293px;
	margin:0 0 25px 0;
}
.tt2 {
	width:347px;
	height:203px;
}
.tt3 {
	width:533px;
	height:365px;
	margin-top:17px;
	position:absolute;
	bottom:17px;
	right:0;
	z-index:1;
}
#content .posttext h3 {
	margin:-4px 0 11px 0;
	padding:0;
	font-size:20px;
	color:#282828;
}
#content .posttext p {
	color:#808687;
	font-size:14px;
	line-height:22px;
	margin:0 0 5px 0;
}
.posttext a.readmore {
	font-size:14px;
	color:#24786F;
	font-style:italic;
	font-weight:bold;
}
.posttext a.readall {
	display:block;
	float:right;
	background:#FFF;
	padding:10px 35px 10px 28px;
	margin:0;
	position:relative;
	z-index:2;
	font-size:14px;
	color:#24786F;
	font-style:italic;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	right:0;
}
/*TOP MENU*/
#topmenu {
	position:fixed;
	top:105px;
	left:0;
	right:0;
	height:46px;
	background:#FFF;
	z-index:3;
}
ul#uhs-cat {
    margin:0;
    padding:0;
	height:46px;
	width:1091px;
	margin-right:auto;
	margin-left:auto;
	list-style:none;
	text-align:center;
}
ul#uhs-cat li {
	display: inline-block;
	padding:18px 0 0 0;
	/*background:url(/uf/i/v3/menu-bg-small.png) -45px 0 no-repeat;*/
}
ul#uhs-cat li a {
	
	/*border-bottom:3px solid #1E1E1E;*/
	margin:18px 0 0 0;
	padding:0px 13px 0 13px;
	height:25px;
	text-align:center;
	border-left:1px solid #E5E5E5;
}
ul#uhs-cat li a:hover, ul#uhs-cat li a.open {
	/*border-bottom:3px solid #1C8870;*/
	text-decoration:none;
}
ul#uhs-cat li a:hover b, ul#uhs-cat li a.open b {
	border-bottom:1px solid #E2E2E2;
	
}
ul#uhs-cat li a b {
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	font-weight:normal;
	font-size:13px;
	color:#72817E;
	letter-spacing:1px;
}
ul#uhs-cat li#unique-selfcatering a {border-left:none;}
/*
li#unique-selfcatering a {width:220px;width:216px;background:none;padding-left:0;}
li#unique-bandb a {width:234px;width:230px;}
li#unique-gatherings {width:137px;width:133px;}
li#unique-escapes a {width:108px;width:104px;}
li#unique-weddings a {width:124px;width:120px;}
li#unique-forsale a {width:152px;width:148px;}
li#owners a {width:107px;width:103px;}
li#unique-blog a {width:83px;width:79px;}
li#myuhs a {width:139px;width:135px;}
*/
ul#uhs-cat li#owners a b, ul#uhs-cat  li#myuhs a b, ul#uhs-cat li#unique-forsale a b, ul#uhs-cat li#unique-blog a b {/*color:#939393;*/}
/*ul#uhs-cat li#owners a b {color:#9D6720;}*/
ul#uhs-cat li#searchproperties {padding:0;float:right;}
ul#uhs-cat li#searchproperties a, ul#uhs-cat li#searchproperties a:hover {
	border-left:none;
	display:block;
	border-bottom:0;
	height:46px;
	background:url(/uf/i/v3/menu-search-white.png) 0 0 no-repeat;
	margin:0;
	padding:0;
	width:45px;
}
ul#uhs-cat li#searchproperties a b {
	font-family:pt_serifitalic, Times New Roman;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0;
	
	display:none;
}
#topmenu #fnavmain, #topmenu #fnavsecondary,
#wrapper ul#uhs-cat li.sidemenu {display:none;}
/* -- Top Menu -- */

ul#top-menu {
	padding:12px 0 8px 0;
	height:7px;
	margin:0;
    border-bottom:1px solid #DCDCDC;
}
ul#top-menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	font-size:10px;
	line-height:7px;
}
ul#top-menu li a {
	/*padding-left:15px;
	background:url(/uf/i/arrow-grey.png) center left no-repeat;*/
	color:#666666;
	font-size:10px;
	text-decoration:none;
	padding:0 7px;
	border:1px solid #DCDCDC;
	border-width:0 0 0 1px;
	margin:0;
	/*font-family:Lucida Sans Unicode, Lucida Grande;*/
	display:inline;
	line-height:7px;
}
ul#top-menu li.first a {padding:0 7px 0 0;border-width:0;}
ul#top-menu li.right {float:right;}
ul#top-menu li.right a {border-width:0 1px;}
ul#top-menu li.last a {}
ul#top-menu li a:hover {
	color:#996600;
	/*background:url(/uf/i/arrow-gold-right.png) center left no-repeat;*/
}
/*
body.ios ul#top-menu li a {padding:0 5px;}
body.ios ul#top-menu li.first a {padding:0 5px 0 0;}
*/
/* TOP TABS */
ul#top-tabs {
    position:absolute;
    left:0;
    top:154px;
    margin:0;
    padding:0;
    width:960px;
}
ul#top-tabs li {
    display:inline;
    float:left;
}
ul#top-tabs li a {
    display:block;
    width:120px;
    height:19px;
    background:url(/uf/i/top-tabs-bg-wide.png);
    margin:0 2px 0 0;
    padding:5px 0 0 0;
    text-align:center;
    font-size:11px;
    /*font-family:Lucida Sans Unicode, Lucida Grande;*/
    color:#666666;
    text-decoration:none;
}
ul#top-tabs li a:hover, ul#top-tabs li a.open {
    background-position:0 -24px;
    color:#FFFFFF;
}
ul#top-tabs li.oppositetab {float:right;}
ul#top-tabs li.oppositetab a {
	margin:0 0 0 2px;
	width:162px;
	background-position:-120px 0;
}
ul#top-tabs li.oppositetab a:hover {background-position:-120px -24px;}
#searchpopupwrap {
	width:1091px;
	margin-right:auto;
	margin-left:auto;
	position:fixed;
	top:172px;
	right:0;
	left:0;
	text-align:right;
	display:none;
	z-index:4;
}
#searchpopupwrap div.arrow {
	position:relative;
	background:#1B2123;
	margin:0 0 0 1035px;
	z-index:4;
}
#searchpopupwrap div.arrow .after,
#searchpopupwrap div.arrow:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #1B2123;
	border-width: 12px;
	left: 50%;
	margin-left: -12px;
}
#searchpopup {
	width:620px;
	border:none;
	margin:0 0 0 470px;
	padding:32px 0 40px 0;
	background:#1B2123 url(/uf/i/v3/popupsearch-or.png) 290px 60px no-repeat;
	border-radius:8px;
	float:left;
	text-align:left;
}
#searchpopup fieldset {
	width:220px;
	float:left;
	padding:0;
	margin:0 45px;
	border:0;
}
#searchname  fieldset {margin-top:74px;}
#searchname  fieldset.multiplesearch {margin-top:35px;margin-bottom:25px;}
#searchname  fieldset.searchstarted {margin-top:0;}

.hide {display:none;}
#searchpopup legend {
	color:#F2F2F2 !important;
	font-size:16px;
	font-weight:bold;
	padding:0 0 25px 0;
}
#headersearch select, #hs-startdate, #hs-data, #hs-bdata {
	width:214px;
	margin:0 0 18px 3px;
	font-size:13px;
	color:#313E43 !important;
	border:1px solid #C7CACA;
	outline:3px solid #3D4A4E;
	padding:5px;
	border-radius:0;
}
#hs-startdate, #hs-data, #hs-bdata, #hs-startdate:active, #hs-data:active, #hs-bdata:active {
	width:192px;
	padding:10px;
	height:10px;
	border:1px solid #C7CACA;
}
#headersearch #hs-startdate {width:192px;margin-top:-11px;}
#headersearch #hs-numdaysvariance {margin-top:-11px;}
#headersearch label {display:none;}

#headersearch #hs-county {margin-top:-11px;}
#headersearch #hs-startdate-wrap {}
#headersearch #hs-startdate-wrap button.calendar {float:right;margin:-11px -1px 0 0;padding:0;width:1px;height:36px;background:none;}
#hs-go {}
#hs-results ul, #hs-bresults ul {margin:0 0 0 0px;padding:0;list-style:none;}
#hs-results li, #hs-bresults li {margin:0 3px;padding:5px 0;}
#hs-results p, #hs-bresults p {
	color:#FFF;
	text-align:center;
	margin:25px 0 0 0;
}
#hs-results a, #hs-bresults a {
	display:block;
	color:#209782;
	font-size:13px;
	/*background:url(/uf/i/v3/arrow-right-green-trans.png) 186px 3px no-repeat;*/
	font-weight:bold;
}
#hs-results a span, #hs-bresults a span {
	color:#fff;
	font-weight:normal;
	font-style:italic;
	font-size:11px;
}
#hs-results a:hover, #hs-bresults a:hover {
	text-decoration:none;
}
#hs-results li.viewall, #hs-bresults li.viewall {padding-bottom:0;}
#hs-results li.viewall a, #hs-bresults li.viewall a {
	font-size:11px;
	text-align:right;
	font-style:italic;
	background:url(/uf/i/v3/arrow-right-green-trans.png) center right no-repeat;
	padding-right:40px;
}
/* -- Side Menu Bar -- */
#sidemenu {
    float:right;
	width:347px;
	padding:86px 0 80px 0;
	background:url(/uf/i/v3/uhs-crown-gold-small-trans.png) 169px 65px no-repeat;
}
ul#menu {
    background:#FFFFFF;
    margin:0;
	font-size:11px;
	margin:0;
	border:1px solid #EAE9E9;
	border-width:1px 1px 2px 1px;
	padding:8px 12px 28px 12px;
	float:left;
	width:323px;
}
ul#menu li {
    display:inline;
    float:left;
}
ul#menu li a, ul#menu li ul.submenu li a {
    width:315px;
	text-decoration:none;
    display:block;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	padding:20px 4px 20px 4px;
	color:#295E53;
	border-top:1px solid #CBCBCB;
}
ul#menu li ul.tightsubmenu li a, ul#menu li ul.submenu li a {padding:8px 4px;}

ul#menu li a:hover, ul#menu li a.open {
	
}
ul.submenu {
    margin:0;
    padding:0;
	
}
ul#menu li ul.submenu li a {
	color:#295E53;
}
ul#menu li a.open {color:#B3BAB9;}
ul#menu li a.first {
	border-top:0;
	padding-top:40px;
}
/*
ul.submenu li {
    display:block;
    float:left;
}
ul#menu li ul.submenu li a {
	text-decoration:none;
	border-top:none;
	padding:0 0 0 22px;
}
ul#menu li ul.submenu li a:hover, ul#menu li ul.submenu li a.open {

}
*/
body.admin #sidemenu {
    width:175px;
    float:left;
    border:1px solid #ccc;
    border-width:0 1px;
    margin:3px 0 0 0;
    padding:5px 0 25px 0;
}
body.admin ul#menu {
    margin:0;
    padding:0;
}
body.admin ul#menu li a {
    padding:4px 10px;
    background:none;
    border:none;
    display:block;
    width:155px;
    font-size:14px;
    /*font-family:Arial;*/
}
body.admin ul#menu li a:hover, body.admin ul#menu li ul li a:hover  {
    background:none;
    border:none;
    color:#999999;
}
body.admin ul#menu li ul li a {
    padding:3px 5px 3px 30px;
    width:140px;
    color:#996600;
}
li.admin {padding:0px 0 0 0 !important;font-size:12px;}
li.admin .submenu {width:175px;border-top:1px solid #D5D2D2;padding-bottom:10px;float:left;}
li.admin .submenu li {width:175px;padding:0 !important;margin:0 !important;border-bottom:1px dotted #EDEDED;}
li.admin .submenu li a {padding:3px 3px 3px 20px !important;width:152px !important;font-size:13px !important;}
li.admin .submenu li a em {color:#333;font-style:normal;font-size:12px;float:right;}
li.admin .submenu li a:hover {background:#EAF8F9 !important;}

body.home ul#menu,
body.onecol ul#menu {display:none;}

/* -- Misc Column Search -- */
#propertysearch fieldset, fieldset#quicksearchall, fieldset#propertylist {
    margin:0;
    border:1px solid #DCDCDC;
    border-width:0 1px 1px 1px;
    width:169px;
    clear:left;
    background:#F6F6F6;
    padding:10px;
    color:#666666;
}
#propertysearch legend, fieldset#propertylist legend, #quicksearchall legend {
    display:none;
}
#propertysearch label {
    clear:both;
    display:block;
    font-size:11px;
}
#propertysearch select {
    margin:5px 0 10px 0;
    width:168px;
}
#propertysearch #quicksearchall select {margin:7px 0;}
#quicksearchallgo {height:35px;}
#property-search-name {margin:0;width:120px;padding:2px;height:15px;}
#property-destination {margin-top:-15px !important;}
#quicksearchtitle {
    clear:left; 
    background:#FFFFFF;   
    padding:20px 0 0 0;
}
#quicksearchtab, #recentpropertiestab {
    cursor:pointer;
    display:block;
    float:left;
    width:96px;
    height:20px;
    margin:0;
    color:#666666;
    padding:6px 0 0 0;
    text-align:center;
    background:url(/uf/i/sidebar-tabs-bg.png);
}
#nonsearchtab {
	background:url(/uf/i/sidebar-tabs-bg.png) 0 -26px;
	display:block;
    height:3px;
    margin:0 0 -5px 0;
    color:#666666;
    padding:6px 0 0 0;
    text-align:center;
}
#mapsearchtab, #favouritepropertiestab {
    cursor:pointer;
    display:block;
    float:left;
    width:95px;
    height:20px;
    color:#666666;
    padding:6px 0 0 0;
    text-align:center;
    background:url(/uf/i/sidebar-tabs-bg.png) -96px 0;
    text-decoration:none;
}
#propertylisttabs {
    padding-top:20px;
    background:#FFFFFF;
}
#recommendedpropertiestab {
    display:none;
    width:181px;
    height:20px;
    padding:6px 0 0 10px;
    background:url(/uf/i/sidebar-tabs-bg.png) 0px -52px;
}
#recentpropertiestab {
    display:block;
    height:20px;
}
fieldset#propertylist {padding-top:10px;border-bottom:0;}
fieldset#propertylist div.propertylist {padding:10px 0;height:60px;border-top:1px solid #DCDCDC;}
fieldset#propertylist img {width:74px;float:left;margin:0 7px 0 0;}
fieldset#propertylist h6 {/*font-family:Helvetica;*/font-size:10px;margin:0;}
fieldset#propertylist p {/*font-family:Helvetica;*/font-size:10px;margin:3px 0;line-height:10px;}
fieldset#propertylist div#propertylisttopborder {padding:0;height:10px;border-top:1px solid #DCDCDC;}
#norecentproperties, #nofavouriteproperties {text-align:center;padding:15px 10px;}
.smallbutton {
    float:right;
    border:1px solid #C9C9C9;
    background:#A6A6A6;
    color:#FFFFFF;
    padding:3px 6px;
    font-size:11px;
    cursor:pointer;
    white-space:nowrap;
}
.smallbutton:hover {
    background:#CCCCCC;
    color:#666;
}
div#adminsharebuttons {margin:1px 10px 0 0;float:right;}
div.sharebuttons {
    float:right;
	margin:10px 0 0 0;    
}
div.sharebuttons div {font-size:10px;padding:1px 0 0 25px;}
div.sharebuttons a {
    float:right;
    display:block;
    width:125px;
    height:16px;
    background:url(/uf/i/share-buttons-2.png) 0 0 no-repeat;
    margin:0 0 4px 4px;
    font-size:10px;
    padding:4px 0 0 25px;
    text-decoration:none;
}
div.sharebuttons a:active {border:none !important;}
div.sharebuttons a.add {background-position:0 -20px;}
div.sharebuttons a.star {background-position:0 -40px;}
div.sharebuttons a.fb_share_button {background-position:0 -80px;}
div.sharebuttons a.sharephotos {background-position:0 -60px;}
div.sharebuttons a.sharemap {background-position:0 -100px;}
div.sharebuttons a:hover {color:#333;}
/* -- Content Nav Menu -- */

ul.nav {
	list-style:none;
	margin:0 0 24px 0;
}
ul.nav li {padding:5px 0;}
ul.nav li a, a.nav {
	display:block;
	text-align:right;
	font-size:14px;
	color:#4C0336;
	padding:0 40px 0 0;
	background:url(/uf/i/v3/arrow-right-purple.png) center right no-repeat;
}
ul.nav li a:hover, a.nav:hover {
	
}

/* -- Content Column -- */

body.home div#content {
	margin:0;
	padding:0;
}
body.home div#content p {margin:0;}
body.onecol div#content {
	/*clear:both;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	margin:2px 0 0 0 !important;
	padding:20px 12px;
	min-height:500px;
	*/
	margin:0;
	padding:0;
}
body.secure div#content {padding-bottom:75px;}
body.onecol #sidemenu, body.propertypage #sidemenu {display:none;}
body.twocol #content {
	width:664px;
	min-height:450px;
	float:left;
	padding:0 0 60px 30px;
}
body.threecol div#content {
	width:554px;
	margin:0 0 0 0;
	padding:0 10px;
	min-height:500px;
	float:right;
}
body.admin div#content {
    width:805px !important;
    margin-top:5px; 
    padding-top:5px;
}
body.admin #header, body.admin ul#menu-footer-home {display:none;}
body.admin div#footer {clear:both;display:none;}
body.admin ul#uhs-cat {
    background:#ccc;
    width:1250px;
    height:25px !important;
}
body.admin ul#uhs-cat li {}
body.admin ul#uhs-cat li a {
	display:block;
	float:left;
	width:auto;
	height:20px;
	text-align:center;
	margin:0;
	background:#CCC;
	padding:5px 10px 0 10px !important;
	text-decoration:none;
}
body.admin ul#uhs-cat li a:hover {
    background:#666;
    color:#ccc;    
}
body.admin ul#uhs-cat li a b {
	display:inline;
}
body.propertypage div#content {
	width:1091px;
	margin:0 0 110px 0;
	padding:0;
}
/* -- Misc Column -- */

body.home div#misc-column,
body.onecol div#misc-column,
body.twocol div#misc-column {
	display:none;
}
body.threecol div#misc-column {
	width:191px;
	padding:0;
	margin:20px 0;
	min-height:500px;
	float:right;
}
body.threecol div#misc-column img {margin-bottom:10px;}
/* -- Menu Footer Home -- */

ul#menu-footer {
    float:left;
    width:200px;
    margin:0;
    padding:0;
}
ul#menu-footer li {
    display:inline;
    float:left;
    color:#999999;
    font-size:10px;
}
ul#menu-footer li a {
    color:#999999;
    font-size:10px;
    text-decoration:none;
    border-left:1px solid #999999;
    padding:0 4px;
}
ul#menu-footer li.first a {padding-left:0;border-width:0;}
ul#menu-footer li.social {padding:10px 0 0 0;}
ul#menu-footer li.social a {padding:0;border-width:0;}
/* -- Footer -- */

div#footer {
    clear:both;
    border-top:1px solid #DCDCDC;
    padding:44px 0 200px 0;
    margin:0px 0 50px 0;
}
div#copyright {
    width:758px;
    float:right;
    color:#999999;
    font-size:9px;
}
div#copyright p {
    padding:5px 0 0 0;
    color:#999999;
    font-size:9px;
}
div#fcopyright {clear:both;padding-top:0px;font-size:10px;line-height:16px;color:#ccc;}
div#fcopyright a {color:#ccc;}
#newsletterquicksubscribe {
	clear:both;
	border:1px solid #E0E4E3;
	border-width:1px 0 0 0;
	padding:32px 0 0 0;
	margin:35px 0 0 0;
}
#newsletterquicksubscribe fieldset {
	float:left;
	width:558px;
	border:0;
	padding:10px 0 0 0;
	margin:0;
}
#newsletterquicksubscribe legend {
	font-weight:normal;
	font-family: 'pt_serifbold';
	font-size:14px;
	color:#282828;
}
#mb-thtki-thtki, #mb-thtki-thtki:focus {
	width:312px;
	margin-right:30px;
	font-size:13px;
	color:#313E43 !important;
	border:1px solid #BABEC0 !important;
	/*outline:3px solid #F3F7F8 !important;*/
	border-radius:0;
	padding:10px;
	height:10px;
}
#ubfooterlink {
	float:right;
	margin-top:8px;
}
#fnavmain, #fnavsecondary{
	width:558px;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#fnavsecondary {
	width:533px;
}
#fnavsecondary li {
	width:161px;
	margin:0 25px 17px 0;
	float:left;
	line-height:20px;
}
#fnavsecondary li.thirdcol {
	margin-right:0;
}
#fnavmain li {
	width:254px;
	margin:0 25px 30px 0;
	color:#808A89;
	font-size:12px;
	font-style:italic;
	float:left;
	line-height:20px;
}
#fnavmain li a, #fnavsecondary li a {
	display:block;
	font-family: 'pt_serifbold';
	font-style:normal;
	font-size:14px;
	color:#282828;
}
#blogshareicons {
	float:right;
	padding-top:25px;
	margin:0 -25px -25px 0;
}
#blogshareicons span {
	display:block;
	float:left;
	line-height:30px;
	padding-top:2px;
	font-size:15px;
	color:#52BAAF;
}
#socialicons {float:right;}
#socialicons a, #blogshareicons a {
	display:block;
	float:left;
	margin:28px 21px 57px 0px;
	width:30px;
	height:30px;
	background:url(/uf/i/v3/socialicons5.png) 0 0 no-repeat;
}
#blogshareicons a {
	margin:0px 0px 0px 15px;
}
#socialicons a b {display:none;}
#blogshareicons a b {
	display:none;
}
#socialicons a#facebookicon, #blogshareicons a#facebookicon {background-position:-30px 0;}
#socialicons a#pinteresticon, #blogshareicons a#pinteresticon {background-position:-60px 0;}
#socialicons a#instagramicon, #blogshareicons a#instagramicon {background-position:-90px 0;margin-right:0;}
/* -- Search Page Layout -- */
div.propertyforsale div.minigallery {
	width:373px;
	float:left;
	clear:left;
}
div.propertyforsale div.minigallery a.minithumb {
	display:block;
	float:left;
	overflow:hidden;
	margin:5px 6px 0 0;	
	width:112px;
	height:76px;
}
div.propertyforsale div.minigallery a.minithumb img {
	padding:0;
	background:none;	
	width:112px;
	height:76px;
}

div.propertyforsale  div.minigallery a.more {display:none;}
div.propertyforsale  div.minigallery span.opengallery {
	display:block;
	float:left;
	width:92px;
	height:64px;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	cursor:pointer;
	color:#FFFFFF;
	font-size:11px;
	line-height:15px;
	background:#301B2E url(/uf/i/v3/arrow-right-purple-purple.png) 37px 46px no-repeat !important;
	padding:12px 10px 0 10px;
	text-align:center;
	margin:5px 6px 0 0;	
}
div.propertyforsale h1 .forsalesold, .propertymap h1 .forsalesold {
	color:#CCCCCC;
	font-size:14px;
}
div.propertyforsale h1 .forsalenowavailable, .propertymap h1 .forsalenowavailable {
	font-size:14px;
	color:#CCCCCC;
	text-transform:none;
}
.propertymap h1 .forsalesold, .propertymap h1 .forsalenowavailable {
	color:#402e3b;
}
.propertymap h1 {padding-top:0;margin-top:0;}
/*
div.room img, div.element img {float:right;margin:5px 0 10px 10px;}
div.element h3 {margin-top:0;}
div.property h1, div.activity h1, div.room h3 {
    margin:0;
    padding:0;
}
div.property p.location, div.activity p.location, div.room p.bedconfig {
    margin:0;
    padding:0;
    font-size:12px;
}
div.property p.misc-desc,
div.property p.specs,
div.activity p.misc-desc,
div.activity p.specs {
    margin:4px 0;
}
div.property p.more-enquiry, div.activity p.more-enquiry {
    margin:4px 0 0 0;
    float:right;
}
div.clear {
    clear:both;
    margin:0;
    padding:0;
    height:0;
}
hr.clear {clear:both;}
div.property div.textwrap {
    float:right;
    width:460px;
    text-align:left;
}
div.activity div.textwrap {
	float:right;
    width:555px;
    text-align:left;
}
div.propertymap {border:none;padding:0;margin:0;}
div.propertymap div.textwrap {
    float:left;
    width:300px;
    margin:0 0 0 5px;
    padding-bottom:20px;
}
div.propertymap p.more-enquiry {
    position:absolute;
    right:0;
    bottom:0;
}
*/
/* -- Property Details -- */

div.property-details {
    
}

#propertyintrobox {
	background:#FFFFFF;
	width:600px;
	height:175px;
	margin:-193px 0 53px 0px;
	position:relative;
	z-index:2;
	padding:18px 0 0 26px;
}
#propertyintrobox h1 {
    margin:0 0 0 -2px;
	padding:0;
	background:transparent;
}
#propertyintrobox p.location, #propertyintrobox p.location em,
#propertyintrobox p.location a, #propertyintrobox p.location em a {
    margin:-2px 0 18px 0;
	color:#7EB4A9;
	font-size:20px;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	font-style:normal;
	text-decoration:none;
}
#propertyintrobox p.telenquiry {
	color:#5B5B5B;
	font-size:14px;
	margin:0 0 6px 0;
}
#propertyintrobox a {color:#301B2E;}
p.backtoresults a {
	font-size:14px;
	line-height:16px;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	background:url(/uf/i/v3/arrow-left-purple.png) 0 0 no-repeat;
	padding:0 0 0 48px;
	display:block;
	color:#301B2E;
	text-transform:uppercase;
}
#content p.backtolist {
	font-size:14px;
	line-height:16px;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	background:url(/uf/i/v3/arrow-left-purple.png) 0 0 no-repeat;
	padding:0 0 0 48px;
	display:block;
	color:#301B2E;
	text-transform:uppercase;
}
a#propertylocation, a#shareproperty, a#viewgallery {
	display:block;
	width:28px;
	height:30px;
	background:#65BAA7 url(/uf/i/v3/property-buttons-2017.png) 0 0 no-repeat;
	position:absolute;
	top:0;
	right:29px;
	z-index:2;
}
a#shareproperty {background-position:-28px 0;right:0px;}
a#viewgallery {
	background-position:-56px 0;
	right:58px;
	display:none;
}
/*a#propertylocation:hover, a#shareproperty:hover {background-color:#1C8870;}*/
a#propertylocation  b, a#shareproperty b, a#viewgallery b {display:none;}
a#bookproperty {
	position:absolute;
	top:115px;
	right:14px;
}
#propertydesc, #propertymaincolumn, #bookingareacontent {
	width:719px;
	padding:0;
	margin:20px 0 75px 0;
	float:left;
	clear:left;
}
#bookingareacontent h2:nth-child(1), #propertymaincolumn h2:nth-child(1), #bookingareacontent h2:nth-child(1) {margin-top:0;}
#propertydesc img {
	float:left;
	margin:0 0 25px 0;
	width:335px;
	height:231px;
}
#propertydesc p {
	font-size:14px;
	line-height:25px;
	color:#6C6C6C;
}
#propertydesc h2 {
	font-size:14px;
	line-height:14px;
	color:#3C3C3C;
	font-weight:bold;
	font-style:italic;
	margin:10px 0;
}
#propertydesc h2:nth-child(1) {margin-top:0;}
/*#propertydesc p:nth-child(1),*/
#content div.introtext {margin-top:46px;}
body.onecol #content div.introtext {margin-top:0;}
#propertyintro p, #content div.introtext p {
	font-size:18px;
	line-height:28px;
	color:#424242;
	margin:12px 0 50px 0;
}
#content div.introtextnewscategory {margin-top:0;}
#content #propertyintro p {margin-top:-5px;}
/*#propertydesc p:nth-child(1):first-letter, */
#propertyintro p:nth-child(1):first-letter {
	font-size:54px;
	position:relative;
	margin-top:17px;
	padding-right:2px;
	float:left;
	color:#5B5B5B;
}
div.property-details #opendoorwrap {
	clear:both;
	margin-top:41px;
}
div.property-details #opendoor, #ourtake {
	background:#FFFFFF;
	border:1px solid #C3C3C3;
	padding:4px;
	width:430px;
}
div.property-details #opendoor  div, #ourtake div {
	border:1px solid #AFAFAF;
	padding:44px 20px 0 28px;
	height:148px;
}
#ourtake div {
	height:353px;
	padding:121px 22px 0 22px;
	background:url(/uf/i/v3/uhs-crown-gold-square.png) bottom right no-repeat;
}
#ourtake {
	width:337px;
	float:left;
	background:url(/uf/i/v3/our-take.png) 21px 27px no-repeat;
	margin:0 0 59px 0;
}
#ourtake h3 {display:none;}
#ourtake .authorphoto {
	border:0;
	height:68px;
	width:68px;
	margin:0;
	padding:0;
}
#ourtake h4 {
	font-size:14px;
	line-height:20px;
	color:#282828;
	margin:-43px 0 25px 0;
	padding:0 0 0 79px;
}
#ourtake h4.nophoto {
	margin:0;
	padding:0;
}
#ourtake h4 span {
	font-weight:normal;
	color:#52BAAF;
}
#extratouches #ourtake p {
	font-size:16px;
	line-height:26px;
	color:#606869;
}
#extratouches img.ot1 {
	width:347px;
	height:486px;
	margin:0 25px;
	float:left;
}
#extratouches img.ot2 {
	width:347px;
	height:266px;
	margin:0 0 24px 0;
	float:left;
}
#extratouches a {
	color:#24786F;
	font-weight:bold;
	font-style:italic;
}
div.property-details #opendoor  div p {
	margin:0;
	color:#72817E;
	padding:0 0 0 24px;
	border-left:1px solid #A4B7B3;
	font-size:15px;
	line-height:26px;
	font-style:italic;
}
#fooddrink {
	height:486px;
	margin:67px 0;
}
#fooddrink div {
	width:440px;
	min-height:486px;
	float:right;
}
#fooddrink .fd1 {
	width:347px;
	height:486px;
	float:left;
	margin:0 25px 0 0;
}
#fooddrink .fd2 {
	width:254px;
	height:298px;
	float:left;
	margin:0 0 25px 0;
}
#fooddrink .fd3 {
	width:254px;
	height:162px;
	margin:0;
}
#fooddrink h3, #extratouches h3 {
	font-size:20px;
	color:#282828;
	margin:22px 0 12px 0;
	font-family:pt_serifbold, Times New Roman;
}
#fooddrink h3:nth-child(1), #extratouches h3 {margin-top:0;}
#fooddrink p, #extratouches p {
	font-size:14px;
	line-height:22px;
	color:#808687;
	margin:0 0 12px 0;
}
#propertycalendarswrap {display:table;}
#propertycalendars {
	float:left;
	width:719px;
}
#propertydetailsbox, #productdetailsbox, #miscdetailsbox, #whatsincludedbox {
	float:right;
	width:347px;
	margin-bottom:75px;
}
#miscdetailsbox div ul {min-height:400px;}
#productdetailsbox {
	position:absolute;
	right:0;
	top:990px;
	width:279px;
}
#propertydetailsbox h3, #productdetailsbox h3, #sidemenulogos h3, #miscdetailsbox h3, #whatsincludedbox h3 {
	background:#301B2E;
	color:#FFF;
	line-height:36px;
	margin:0px 77px -18px 77px;
	text-align:center;
	position:relative;
	z-index:2;
}
#sidemenulogos h3 {margin-top:-18px;}
#productdetailsbox h3 {margin:0 55px -18px 55px;}
/*body.secure #sidemenu {margin:86px 0;background:none;}*/
/*body.secure #sidemenu,*/
#propertydetailsbox div, #productdetailsbox div, #miscdetailsbox  div, #whatsincludedbox div#wibouter {
	border:1px solid #C3C3C3;
	padding:4px;
}
/*body.secure #sidemenulogos div, */
#propertydetailsbox div ul, #productdetailsbox div ul, #miscdetailsbox  div ul, #whatsincludedbox div#wibinner {
	border:1px solid #AfAFAF;
	background:#F6F2F3;
	margin:0;
	padding:39px 30px 30px 30px;
	list-style:none;
}
#whatsincludedbox div ul {
	margin:0;
	padding:0;
	list-style:none;
}
#productdetailsbox div ul {height:300px;}
#whatsincludedbox div#wibinner {min-height:710px;}
#propertydetailsbox div ul  li, #productdetailsbox div ul li, #miscdetailsbox div ul li, #whatsincludedbox div ul li {
	color:#311E2B;
	font-size:13px;
	font-family:pt_serifitalic;
	
	
	text-align:center;
	line-height:18px;
	margin:0 0 18px 0;
}
#whatsincludedbox div ul li {
	margin-bottom:8px;
}
#propertydetailsbox div ul  li strong, #productdetailsbox div ul li strong, #miscdetailsbox div ul li strong {
	font-style:normal;
	display:block;
}
#propertydetailsbox div ul  li span, #productdetailsbox div ul li span, #miscdetailsbox div ul li span {display:block;}
#propertydetailsbox div ul  li span.noprint, #productdetailsbox div ul li span.noprint {display:inline;}

#whatsincluded {
	float:right;
	width:347px;
	margin-bottom:75px;
	padding-left:10px;
}
#whatsincluded ul {
	margin:0;
	text-indent:0;
	padding-left:0px;
	list-style:none;
}
#whatsincluded ul li {
	margin:5px 0;
}
#whatsincluded h3 {font-size:16px;}
#whatsincluded p {
	margin:0;
}
#miscdetailsbox table {width:100%;}
#miscdetailsbox th {font-weight:normal;text-align:left;padding:3px;}
#miscdetailsbox td {font-weight:normal;text-align:right;padding:3px;}
p#propertydisclaimer {
	margin:54px 0 -110px 0;
	clear:both;
	border-top:1px solid #ccc;
	padding:20px 0;
}
#somethingelse {
	border-top: 1px solid #ccc;
}
.searchresultssomethingelse {margin-top:125px;}
.noresultssomethingelse {border-top:none !important;margin-top:-50px;}
#content #somethingelse h6 {
	margin-top:80px;
	font-size:33px;
	padding-top:35px;
}
#somethingelse .linkblock {
	width:363px;
	padding:15px 0;
	height:115px;
	text-align:center;
	float:left;
	background:url(/uf/i/v3/arrow-right-purple.png) 318px 37px no-repeat;
}
#somethingelse .centerlinkblock {
	margin:0 1px;
}
#content #somethingelse .linkblock h5 {
	font-size:24px;
	color:#744D68;
	font-family:proxima_nova_ltregular;
	margin:0 0 6px 0;
}
#content #somethingelse .linkblock p {
	margin:0;
	font-size:14px;
	line-height:14px;
}
#somethingelse .linkblock h5 a {
	color:#744D68;
	text-decoration:none;
}
#somethingelse .linkblock p a {
	color:#241A2A;
	font-style:italic;
	text-decoration:none;
}
#propertymap {
	border:1px solid #C3C3C3;
	padding:4px;
	width:709px;
	margin:18px 0 0 0;
	float:left;
	clear:left;
}
#propertymap #locationmap {
	border:1px solid #AFAFAF;
	height:600px;
}
#locationmap h1 {
	font-size:16px;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	line-height:24px;
}
#locationmap p {
	font-size:12px;
	margin:0;
	padding:0;
}
#propertydetailsbox .location ul {
	height:531px;
}
p#propertymapdisclaimer {
	clear:left;
	font-size:13px;
	padding:4px 0 75px 0;
	/*color:#AFAFAF;*/
}
/* -- Property - More Pics + Header -- */

div#propertyimgheader img {
    width:184px;
    height:149px;
    margin:0;
    padding:0;
}
div#propertyimgheader img.padd {
    margin-right:3px;
}
table#more-pics {
    margin-right:auto;
    margin-left:auto;
}
table#more-pics td {
    padding:6px;
}
.propertytabphotos {
	float:right;
	width:347px;
	padding-top:26px;
}
.propertytabphotos img {
	width:347px;
	height:239px;
	margin-bottom:25px;
}
.propertytabcontent {float:left;width:694px;padding:0 0 0 25px;}
.propertytabcontentimages {padding:0 372px 0 25px;}

/* Unique Escapes */
div.activity {
	width:348px;
	margin:32px 0;
	float:left;
	padding:0;
}
div.firstactivity {
	clear:left;
}
div.middleactivity {
	margin:32px 23px;
}

div.activity img {
	width:348px;
	height:255px;
}
#content div.activity h2, #content div.destination h2 {
	background:#FFFFFF;
	border-left:4px solid #4C0336;
	font-size:16px;
	color:#1D1B1C;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	padding:9px 0 8px 10px;
	margin:-30px 0 10px 21px;
	position:relative;
	z-index:2;
	text-transform:uppercase;
}
#content div.activity p, #content div.destination p {
	color:#606869;
	font-size:14px;
	line-height:22px;
	font-family:pt_serifregular, Times New Roman;
	margin:5px 0 0 0;
	min-height:90px;
}
#content div.activity a.activitylink, #content div.destination a.destinationlink {
	display:block;
	text-align:right;
	font-size:14px;
	color:#4C0336;
	padding:5px 40px 5px 0;
	background:url(/uf/i/v3/arrow-right-purple.png) center right no-repeat;
}
div.destination {
	float:left;
	width:318px;
	margin:0 25px 25px 0;
}
div.lastdestination {margin-right:0;}
div.destination img {
	width:318px;
	height:233px;
}
/* -- Speed Enquiry Form  / Property Enquiry Form -- */

fieldset#speed-enquiry label,
fieldset#property-enquiry label {
    display:block;
    float:right;
    clear:right;
    padding-bottom:5px;
    /* IE Bodge Below */
    width:450px;
    text-align:right;
}
fieldset#speed-enquiry textarea,
fieldset#property-enquiry textarea {
    float:right;
}
fieldset#speed-enquiry #se-send,
fieldset#property-enquiry #enquiry-send {
    float:right;
    clear:both;
    margin-top:5px;
}
fieldset#property-enquiry .smallnote {
    clear:both;
    text-align:center;
    padding-top:15px;
}
.txt-label {
    clear:both;
    padding-top:15px;
}

/* -- Unique Friends Form -- */

fieldset#unique-friends table {
    margin-right:auto;
    margin-left:auto;
}
fieldset#unique-friends #friend-send {
    margin-top:15px;
}
/* -- Testimonials -- */

div.testimonial, div.extlink {
    margin-bottom:25px;
    background:#FFFFFF;
	border:1px solid #ccc;
	padding:3px;
	clear:both;
}
div.testimonial img {float:right;margin:0 0 25px 25px; }
div.testimonial div.testimonialinnerwrap, div.extlink dl {
	background:#FAF3EE;
	border:1px solid #ccc;
	position:relative;
    padding:25px 25px 0 25px;
}
div.extlink dl  {padding:25px;}
#content div.extlink dl dd p {margin:15px 0 0 0;}
#content div.extlink dl dd p:first-child {margin:0;}
div.testimonial div.withimg {min-height:220px;margin-right:285px;padding:0 0 0 0;}
/* Property Testimonials */
#propertytestimonials {
	-moz-column-count:2;
	-webkit-column-count:2;
	-moz-column-gap:25px;
	-webkit-column-gap:25px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	
	column-count:2;
	column-gap:25px;
	column-break-inside:avoid;
	
}
#content div.ptestimonial {
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:25px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	
	column-break-inside:avoid;
	break-inside:avoid-column;
}
#content div.ptestimonial p, #content #testimonials p {line-height:30px;}
#content div.ptestimonial p.t1, #content #testimonials .t1 p {font-family:hannahs_messy_handwritingRg;font-size:22px;}
#content div.ptestimonial p.t2, #content #testimonials .t2 p {font-family:fineliner_scriptregular;font-size:24px;}
#content div.ptestimonial p.t0, #content #testimonials .t0 p {font-family:jenna_sueregular;font-size:26px;}

#content div.ptestimonial p {
	padding:25px;
	margin:0;
	background:#FAF3EE;
	border:1px solid #ccc;
	position:relative;
	font-style:italic;
}

/* -- Links -- */

fieldset#links-search {
    text-align:center;
    margin-bottom:10px;
}
dl.links {
    border:1px solid #D9DEDD;
    padding:0px ;
    margin:0;
}
dl.links dt {
    font-size:16px;
	padding:0;
    margin:0 0 15px 0;
}
dl.links dd {
    padding:0;
    margin:0;
}

/* -- Availability Calendar -- */
div.availCalendarWrap {
	border:1px solid #999999;
	border-top:6px solid #977928;
	padding:0 16px 16px 16px;
	background-color:#F6F6F6;
}
div.availCalendarImgWrap {
	padding:6px 8px;
}
div.availCalendarImgWrap img {cursor:pointer;}
#content #calendar6months h2.roomname {margin:0;}
#content #calendar6months p.bedconfig {margin:0 0 10px 0;}
.availCalTable, #bandbcalendar {
    border-collapse:collapse;
	padding:16px;
}
.availCalendarWrap h5 {
	background:#FFFFFF;
	border-bottom:1px solid #D9D9D9;
	color:#272226 !important;
	line-height:36px;
	font-size:16px;
	text-transform:uppercase;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	text-align:center;
	margin:0 -16px;
}
body.owners #content .availCalTable th, .availCalTable th {
    border:none;
	background-color:#F6F6F6;
    color:#545968;
    text-align:center;
    font-size:9px;
	font-weight:normal;
	padding:15px 0 8px 0;
	font-family:Helvetica, Arial;
}
.availCalTable td,
#bandbcalendar td {
    background-color:#FFFFFF;
    border:1px solid #999999;
	/*border-style: inset;*/
    color:#333A46;
    text-align:center;
    font-size:13px;
    padding:0px;
	width:30px;
	height:30px;
	font-family:Helvetica, Arial;
}
body.secure .availCalTable td {padding:0px;}
.availCalTable td a, 
#bandbcalendar td a {
    display:block;
    color:#000000;
    text-decoration:none;
}
.availCalTable td.available span, #bandbcalendar td.available span {color:#000000;}
.availCalTable td a:hover
#bandbcalendar td a:hover {
    text-decoration:underline;
}
.availCalTable td.booked,
#bandbcalendar td.booked {
	/*box-shadow: 1px 1px 10px #592A55 inset;*/
	/*border:1px solid #A78256;
	border-style: inset;*/
}
.availCalTable td.booked,
.availCalTable td.booked a,
#bandbcalendar td.booked,
#bandbcalendar td.booked a {
	/*background:#C69A65 url(/uf/i/v3/calendar-bg-3.png) 0 0 no-repeat;*/
	background-color:#3F263D;
    color:#FFFFFF;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.22);
    text-decoration:none;
}
.availCalTable td.provisional,
#bandbcalendar td.provisional {
	/*border:1px solid #4c4f5e;*/
	/*box-shadow: 1px 1px 1px #4C4F5E inset;*/
	/*border:1px solid #4C4F5E;
	border-style: inset;*/
	box-shadow: 1px 1px 5px #4C3B4A inset;
}
.availCalTable td.provisional,
.availCalTable td.provisional a,
#bandbcalendar td.provisional,
#bandbcalendar td.provisional a {
    /*background:#798290 url(/uf/i/v3/calendar-bg-3.png) 0 -30px no-repeat;*/
	background-color:#90708C;
    color:#FFFFFF;
	/*text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.22);*/
    text-decoration:none;
	
}
.availCalTable td.booked a:hover,
.availCalTable td.provisional a:hover {
    text-decoration:underline;
}
.availCalTable td.priced,
#bandbcalendar td.priced,

.availCalTable td.provisional a, .availCalTable td.booked a {
	color:#FFFFFF;
	text-decoration:underline;
    cursor:pointer;
	margin:0 3px;
}
span.priced {
    text-decoration:underline;
    cursor:pointer;
    color:#166C59 !important;
    font-weight:bold !important;
}
.availCalTable td.priced a,
#bandbcalendar td.priced a {color:#166C59 !important;font-weight:bold !important;}

.availCalTable td.blank {
    background-color:#F6F6F6;
	/*border-style: inset;*/
	/*box-shadow: 1px 1px 0px #999999 inset;*/
}
.availCalTable td.bookingstartdate:before {
	content:'';
	z-index:2;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #ffffff transparent transparent transparent;
}
.availCalTable td.dayhire, #bandbcalendar td.dayhire, .availCalTable a.dayhire {
    background-image:url(/i/red-corner.gif) !important;
    background-position:bottom left !important;
    background-repeat:no-repeat !important;
}
.availCalTable td.dayhireavailable, .availCalTable a.dayhireavailable, #bandbcalendar td.dayhireavailable, span.dayhireavailable {
    background-image:url(/uf/i/v3/green-corner3.png) !important;
    background-position:bottom left !important;
    background-repeat:no-repeat !important;
}
span.booked {
    color:#FFFFFF;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.22);
	background:#3F263D;
}
span.available, span.selecteddate {
    background-color:#FFFFFF;
    color:#333A46;
}
span.selecteddate, td.selecteddate {
    background:#FFFFFF url(/uf/i/v3/selected-date.png) 0 0 no-repeat;
}
td.selecteddate {background-position:0 2px;}
span.selecteddate {background-position:1px 2px;}
span.provisional {
    background:#90708C;
    color:#FFFFFF !important;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.22);
	box-shadow: 1px 1px 5px #4C3B4A inset;
	font-weight:normal !important;
}
th.chead-sat, th.chead-sun {color:#999;}

/*OLD COLOURS
.availCalTable td.booked, span.booked {
	background:#A79160;
}
.availCalTable td.provisional, span.provisional {
	background:#E7DCC8;
	color:#88733C;
	text-shadow:none;
}
/*Possible Colours*/
/*
.availCalTable td.booked, span.booked {
	background:#301B2E;
}
.availCalTable td.provisional, span.provisional {
	background:#5F3755;
	color:#FFFFFF;
	text-shadow:none;
}
.availCalTable td.booked, span.booked {
	background:#301B2E;
}
*/
p#calendar4monthskey {margin-left:70px;}
p#calendar4monthskey em {width:195px;}
p#calendar4monthskey span {margin-left:30px;}

table#selectdatepopupcalendar {margin:25px auto;}

table#calendar4monthskey, table#calendarpopupkey {width:100%;}
table#calendar4monthskey td {width:50%;}
body.secure table#calendar4monthskey td {padding:0;}
table#calendarpopupkey span.priced,
#calendar4monthskey span.priced, 
p#calendar6monthskey span.priced, 
p.calendarkey span.priced {padding:5px 6px;}

#content p#calendar6monthskey, 
#content #calendar4monthskey,
#content #calendarpopupkey {
	font-size:16px;
	color:#7D8586;
	line-height:50px;
	margin:0 auto 32px 64px;
	padding-right:30px;
}
#content #calendar4monthskey {
	margin:14px 0 15px 0;
	font-size:15px;
	padding:0;
}
p#calendarpopupkey {
	margin:10px 0 0 -35px;
	padding:0;
}
table#calendarpopupkey span, table#calendarpopupkey span.priced,
#calendar4monthskey span, #calendar4monthskey span.priced, 
p#calendar6monthskey span, p.calendarpopupkey span, 
p.calendarkey span {
	/*display:block;
	float:left;*/
	padding:5px 7px;
	
	line-height:30px;
	text-align:center;
	border:1px solid #D9D9D9;
	margin:0 15px 0 0px;
}
#content #calendar4monthskey {line-height:42px;}
#calendar4monthskey span, #calendar4monthskey span.priced {margin-right:5px;}
#calendar4monthskey em {
	font-style:normal;display:inline-block;
}
p.calendarpopupenddate {
	text-align:left;
	margin-left:103px;
}
table#calendarpopupkey span, table#calendarpopupkey span.priced {padding:5px 9px;}
table#calendarpopupkey td span.selecteddate {background-position:0 0;}

p.calendarpopupkey span {padding:5px 8px;}
p.calendarpopupkey span.priced {padding:5px 7px;margin-left:29px;}
#calendar4months {margin-top:6px;}
#calendar4months td.left, #calendar4months td.right {padding:8px 5px 0 5px;}
#calendar6months  td.middle {padding:0 74px 45px 74px;}
#calendar6months  td.left, #calendar6months  td.right {padding:0 0 45px 0;}
#calendar6months-prev, #calendar4months-prev, #calendar6months-next, #calendar4months-next,
#calendar4months-prev-secondary, #calendar4months-next-secondary {
	display:block;
	width:68px;
	float:left;
	text-align:center;
	margin-right:26px;
	margin-left:0;
	color:#166C59;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	background:url(/uf/i/v3/arrow-6month-calendar.png) bottom left no-repeat;
	padding-bottom:70px;
	text-decoration:none;
}
#calendar6months-next, #calendar4months-next, #calendar4months-next-secondary  {
	float:right;
	margin-right:0;
	margin-left:26px;
	background:url(/uf/i/v3/arrow-6month-calendar.png) bottom right no-repeat;
}
#calendar4months-next, #calendar4months-next-secondary {margin-right:20px;}
#calendar4months-prev-secondary, #calendar4months-next-secondary {display:none;}
.roomcalendarnav {margin-top:294px;}
.propertycalendarnav {margin-top:229px;}
p#provisionalholdnotice {
	margin:0 210px 100px 101px;
}

#selectendatetext {
	float:right;
	width:450px;
	margin:0px 30px 0 -180px;
}
#selectstartdatecalendars {
	float:left;
	margin-bottom:74px;
}
#selectstartdatecalendars form {margin-left:30px;}
#content #selectstartdatecalendars p#calendar6monthskey {margin-left:0;}
#selectenddatecalendar {margin:0 0 0 30px;}
#selectenddatecalendar td.left, #selectenddatecalendar td.right {padding:0 37px 0px 0px;}

/* B&B Property Avail */
#bandbcalendar {border-collapse:collapse;width:100%;}
#bandbcalendar td, #bandbcalendar th {
    border:1px solid #999;
    border-top:1px solid #666;
    padding:5px 0;
    width:20px;
    text-align:center;
    font-size:10px;
}
#bandbcalendar td.roomname {
    text-align:left;
    border-width:0 1px;
    padding:10px 5px 5px 5px;
    font-size:12px;
    color:#996600;
}
#bandbcalendar td.roomname img {
    float:left;
    width:75px;
    margin:0 5px 0 0;
}
#roomrates td.roomname img {
    float:left;
    width:100px;
    margin:0 10px 0 0;
}

#bandbcalendar td.calendarnav {font-size:12px;border:none;}
#bandbcalendar td.daynames {border-width:2px 1px 1px 1px;}
#bandbcalendar td.weekend {background:#F1F1F1;}

/* -- Admin Avail -- */

div#availCal fieldset {
    border:1px solid #FFFFFF;
}
div#availCal fieldset#range {
    border:1px solid #cccccc;
    margin-bottom:10px;
}
div#availCal .availCalTable {
    margin:10px 0 0 0;
}

p.selectdatepopupdesc {
	font-size:14px;
	margin:25px 0;
}

/* -- Destinations -- */

#region-houseparty-jumpto {
    margin-top:15px;
}

/* -- Error Messages -- */

div.errormessage h2,
div.errormessage p,
p.errormessage,
h2.errormessage {
    color:red;
}

div.errormessage {
    border:1px dotted red;
    background-color:yellow;
    color:red;
    text-align:center;
    margin:10px 0;
}
ul#iconkey li {padding:3px 5px;}

p.noitems, p.infomsg, div.infomsg {
    background:#FFFFFF url(/uf/i/v3/info-small.png) 15px 16px no-repeat;
    border:1px solid #000080;
    padding:15px 15px 15px 45px;
    color:#000080 !important;
}
div.errormsg, p.error {
    border:1px dotted red;
    background:yellow url(/uf/i/v3/error.png) 8px 6px no-repeat;
    padding:15px 15px 15px 50px;
    color:red;
    margin:10px 0;
	font-size:14px;
}
#content .errormsg ul li {color:red !important;}
/* Admin Tables */
table.emailtable {border-collapse:collapse;}
table.emailtable tr.emailrow td {font-size:12px;background:#F6F5F7;border:1px solid #E2E1E2;border-width:1px 0;padding:8px 10px;}
table.emailtable th {padding:8px 10px 4px 10px;}
table.emailtable tr.emailrow:hover td {background:#EAF8F9;cursor:pointer;}
table.emailtable tr.emailrow a:hover {text-decoration:none;}

table.rowlinks tr td {cursor:pointer;}
table.bluehighlighted {
    border-top:1px dotted #cccccc;    
}
table.bluehighlighted td, table.bluehighlightedwithhead td, table.bluehighlightedwithhead th {
    border-bottom:1px dotted #cccccc;
    padding:5px;
}
table.bluehighlighted tr:hover, table.bluehighlightedwithhead tr:hover td, table.accountstatment tr:hover td {
    background:#EAF8F9;
}
table.bluehighlightedwithhead tr:hover th {background:#FFFFFF;}
table.clientemailtable td {padding:8px;cursor:pointer;}
table.accountstatment th {padding:5px;}
table.accountstatment td {
    border-top:1px dotted #cccccc;
    padding:5px;
}
table.accountstatment {border-bottom:1px dotted #cccccc;}
table.accountstatmentsummary th {border-bottom:1px dotted #cccccc;padding:0 0 3px 0;font-size:16px;}
table.accountstatmentsummary td {border-bottom:1px dotted #cccccc;padding:3px 0;}

table#manageproperties td {font-size:11px;padding:3px 5px;}
table#managebookings {border-top:none;margin:25px 0;}
table#managebookings th {border-bottom:1px dotted #ccc;text-align:center;}
fieldset#menusearchbox {position:absolute;top:-27px;right:5px;left:-50px;border:none;padding:0;text-align:right;}

body.admin div#wrapper {width:1250px;}
body.admin div#content {margin-right:245px;}
div#admininfobox {
    border-right:1px solid #ccc;
    width:230px;
    padding:5px 5px 5px 0;
    min-height:450px;
    position:absolute;
    top:30px;
    right:0;
}
div#admininfobox ul {padding:0 0 0 5px;}
div#admininfobox ul li {list-style-position:inside;}
table#mytasklist td.tasktext {width:100%;}
table#mytasklist tr:hover {background:#EAF8F9;}
div#adminlivesearchresults {
    width:299px;
    background:#ccc;
    z-index:998;
    position:absolute;
    top:-5px;
    right:-1px;
    display:none;
    border:1px solid #999;
}
div#adminlivesearchresults a {
    display:block;
    color:#666;
    padding:5px 15px;
    text-decoration:none;
    /*height:34px;
}
div#adminlivesearchresults a img {
    float:left;
    margin:0 5px 0 0;*/
}
div#adminlivesearchresults a:hover {
    background:#666;
    color:#ccc;
}
div#adminlivesearchresults h3 {
    display:block;
    background:#999999 url(/i/close-white-grey.png) 275px 12px no-repeat;
    color:#FFFFFF;
    padding:10px 15px;
    margin:0;
}
div#adminlivesearchresults a#allresults {
    display:block;
    background:#999999;
    color:#FFFFFF;
    padding:10px 15px;
    text-align:right;
    font-weight:bold;
}
div#adminlivesearchresults div#noresults {
    padding:15px;
    color:#666;
    text-align:center;
}
.mceEditorIframe {background:#FFFFFF;}
td.required .mceEditorIframe {background:#FFCCCC;}
input.required, select.required, span.required select, textarea.required {background:#FFCCCC;border:1px solid #7F9DB9;}
table#feedbackform td {padding:8px 5px;}

button.calendar{background:url(/uf/i/v3/calendar/calendar-icon.gif) -1px 0;border:0;cursor:pointer;height:20px;width:18px;margin:0 0 4px 5px;padding:0;outline: 0;}
button.calendar:hover,button.calendar.active{background-position:-1px 20px}
div.calendar{background:url(/uf/i/v3/calendar/calendar.png);height:195px;text-align:center;width:147px;padding:0 6px}
div.calendar *{margin:0;padding:0}
div.calendar div{background:none!important;cursor:move;height:185px;overflow:hidden;padding-top:10px;position:relative;width:147px}
div.calendar caption{color:#333;font:normal 12px/16px Arial, Helvetica, sans-serif;padding-top:6px;text-align:center;width:100%}
div.calendar caption a{cursor:pointer;display:block;height:12px;overflow:hidden;position:absolute;text-indent:-100px;top:17px;width:11px}
div.calendar caption a.prev{background-image:url(/uf/i/v3/calendar/calendar-prev.gif);left:0}
div.calendar caption a.next{background-image:url(/uf/i/v3/calendar/calendar-next.gif);right:0}
div.calendar caption a:hover{background-position:0 12px}
div.calendar caption span{height:25px;position:relative;text-align:center}
div.calendar caption span.month{padding-right:8px}
div.calendar caption span.month:after{content:','}
div.calendar table{background:#FFF;border:0;border-collapse:collapse;border-spacing:0;cursor:default;overflow:hidden;width:147px;margin:0 auto}
div.calendar td,div.calendar th{border:0;color:#333;font:normal 12px Arial, Helvetica, sans-serif;height:21px;text-align:center;width:21px}
div.calendar td{background:url(/uf/i/v3/calendar/calendar-td.gif);color:#FFF;font-size:11px;padding:0 !important;}
div.calendar td.invalid{color:#999}
div.calendar td.valid{background:url(/uf/i/v3/calendar/calendar-valid.gif);color:#666;cursor:pointer}
div.calendar td.hilite{background:url(/uf/i/v3/calendar/calendar-hilite.gif)}
div.calendar td.inactive{background:url(/uf/i/v3/calendar/calendar-td.gif) 0 100%;color:#FFF}
div.calendar td.active,div.calendar td.hover{background:url(/uf/i/v3/calendar/calendar-valid.gif) 0 100%;color:#FFF;cursor:pointer}

.modalwrapper {
    width:100%;
    height:100%;
    top:0;
    left:0;
    overflow:visible;
    position:fixed;
    z-index:101;    
    display:none;
    background:#FFF;
    opacity:0.75;
    filter: alpha(opacity = 75);
}
.modalcontent {
    min-height:50px;
    width:700px;
    background:transparent;
    margin:10px 0 0 -350px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
	
	-webkit-box-shadow: 0px 3px 7px 2px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 3px 7px 2px rgba(0,0,0,0.28);
	box-shadow: 0px 3px 7px 2px rgba(0,0,0,0.28);
	
    position:fixed;
    opacity:1;
    filter: alpha(opacity = 100);
    display:none;
    z-index:102; 
    top:0px;
    left:50%;   
}
.modaltitle {
	border-radius:8px 8px 0 0;
	margin:0;
	padding:55px 0 15px 0;
	border-bottom:1px solid #D0D0D0;
	background:#FFF url(/uf/i/v3/logo-popup.png) top center no-repeat;
}
.modalclose {
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;
}
#content .modaltitle h2,
.modaltitle h2 {
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	font-weight:bold;
	font-size:26px;
	text-align:center;
	color:#292C2B;
	margin:0 !important;
	padding:0 !important;
	text-transform:uppercase;
}
#content .modaltitle p,
.modaltitle p {
	margin:0 !important;
	padding:0 !important;
	color:#929B98 !important;
	font-size:15px !important;
	text-align:center !important;
}
.modaliframecontent, .modalinnercontent {
	background:#FFF;
	padding-bottom:8px;
	border-radius: 0 0 8px 8px;
}
.modalinnercontent {
	text-align:left;
	padding:30px 50px;
}
.popupsearchbg {
	background:transparent;
	display:block;
	z-index:3;
	top:46px;
}

.largemodalcontent {width:800px;margin-left:-420px;}
.largemodalcontentss {margin-top:10px;}
.mediummodalcontent {width:650px;margin-left:-345px;}
.modalcontent p.buttons {text-align:right;margin:25px 15px 15px 15px;}
.infopopup, .questionpopup {
    background:#FFFFFF url(/uf/i/v3/info@2x.png) 25px 25px no-repeat;
	background-size:48px 48px;
    padding:15px 15px 15px 100px;
    color:#000080;
}
#bookingPartyListExceededExplaination, #extraMessageTA {width:590px;}
.questionpopup {
    background:#FFFFFF url(/uf/i/v3/help.png) 25px 25px no-repeat;
    text-align:left;
}
body.secure #partylistwarning, body.secure .infopopup {background-image:url(/uf/i/v3/info.png)}
#partylist td.tablelabel {display:none;}
#duetaskspopup {
    width:650px;
    margin-left:-350px;
    padding:0 0 40px 0;
    text-align:left;
    min-height:250px;
}
#duetaskspopup h2 {
    text-align:left;
    background:#CCC url(/uf/i/v3/closelabel.png) 575px 3px no-repeat;
    border-bottom:1px solid #666;
    color:#666;
    padding:5px;
    margin:0;
    cursor:pointer;
}
table.quote th {width:275px;text-align:right;padding:0 15px 0 0;}
h2.quote {border-bottom:1px dotted #ccc;padding:5px;}
div.quoteactions {float:right;text-align:right;}
div.quoteactions a.button, div.quoteactions a.accountsbutton, div.quoteactions a.nbutton {display:block;width:150px;margin:0 0 4px 0;padding:4px 0;text-align:center;}
div.quoteactions a.button:hover {background:#999999;color:#FFFFFF;}
div.quoteactions a.accountsbutton:hover {background:#3399CC;color:#FFFFFF;}
table.stripstyles td {border:none !important;padding:2px !important;}
/* Price popup */ 
#trailimageid {
    padding:0 0 10px 10px;
    /*background:url(/i/popupcorner325.gif) 0 0 no-repeat;*/
    width:315px;
    overflow:hidden;
}
#trailimgwrap { 
    padding:10px 10px;
    /*background:#FAF0B9;*/
    text-align:left;
    border:1px solid #CCC;
    border-width:2px 1px 1px;
    min-width:225px;
    background:#1C8870;
    border:1px solid #216151;
    border-radius:3px;
    color:#FFFFFF;
    float:left;
    -moz-box-shadow: 0px 3px 3px #666;
    -webkit-box-shadow: 0px 3px 3px #666;
    box-shadow: 0px 3px 3px #666;
	
	background-image: linear-gradient(top, rgb(32,153,129) 28%, rgb(29,139,115) 64%, rgb(25,122,99) 82%);
	background-image: -o-linear-gradient(top, rgb(32,153,129) 28%, rgb(29,139,115) 64%, rgb(25,122,99) 82%);
	background-image: -moz-linear-gradient(top, rgb(32,153,129) 28%, rgb(29,139,115) 64%, rgb(25,122,99) 82%);
	background-image: -webkit-linear-gradient(top, rgb(32,153,129) 28%, rgb(29,139,115) 64%, rgb(25,122,99) 82%);
	background-image: -ms-linear-gradient(top, rgb(32,153,129) 28%, rgb(29,139,115) 64%, rgb(25,122,99) 82%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.28, rgb(32,153,129)),
		color-stop(0.64, rgb(29,139,115)),
		color-stop(0.82, rgb(25,122,99))
	);
	position:relative;
}
#popupcorner {
	display:block;
	position:absolute;
	height:20px;
	top:-1px;
	left:-11px;
	right:-11px;
	background:url(/uf/i/v3/popup-arrow.png) 0 0 no-repeat;
	z-index:2000;
}
.popupheader {
	font-size:14px !important;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
}
.popupvat {
	font-size:11px;
	color:#77B8A9;
}
/*
<div id="trailimageid" style="z-index:101;position:absolute;visibility:hidden;left:-1000px;top:-1000px;">
	<div id="trailimgwrap">
		<img id="popupcorner" src="/i/popup-corner-new.png" alt="" />
		<div id="trailimginner">
		</div>
	</div>
</div>*/

/*LIVE PRODUCT SEARCH*/
div.lpsresults {
    width:252px;
    border:1px solid #999999;
    border-width:0 1px 1px 1px;
    position: absolute;
    background-color: #ccc; 
    margin:0;
    padding:0;
    z-index: 100;
}
div.lpsresults h3 {
    margin:0;
    padding:6px;
    background:#999999;
    color:#FFFFFF;
    font-size:12px;
}
div.lpsresults li {cursor:pointer;}
div.lpsresults div.close {
    background:#999999;
    color:#FFF;
    padding:4px;
    text-align:right;
    text-decoration:underline;
    font-size:11px;
    cursor:pointer;
}
/* Begin Livesearch */

ul.LSRes {
	padding:0;
	margin:-1px 0;
	}
ul.LSRes li {
	list-style:none;
	font-size:14px;
	color:#666;
}
#LSResult {
	width: 200px;
	position: absolute;
	background-color: #fff; 
	margin:0;
	padding:0;
	border: 1px solid #777;
	z-index: 100;
}

.LSRow {
	text-align: left;
	padding: 1px 5px 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
li.LSRow:hover {
	background-color:#fff;
	
	}
.LSRow span  {
	font-weight: normal;
	font-size:10px;
	display:block;
	color: #666;
	}
/* End Livesearch*/

body.threecol #wrapper {/*background:url(/uf/i/threecol-bg.png) 0 567px;*/}
body.twocol #wrapper {/*background:url(/uf/i/twocol-bg.png) 0 567px repeat-y;*/}

/* SLIMBOX */
#lbOverlay {position: absolute;z-index: 9999;left: 0;width: 100%;background-color: #000;cursor: pointer;}
#lbCenter, #lbBottomContainer {position: absolute;z-index: 9999;left: 50%;overflow: hidden;background-color: #fff;}
.lbLoading {background: #fff url(/js/slimbox/css/loading.gif) no-repeat center;}
#lbImage {position: absolute;left: 0;top: 0;border: 10px solid #fff;background-repeat: no-repeat;}
#lbPrevLink, #lbNextLink {display: block;position: absolute;top: 0;width: 50%;outline: none;}
#lbPrevLink {left: 0;}
#lbPrevLink:hover {background: transparent url(/js/slimbox/css/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink {right: 0;}
#lbNextLink:hover {background: transparent url(/js/slimbox/css/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom {/*font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;*/font-size: 10px;color: #666;line-height: 1.4em;text-align: left;border: 10px solid #fff;border-top-style: none;}
#lbCloseLink {display: block;float: right;width: 66px;height: 22px;background: transparent url(/js/slimbox/css/closelabel.gif) no-repeat center;margin: 5px 0;outline: none;}
#lbCaption, #lbNumber {margin-right: 71px;}
#lbCaption {font-weight: bold;}

/* SECURE SITE */
body.secure #sidemenulogos p {margin:20px 10px 15px 10px;text-align:center;}
body.secure #sidemenulogos {text-align:center;}
body.secure #sidemenulogos img {margin:15px 50px;}
body.secure td, table.spaced td {
	padding:8px 5px;
}
body.secure .mceEditor td {padding:0;}
table.spaced, table.smspaced {margin-top:25px;margin-bottom:25px;}
body.secure td.tablelabel {
	width:200px;
}
body.secure td.tablelabelsm {
	width:auto;
}
p.updatesuccess {
	background:url(/uf/i/v3/success.png) 15px 15px no-repeat;
	padding:15px 15px 15px 45px;
	margin:25px 0;
}
.successmessage img {display:none;}
fieldset#securitydetails p {
	font-size:12px;
	line-height:18px;
	margin:10px 0;
}
table.protxdetails th {
	text-align:left;
	padding:0 15px 0 0;
}
table#login {margin:25px auto;}
table#login td.tablelabel {width:auto;}
dl#customerpaymentmethod dt {font-weight:bold !important;}
dl#customerpaymentmethod dd {padding:10px 0 25px 10px;}
table#customerpaymentselect {margin:0 0 0 45px;}
table#customerpaymentselect td.desc {width:450px;}
fieldset.checkout table {
	margin:25px 0 25px 25px;
	width:500px;
}
p#logincookienotice {
	margin:25px 0;
	border:1px solid #ccc;padding:10px;background:#EAF8F9;font-size:11px;
}
table#viewEnquiry {
	width:100%;
	margin:25px 0;
}
table#viewEnquiry td, table#viewEnquiry th.tablelabel {
	padding:8px 10px 8px 0;
	border-collapse:collapse;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	font-size:13px;
	text-align:left;
}


div#propertytabswrapper {
    background:#FFFFFF;
    margin:-20px 0 0 0;
    padding:20px 0px 0 0;
}
/*
.nbutton, .nbutton:hover, .nbutton:active {
	background:#219883;
	color:#FFF;
	border:none;
	padding:5px 15px;
	font-weight:600;
	text-decoration:none;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	font-size:12px;
	border-radius:15px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.22);
}
*/
.specialoffer 
{
    text-align:center;
    background-color:#A79160;
    color:#FFFFFF;
    border:1px solid #88733C;
    padding:10px 15px;
    float:right;
    margin:-25px 0 15px 15px;
}
div.photolayout a:hover {background:#666 !important;}

#sands h2 {
    background:#999;
    color:#FFFFFF;
    padding:4px 0 3px 11px;
    margin:0;
    font-size:13px;
}
#sands ul {
    margin:0 0 15px 0;
    padding:10px;
    border:1px solid #999;
    font-size:12px;
    background:#EAF8F9;
}
/*TAGS*/
#phototags {width:450px;float:left;}
#phototags strong, #addcustomtag strong {display:block;clear:left;padding:10px 0 5px 0;}
#tagnotify {
    display:block;
    text-align:center;
    padding:25px 0 0 0;
    color:red;
    display:none;
}
div.tag, div.tagadd, div.tagaddtosearch {
    float:left;
    background:#EAF8F9;
    border:1px solid #ccc;
    padding:3px 0 3px 8px;
    margin:0 2px 3px 0;
}
div.tag span, div.tagadd span, div.tagaddtosearch span {display:block;float:right;padding:0 5px 0 8px;cursor:pointer;font-weight:bold;}
div.tag span:hover {color:red;}
div.tagadd:hover, div.tagaddtosearch span:hover {color:green;cursor:pointer;}

#addcustomtag {
    float:left;
    margin:0 0 0 15px;
    padding:0;
    width:175px;
}
div.tagaddtosearch {float:none;}

iframe.ytvideotab {margin-left:15px;border:none;padding:0;}

/*UB Addons*/
.ubcategory, .ubproduct  {
	border:none;
	padding:0;
	float:left;
	width:533px;
	margin:25px 25px 25px 0;
	overflow:visible;
	position:relative;
}
.ubcategory {min-height:224px;}
.ubproduct  {
	padding:0 0 50px 0;
	height:174px;
	overflow:visible;
}
.ubcategoryalt, .ubproductalt {margin-right:0;}
.ubcategory div, .ubproduct  div {
	width:284px;
	float:right;
	padding:0;
}
.ubcategory div {padding:0 0 15px 0;}
#content .ubcategory h2, #content .ubproduct h2 {
	margin:0 0 15px 0;
	padding:0;
	font-size:18px;
	color:#282828;
	margin:0 0 10px 0;
}
#content .ubcategory p, #content .ubproduct p {margin:10px 0;padding:0;}
.ubcategory a.nav, .ubproduct a.nav {
	margin:0;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
}
/*
.property-details p#crumbtrail {margin:0px 0 10px 0px;}
#propertyintrobox p.backtoresults {margin:8px 0 0 0 !important;}
#propertyintrobox p#crumbtrail {margin:10px 0 0 0;}
*/
p#crumbtrail {
	font-size:13px;
}
p#crumbtrail a {color:#52BAAF;}
#content #searchheader p.crumbtrail {margin-top:-15px;}

#ubcrumbtrail span, #crumbtrail span {
	display:inline-block;
	width:8px;
	height:7px;
	margin:0 5px 1px 5px;
	background:url(/uf/i/v3/arrow-small-nav-trans.png) 0 0 no-repeat;
	color:#FFF;
	text-indent:-9999px;
	line-height:7px;
	
}
.ubproduct .vat {
	font-size:18px;
	font-weight:bold;
	position:absolute;
	/*left:249px;*/
	bottom:15px;
}
.ubproduct .quickfind {
	font-style:italic;
	font-size:12px;
	position:absolute;
	/*left:249px;*/
	bottom:0;
}
/*
.freshlogo {position:absolute;top:10px;left:10px;z-index:2:display:block;width:148px;height:148px;background:transparent url(/ubdata/schemes/uniqueboutique/fresh-overlay-small.png);}
*/
#productdetails .vat {
    font-size:18px;
	font-weight:bold;
	padding-top:10px;
}
#productdetails .quickfind {
	font-style:italic;
	font-size:12px;
}


fieldset#productdetails img {
    width:148px;
    height:148px;
    float:left;
    margin:0 10px 0 0;
}
fieldset#productdetails {
    border:none;
    margin:0 304px 0 0;
    padding:0;
    width:381px;
    float:right;
    min-height:330px;
    height:330px;
    position:relative;
    padding-bottom:130px;
}
body.secure fieldset#productdetails {
	width:685px;
	margin:0;
}
.property-details fieldset#productdetails {width:381px;}
#wrapper .productdisplayonly {min-height:267px;height:267px;}

fieldset#productdetails h2 {margin-top:0;}
fieldset#productdetails p, #productdescbottom p {/*margin:0 0 10px 0;*/}
fieldset#productdetails ul, #productdescbottom ul {/*margin:0 0 9px 0;padding:0 0 0 15px;*/}
fieldset#productdetails li, #productdescbottom  li {/*padding:0;margin:0 0 3px 0;font-size:12px;*/}
div#productdetailphotos {
    width:398px;
    float:left;
    margin:0;
    padding:0 0 90px 0;
}
p#ubquickcart {
	clear:both;
	text-align:center;
	padding:50px 0;
}
a.productgallery img {width:65px;height:65px;border:2px solid #FFFFFF;margin:9px 9px -3px -2px;}
a.productgallery:hover img, a.productgallery img.selectedimg {border-width:2px;border-color:#4C0336;}

.ublargegallery a.productgallery img {width:182px;height:182px;border:1px solid #FFFFFF;margin:12px 12px -2px -1px;}
.ublargegallery a.productgallery:hover img, .ublargegallery  a.productgallery img.selectedimg {border-width:1px;border-color:#4C0336;}

#mainproductimgurl {position:relative;display:block;height:381px;width:381px;overflow:hidden;}
#mainproductimgurl span {
    display:block;
    position:absolute;
    top:351px;
    left:351px;
    width:30px;
    height:30px;
    background:url(/ubdata/schemes/uniqueboutique/magnify.png) no-repeat;    
}
#productcontrols {
    width:359px;
    position:absolute;
    bottom:0px;
    left:0;
}
body.secure #productcontrols {
	width:685px;
}
body.secure #productcontrols .button{
	float:right;
}
form.cartAdd {
    line-height:40px;
}
form.cartAdd fieldset {
    padding:0;
    margin:0;
    border:none;
}
form.cartAdd label {
    display:block;
    float:left;
    width:60px;
    
    font-size:11px;
    text-align:left;
}
h2#furtherdetails, h2.productbox {
    clear:both;
    margin:0 0 -5px 0;
    width:154px;
    height:23px;
    padding:0;
    padding:12px 0 0 14px;
    background:#FFFFFF url(/ubdata/schemes/uniqueboutique/details-tab-bg.png) 0 0 no-repeat;
    font-size:10px;
    text-transform:uppercase;
    font-weight:normal;
   
}
div#productdescbottom, div.productboxbottom {
    padding:0px 14px 10px 14px;    
    border:1px solid #E2DED5;
    border-radius:4px;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
    border-width:1px 1px 1px 1px;
    margin:0 0 10px 0;
}
#productdescbottom div, div.productboxbottom div {
    width:153px;
    height:16px;
    background:#FFFFFF;
    margin:-1px 0 0 -14px;
}
div.productboxbottom p {margin:0 0 10px 0;}
p.nextbutton {text-align:right;}
.dateentrymonth, .dateentryhour {margin:0 3px;}
.dateentryhournodate {margin-left:0px;}

/*Property search results*/
div.property {
	width:812px;
	float:right;
	padding-top:50px;
	position:relative;
}
div.property img {
	width:348px;
	height:255px;
	float:left;
	margin:0 25px 27px 0;
	
	-webkit-transition: opacity 0.75s ease-in-out;
	-moz-transition: opacity 0.75s ease-in-out;
	-o-transition: opacity 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out;
}
div.property img.search-property-thumb-alt {
	position:absolute;
	z-index:-1;
	left:0;
}
div.property img.search-property-thumb-std:hover {
	opacity:0;
}
div.property div.textwrap {
	float:right;
	width:439px;
	min-height:225px;
	margin-bottom:27px;
}
#propertythumbpreview div.property {
	padding:15px 0;
	width:705px;
}
#propertythumbpreview div.property  img{
	width:241px;
	height:177px;
	margin:0 15px 25px 0;
}
#propertythumbpreview div.property  div.textwrap {
	margin:0 10px 25px 0;
	min-height:177px;
}

div.mybookings {
	width:694px;
	padding:0;
	margin:0;
}
div.mybookings div.textwrap {
	width:321px;
}
div.mybookings ul.lnav, ul.lnavslim {padding:0;}
#content div.property h1, #content div.propertymap h1 {
	margin:0;
	padding:0;
	line-height:28px;
	font-size:23px;
	color:#222122;
	background:transparent;
	text-transform:uppercase;
	width:440px;
}
#content div.property h1 a {
	color:#222122;
	text-decoration:none;
}
#content div.property p.location, div.propertymap p.location {
	font-size:17px;
	line-height:17px;
	color:#402E3B;
	margin:13px 0 16px 0;
	font-style:italic;
	font-family: 'pt_serifbold';
	font-weight:normal;
}
#content div.property p.location a {
	color:#402E3B;
	text-decoration:none;
}
#content div.mybookings p.location {line-height:25px;}
#content div.property p.misc-desc, div.propertymap p.misc-desc, #content .propertyforsale div.misc-desc p {
	font-size:15px;
	line-height:22px;
	color:#606869;
	margin:0;
	padding:0;
}
#content div.property p.misc-desc em, div.propertymap p.misc-desc em {font-style:normal;}
#content div.property p.specs, div.propertymap p.specs {
	margin:12px 0 0 0;
	padding:0;
	font-size:16px;
	line-height:24px;
	color:#744D68;
}
#content div.property p.more-enquiry, div.propertymap p.more-enquiry {
	margin:9px 0 0 0;
	text-align:right;
	color:#4C0336;
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	font-family: 'pt_serifbold';
	
}
#content div.property p.more-enquiry a, div.propertymap p.more-enquiry a {
	color:#4C0336;
	padding:0 40px 0 0;
	background:url(/uf/i/v3/arrow-right-purple.png) center right no-repeat;
	line-height:10px;
}
div.propertyforsale {
	float:left;
	width:100%;
	padding-bottom:77px;
}
div.propertyforsale div.textwrap {
	width:718px;
}
div.propertyforsale img {margin-bottom:0;}
#content div.propertyforsale h1  {width:718px;}
#content div.propertyforsale p.specs {
	margin:8px 0 24px 0;
}
#content div.propertyforsale p.location {line-height:26px;}
div.propertymap {
	width:650px;
}
div.propertymap img {
	width:250px;
	height:183px;
	margin:2px 15px 0px 0;
}
div.propertymap div.textwrap {
	width:385px;
	min-height:183px;
	margin-bottom:0;
	text-align:left;
	color:#000;
}
#content div.propertymap h1 {
	font-size:16px;
	line-height:20px;
	width:440px;
	background:red;
	margin-top:0 !important;
	padding-top:0 !important;
}
div.propertymap p.specs {
	font-size:13px;
	line-height:21px;
	margin:9px 0 0 0;
}
div.propertymap p.misc-desc {
	font-size:14px;
	line-height:21px;
}
div.propertymap p.location {
	font-size:14px;
	line-height:16px;
	margin:9px 0 13px 0;
}
div.propertymap p.more-enquiry {
	margin:13px 0 0 0;
}
.propertymap .minithumb, .propertymap .opengallery, .propertymap .findoutmore, .propertymap .misc-desc {display:none;}
#forsalefooter {
	clear:both;
	border-top:1px solid #DCDCDC;
	margin:25px 0 0 0;
	padding:5px 0;
}
#searchdebug {
	width:790px;
	float:right;
	padding:10px;
	margin:0 0 25px 0;
	/*display:none;*/
}

/*Property Search Tabs*/
#searchcontent, .searchcontent {
	width:812px;
	float:right;
}
#searchcontent {padding-top:50px;}
#propertysearchfilters {
	width:254px;
	float:left;
	overflow:hidden;
	background:url(/uf/i/v3/uhs-crown-gold-small-trans.png) 118px 52px no-repeat;
	padding:0;
	margin:-42px 0 62px 0;
}
#propertysearchfilters  h5 {
	margin:67px 0 12px 0;
	text-align:center;
	font-size:13px;
	color:#9E7137;
	line-height:13px;
	padding:0;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
}
#advancedsearch {
	border:1px solid #E9E8E7;
	background:#FFF url(/uf/i/v3/searchbox-bg.png) 0 -150px repeat-x;
	padding:0 14px;
}
#advancedsearch h4 {
	color:#503248;
	font-size:16px;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	border-bottom:1px solid #EAE9E9;
	background:url(/uf/i/v3/searchbox-plus-minus.png) 0px 18px no-repeat;
	margin:0;
	padding:18px 0 7px 40px;
	cursor:pointer;
}
#advancedsearch h4 span {
	display:block;
	color:#905480;
	font-size:13px;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	font-weight:normal;
}
#advancedsearch div.open h4{
	border-bottom:0;
	background-position:0px -28px;
}
#advancedsearch div.open h4.advancedsearchloading {
	background:url(/i/ajax-loader-bars-trans.gif) 8px 29px no-repeat;
}
/*#advancedsearch div.open h4 span {display:none;}*/
#propertysearchfilters #advancedsearch div.open .searchoptions {
	display:block;
	border-bottom:1px solid #EAE9E9;
}
#advancedsearch .searchoptions {
	padding:28px 0 10px 8px;
	display:none;
}
.searchoptions ul {
	margin:0 0 3px 0;
	padding:0;
	list-style:none;
}
.searchoptions input[type=checkbox], .searchoptions input[type=radio] {/*position:absolute;top:-25px;*/visibility:hidden;}
.searchoptions ul ul {margin:7px 0 22px 0;}
.searchoptions ul li {
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	margin:0 0 7px 0;
	padding:0;
	text-indent:0;
	color:#542147;
	font-size:13px;
	line-height:17px;
	background:url(/uf/i/v3/checkbox.png) -237px 0 no-repeat;
	max-width:235px;
	
}
.searchoptions ul li label {padding-left:5px;cursor:pointer;}
.searchoptions ul li label small {
	
	padding:0 0 0 25px;
	font-size:11px;
	
	color:#999999;
}
.searchoptions ul li.checked {background-position:0 0;}
.searchoptions ul li ul li {
	color:#79446B;
	font-weight:normal;
}
#propertysleeps ul {height:140px;}
#propertysleeps div.searchoptions ul li {
	width:100px;
	float:left;
}
#propertysleeps div.searchoptions ul li, div.searchoptions ul li.radio {background-image:url(/uf/i/v3/radios2.png);}
div.searchoptions ul li.head {background:none;padding-top:7px;}

#ps-numnights, #ps-startdate, #ps-numdaysvariance, #ps-budgetfrom, #ps-budgetto, #ps-postcode, #ps-nummiles, #ps-propertyname {
	width:200px;
	margin:0 0 18px 0;
	font-size:13px;
	color:#79446B !important;
	border:1px solid #BABEC0 !important;
	outline:3px solid #F3F7F8 !important;
	border-radius:0;
	padding:10px;
}
#ps-budgetfrom {
	width:96px;
	margin-right:5px;
	text-align:right;
}
#ps-budgetto {
	width:96px;
}
#ps-budgetfromlabel, #ps-budgettolabel {display:inline-block;width:96px;margin-top:-4px;font-family: pt_serifregular, Times New Roman;font-size: 14px;line-height: 20px;color: #6C6C6C;}
#ps-budgetfromlabel {margin-right:5px;}

#ps-numnights:focus, #ps-startdate:focus, #ps-numdaysvariance:focus, #ps-budgetfrom:focus, #ps-budgetto:focus, #ps-postcode:focus, #ps-nummiles:focus, #ps-propertyname:focus {border:1px solid #BABEC0 !important;outline:1px solid #BABEC0 !important;}
#ps-startdate, #ps-startdate:active, #ps-postcode, #ps-propertyname {
	width:178px;
	padding:10px;
}
#advancedsearch span.clearoptions {
	display:block;
	text-align:right;
	color:#A5ABAB;
	font-size:10px;
	font-family:proxima_nova_ltregular, Helvetica, Arial !important;
	cursor:pointer;
	font-style:italic;
}
#advancedsearch .searchoptions button.calendar{float:right;background:red;border:0;cursor:pointer;height:35px;width:0px;margin:0px 12px 0 0;padding:0;outline: 0;}

#dosearchbutton {
	background:#22141D;
	margin:24px auto 26px auto;
	display:block;
}
#filterproperties {display:none;}
#viewonmap, #propertycount, #filterproperties {
	width:105px;
	height:116px;
	position:absolute;
	top:746px;
	right:0;
	text-align:center;
	color:#4D0033;
	font-size:11px;
	font-style:italic;
}
#viewonmap {
	background:url(/uf/i/v3/map-pin-purple.png) 41px 43px no-repeat;
	padding-top:71px;
	height:45px;
	cursor:pointer;
}
#content .viewonmapdisabled {
	opacity:0.2;
	filter: alpha(opacity = 20);
	cursor:default;
}
#propertycount {
	border:1px solid #E0E2E1;
	border-width:0 1px;
	padding-top:36px;
	height:80px;
	right:106px;
}
#propertycount span {
	font-size:30px;
	
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	font-style:normal;
	display:block;
}
#searchheader {
	border-bottom:1px solid #DFE3E2;
	height:221px;
	margin:0 0 42px 0;
	padding:0 495px 0 30px;
}
#content #searchheader h1{padding-bottom:5px;}
#searchheader p {
	font-size:15px;
	line-height:28px;
	color:#A6B1AD;
	margin-top:-2px;
}
#searchheader a {color:#4C0336;}
#searchcontent .box h2 {margin:10px 0;}

/*FAQs*/

#content div.faqs h2 {clear:both;border-bottom:1px solid #D9DEDD;margin:0 0 15px 0;padding:10px 0 0 0;}
#content div.faqs h2:target {padding-top:60px;}
div.faqs ul {margin-bottom:25px;}
/*div.faqs ul.twocols {float:left;padding-bottom:15px;}
div.faqs ul.twocols li {width:50%;float:left;}
*/
#content div.faqs p.backtotop {text-align:right;margin:-15px 0 0px 0 !important;padding:0;}
div.faqs p.backtotop a {font-size:12px;}
div.faqs p.backtotop a .before,
div.faqs p.backtotop a:before {
	content:" ";
	display:block;
	width:7px;
	height:8px;
	float:right;
	margin:8px 0 0 5px;
	background:url(/uf/i/v3/arrow-small-nav-trans.png) 0 -14px no-repeat;
}
div.faqs p.backtotop a, div#content div.faqs p.backtotop a {text-decoration:none;}

/*TERMS AND CONDITIONS*/
div.termsbox {height:400px;overflow:auto;border:1px solid #ccc;padding:10px;}
div.safetydisclaimerbox {height:100px;overflow:auto;border:1px solid #ccc;padding:10px;margin-top:10px;}
div.dogtermsbox {height:100px;overflow:auto;border:1px solid #ccc;padding:10px;margin-top:10px;}
div.propertyspecifictermsbox {height:100px;overflow:auto;border:1px solid #ccc;padding:10px;margin-top:10px;}

#content div.termsbox div.terms-conditions h1 {clear:both;font-size:18px;padding:0px 0 6px 3px;margin:0 0 25px 0;color:#424242;border-bottom:1px solid #D9DEDD;}
#content div.terms-conditions h2 {clear:both;border-bottom:1px solid #D9DEDD;margin:0 0 15px 0;padding:10px 0 0 0;}
#content div.terms-conditions h2:target {padding-top:60px;}
#content div.termsbox div.terms-conditions h2:target {padding-top:10px;}
div.terms-conditions ul {margin-bottom:25px;}
div.terms-conditions ul.twocols, ul.twocols {
	float:left;
	padding:0 0 15px 0;
	margin:0;
	list-style:none;
}
div.terms-conditions ul.twocols li, ul.twocols li {width:50%;float:left;text-align:left;}
ul.lnav, ul.lnavg {list-style:none;}

ul.lnavg li .before, ul.lnavg li:before {
	content:" ";
	display:block;
	width:8px;
	height:7px;
	float:left;
	margin:6px 5px 0 0px;
	background:url(/uf/i/v3/arrow-small-nav-trans.png) 0 -7px no-repeat;
	position:absolute;
	left:0px;
	
}
ul.lnavg li {
	position:relative;
	padding-left:14px;
	box-sizing: border-box;
}
div.terms-conditions ul.lnav li .before, ul.lnav li .before,
div.terms-conditions ul.lnav li:before, ul.lnav li:before {
	content:" ";
	display:block;
	width:8px;
	height:7px;
	float:left;
	margin:6px 5px 0 5px;
	background:url(/uf/i/v3/arrow-small-nav-trans.png) 0 0px no-repeat;
}

ul.lnavb li {padding-left:15px;}
ul.lnavb li .before, ul.lnavb li:before {margin-left:-15px;}

#content div.terms-conditions p.backtotop {text-align:right;float:right;margin:-15px 0 0 0;padding:0;}
div.terms-conditions p.backtotop a {font-size:12px;}
div.terms-conditions p.backtotop a .before,
div.terms-conditions p.backtotop a:before {
	content:" ";
	display:block;
	width:7px;
	height:8px;
	float:right;
	margin:8px 0 0 5px;
	background:url(/uf/i/v3/arrow-small-nav-trans.png) 0 -14px no-repeat;
}
div.terms-conditions p.backtotop a, div#content div.terms-conditions p.backtotop a {text-decoration:none;}


table.columnhighlight td:nth-child(even), table.columnhighlight th:nth-child(even) {}
tr.trhhl:hover td {background:#EAF8F9;}

.formerror td.tablelabel {color:red;}
.formerror input, .formerror select, .formerror textarea {border:1px solid red;}
dl#faqs dt {font-weight:bold;font-size:13px;}
dl#faqs dd {padding:10px 0 15px 20px;margin:0;font-size:13px;line-height:150%;}
#bookingDogsBreedDetails {margin:10px 0 10px 260px;}
#bookingDogsBreedDetails label {display:block;}
#customerpaymentselect {width:90%;}
#customerpaymentselect .amount {text-align:right;}
p.paymentduenotes {text-align:center;}
#latenaturenote {border:none;padding:0;margin:0;}
#hpccallback {border:1px solid #ccc;padding:10px 25px;margin-bottom:15px;}
#hpccallback .staffimg {float:right;margin:15px 0 15px 15px;}
fieldset.second {margin:15px 0;}
#confirmpaymentdetails {width:100%;margin:25px 0 0 0;}
#confirmpaymentdetails td.detail {text-align:right;}
#cardSecurityCodeLabel {padding-top:30px;padding-bottom:30px;}
#cardSecurityCodeDetail {text-align:right;padding-top:30px;padding-bottom:30px;}
#content #navcontainer .bookingtabs {padding-left:2px !important;padding-right:3px !important;}
#content #navcontainer .ubbookingtab {
	/*
	float:right;background:#FFFFFF url(/images/shopping-bag.png) 1px 0 no-repeat;padding:3px 0px 3px 24px !important;margin:-4px 0 0 0;
	*/
}
.partyTitle {width:60px;}
#mobileprompt {
	border:1px solid #FFFFFF;
	background:#1C8870;
	border-radius:10px;
	color:#FFFFFF;
	padding:15px;
	padding-top:18px;
	font-size:16px;
	float:left;
	margin:8px 0 0 104px;
	width:187px;
	line-height:22px;
}
#header #contactnumber {float:right;margin-top:64px;}
/*Property Gallery*/
#pgallery, .enquirycentre {
	display:none;
	position:fixed;
	z-index:102;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:10px solid #ccc;
	top:20px;
	bottom:20px;
	left:20px;
	right:20px;
	background:#666;
	padding:0 288px 100px 0;
}
body.ipad #pgallery, body.iphone #pgallery {	
	border:none;
	top:0;
	right:0;
	bottom:0;
	left:0;
	-webkit-border-radius:0;
	padding-right:192px;
}
body.ipad #pgallery	{
	position:absolute;
	width:1111px;
	height:730px;
	margin:0;
	padding:0;
}
body.iphone #pgallery {background:#221C1C;}
#pgallerylogo {
	position:absolute;
	right:43px;
	bottom:12px;
	z-index:108;
}
body.ipad #pgallerylogo, body.iphone #pgallerylogo {display:none;}
#pgallerythumbup, #pgallerythumbdown {
	width:138px;
	border:1px solid #FFF;
	height:19px;
	position:absolute;
	right:5px;
	bottom:110px;
	z-index:108;
	cursor:pointer;
	background:#ccc url(/uf/i/gallery-arrows-horizontal.png) -144px 0 no-repeat;
	display:none;
}
#pgallerythumbup {
	right:148px;
	background-position:0 0;
}
#pgallerythumbup:active {background-position:0 -1px;}
#pgallerythumbdown:active {background-position:-144px 1px;}

#pgallery p a {color:#FFFFFF;border-bottom:1px dotted #FFF;text-decoration:none;}
#pgalleryclose, .enquirecentreclose {
	display:block;
	width:30px;
	height:30px;
	background:url(/uf/i/v3/gallery-close.png);
	position:absolute;
	top:-22px;
	right:-22px;
	z-index:106;
}
body.ipad #pgalleryclose {display:none;}
body.ipad #pgallery a#pgallerycloseinner {
	margin-top:5px;
	padding:10px 25px 10px 10px;
	border-bottom:none;
	background:url(/uf/i/v3/close.png) center right no-repeat;
	line-height:19px;
}
body.ipad #pgalleryphotocount {padding:0 25px 25px 0;}
#pgalleryimgwrap {
	z-index:103;
	position:absolute;
	top:0;
	left:0;
	right:293px;
	bottom:110px;
	padding:5px;
	text-align:center;
	background:url(/uf/i/v3/gallery-loading.gif) 50% 50% no-repeat;
}
body.ipad #pgalleryimgwrap {right:197px;}
body.iphone #pgalleryimgwrap {
	/*right:102px;*/
	right:0;
	background-position:50% 25%;
	background-image:url(/uf/i/v3/gallery-loading-mobile.gif);
	background-size:48px 33px;
	top:-5px;
}
#pgalleryimgwrap img.portrait {height:100%;}
#pgalleryimgwrap img.landscape {width:100%;}
#pgalleryimgwrap img {
	/*z-index:102;*/
	/*-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(255,255,255,0.2)));*/
}
#pgalleryimg {
	/*position:absolute;
	z-index:104;*/
}
body.iphone #pgalleryimg{-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), to(rgba(255,255,255,0.2)));}

#pgalleryprev, #pgallerynext {
	width:50%;
	position:absolute;
	z-index:105;
	top:0;
	left:0;
	bottom:5px;
	right:293px;
	cursor:pointer;
	background:url(/uf/i/v3/gallery-left.png) -1000px -0 no-repeat;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
}
#pgallerynext {left:50%;background-image:url(/uf/i/v3/gallery-right.png)}
#pgalleryprev:hover {background-position:5% 50%;}
#pgallerynext:hover {background-position:95% 50%;}
body.ipad #pgalleryprev, body.ipad #pgallerynext, body.iphone #pgalleryprev, body.iphone #pgallerynext {background:none;}
#pgallerythumbnailswrap {
	position:absolute;
	top:0;
	right:0;
	bottom:0px;
	width:293px;
	background:#666;
	border-left:1px solid #ccc;
	overflow:hidden;
}
body.ipad #pgallerythumbnailswrap {width:197px;}
body.iphone #pgallerythumbnailswrap {width:101px;}
#pgallerythumbnails:hover {
	/*overflow-y:scroll;
	margin-right:-30px;*/
}
#pgallerythumbnails {
	overflow:hidden;
	width:288px;
	position:absolute;
	top:0;
	right:0;
	bottom:134px;
	margin-top:0px;
	padding:3px 2px 0 3px;
}
body.ipad #pgallerythumbnails, body.iphone #pgallerythumbnails {
	width:192px;
	bottom:auto;
	overflow:visible;
}
body.iphone #pgallerythumbnails {width:96px;}
#pgallerythumbnails a {
	cursor:pointer;
	display:block;
	width:91px;
	height:60px;
	overflow:hidden;
	float:left;
	margin:2px 3px 3px 2px;
	
}
#pgallerythumbnails a img {
	width:91px;
}
#pgallerydescwrap {
	position:absolute;
	z-index:105;
	bottom:0;
	left:0;
	right:294px;
	height:100px;
	background:#666;
	border-top:1px solid #ccc;
	color:#FFF;
	text-align:left;
	padding:5px 10px;
}
body.ipad #pgallerydescwrap {right:198px;}
body.iphone #pgallerydescwrap {/*right:102px;*/right:0;background:#221C1C;}
#pgallerydescwrap p {margin:5px 0;}
p#gallerycontrols {float:right;font-size:11px;text-align:right;}
body.iphone p#gallerycontrols {font-size:30px;}
body.iphone p#pgallerydesc {font-size:25px;font-family:Geeza Pro;}
body.iphone p#pgallerycopyright, body.iphone span#pgalleryphotocount, body.iphone a#pgallerycloseinner span {display:none;}
body.iphone a#pgallerycloseinner {
	display:block;
	margin:-50px -4px 0 0;
	padding:22px 25px 18px 25px;
	background:url(/uf/i/v3/close@2x.png) center center no-repeat;
	width:60px;
	height:60px;
	background-size:60px 60px;
	border-bottom:none;
}
body.iphone #pgallerythumbnailswrap {display:none;}

body.iphone #mpgallerynav {
	display:block;
	position:absolute;
	z-index:104;
	top:1200px; left:50%;
	width:490px;
	height:70px;
	border:3px solid #938585;
	margin:0 0 0 -245px;
	padding:1px 0 0 0;
	background-color:#000;
	background-image:-webkit-linear-gradient(top, #2B2B2B 20%, #000000);
	border-radius:12px;
	color:#333;
}
body.iphone #mpgalleryprev, body.iphone #mpgallerynext {
	text-indent:-9999px;
	float:left;
	width:70px;
	height:70px;
	color:#8E8E8E;
	font-size:45px;
	padding:1px 0 0 0px;
	background:url(/uf/mobile/arrow-right.png) 20px 18px no-repeat;
	background-size:20px 28px;
	
}
body.iphone #mpgalleryindicator {
    float:left;
    width:350px;
    color:#8E8E8E;
    line-height:65px;
    font-size:36px;
    height:70px;
    text-align:center;
}
body.iphone #mpgalleryprev {-webkit-transform:rotate(-180deg) translateZ(0);background-position:9px 20px;}
body.iphone #mpgallerynext {text-align:right;padding:1px 0px 0 0;text-indent:9999px;}


p#pgallerydesc {font-weight:normal;}
#pgallerythumbnails a.pgalleryselected {border:2px solid #CA7C00;margin:0 1px 1px 0;}
#pgallerythumbnails a.mod3 {clear:both;}
.ipad #pgallerythumbnails a.mod3, .iphone #pgallerythumbnails a.mod3 {clear:none;}
#pgallerycopyright {font-size:10px;color:#ccc;position:absolute;bottom:0;right:10px;left:10px;}
body.iphone .modalwrapper {background:#FFFFFF !important;}
body.iphone #pgallery {height:1175px;bottom:0px;}
.propertythumbgrid div {
	float:left;
	width:318px;
	margin:0 25px 25px 0;
	/*
	border:1px solid #ccc;
	padding:25px;
	width:348px;
	height:215px;
	text-align:center;
	margin:0 25px 25px 0;
	*/
}
.propertythumbgrid div.last {margin-right:0;}
.propertythumbgrid img {
	width:318px;
	height:233px;
	margin:0;
	z-index:1;
}
.propertythumbgrid div .propertyname {
	display:block;
	background:#FFFFFF;
	border-left:4px solid #4C0336;
	font-size:16px;
	color:#1D1B1C;
	font-family:proxima_nova_ltregular, Helvetica, Arial;
	padding:9px 0 8px 10px;
	margin:-32px 0 10px 25px;
	position:relative;
	z-index:2;
	text-decoration:none;
}
.propertythumbgrid div span {font-size:12px;}
.clienthistory td {font-size: 11px;}
.historydate {text-align:right;}
td.historytype {width:62px;}
.historytype div {width: 62px;padding: 3px 1px;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;text-align: center;font-size: 10px;font-weight: 700;color: white;text-transform: uppercase;}
.historytype div.booking {background: #629FCF;}
.historytype div.email {background: #379B3C;}
.historytype div.enquiry {background: #64CB7C;}
.historytype div.voucher {background: #D9C855;}

#clienthistory tr {display:none;}
#clienthistory .booking tr.booking, #clienthistory .email tr.email, #clienthistory .enquiry tr.enquiry, #clienthistory .voucher tr.voucher, #clienthistory .note tr.note,
#clienthistory .all tr.booking, #clienthistory .all tr.email, #clienthistory .all tr.enquiry, #clienthistory .all tr.voucher  {display:table-row;}
#clienthistory div.all li.all, #clienthistory div.booking li.booking, #clienthistory div.email li.email, #clienthistory div.enquiry li.enquiry, #clienthistory div.voucher li.voucher, #clienthistory div.note li.note,
.enquirycomposer #smallnavlist li.enquirycomposer, .telephonereply #smallnavlist li.telephonereply {background:#FFFFFF;border-bottom: 1px solid #FFFFFF;}

.enquirysubmainwindow {display:none;}
.enquirycomposer div#enquirycomposer {display:block;}
.telephonereply div#telephonereply {display:block;}

div.scrollKnob{background-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
div.scrollBar{width:7px;position:absolute;background:#f2f2f2;}

#viewenquiryslim td, #viewenquiryslim th {border-bottom:1px dotted #ccc;padding:3px;font-size:11px;}
#viewenquiryslim {margin-bottom:10px;}


.propertypress, .latestpress, .room, .roomsinclusiveof, .cpackage {
	float:left;
	width:533px;
	margin:25px 25px 25px 0;
	min-height:259px;
	position:relative;
}
.roomsinclusiveofodd {
	margin-right:0;
	margin-left:50px;
	width:483px;
}
.roominfo, .cpackagetext {
	float:right;
	width:284px;
	padding-bottom:15px;
}
#content .room .bedconfig {
	margin:0 0 10px 0;
	padding:0;
}
#content #bookingformrooms .roominfo p {
	margin-bottom:10px;
}

#bookingformrooms .room {
	width:100%;
	min-height:194px;
	margin:0 0 15px 0;
}
#bookingformrooms .room img {
	width:168px;
	height:194px;
}
#bookingformrooms .roominfo {
	width:460px;	
}
#bookingformrooms .roominfo label {
	font-weight:bold;
}

.latestpress {
	width:689px;
}
.latestpress div.propertypressintro {
	width:440px;
	float:right;
}
.pressauthour {
	float:left;
	margin:0 24px 0 0;
}
.blogpress div.propertypressintro {
	width:255px;
}
.propertypressright, .oddroom, .cpackageright {
	margin-right:0;
}
.propertypress img, .latestpress img.pressthumb, .room img, .cpackage img {
	float:left;
	margin:0 25px 0 0;
	width:224px;
	height:259px;
}
.room img.galleryavail {cursor:pointer;}
.latestpress a.latestpropertycrop {
	background-position:-62px 0;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:224px;
	height:255px;
	margin:0 24px 0 0;
	background-size:348px 255px;
}
.room a.nav {
	position:absolute;
	bottom:0;
	right:0;
}
.propertypress h3, .latestpress h3, .room h3, #content .roomsinclusiveof h2, #content .cpackage h2 {
	font-size:18px;
	color:#282828;
	margin:0 0 10px 0;
}
.room h3 {margin:0;}
.propertypress h3.titlewithpub, .latestpress h3.titlewithpub {margin:0;}
#content p.articleleadin {margin:10px 0;padding-bottom:45px;}
#content p.articleproperties {margin:-45px 0 10px 0;padding-bottom:45px;}
#content p.articleproperties a {color:#52BAAF;}
#content p.articledate {margin:0 0 10px 0;padding:0;}
.articlenav {
	margin:0;
	padding:0;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
}
.articlenav a {margin-top:10px;}
#searchpressreleases fieldset{margin-bottom:25px;padding:25px;border:1px solid #EBEAE9;}
#searchpressreleases p {text-align:center;margin:0;}
#searchpressreleases td.tablelabel {display:none;}
#newslettersubscribe fieldset {padding:25px;margin-bottom:25px;}
#content p.latestpropertiesrss {margin-top:-20px;padding-top:0;}
#content p.latestpropertiesrss a {color:#4C0336;}
#pressarticle h1 {min-height:96px;}
#pressarticlethumb {float:right;margin:7px 0 10px 25px;}
#content #blogpost h1, #content h1.pressreleaseheading {
	font-size:28px;
	font-family:pt_serifregular, Times New Roman;
	margin:-30px 0 19px 0;
	padding:0;
	color:#282828;
	line-height:36px;
	width:100%;
}
#content #blogpost p.articleproperties {margin:0 0 25px 0;padding-bottom:0;}
.blog1 {
	float:right;
	margin:0 0 25px 25px;
}
#blogpost .pressauthour {
	border:1px solid #D9DEDD;
	border-width:1px 0;
	float:left;
	width:689px;
	margin:50px 0 0 0;
	padding:15px 0 24px 8px;

}
#blogpost a.allposts, #blogpost a.prevpost, #blogpost a.nextpost {
	font-size:14px;
	line-height:16px;
	float:right;
	margin:0 0 20px 20px;
	font-style:italic;
}
#blogpost a.nextpost .after, #blogpost a.prevpost .before,
#blogpost a.nextpost:after, #blogpost a.prevpost:before {
	content:" ";
	width:38px;
	height:16px;
	background:url(/uf/i/v3/post-nav.png) top right no-repeat;
	float:left;
	margin:0 4px 0 0;
}
#blogpost a.nextpost .after,
#blogpost a.nextpost:after {
	background-position:top left;
	margin:0 0 0 4px;
	float:right;
}
#blogpost a.nextpost {
	clear:right;
	
}
#blogpost a.prevpost .before,
#blogpost a.prevpost:before {background-position:top right;}

#blogpost a.nonextpost, #blogpost a.noprevpost {color:#C6CCCE;text-decoration:none;}

#blogpost a.nonextpost .after,
#blogpost a.nonextpost:after {background-position:bottom left;}

#blogpost a.noprevpost .before,
#blogpost a.noprevpost:before {background-position:bottom right;}

#liveuniquehome #blogpost  {
	clear:both;
	width:698px;
	margin:0 auto;
	padding:1px 0 0 0;
}
#content #blogpost h1 {margin-top:0px;}
#liveuniquehome #blogpost h2, #blogpost h1 {
	
	text-align:center;
	font-size:28px;
	font-family: pt_serifregular, Times New Roman;
}
#blogpost p#postedto {
	text-align:center;
	font-size:18px;
}
#liveuniquehome #blogpost .pressauthour {
	margin-bottom:100px;
}
#liveuniquehome #blogpost #blogbottomphotos {
	margin-left:16px;
}
	
div#cookiealert {
	width:300px;
	position:fixed;
	z-index:1000;
	bottom:20px;
	right:15px;
	background:#EAF8F9;
	border:5px solid #ccc;
	text-align:left;
	padding:10px 10px 4px 10px;
	color:#666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:    0px 0px 10px 3px #999;
	-webkit-box-shadow: 0px 0px 10px 3px #999;
	box-shadow:         0px 0px 10px 3px #999;
}
div#cookiealert h2 {
	
	margin:0px 0 10px 0;
	cursor:pointer;
}
div#cookiealert p {font-size:12px;margin:7px 0;line-height:20px;}
div#cookiealert a {text-decoration:underline;}
a#cookiealertclose {
	background:url(/uf/i/v3/closelabel.png);
	display:block;
	width:66px;
	height:17px;
	float:right;
}
table#balancebreakdownextras td {font-size:11px;padding:0;}

.cc1 {padding:35px 0 25px 0;width:150px;}
.cc2 {padding:35px 95px 25px 95px;width:150px;}
.cc3 {padding:35px 0 25px 0;width:150px;}

table#cookieuses {margin:25px 0;}
#contactus-emailtel, #contactus-post {
	width:325px;
	float:left;
}
#contactus-openinghours {clear:both;}
#floorplanwrap {
	/*width:756px;*/
	margin:50px auto 25px auto;
	text-align:center;
}
#floorplanwrap h1, #floorplanwrap h2, #floorplanwrap h3, #floorplanwrap p {text-align:left;}
#floorplanwrap p.floorplans {text-align:center;}
#floorplanwrap img {margin-bottom:25px;}
#content h2.headwithsub {margin-bottom:0;}
#content p.headwithsub {margin-top:0;}
.pressimg {
	border:1px solid #ccc;
	padding:5px;
	margin:0 5px 5px 0;
	float:left;
	height:235px;
	width:150px;
	background:url(/uf/i/v3/searchbox-bg.png) 0 -320px;
}
.complaintimg {
	padding:7px;
	margin:0 4px 8px 4px;
	height:200px;
	width:129px;
	position:relative;
	overflow:hidden;
}
.photographerimgbank {
	background:#666;
	color:#FFF;
}
.pressimgingallery {background:url(/uf/i/v3/green-tick.png) top right no-repeat;}
.propertypressimg {margin:0 11px 10px 0;padding:10px;}
.pressimg div {line-height:16px;font-size:11px;margin-bottom:5px;}
.lastpressimg {margin-right:0;}
.pressimgcontrols {margin:10px 0;text-align:center;}
.ownerguide {width:285px;float:left;margin:0 25px 25px 0;text-align:center;}
.ownerguideodd {margin:0 0px 25px 0;}
.ownerguide a img {border:1px solid #ccc;}
.owners .ownerguide a img {border:none;}
#content .ownerguide p {margin:10px 0;}
#content .ownerguide h2 {margin-left:-10px;margin-right:-10px;}

.teamdirectory {float:left;margin:25px 0px 25px 0;width:343px;}
.oddteamdirectory {margin-right:0;width:318px;}
.teamdetails {float:left;}
.teamdirectory img {}
.teamdirectory div.noteamphoto {float:left;margin:0 8px 0 0;width:88px;height:80px;border:1px solid #ccc;background:url(/i/crown.png) center center no-repeat;}
#content .teamdirectory h2 {margin-top:0px;}
#content .teamdirectory p {margin-bottom:0px;}
#content .teamdirectory span {display:block;}
.teamdirectory table {margin:0 0 0 0;}
.teamdirectory table th{text-align:left;padding:2px 15px 2px 0px;}
#prquestions label {display:block;padding:12px 0 3px 0;}
#disabledpropertynotice {overflow:auto;position:relative;border:1px solid #ccc;padding:10px 22px 0px 10px;color:#999;background:#EAF8F9;margin:-35px 0 15px 0;}
#disabledpropertynotice span {display:block;width:19px;height:19px;position:absolute;top:12px;right:12px;cursor:pointer;background:url(/uf/i/v3/close.png);}
#logincookienote {border:1px solid #ccc;padding:10px;background:#EAF8F9;font-size:11px;}
.clear {clear:both;}
#sendtoafriendpreview {margin-top:15px 0 25px 0;float:right;width:539px;border:none;}
#sendtoafriendpreview h2 {margin-top:0;}
#sendtoafriendpreviewtext {margin-top:0px;float:right;width:340px;}
#sendtoafrienddetails {margin:15px 0 25px 0;float:left;width:450px;}
#hpNumParty {width:100px;}

fieldset.uhscontract {margin-bottom:25px;}
#enquiryform fieldset{padding-top:0;}

#trailimageid {z-index:101;position:absolute;visibility:hidden;left:-1000px;top:-1000px;}

.slideshow-images-visible{opacity:1;}.slideshow-images-prev {opacity:0;}.slideshow-images-next {opacity:0;}.slideshow-images img {float:left;left:0;top:0;}

body {
    -webkit-font-smoothing: antialiased;
}

#viewwhatsincludeddetails {padding:25px 25px;text-align:left;font-family:fineliner_scriptregular, pt_serifregular, Times New Roman;}
#viewwhatsincludeddetails li, #viewwhatsincludeddetails p {font-size:18px;}
#viewwhatsincludeddetails ul {
	margin:0;
	padding:0;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	-moz-column-gap:25px;
	-webkit-column-gap:25px;
	column-gap:25px;
}
#viewwhatsincludeddetails li {list-style-type:none;margin:0;padding:0;}

#content p.casestudysubhead {margin-bottom:0;}
#content .casestudys ul.lnavg {margin:5px 0;}

body.ooowarning #ooowarning {
	margin:45px 0 -46px 0;
	text-align:center;
	background:yellow;padding:5px 0;
}
#content .notopmargin {margin-top:0;}
.virtualtour {border:none;}
/* OWNERS AREA COLOURS */
body.owners, body.owners #content h1, body.owners #sidemenu ul#menu, body.owners table.bluehighlightedwithhead tr:hover th {background-color:#0E161C;}
body.owners #sidemenu {background-image:url(/uf/i/v3/uhs-crown-gold-small-trans.png);}
body.owners #sidemenu ul#menu {border:1px solid #E4E8EC;}
body.owners ul#menu li a, body.owners ul#menu li ul.submenu li a {border-color:#E4E8EC;}
body.owners #content h1 {color:#72817E;}
body.owners #content p, body.owners #content li, body.owners #content dt, 
body.owners #content dd, body.owners #content legend,
body.owners #content td, body.owners #content th {color:#E4E8EC;-webkit-font-smoothing:none !important;}
body.owners #content h2, body.owners #content h3,
body.owners #fnavmain li a, body.owners #fnavsecondary li a,
body.owners #sidemenu ul#menu li ul li a, body.owners legend#getthenewsletter,
body.owners #content .introtext p {color:#9D6720;}
body.owners #fnavmain li {color:#ccc;}
body.owners #ubfooterlink {/*display:none;*/}
/*body.owners .button, body.owners .nbutton, body.owners a.abutton {background:#9D6720;}*/
body.owners ul.nav li a, body.owners a.nav {color:#71BAAF;background:url(/uf/i/v3/arrow-right-green-trans.png) center right no-repeat;}
body.owners #header {
	
	opacity:1;
	background:rgba(14, 22, 28, 0.4);
	
}
body.owners table.bluehighlighted tr:hover, body.owners table.bluehighlightedwithhead tr:hover td, body.owners table.accountstatment tr:hover td {background:#003333;}
body.owners #content .v3tabs ul li a,
body.owners #content .v3tabs ul li a.ticked, 
body.owners #content .v3tabs ul li {background-color:#0E161C;}
body.owners #content .v3tabs ul li#active {border-top:3px solid #71BAAF;}
body.owners #content .v3tabs ul li#active a {border-bottom:1px solid #0E161C;color:#E4E8EC;}

body.owners .propertythumbgrid div .propertyname {border-color:#71BAAF;}
body.owners p.backtoresults a {background-image:url(/uf/i/v3/arrow-left-green-trans.png);color:#71BAAF;}
body.owners #content p.backtolist {background-image:url(/uf/i/v3/arrow-left-green-trans.png);}

body.owners div.authorphoto b {background-image:url(/uf/i/v3/circle-overlay-owners.png);}
body.owners div.largeauthorphoto b {background-image:url(/uf/i/v3/circle-overlay-large-owners.png);}
body.owners #progressindicator, body.members #progressindicator {overflow:hidden;padding:1px;margin-right:auto;margin-left:auto;margin-bottom:15px;height:15px;border:1px solid #71BAAF;}
body.owners table#property-tariff th {background:#71BAAF;text-align:center;color:#FFF;padding:5px 0;}
body.owners table#property-tariff td, body.owners p#logincookienote {color:#666;}
body.owners #content hr, body.owners .tablediv {
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}
body.owners div.testimonial {
    background:transparent;
	border:1px solid #ccc;
}
body.owners div.testimonial div.testimonialinnerwrap {
	background:transparent;
	border:1px solid #ccc;
}
body.owners #searchpopup {
	-webkit-box-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
	box-shadow:0px 0px 5px rgba(255, 255, 255, 0.75);
}
body.owners #topmenu {
	-webkit-box-shadow:0px 5px 50px rgba(255, 255, 255, 0.2);
	-moz-box-shadow:0px 5px 50px rgba(255, 255, 255, 0.2);
	box-shadow:0px 5px 50px rgba(255, 255, 255, 0.2);
}
body.owners #viewonmap, body.owners #propertycount {color:#52BAAF;}
body.owners #viewonmap {background-image:url(/uf/i/v3/map-pin-green.png);}
#searchheader a {color:#52BAAF;}
body.owners #content div.property p.more-enquiry a {color:#52BAAF;background-image:url(/uf/i/v3/arrow-right-green-trans.png);}
body.owners div.propertyforsale  div.minigallery span.opengallery {background:#1C8870 url(/uf/i/v3/arrow-right-white-trans.png) 37px 46px no-repeat !important;}

body.owners #content div.property h1 {color:#9D6720;}
body.owners #content div.property p.specs {color:#E4E8EC;}
body.owners #content div.property p.location, body.owners div.property p.location em {color:#E4E8EC;}
body.owners #content div.property .misc-desc p {color:#ccc;}
body.owners #content h6, body.owners h6#galleryhead {background-image:url(/uf/i/v3/uhs-crown-blue-blue-heading-flat.png);}
body.owners #prquestions label {color:#E4E8EC;}

body.owners .successmessage {
	background:url(/uf/i/v3/success.png) 0px 18px no-repeat;
	padding:15px 15px 15px 30px;
	margin:25px 0;
}
body.owners .successmessage img {display:none;}
/* 1024px and smaller screens */
@media only screen and (max-device-width : 1024px) {
	
	#wrapper {
		margin:0 0 0 0;
		/*margin:0 auto;*/
		padding:0 10px;
	}
	#topmenu {
		position:absolute;
		top:-46px;
		margin:0 -105px 0 -106px;
		margin:0;
	}
	#searchpopupwrap {
		position:absolute;
		top:8px;
	}
	#searchpopupwrap div.arrow {margin-bottom:-1px;}
	div#header {
		margin-top:46px;
		/*margin:46px -10px -140px -10px;*/
	}
	div#header h1 {
		/*margin:0 0 0 427px;*/
	}
	div#flashbox img {
		/*width:1308px;*/
		/*width:1024px;*/
	}
	div#flashbox {
		margin:0 -10px;
		overflow:hidden;
		width:1111px;
	}
	ul#sliderthumbs {
		right:10px;
	}
	/*
	ul#sliderthumbs {
		width:475px;
		right:0;
	}
	ul#sliderthumbs li.opengallery {
		padding:50px 5px 0 5px;
	}
*/
	#propertyintrobox {
		margin-top:-192px;
		margin-left:-10px;
		padding-left:36px;
	}
	#content h1 {
		font-size:36px;
		font-family:Geeza Pro, proxima_nova_ltregular, Helvetica, Arial;
		padding-left:40px;
		margin-left:-40px;
	}
	#propertycount span {
		font-family:Geeza Pro;
		font-size:28px;
		
	}
	#propertycount {
		padding-top:34px;
	}
	#content #propertymap h1 {
		margin:0;
		padding:0;
		font-size:23px;
	}
	#content #uniqueescapes h1 {
		padding-left:70px;
	}
	#content #uniqueescapes p {
		padding-left:30px;
		padding-right:30px;
	}
	#opendoorwrap .od2 {
		/*margin-left:210px;*/
	}
	body #content {
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.05) !important;
	}
	body.owners #content p {
		-webkit-font-smoothing: subpixel-antialiased !important;
		/*text-shadow: 1px 1px 1px rgba(204,204,204,0.5) !important;*/
		/*color:#ccc;*/
	}
}
.ipad #opendoor p, .iphone #opendoor p,
.ipad #opendoor h3, .iphone #opendoor h3,
.ipad #propertycount span, .iphone #propertycount span,
.ipad #content h1, .iphone #content h1 {font-family:GeezaPro, Helvetica, Arial !important;font-weight:normal !important;}

/* Firefox Rules */
@-moz-document url-prefix() { 
	#propertyintro p:nth-child(1):first-letter {margin-top:10px;}
	#homecols p:nth-child(1):first-letter {margin-top: 10px;}
	#hs-startdate, #hs-startdate:active, #hs-data, #hs-data:active, #hs-bdatam, #hs-bdata:active, #mb-thtki-thtki, #mb-thtki-thtki:focus {height:auto;}
}

.homestylingthumbs {
	padding:15px 0;
	float:left;
}
.homestylingthumb {
	float:left;
	width:215px;
	margin:15px 9px 15px 0;
}
.homestylingthumb img {
	width:215px;
}
.lasthomestylingthumb {
	margin-right:0;
}
.videobox {
	background: #000;
    padding: 50px;
    border: 3px double #999;
    text-align: center;
    margin: 0 110px;
	width:726px;
	height:439px;
}
.videobox iframe {
	margin:0 auto;
	padding:0;
	border:none;
}
#blogbottomphotos {float:left;width:235px;}
#blogbottomphotos a img {width:230px;}
#bbp1 {display:block;width:230px;height:194px;margin-bottom:5px;}
#bbp2 {display:block;width:230px;padding-bottom:20px;}
#bbp3 {display:block;float:left;width:429px;padding:20px 0 50px 0px;}
#bbp3 img {width:429px;height:294px;}

p#contactformlinksproperty {margin-top:25px;margin-bottom:10px;height:45px;}
p#contactformlinksproperty a.nbutton	{float:right;width:120px;text-align:center;margin-top:-5px;}
p#contactformlinksother {height:25px;}
p#contactformlinksother a.nbutton {float:right;width:120px;text-align:center;margin-top:-5px;}
#bookingform #refererdetails, #bookingform #refererDetails {width:200px;}
#bookingform #bookingReferer {width:180px;}
#contact #referdetails {display:block;padding-top:4px;}
#contact #enquiryRefer, #hpenquiryform #enquiryRefer, #hpenquiryform #refererID, #bookingform #refererID {width:200px;}
#imgCaptcha {border:1px solid #ccc;margin:3px 0 0px 0;float:left;}
#spamtestinput {margin:3px 0 10px 10px;height:20px;}
#enquirydetailsinstructions {display:block;max-width:300px;margin-bottom:5px;}
#didyouknowavailability {text-align:center;width:220px;line-height:20px;font-weight:bold;padding:0 25px;}
#hpenquiryform #checkenquiryavailabilitybutton {font-size:12px;padding:3px 10px 2px 10px;cursor:pointer;margin-top:-1px;}
#enquiryDateFrom {width:200px;}
#propertyfiltercomingsoon {font-size:13px;padding:15px;text-align:center;line-height:18px;}
#sendtoafriendpreviewlogo {float:right;margin:0 0 10px 10px;}
#sendtoafriendpreviewthumb {margin:0 10px 10px 0;float:left;width:184px;height:135px;}
.sendtoafriendinput {width:298px;}
#downloadhiresphotopreview {float:left;}
#downloadhiresphotodesc {float:right;width:515px;}
#selectdatepopupcalendar td.dividercolumn {width:25px;}
#selectenddatechangestartdate {text-align:left;margin:0 0 0 131px;padding-bottom:35px;}
#corporatethumb img {float:right;margin:20px 5px 15px 20px;}
#propertyguidepopup {padding:25px 50px 0 50px;text-align:left;}
#propertyguidepopupimg {float:right;border:1px solid #ccc;width:200px;margin:15px 0 45px 25px;}
#insurancenonetext {max-width:500px;}
body.secure #bookingfeedback {padding:15px;}

#purchasevoucherexampleimg {float:left;border:1px solid #EBEBEB;margin:0 15px 0 0;}
#examplevoucherstart {float:left;margin:0;}
#examplevoucher {float:left;margin:10px 0px -10px -10px;}
#voucheroptionslist {float:right;width:360px;}
div.yourvoucherbox {padding:10px;margin-bottom:15px;position:relative;}
a.yourvoucherimg img {border:1px solid #EBEBEB;float:left;margin:0 15px 25px 0;}
.yourvoucherbox ul.lnav {position:absolute;right:10px;bottom:10px;margin:0;}
.yourvoucherbox ul li.viewvoucher {display:none;}
#headerwarning {background:yellow;padding:5px 0;margin:0 0 -12px 0;border-bottom:1px solid #CCCC33;font-size:11px;}
#property-tariff-wrap {width:675px;overflow-x:scroll;}
#rollingreductiontext {display:block;max-width:300px;}
body.secure .ownercalendarwrap td {padding:2px 0;}
.textareanotes {display:block;max-width:400px;}
#content p.buttonlist {line-height:32px;}
#editphototitle #photoTitle {width:414px;height:14px;padding:4px;}
img#viewlowresimg {width:450px;float:left;margin:0 15px 15px 0;}
#addcustomtag {clear:both;float:right;margin-right:10px;}
.photogalleryproperties {width:50%;float:left;}

input[type=submit], input[type=button] {-webkit-appearance: none;}

#ownerwelcomeconsultantthumb {float:right;margin:50px 0 0 25px;}
#ownerwelcomeconsultanttext {float:left;width:500px;margin-top:50px;}

.propertypage div.comingsoontabs, .propertypage div.forsaletabs {display:none;}
.propertypage li#sharepropertytab, .property-details li#sharepropertytab {display:none;} 

#searchbypropertyname fieldset {margin:-12px 0 25px 0;}

.contactdepartment, .columnnonbreak {
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
#content .contactdepartment h2 {margin:0;}
#content p.contacttel {
	font-weight:normal;
	
	margin:0;
}
#content h2.columntophead {margin-top:0;}
#content p.openinghours {margin-bottom:5px;}

a.gmapbutton {
	position:absolute;
	top:132px;
	right:10px;
	z-index:999;
	text-decoration:none;
	overflow: hidden;
	text-align: center;
	color: rgb(86, 86, 86);
	font-family: Roboto, Arial, sans-serif; user-select: none;
	font-size: 11px; background-color: rgb(255, 255, 255);
	padding: 8px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	border-left: 0px; min-width: 40px;
}
a.gmapbutton:hover {background:#EBEBEB;}

div.tradeaccount {
	float:none;
}
div.tradeaccountwithimg div.tacDesc {
	float:left;
	width:445px;
}
div.tacClaim {
	display:none;
	border:1px solid #ccc;
	background:#EAF8F9;
	padding:5px 15px;
	margin-bottom:10px;
	clear:both;
}
p.tacClaimTitle {
	border-bottom:1px solid #ccc;
}
a.tacClaimClose {
	float:right;
	color:#ccc;
}
img.tacImg {
	float:right;
	width:200px;
	padding:20px 0 10px 10px;
}
p.tacRedeem {clear:both;}