/*
Site Name: Hermitage
Site URI: ---
Description: This file is the css for the main Hermitage site,as opposed to the booking engine site (which was coded first and from which the main site takes several styles)
Version: 1.0
Author: Design: Jon Martin / HTML, CSS & Js: Adam Wright, Pat O'Callaghan / Development: Murray Roke
Author URI: www.terabyte.co.nz

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated:
Last update made by:

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses
*06: Forms
*07: Custom Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/
/* inherited from default.css */

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/
/* inherited from default.css */

/* *02a: Phrase Elements -------------------- */
/* inherited from default.css */

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/
/* inherited from default.css */

p {	color: #1c1c1c; }

ul li { list-style-type: none; }

h1 { color: #333; margin: 0; }
h2 { color: #6d8f98; margin: 0; padding: 0;}
h3, h3 a {font-family: Georgia, Serif; font-weight: normal; }
h4 { color: #fff; font-weight: bold; }
#ie6 #live-chat a, #ie6 #secondary-nav li, #ie6 .btn-lrg, #ie6 #book-homepage p, #ie6 #twitter a, #ie6 #twitter h2,
#ie6 .video a.image span, #ie6 .btn-form, #ie6 .filter li a, #ie6 .downloads, #ie6 .downloads li, #ie6 a.download { behavior: url(/js/iepngfix.htc) }



/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

#navigation {
	width: 960px;
	margin: auto auto;
}

#footer {
	margin: 0;
}

#page {
	background: none;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	position: relative;
}

#map-holder 			{ width: 960px; margin: auto auto; }
/* #map-holder.homepage 	{ background: url(/images/interface/main-site/bg-nz-map.png) no-repeat 100% 48px; }
#map-holder.webcam 		{ background: url(/images/interface/main-site/bg-nz-map-webcam.gif) no-repeat 540px 355px; padding-bottom: 30px; } */

.col { float: left; display: inline; }

.right-col { float: right; display: inline; }

#main-col {
	width: 715px;
	margin-right: 30px;
}

#sidebar {
	width: 215px;
}

#main-col.homepage 		{ width: 630px; }
#ie6 #main-col.homepage { width: 600px; }
#sidebar.homepage 		{ width: 300px; }
#main-col .primary-col 	{ width: 470px; margin: 0 20px 15px 0; }
#main-col .primary-col .body-text{ margin-left: -20px;}
#ie6 #main-col .primary-col 	{ margin-right: 18px; }

#main-col .secondary-col 	{ width: 225px; margin-bottom: 15px;}
#main-col .secondary-col-contact-us { width: 199px; padding-top: 55px; padding-left: 25px;}

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* header ========================= */
#header div, #header ul { position: absolute; }

#main-col.gift-voucher .body-text {
    overflow: hidden;
}

#main-col.gift-voucher {
    background: url(/images/interface/main-site/bg-gift-vouchers.png) no-repeat 0 25px;
    padding-bottom: 350px;
}

#ie6 .gift-voucher {
    background: url(/images/interface/main-site/ie6/bg-gift-vouchers.jpg) no-repeat 0 25px;
}

.gift-vouchers {
    display: block;
    margin-top: 405px;
}

#voucher-value { margin-top: 25px; }
#voucher-value input { display: inline; }

/* live chat -------------- */
#live-chat {
	width: 141px;
	top: 20px;
	right: 103px;
}

#live-chat.no-languages {
    right: 15px;
}

#ie6 #live-chat, #ie7 #live-chat { width: 161px; }

#live-chat a {
	background: url(/images/interface/main-site/bg-live-chat.png) no-repeat;
	width: 76px;
	height: 34px;
	padding: 1px 5px 0 0;
	display: block;
	text-align: center;
	font-family: clarendon, georgia, serif;
	font-size: 13px;
	color: #FFF;
	float: left;
}
#live-chat a:hover { background-position: bottom left; }

#live-chat p {
	float: left;
	color: #fff;
	font-size: 10px;
	width: 60px;
	margin: 0;
}

#live-chat p span {
	font-size: 14px;
	font-family: clarendon, georgia, serif;
	display: block;
}

/* languages -------------- */
#languages {
	width: 70px;
	top: 20px;
	right: 18px;
}
#ie6 #languages, #ie7 #languages  { width: 80px; }

#languages li {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

#languages li.selected, #languages li.descendant-selected { display: none;}

#languages a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 24px;
	height: 24px;
	background: url(/images/interface/main-site/bg-lang.jpg) no-repeat;
}

#languages .ja a 	{ background-position: 0 -24px; }
#languages .en a 	{ background-position: 0 -48px; }

/* contact -------------- */
#quick-contact {
	width: 150px;
	right: 20px;
	bottom: 15px;
	font-family: clarendon, georgia, serif;
	text-align: right;
}
#quick-contact a 			{ font-size: 15px; line-height: 1.4em; display: block; color: #e8e8e8;}
#quick-contact a.selected   { color: #FFF; }
#quick-contact p 			{ margin: 0; color: #FFF; line-height: 1.1em; }
.phone-number 				{ font-size: 18px; }
.intl-phone-number 			{ font-size: 14px; }
.intl-phone-number span 	{ color: #949697; }

/* navigation ========================= */
#navigation li 	{ float: left; display: inline; }

#main-nav {
	background: #c0c0c0 no-repeat bottom left;
	font-family: georgia, serif;
	font-weight: bold;
	font-size: 15px;
}

#ie6 #main-nav {
    background: url(/images/interface/main-site/ie6/bg-nav.jpg) no-repeat top left;
}

#main-nav li 			{ margin-left: 30px; padding: 12px 0px 12px 0px; }
#main-nav li.selected 	{ color: #084975; background: url(/images/interface/main-site/ind-nav-selected.gif) no-repeat 50% 100%; }

#main-nav a 		{ color: #333; }
#main-nav a:hover 	{ color: #084975; text-decoration: none; }

#secondary-nav {
	background: #dcdcdc no-repeat bottom left;
	font-family: georgia, serif;
	font-weight: bold;
	font-size: 12px;
	padding: 15px;
}
#ie6 #secondary-nav { background: url(/images/interface/main-site/ie6/bg-sub-nav.jpg) no-repeat top left; }

#secondary-nav li { margin: 0px 10px 0px 5px; padding: 4px 0px 4px 15px; width: 200px; background: url(/images/interface/main-site/bg-subnav-li.png) no-repeat 0 3px;}
#secondary-nav a 		{ color: #444; line-height: 1.2em; }
#secondary-nav a:hover 	{ color: #084975; text-decoration: none; }
#secondary-nav li.selected a { color: #084975; }

/* sidebar stuff ========================= */
#book-homepage {
    height: 130px;
    margin-top: 15px;
    border-bottom: 1px dashed #d3d3d3;
    margin-bottom: 25px;
}

#book-homepage a,  #book-homepage p{
    display: block;
    background: url(/images/interface/main-site/btn-book-homepage.png) no-repeat;
}

#book-homepage a {
    background-position: top left;
    height: 41px;
    padding-top: 9px;
	padding-right: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

#book-homepage a:hover { background-position: -312px 0; }

#book-homepage p {
    background-position: 0 -89px;
    height: 70px;
    padding: 10px 15px 15px;
	color: #e8e8e8;
}

#ie6 #book-homepage a {
    padding-right: 0px;
}

#book-box {
	background: url(/images/interface/main-site/bg-sidebar-logo.jpg) no-repeat;
	padding: 72px 22px 30px 22px;
}

#book-box p { color: #ffffff; margin-bottom: 15px; }

#social-media-list 					{ padding: 20px; }
#social-media-list li 				{ background: url(/images/interface/main-site/bg-social-icons.png) no-repeat; padding-left: 30px; margin-bottom: 12px; min-height: 18px; }
#ie6 #social-media-list li 			{ height: 18px; }
#social-media-list li.subscribe 	{ background-position: 0 0; }
#social-media-list li.webcam 		{ background-position: 0 -49px; }
#social-media-list li.facebook 		{ background-position: 0 -100px; }
#social-media-list li.youtube 		{ background-position: 0 -150px; }
#social-media-list li.blog 			{ background-position: 0 -200px; }
#social-media-list li.twitter		{ background-position: 0 -250px; }
#social-media-list li.weibo		{ background-position: 0 -350px; }
#social-media-list li.tripAdvisor	{ background-position: 0 -300px; }

#social-media-list a { font-family: georgia, serif; font-size: 13px; font-weight: bold; line-height: 1.1em; }

#sidebar-pods {
	 background: #30383b url(/images/interface/main-site/bg-sidebar-pods.jpg) repeat-x bottom left; 
	padding: 20px 0px 20px 20px;
}
.homepage #sidebar-pods {
	width: 195px;
	margin: 0 auto;
}
#sidebar-pods ul li img,
#sidebar-pods p { padding-bottom: 19px; border-bottom: 1px dashed #d3d3d3; margin-bottom: 19px; }
#sidebar-pods ul li .border-bottom { padding-bottom: 19px; border-bottom: 2px dashed #3a3e3f; margin-bottom: 19px; }
#sidebar-pods ul li img.no-border { padding-bottom: 0; margin-bottom: 0; }
#sidebar-pods p.last { border-bottom: none; }
#sidebar-pods a 	{ font-family: georgia, serif; font-size: 14px; font-weight: bold; line-height: 1.2em; display: block; margin-bottom: 5px; }
#sidebar-pods p { margin-right: 25px; }
#sidebar-pods img { margin-bottom: 10px; }

#twitter { margin-bottom: 40px; }

#twitter h2 {
    background: url(/images/interface/main-site/bg-twitter.png) no-repeat 0px 0px;
    padding-left: 65px;
    padding-top: 13px;
    height: 40px;
}

#twitter li {
    list-style: disc;
    margin-left: 12px;
    margin-bottom: 20px;
    color: #999;
}

#twitter li.first {
    list-style: none;
    margin-left: 0;
}

#twitter li p{
    margin-bottom: 5px;
}

#twitter li p.tweet{
    list-style: circle;
}

#ie6 #twitter li p.tweet a,
#ie7 #twitter li p.tweet a {
    word-wrap: break-word;
}


/*#twitter li.first p.tweet{
    font-size: 1.6em;
    font-weight: bold;
} - Removed 14th Dec 2010, only 1 tweet displaying now. Left class on li in case more than 1 tweet used in future*/

#twitter li p.date {
    font-style: italic;
    color: #999;
}

#twitter a.follow-me {
    background: url(/images/interface/main-site/bg-twitter.png) no-repeat 0px -54px;
    height: 33px;
    width: 94px;
    display: block;
}

#tripadvisor {
    background: url(/images/placeholder/tripadvisor.jpg) no-repeat;
    width: 300px;
    height: 583px;
}

/* main col stuff ========================= */

#rotator {
	 /*margin-bottom: 25px; */
	position: relative;
	 outline: none;
	 padding-bottom: 46%;
	 overflow: hidden;
}
.rotator__content {
	position: relative;
	width: 100%;
	height: 100%;
}
.rotator__content a {
	display: none;
	position: absolute;
	height: 100%;
}
.rotator__content a:first-child {
	display: block;
}
.rotator__content img[style*="display: block"] {
}
.rotator__controls {
	position: absolute;
	top: 120px;
	width: 100%;
}
.has-single-image .rotator__controls {
	display: none;
}
.is-small .rotator__controls {
	top: 80px;
}
.rotator__btn {
	position: absolute;
	z-index: 20;
}
.rotator__hover--outer {
	display: block;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-ms-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.rotator__btn:hover .rotator__hover--outer {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.rotator__hover {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #084975;
}
.rotator__btn:before {
	color: #fff;
	font-size: 25px;
	position: absolute;
	z-index: 21;
	top: 7px;
}
.rotator__btn--next:before {
	left: 15px;
	content: '\00bb';
}
.rotator__btn--prev:before {
	right: 15px;
	content: '\00ab';
}
.rotator__btn--next {
	right: -30px;
}
.rotator__btn--prev {
	left: -30px;
}

#featured-quotes-facts .comment { margin-bottom: 30px; }
#featured-quotes-facts .btn { margin: auto; }
.comment { margin: 15px 0 0 20px; }
.large-comment { margin-left: 40px; margin-right: 40px; }
.comment.primary-col { margin-left: 0; padding-left: 20px;}
#ie6 .comment.primary-col -left: 0; padding-left: 0px;} /*Fix as IE6 doesn't like chaining classes */
    .comment blockquote { margin: 0; padding: 0; position: relative;}
       .comment blockquote p{ font-family: georgia, serif; font-style: italic; font-size: 2.0em; margin-left: 0; margin-bottom: 15px; padding-right: 20px;}
       #ie6 .comment blockquote p { width: 575px; }
       #featured-quotes-facts .comment blockquote p { font-size: 1.2em; line-height: 1.4em;font-weight: bold; border-bottom: solid 1px #d3d3d3; padding-bottom: 15px;}
    .comment a { font-family: georgia, serif; margin-top: 10px;  font-size: 1.4em;}
    .comment cite { color: #929495; font-style: normal; }

#google-pod { background: url(/images/interface/main-site/bg-google-pod.png) no-repeat; height: 217px; position: relative; }
    #google-pod p { padding: 5px 5px 80px 5px; }
    #google-pod a { position: absolute; left: 15px; top: 10px; text-decoration: none; }
    #google-pod div.btn { left: -12px; }

#blog { background-color: #25292a; padding: 15px; }
    #blog #author img { float: left; width: 60px; margin-right: 10px; }
    #blog #author p.posted-by { color: #929495; font-family: georgia, serif; margin-bottom: 5px; padding-top: 5px; }
    #blog #author p { margin-bottom: 10px; }
        #blog #author p span { font-family: georgia, serif; }
        #blog #author p span.name { font-size: 1.2em; display: block; font-weight: bold; margin-bottom: 3px; }
        #blog #author p span.position { font-size: 0.9em; display: block; }
    #blog #entry h2 { line-height: 1.0em; }
        #blog #entry h2 a { font-size: 0.8em; font-weight: bold; }
        #blog #entry h2 span.latest-entry {
            background: url(/images/interface/main-site/ico-blogger.png) no-repeat left center;
            display: block;
            padding-left: 25px;
            color: #fff;
            font-size: 0.6em;
            margin: 20px 0 5px 0;
        }
    #blog #entry p { margin-top: 10px; }
    #blog #entry a { font-size: 1.2em; font-weight: bold; font-family: georgia, serif; }

#work-with-us { float: left; width: 225px; }
#work-with-us img { margin-bottom: 10px; }
#work-with-us h3 { font-size: 1.2em; margin-bottom: 5px;}
#work-with-us h3 a { font-weight: bold; }

/* Pod styles */
.pod-text{ padding: 0 18px 0; position: relative; margin-bottom: 25px;}
    .pod-text h2 { line-height: 0.8em; margin-bottom: 10px;}
    .pod-text h3 { line-height: 0.8em; margin-bottom: 5px;}
    .pod-text h2 a { font-size: 0.9em;}
    .homepage-pods h2 { font-weight: bold;  color: #A3854E; }
    .pod-text a { font-family: georgia, serif; font-size: 13px; font-weight: bold; line-height: 1.1em; margin-bottom: 10px;  overflow: hidden;}
    #ie6 .pod-text a, #ie7 .pod-text a { margin-bottom: 20px; }
    .pod-text a.btn-sml { margin-left: 25px; margin-bottom: 0; position: absolute; bottom: -10px; right: 10px; color: #fff;}
    #ie7 .pod-text a.btn-sml { bottom: -30px; }
    /* strange ie6 issue - large bottom position needed to position button but not sure why yet? */
    #ie6 .homepage-pods .left-content .pod-text a.btn-sml,
    #ie6 .homepage-pods .right-content .pod-text a.btn-sml { bottom: 140px; }
    #ie6 #featured-pod .pod-text a.btn-sml { bottom: 220px; }
    #ie6 .left-content .pod-text a.btn-sml,
    #ie6 .center-content .pod-text a.btn-sml,
    #ie6 .right-content .pod-text a.btn-sml { bottom: 105px; }

.top-row, .sml-pod-border { border-top: 1px dashed #d3d3d3; padding-top: 19px; margin-top: 19px;}
.sml-pod-border { margin-top: 0px; border-color: #a3854e;}
.page-child-pods,  .homepage-pods { margin-bottom: 20px;}
.page-child-pods.page-child-pods-sml { margin-bottom: 0px;}
#featured-pod img, .page-child-pods img, .homepage-pods img{ margin-bottom: 10px; }

#featured-pod {
	box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.3);
}
#footer-pods {
    width: 715px;
    overflow: hidden;
}

#footer-pods li{
    width: 225px;
    float: left;
    margin-right: 20px;
}

#footer-pods li.last{
    margin-right: 0;
}

/* -- 2 column pods -- */
.homepage-pods .right-back,
.homepage-pods .center-back,
.homepage-pods .left-back {
    width: 630px;
    float: left;
    position: relative;
}

/* .homepage-pods .right-back{ overflow: hidden;  } */
.homepage-pods .left-back{
    background-position: -20px 0;
    right: 305px;
}

.homepage-pods .left-content,
.homepage-pods .right-content {
    float: left;
    width: 305px;
    position: relative;
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}

.homepage-pods .left-content { left: 305px; }
.homepage-pods .right-content { left: 325px; }

/* -- 3 column pods -- */
.page-child-pods .right-back,
.page-child-pods .center-back,
.page-child-pods .left-back {
    width: 715px;
    float: left;
    /* background: url(/images/interface/main-site/bg-3-col-pod-right.png) repeat-y; */
    position: relative;
}

.page-child-pods .center-back { right: 245px; }
.page-child-pods .left-back {
    background-position: -20px 0;
    right: 225px;
}

.page-child-pods .left-content,
.page-child-pods .center-content,
.page-child-pods .right-content {
    float: left;
    width: 225px;
    position: relative;
    margin-bottom:  20px;
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.3);
}
.page-child-pods .left-content{ left: 470px; }
.page-child-pods .center-content{  left: 490px; }
.page-child-pods .right-content{ left: 510px; }
.page-child-pods .no-bg { background: none; }

.page-child-pods-sml .right-back,
.page-child-pods-sml .center-back,
.page-child-pods-sml .left-back { background: none; }
.page-child-pods-sml .pod-text { padding-left: 0; padding-right: 0;}
.page-child-pods-sml .left-content,
.page-child-pods-sml .center-content,
.page-child-pods-sml .right-content {
	padding: 10px;
	box-sizing: border-box;
}
.page-child-pods-sml h3 { margin-top: 0; }
    .page-child-pods-sml h3 a { font-size: 1.0em; }
.page-child-pods-sml h2 a { font-size: 0.8em; }
.page-child-pods-sml a { font-size: 1.2em; }
.page-child-pods-sml p { margin-bottom: 5px; }
.page-child-pods-sml img { float: left; margin-right: 10px; }

/* Downloads and icon sets */
.pdf { background: url(/images/interface/main-site/file-types/ico-pdf.png) no-repeat; }
.pdf-small { background: url(/images/interface/main-site/file-types/ico-pdf-small.png) no-repeat; }
.doc { background: url(/images/interface/main-site/file-types/ico-doc.png) no-repeat; }
.doc-small { background: url(/images/interface/main-site/file-types/ico-doc-small.png) no-repeat; }
.xls { background: url(/images/interface/main-site/file-types/ico-xls.png) no-repeat; }
.xls-small { background: url(/images/interface/main-site/file-types/ico-xls-small.png) no-repeat; }
.ppt { background: url(/images/interface/main-site/file-types/ico-ppt.png) no-repeat; }
.ppt-small { background: url(/images/interface/main-site/file-types/ico-ppt-small.png) no-repeat; }
.movie { background: url(/images/interface/main-site/file-types/ico-movie.png) no-repeat; }
.movie-small { background: url(/images/interface/main-site/file-types/ico-movie-small.png) no-repeat; }
.audio { background: url(/images/interface/main-site/file-types/ico-audio.png) no-repeat; }
.audio-small { background: url(/images/interface/main-site/file-types/ico-audio-small.png) no-repeat; }
.image { background: url(/images/interface/main-site/file-types/ico-image.png) no-repeat; }
.image-small { background: url(/images/interface/main-site/file-types/ico-image-small.png) no-repeat; }


ul.downloads {
    background: url(/images/interface/main-site/bg-downloads.png) repeat-x;
    padding: 20px;
    padding-left: 0px;
    margin-top: 20px;
}
    ul.downloads li { padding-left: 85px; background-position: 15px 0; }
        ul.downloads li span{ text-transform: uppercase; }
        ul.downloads li h4 span { color: #fff; margin-left: 15px;  }

#ie6 ul.downloads { margin-top: 0px; padding: 15px 20px 20px 0px;}
    #ie6 ul.downloads li { background-position: 30px 15px; padding-left: 0px; margin-top: 0;}
        #ie6 ul.downloads li h4 { padding-left: 100px; margin-right: 30px; margin-top: 0;}
        #ie6 ul.downloads li p { padding-left: 100px; margin-right: 30px;}

/* Detail page heading image */
img.detail-heading-image { margin-bottom: 20px;}

/* Currency table layout */
table.currency-conversion { width:250px;  margin-top: 35px; clear:both;}
    table.currency-conversion tr th { margin-bottom: 10px; }
    table.currency-conversion th   { margin-bottom: 10px; background-color: #6D8F98; color: #fff; font-weight: bold; text-align: left; font-size: 1.3em; padding: 5px 15px; }
    table.currency-conversion td { padding: 10px 15px; border-right: 1px dashed #6D8F98; font-size: 1.2em; vertical-align: top; }
    table.currency-conversion td.last { border-right: none; }

/* Generic body text styles ========================================================================= */
.body-text {
	margin: 25px 0 0 0;
}
.body-text h1 	{ margin: 0px 20px 0px 20px; }
.body-text h2 	{ margin: 30px 20px 0px 20px; }
.body-text h3 	{ margin: 30px 20px 0px 20px; }
.body-text h4 	{ margin: 30px 20px 0px 20px; }
.body-text p 	{ margin: 20px 20px 0px 20px;}

/* Detail page table layout */
.body-text table { width:100%;  margin-top: 35px; clear:both;}
    .body-text table tr th { margin-bottom: 10px; }
    .body-text table th   { margin-bottom: 10px; background-color: #6D8F98; color: #fff; font-weight: bold; text-align: left; font-size: 1.3em; padding: 5px 15px; }
    .body-text table td { padding: 10px 15px;border-right: 1px dashed #dcdcdc; font-size: 1.2em; vertical-align: top; }
    .body-text table td.last { border-right: none; }

/* numbered/unordered list stylings */
.body-text ul, .body-text ol { margin-top: 20px; }
.body-text ul li { list-style: square; }
.body-text ul li, .body-text ol li { font-size: 1.2em; margin-left: 35px; padding-left: 5px;}

/* Quote styling */
.body-text .comment { margin-top: 40px; clear: both; }
.body-text .comment blockquote p { border-bottom: solid 1px #d3d3d3; padding-bottom: 15px;}
/*.body-text .comment blockquote div.large-quote {
    position: absolute;
    background: url(/images/interface/main-site/bg-large-quote.png) no-repeat 0 0;
    width: 10px;
    height: 16px;
    bottom: -15px;
    left: 10%;
}*/
#ie7 .body-text .comment blockquote div.large-quote { bottom: 0; }
.body-text .comment cite { font-size: 1.2em; }

/* Image placement */
.body-text .detail-image { float: right; display: inline; margin: 0 20px 20px; clear: both; }
.body-text .detail-image-large { clear: both; margin: 20px 0; }

/* Video listing */
.video {
    overflow: hidden;
    background: url(/images/interface/main-site/bg-downloads.png) repeat-x;
    margin: 35px 20px 20px;
    clear: both;
}

#ie6 .video { background: url(/images/interface/main-site/bg-downloads-ie.gif) repeat-x; }

.video a.image {  position: relative; float: left; margin: 20px; text-decoration: none; }
.video a.image span {
    background: url(/images/interface/main-site/bg-video-overlay.png) no-repeat;
    top: 25%;
    left: 25%;
    position: absolute;
    height: 65px;
    width: 65px;
}
.video h3 { margin-top: 15px; }
#ie6 .video h3 { padding-top: 15px; }
.video p { margin-top: 5px; }

/* Room features icon set */
table.features { margin-left: 20px; }
#ie6 table.features { width: 695px; }
table.features td{
    padding: 10px 15px 10px 50px;
    border-left: 1px dashed #d3d3d3;
    font-size: 1.2em;
    font-weight: bold;
    width: 30%;
}
.bath 		    { background: url(/images/interface/main-site/features/ico-bath.png) 15px center no-repeat; }
.shower 	    { background: url(/images/interface/main-site/features/ico-shower.png) 15px center no-repeat;  }
.beds 		    { background: url(/images/interface/main-site/features/ico-beds.png) 15px center no-repeat; }
.binoculars 	{ background: url(/images/interface/main-site/features/ico-binoculars.png) 15px center no-repeat; }
.coffee 		{ background: url(/images/interface/main-site/features/ico-coffee.png) 15px center no-repeat; }
.fridge 		{ background: url(/images/interface/main-site/features/ico-fridge.png) 17px center no-repeat; }
.guests 		{ background: url(/images/interface/main-site/features/ico-guests.png) 15px center no-repeat; }
.fiveguests 	{ background: url(/images/interface/main-site/features/ico-fiveguests.png) 15px center no-repeat;  }
.phone 		    { background: url(/images/interface/main-site/features/ico-phone.png) 15px center no-repeat; }
.safe 		    { background: url(/images/interface/main-site/features/ico-safe.png) 15px center no-repeat; }
.tv 			{ background: url(/images/interface/main-site/features/ico-tv.png) 15px center no-repeat; }
.aircon		    { background: url(/images/interface/main-site/features/ico-aircon.png) 15px center no-repeat;  }
.bathrobes 	    { background: url(/images/interface/main-site/features/ico-bathrobes.png) 15px center no-repeat;  }
.kitchen 	    { background: url(/images/interface/main-site/features/ico-kitchen.png) 15px center no-repeat;  }
.minibar 	    { background: url(/images/interface/main-site/features/ico-minibar.png) 15px center no-repeat;  }
.view 		    { background: url(/images/interface/main-site/features/ico-view.png) 15px center no-repeat;  }
.patio 		    { background: url(/images/interface/main-site/features/ico-patio.png) 15px center no-repeat;  }
.balcony 	    { background: url(/images/interface/main-site/features/ico-balcony.png) 15px center no-repeat;  }

/* listing styles =========================== */
/* Featured listing */
p.image-caption {
    background-color: #25292a;
    display: block;
    padding: 10px;
    margin: 0;
}

#featured {
    background-color: #25292a;
    overflow: hidden;
    padding-right: 20px;
    margin-top: 20px;
}

#ie6 #featured { height: 1%; }

    #featured h2 {
        padding-top: 10px;
        font-weight: bold;
        line-height: 1.3em;
    }

    #featured-image {
        position: relative;
        float: left;
        display: inline;
        margin-right: 20px;
    }

        #featured-image p.image-caption {
            background-color: #3c494d;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 326px;
            text-align: center;
            margin-bottom: 0;
        }

        #ie6 #featured-image p.image-caption { bottom: -1px; }

    #featured h2 a { font-size: 0.9em; }
    #featured a { font-family: Georgia, Serif; margin-bottom: 10px; font-weight: bold; font-size: 1.2em}
    #featured p { margin-bottom: 10px; }
    #featured p.suggested-time { margin-top: 5px;}
        #featured p.suggested-time span { font-weight: bold; }

    /* Listings items */
    .listings li { min-height: 130px;}
    #ie6 .listings li { height: 140px; }
    .listings li a, .listings li p { padding-left: 20px; padding-right: 20px; }
    .listings li h3 a { padding-left: 0px; padding-right: 20px; }
    .listings li h3 { margin: 0 0 5px; padding-left: 150px; color: #A3854E; font-weight: bold;}
        .listings li h3 a { font-size: 1.0em; }
    .listings li a, .listings li p { margin-bottom: 10px; }
    .listings li a { font-family: Georgia, Serif;  font-weight: bold; font-size: 1.2em}
        .listings li p.suggested-time span { font-weight: bold; }

     /* Styles when an image is present */
    .listings li a.img { float: left; width: 130px; padding-left: 0; padding-right: 0;}
    .listings li p.img { padding-left: 150px; }
    .listings li p.category { font-weight: bold; }
    .listings li a.download { font-family: Arial,Verdana,sans-serif; display: inline-block; height: 23px; padding-left: 30px; }
    .listings li a.download.first { margin-right: 20px; margin-left: 20px; }
        .listings li a.download span { margin-left: 5px;}

/* Pagination links */
.pagination { background-color: #dcdcdc; padding: 10px 15px 10px; overflow: hidden; margin-top: 20px; margin-bottom: 20px; }
#ie6 .pagination { height: 1%; }
    .pagination p { display: inline-block; margin-bottom: 0; }
    .pagination p.listing-info { float: left; }
    .pagination p.paginator { float: right; }
    .pagination p.paginator span { margin-left: 3px; }
    .seperator, .more { color: #777; }

/* Filter */
.filter {
    background-color: #094975;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 20px;
}
#ie6 .filter { /*height: 170px;*/ padding-bottom: 65px; }

.filter ul { background-color: #25292a; }
.filter li { display: inline; }
.filter li a {
    float: left;
    display: inline;
    margin-right: 25px;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0px 15px 0px 15px;
    padding: 4px 0px 4px 15px;
    width: 280px;
    background: url(/images/interface/main-site/bg-subnav-li.png) no-repeat 0 3px;
    color: #fff;
}
.filter li.selected a { color: #FFF; }
.filter p {
    margin: 0 15px 15px 15px;
    color: #fff;
}

/* Used only in Master template */
.divider {
    border: thin dashed #fff;
    width: 960px;
    height: 20px;
    margin-bottom: 25px;
}

/* Webcam detail page */
.body-text .webcam {
	overflow: hidden;
	position: relative;

	margin-top: 20px;
}

.webcam__overlay, .body-text .webcam .webcam__overlay {
	display: none;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
	background: rgba(0, 0, 0, 0.5);
}

.webcam__overlay-message, .body-text .webcam .webcam__overlay-message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);

	font-size: 16px;
}

.body-text .webcam.is-loading .webcam__overlay {
	display: block;
}

.webcam__viewport, .body-text .webcam .webcam__viewport {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.webcam__frames, .body-text .webcam .webcam__frames {
	margin: 0;
}

.webcam__frame, .body-text .webcam .webcam__frame {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	margin: 0;
	padding: 0;
	list-style: none;
}
.webcam__frame.is-selected, .body-text .webcam .webcam__frame.is-selected {
	z-index: 2;
}

.webcam__frame img, .body-text .webcam .webcam__frame img {
	display: block;
	max-width: 100%;
}

.webcam__controls, .body-text .webcam .webcam__controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.5);

	padding: 7px 20px;
}
.webcam__controls:after, .body-text .webcam .webcam__controls:after {
	content: "";
	display: table;
	clear: both;
}

.webcam__title, .body-text .webcam .webcam__title {
	color: #fff;
	margin: 0;
	font-size: 24px;
	float: left;
	margin-right: 20px;
}

.webcam__caption, .body-text .webcam .webcam__caption {
	margin: 0;
	margin-top: 10px;
}

.webcam__play, .body-text .webcam .webcam__play {
	position: absolute;
	right: 20px;
	top: 17px;

	font-size: 14px;
	color: #fff;
}

.webcam__list, .body-text .webcam .webcam__list {
	margin: 10px 0 0;
	margin-left: -10px;
}
.webcam__list:after, .body-text .webcam .webcam__list:after {
	content: "";
	display: table;
	clear: both;
}

.webcam__list-item, .body-text .webcam .webcam__list-item {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	width: 25%;
	float: left;

	position: relative;
}

.webcam__list-item img, .body-text .webcam .webcam__list-item img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	display: block;
	max-width: 100%;
}

.webcam__list-item .webcam__image-wrapper, .body-text .webcam .webcam__list-item .webcam__image-wrapper {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.webcam__list-item .webcam__image-wrapper img, .body-text .webcam .webcam__list-item .webcam__image-wrapper img {
	position: absolute;
	top: 0;
}

.webcam__list-item.is-selected .webcam__image-wrapper, .body-text .webcam .webcam__list-item.is-selected .webcam__image-wrapper {
	padding-top: 54%;
	border: 2px solid #fff;
}

.webcam__list-item a:hover .webcam__image-wrapper:after, .body-text .webcam .webcam__list-item a:hover .webcam__image-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;

	background: rgba(0, 0, 0, 0.2);
}

.webcam__list-item:hover a, .body-text .webcam .webcam__list-item:hover a {
	text-decoration: none;
}

.webcam__view-name, .body-text .webcam .webcam__view-name {
	color: #fff;
	font-size: 14px;
	margin: 5px 0 0;
	text-align: center;
}




#webcam {
    margin: 0px 10px 0 20px;
    display: inline;
    float: left;
}

#cam-slider-container {
    display: block;
    background: url(/images/interface/main-site/bg-webcam-slider.png) no-repeat;
    width: 342px;
    height: 50px;
    margin-top: 20px;
    padding: 4px 13px 0 0;
}

#cam-slider {
    height: 18px;
    width: 322px;
    margin: 0 10px;
    top: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    display: block;
    margin-left: -10px;
    position: relative;
    top: -2px;
}

.ui-slider .ui-slider-handle {
    background-color: Transparent;
    height: 24px;
    width: 33px;
}

.ui-slider .ui-slider-handle {
    background: url(/images/interface/main-site/webcam-slider.gif) no-repeat;
}

.body-text ul.webcam-thumbnails, .body-text .webcam .webcam-thumbnails {
    margin-top: 25px;
    overflow: hidden;

}

    .body-text ul.webcam-thumbnails li, .body-text .webcam .webcam-thumbnails li {
        float: left;
        display: inline;
        margin: 0 10px 10px 0;
    }

        ul.webcam-thumbnails li a span, .body-text .webcam .webcam-thumbnails li a span { display: block; width: 77px; font-size: 0.8em;}
        ul.webcam-thumbnails li.selected a span, .body-text .webcam .webcam-thumbnails li.selected a span { color: #777; }

#google-map a { font-family: Georgia, Serif; }
#google-map p, #google-map a { display: inline-block; }

#tripadvisor {
    background-color:#0E0E0E; clear:both; margin:0; padding:0;
}

/* *06: Forms -----------------------------------------------------------------------------------------------------------------*/
p.contact { color: #949697; }
p.contact span { display: block; color: #1c1c1c; }
p.contact span.inline { display: inline; }
#contactUsForm { display: block; }
p.required-note { margin: 30px 0 10px 20px; color: #1c1c1c; font-size: 1.1em; }
/*p.required-note span { color: #fff; }*/
/*.form input:focus, .form textarea:focus { background-color: #A3854E; }*/

.form { background-color: #e8e8e8; margin: 0px 20px 20px; padding: 0 15px 15px; }
    .form legend { display: none; }
    .form a { color: #6d8f98; font-family: Georgia, Serif; font-size: 1.1em; margin-left: 5px; }
    .form .instructions a { color: #A3854E; font-weight: normal;  font-family: Arial,Verdana,sans-serif; }
    .form ol li {
        list-style-type: none;
        display: inline-block;
        float: left;
        width: 50%;
        margin-top: 30px;
    }
        .form ol li label,
        .form ol li p { color: #1c1c1c; font-family: Georgia, Serif; width: 308px; margin-bottom: 7px;}
            .form ol li label em,
            form ol li p em { color: #1c1c1c; }
        .form ol li label { font-size: 1.2em; }
        .form ol li input,
        .form ol li select,
        .form ol li textarea { width: 308px; padding: 2px 0px; }
        #ie6 .form ol li.full-row, #ie7 .form ol li.full-row   { width: 635px; }
        .form ol li.wide  { width: 635px; }
            .form ol li.wide label,
            .form ol li.wide input,
            .form ol li.wide select,
            .form ol li.wide textarea { width: 635px; }
            .form ol li.wide span { width: 615px; }
            .form ol li.wide p { width: 615px; }
        .form ol li.button  { width: 635px; }
        .form ol li .short,
        .form ol li.wide .short { width: 125px; }
        .form ol li .main-site-submit { font-size: 2.0em; height: 35px; color: #fff; text-align: center; font-family: Georgia, Serif; width: 160px; }
        .form ol li.wide span .checkbox { margin-top: 20px; }
        .form ol li .checkbox label,
        .form ol li .checkbox input { float: left; }
        .form ol li .checkbox input { margin-right: 10px; }
        .form ol li .checkbox label { width: 188px; }
        #ie6 .form ol li .checkbox label, #ie7 .form ol li .checkbox label { width: 185px; }
        .form ol li .wide-checkbox label { width: 550px; }
        #ie6 .form ol li .wide-checkbox label, #ie7 .form ol li .wide-checkbox label { width: 550px; }
        .form ol li select.dayList { width: 40px; }
        .form ol li select.monthList { width: 90px; }
        .form ol li select.yearList { width: 60px; }
        .form ol li label.birthday { width: 130px;  }
.field-error { width: 290px; display: block; background-color: #9a1b1b; color: #fff; margin: 3px 0 5px; padding: 4px 10px; }
.btn-form { background: url(/images/interface/hermitage/btn-blue.png) no-repeat top right; border: 0; }
.btn-form:hover { background-position: bottom right; }
.instructions, .form ol li.wide p.instructions { margin-left: 10px; font-weight: bold; display: inline-block; width: auto; }
#ie6 .instructions, #ie6 .form ol li.wide p.instructions,
#ie7 .instructions, #ie7 .form ol li.wide p.instructions { display: inline; }

.label span { font-weight: normal; }

.terms-and-conditions {
    background-color:#FFFFFF;
    color:#666666;
    font-size:1.1em;
    height:100px;
    margin-bottom:10px;
    overflow:auto;
    padding: 0 15px 15px 10px;
    width:615px;
}

.terms-and-conditions ol {
    list-style: decimal inside;
}

.terms-and-conditions ol li {
    float: none;
    display: block;
    width: auto;
    list-style: decimal inside;
}

/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

/***** Colorbox Close button for Main Site *****/
#cboxClose { display: block !important; }

.right-border {
    border-right: 1px dashed #3A3E3F;
}

.left-border {
    border-left: 1px dashed #3A3E3F;
}

/* Sitemap */
#sitemap { margin-top: 20px; }
    #sitemap ul li { margin-bottom: 5px; }
ul.level-1 li a { background-color: #094975; color: #fff; display:block; width: 715px; margin-bottom: 10px;}
    ul.level-1 li a { font-size: 1.8em; font-weight: bold; padding-left: 10px;}
ul.level-2 { margin-bottom: 20px; }
    ul.level-2 li a { background-color: Transparent; color: #1c1c1c; }
        ul.level-2 li a { font-size: 1.4em; font-weight: bold; padding-left: 25px; }
ul.level-3 li a { background-color: Transparent; }
    ul.level-3 li a { font-size: 1.3em; padding-left: 50px; }

/* tripadvisor widget */

/* Formatting for link if javascript turned off */
#ZnvO3LxeuA li a,
#fq3THP li a {
    width: 272px;
    border: 2px solid #d9e4c4;
    background: #ecf1e1 url(../images/interface/common/logo-trip-advisor.gif) 12px 6px no-repeat;
    padding: 33px 12px 7px 12px;
    font-family: Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.2em;
    color: #000;
    display: block;
}
#CDSWIDSSP { width: 300px !important; }

#CDSWIDDMO .widDMOCnrs span
{
	background:none!important; /* remove white corners */
}

#CDSWIDDMO dt, #CDSWIDDMO dd
{
	float:none;
	width:auto;
	clear:none;
}
