@charset "utf-8";
/* CSS Document */
body{padding:0;margin:0;font-size:100%;}
hr{border:0 solid #ccc;height:1px;background:#ccc;}
a{text-decoration:none;}
ul,li{padding:0;margin:0;list-style:none;}
ol,ol li{list-style:decimal;}
h1,h2,h3,h4,h5,h6{font-weight:normal;padding:0;margin:0;}
a img{border:0;}
.clear{clear:both;}
.clear:after{content:".";height:1px;display:block;clear:both;visibility:hidden;}

/*--------------------------------------------------
GALLERY
---------------------------------------------------*/
ul.gallery-list{list-style-type:none;margin:2em 0!important;padding:0!important;}
ul.gallery-list li{position:relative;margin:0 5px 20px 0!important;padding:0!important;width:200px;height:190px;float:left;background:#fff url('../images/g-accom-cat-bottom.gif') no-repeat bottom left;color:#fff;}
ul.gallery-list img{width:200px;height:150px;border:none!important;margin:0 0 4px 0;}
ul.gallery-list li div.caption{position:absolute;top:-28px;left:8px;width:184px;text-align:center;color:#fff;line-height:1.2em;}
ul.gallery-list div.price-overlay{position:absolute;right:8px;top:128px;font-family:'Century Gothic',Tahoma,Geneva,sans-serif;font-size:1.4em;color:#fff;text-align:right;}
ul.gallery-list div.price-overlay span{font-family:Verdana,Arial,sans-serif;font-size:9px;margin:0 0 0 15px;padding:0 0 5px 0;}
ul.gallery-list div.price-background{position:absolute;left:0;top:125px;width:200px;height:25px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
/*--------------------------------------------------
END ------ GALLERY
---------------------------------------------------*/




/*--------------------------------------------------
JTABS
---------------------------------------------------*/
ul.jtabs{font-family:Verdana,sans-serif;font-size:12px;margin:0;padding:0;font-weight:bold;}
ul.jtabs li{list-style:none;float:left;height:44px;line-height:44px;margin:0;padding:0 0 0 5px;background:#fff url(../images/g-tops-off.jpg) no-repeat scroll left top;* list-style-position:outside;display:block;}
ul.jtabs li a{background:#fff url(../images/g-tops-off.jpg) no-repeat scroll right top;color:#7e3d2c;text-decoration:none;padding:0 5px 0 0;text-align:center;display:block;float:none;}
#tab_ul.jtabs li a{width:155px;}
#tab_ul.jtabs{width:663px;}
#ptab_ul.jtabs{width:870px;}
#ptab_ul.jtabs li a{width:135px;}
ul.jtabs li a:hover{color:#000;}
ul.jtabs li.special,ul.jtabs li.special a{background-image:url(../images/g-tops-special_hp.jpg);color:#fff;}
#tab_ul.jtabs li.special a{width:158px;}
ul.jtabs li.selected,ul.jtabs li.selected a,ul.jtabs li.special.selected a{background-image:url(../images/g-tops-on.jpg);color:#000;}
div.jtabs{background:#fff url(../images/g-tabs-bg.jpg) repeat-y scroll left top;width:663px;clear:both;}
.jtabs_content{padding:5px 10px 10px;width:640px;line-height:20px;font-size:11px;display:none;}
#ptab_wrapper.jtabs{width:870px;background-image:url(../images/g-tabs-full-bg.jpg);}
#ptab_wrapper .jtabs_content{width:847px;}
/*--------------------------------------------------
END ------ JTABS
---------------------------------------------------*/


/*--------------------------------------------------
JTABS EZ
---------------------------------------------------*/
ul.jtabses{font-family:Verdana,sans-serif;font-size:12px;margin:0;padding:0;font-weight:bold;}
ul.jtabses li{list-style:none;background:#fff;display:block;}
ul.jtabses li a{background:#fff;display:block;float:none;}
#tab_ul.jtabses li a{width:155px;}
#tab_ul.jtabses{width:663px;}
#ptab_ul.jtabses{width:870px;}
#ptab_ul.jtabses li a{width:135px;}
ul.jtabses li a:hover{color:#000;}
ul.jtabses li.special,ul.jtabs li.special a{color:#fff;}
#tab_ul.jtabses li.special a{width:158px;}
ul.jtabses li.selected,ul.jtabses li.selected a,ul.jtabses li.special.selectedes a{color:#000;}
div.jtabses{background:#fff;clear:both;}
.jtabs_contentes{line-height:20px;font-size:11px;display:none;}
#ptab_wrapper.jtabses{}
#ptab_wrapper .jtabs_contentes{}
/*--------------------------------------------------
END ------ JTABS EZ
---------------------------------------------------*/

/*--------------------------------------------------
List Expand
---------------------------------------------------*/
.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li{margin:0;padding:0;list-style:none;}
.listexpander ul{display:none;}
.listexpander li{line-height:200%;margin-top:1px;cursor:default;text-indent:30px;font-weight:bold;width:100%;}
.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 
/* first level */
.listexpander li, .listexpander li.collapsed{background:#eee url(../images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:#eee url(../images/expanded.gif) no-repeat 5px .4em;}
/* second level */
.listexpander li ul, .listexpander li li{background:#f8f8f8;font-weight:normal;}
.listexpander li li.collapsed{background:#f8f8f8 url(../images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li.expanded{background:#f8f8f8 url(../images/expanded.gif) no-repeat 5px .4em;}
/* third level */
.listexpander li li ul, .listexpander li li li{background:#fff;}
.listexpander li li li.collapsed{background:#fff url(../images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#fff url(../images/expanded.gif) no-repeat 5px .4em;}
/* fourth level */
.listexpander li li li li{text-indent:0;margin-left:30px;width:auto;}
/* etc. */
/* buttons */
p.listexpander{height:1.5em;margin:1em 0;}
p.listexpander a{float:left;height:1.5em;line-height:1.5em;padding:0 10px;border:1px solid #eee;margin-right:5px;cursor:pointer;}
p.listexpander a:hover{background:#f8f8f8;}
/* float fix */
.listexpander li:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.listexpander li{display: inline-block;}
/* Hides from IE-mac \*/
* html .listexpander li{height: 1%;}
.listexpander li{display: block;}
/* End hide from IE-mac */
/* end float fix */

/*--------------------------------------------------
End --------- List Expand
---------------------------------------------------*/



/*--------------------------------------------------
LIGHTBOX
---------------------------------------------------*/
#lightbox{position:absolute;left:0;width:100%;z-index:99;text-align:center;line-height:0;}
#lightbox img{width:auto;height:auto;z-index:99;}
#lightbox a img{border:none;z-index:99;}
#outerImageContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;z-index:99;}
#imageContainer{padding:10px;z-index:99;}
#loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0;}
#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
#imageContainer>#hoverNav{left:0;}
#hoverNav a{outline:none;}
#prevLink,#nextLink{width:49%;height:100%;background-image:url(data:image/gif;base64,AAAA);display:block;}
#prevLink{left:0;float:left;background:url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink{right:0;float:right;background:url(../images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover,#prevLink:visited:hover{background:url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink:hover,#nextLink:visited:hover{background:url(../images/nextlabel.gif) right 15% no-repeat;}
#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:auto;width:100%;}
#imageData{padding:0 10px;color:#666;}
#imageData #imageDetails{width:70%;float:left;text-align:left;}
#imageData #caption{font-weight:bold;}
#imageData #numberDisplay{display:block;clear:left;padding-bottom:1.0em;}
#imageData #bottomNavClose{width:66px;float:right;padding-bottom:.7em;outline:none;}
#overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;background-color:#000;}
/*--------------------------------------------------
END ------ LIGHTBOX
---------------------------------------------------*/




/*--------------------------------------------------
SHARED
---------------------------------------------------*/
#float-right{width:160px; margin-left:10px; float:right;}
body{font-family:Verdana,Arial,sans-serif;font-size:11px;color:#000;line-height:15px;background:#675d49 url('../images/g-background.jpg') top left repeat-x;}
a{color:#7e3d2c;text-decoration:none;}
a:hover{color:#ae7566;}
h4{color:#458eae;font-size:1.2em;font-weight:normal;margin:15px 0 0;padding:0 0 5px;}
h5{color:#fff;font-size:1.6em;font-weight:normal;margin-right:10px;padding:0 0 5px;}
h6{font-size:1.6em;}
#constrain,#header,#content{width:1180px;}
#constrain{margin:0 auto;}
#header{background:transparent url('../images/g-header-bg.jpg') top left no-repeat;position:relative;height:152px;}
.left{text-align:left;}
#header .logo,#header .header-description,#header ul.navigation{position:absolute;}
#header .logo{top:0;right:0;}
#header a{color:#fff;}
#header a:hover{color:#ccc;}
#header p{padding:0;margin:0;}
#header .header-description{top:125px;left:50px;color:#fff;}
#header ul.navigation{top:125px;right:20px;}
#header ul.navigation li{display:inline;}
#header ul.navigation li a{float:left;border-right:1px solid #fff;padding-right:10px;margin-right:10px;display:inline;}
.center{text-align:center;}
#header ul.navigation li a.last{border:0;padding:0;margin:0;}
#main-content{width:960px;margin-top:10px;background-color:#fff;float:left;position:relative;}
#main-content.full .address-details{width:1180px;background-color:#695e4a;}
#main-content.full .address-details,#main-content .address-details{text-align:center;padding-top:30px;height:122px;}
#main-content .address-details{width:1180px;background-color:#695e4a;}
#main-content.full .address-details h2,#main-content .address-details h2{padding:0;margin:0 0 10px 0;color:#fff;font-size:21px;}
h2.red{font-size:18px;font-family:Verdana,Geneva,sans-serif;color:#ff0;line-height:30px;}
#main-content.full .address-details p,#main-content .address-details p{padding:0;margin:0 0 2px 0;color:#fff;font-size:11px;}
#main-content.full .address-details a,#main-content .address-details a{color:#ccc;}
#main-content.full .address-details a:hover,#main-content .address-details a:hover{color:#000;}
#main-content.full{width:1180px;}
#main-content .inner-content .menu{width:224px;padding-left:10px;float:left;}
#main-content .inner-content .menu .top-menu{background:#fff url('../images/g-nav-left-top-bg.jpg') top left repeat-y;margin-left:0;}
#main-content .inner-content .menu .top-menu .background{background:transparent url('../images/g-nav-left-top_2.jpg') bottom left no-repeat;padding-bottom:15px;}
#main-content .inner-content .menu .top-menu p,#main-content .inner-content .menu .top-menu a{padding:0 0 0 12px;color:#000;width:204px;}
#main-content .inner-content .menu .top-menu ul li ul{width:212px;background-color:#fff;}
#main-content .inner-content .menu .top-menu ul li ul li{background-color:#fff;width:208px;}
#main-content .inner-content .menu .top-menu ul li ul li a{border-bottom-color:#f0f3ac;height:auto;width:192px;padding-right:8px;}
#main-content .inner-content .menu .top-menu ul li ul li.selected a{background-color:#e5eaeb;font-weight:bold;}
#main-content .inner-content .menu .top-menu ul li ul li a:hover{background-color:#f3eaea;}
#main-content .inner-content .menu .top-menu ul li a:hover{background:#f0f3ac;color:#000;}
#main-content .inner-content .menu .main-menu li,#main-content .inner-content .menu .top-menu li{display:block;width:220px;line-height:27px;padding-left:3px;}
#main-content .inner-content .menu .main-menu{background:#fff url('../images/g-nav-mid-left-bg.jpg') top left repeat-y;margin-left:0;}
#main-content .inner-content .menu .main-menu p,#main-content .inner-content .menu .top-menu p{background:#fff url('../images/g-nav-mid-left-top.jpg') top left no-repeat;width:212px;height:40px;margin:0;display:block;line-height:40px;text-transform:capitalize;padding:0 0 0 12px;}
#main-content .inner-content .menu .main-menu a,#main-content .inner-content .menu .top-menu ul li a{display:block;width:206px;line-height:27px;border-bottom:1px solid #fff;border-top:1px solid #fff;color:#000;font-size:11px;padding:0 0 0 8px;}
#main-content .inner-content .menu .main-menu a:hover{background:#f3d7ac;border-bottom:0;color:#000;}
#main-content .inner-content .menu .main-menu li{display:block;width:220px;height:27px;padding-left:3px;}
#main-content .inner-content .menu .main-menu .background{background:transparent url('../images/g-nav-mid-left-bottom.jpg') bottom left no-repeat;padding-bottom:18px;}
#main-content .inner-content .also-menu{background:#fff url('../images/g-nav-more.jpg') top left no-repeat;height:182px;width:224px;}
#main-content .inner-content .also-menu p{height:44px;line-height:44px;font-family:'Century Gothic',Tahoma,Geneva,sans-serif;font-size:22px;color:#7e3d2c;padding:0;margin:0;text-align:right;width:200px;}
#main-content .inner-content .menu .also-menu ul li{padding-left:2px;}
#main-content .inner-content .menu .also-menu ul li a{font-size:11px;height:26px;line-height:26px;display:block;margin-bottom:1px;width:206px;color:#000;padding-left:10px;}
#main-content .inner-content .menu .also-menu ul li a:hover{background:#f4f6c5;color:#000;}
#main-content .inner-content .menu .booking-menu a{color:#fff;}
#main-content .inner-content .menu .booking-menu a:hover{color:#ccc;}
#main-content .inner-content .menu .booking-menu{background:#fff url('../images/g-nav-bottom-bg.jpg') top left no-repeat;font-family:'Century Gothic',Tahoma,Geneva,sans-serif;font-size:11px;height:167px;width:216px;padding-top:20px;padding-left:8px;color:#fff;}
#main-content .inner-content .menu .booking-menu p.title{font-size:16px;width:200px;text-align:center;line-height:30px;}
#main-content .inner-content .menu .booking-menu p{padding:0;margin:0;width:200px;text-align:center;line-height:15px;}
#main-content .inner-content .content-inner{width:663px;padding-right:22px;padding-left:22px;padding-top:10px;float:left;line-height:20px;}
#main-content.full .inner-content .content-inner{width:900px;}
#main-content .inner-content .content-inner img.video-link{float:right;padding-left:4px;padding-bottom:4px;}
.ezhigh{min-height:1200px;height:expression(this.scrollHeight < 1201 ? "1200px":"auto");}
#main-content .inner-content .content-inner h1{font-size:21px;font-family:Verdana,Arial,sans-serif;color:#665d47;margin-bottom:15px;}
#main-content .inner-content .content-inner h2{font-size:18px;font-family:Verdana,Geneva,sans-serif;color:#458eae;line-height:30px;}
.red h6{font-size:24px;font-family:Verdana,Geneva,sans-serif;color:#ff0000;line-height:30px;}
h2.ez{font-size:11px;font-family:Verdana,Geneva,sans-serif;color:#458eae;padding-top:10px;}
#main-content .footer{border-top:1px solid #ddd;padding:10px;margin-top:5px;text-align:center;}
#main-content .footer li{display:inline;}
#main-content .footer li a{border-right:1px solid #ddd;color:#7e3d2c;padding-right:5px;margin-right:5px;font-size:10px;}
#main-content .zoom-image{float:left;margin:0 3px 3px 0;position:relative;}
#main-content .magnify{bottom:3px;position:absolute;right:3px;}
#main-content .tabberlive .right-wrapper,#main-content .jtabs .right-wrapper{width:200px;}
#main-content .photo-wrapper img{float:left;border:1px solid #000;}
#main-content .tabberlive .right-wrapper .zoom-image,#main-content .jtabs .right-wrapper .zoom-image{margin:0 0 10px 0;position:relative;}
#main-content .tabberlive .right-wrapper,#main-content .jtabs .right-wrapper{float:right;display:block;margin-left:20px;display:inline;}
#main-content .magnify img{border:0 none;}
#main-content .accom-icons{background:#e3dac8 url('../images/g-icons-brown-bottom.gif') left bottom no-repeat;color:#685e49;margin:0 0 15px 20px;padding:0 0 15px;width:296px;font-size:11px;float:right;display:inline;}
#main-content .accom-icons-top img{display:block;}
#main-content .accom-icons img{border:0;}
#main-content .accom-icons p{margin:0 0 5px;margin-left:5px;}
#main-content .accom-icons ul{float:left;margin:0 0 0 10px;width:285px;display:inline;}
#main-content .accom-icons li{height:20px;list-style:none;margin:5px 5px;padding:0;float:left;width:125px;display:inline;}
#main-content .accom-icons li img{float:left;margin:0 5px 0 0;display:inline;}
#main-content #top-10-properties{width:613px;padding:0;margin:0;border-collapse:collapse;margin-top:10px;}
#top-10-properties th{background:#d7df21;color:#fff;text-transform:uppercase;border:1px solid #fff;text-align:left;padding:8px;font-weight:normal;}
#top-10-properties a img{border:0!important;}
#top-10-properties td{border-bottom:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;padding:8px;background:#f0f3ac;}
#sidebar{padding-top:10px;float:left;width:210px;padding-left:10px;}
#sidebar .sidebar-ad{background:#675d49 url('../images/g-special-background.jpg') top left no-repeat;position:relative;width:210px;height:340px;margin-bottom:10px;}
#sidebar .cost{position:absolute;top:-10px;right:-20px;width:72px;height:60px;background:url(../images/g-special-value.png) top right no-repeat;padding:40px 0 0 30px;color:#fff;font-family:Verdana,Helvetica,sans-serif;font-weight:bold;font-size:20px;}
#sidebar .text{position:absolute;bottom:45px;left:10px;}
#sidebar .ad-button{position:absolute;top:290px;left:40px;}
#sidebar .ad-button:hover{color:#442017;}
#sidebar .button{background:transparent url('../images/g-special-button.png') top left no-repeat;height:29px;width:168px;display:block;line-height:22px;padding-left:30px;color:#7e3d2c;}
.accom-category{background:#fff url('../images/g-accom-cat-bottom.gif') no-repeat bottom left;width:200px;padding:0 0 10px 0;color:#685e49;float:left;margin-bottom:15px;}
.events-category{background:#F1ECE6 url('../images/g-accom-cat-bottom.gif') no-repeat bottom left;width:200px;padding:0 0 10px 0;color:#685e49;float:left;margin-bottom:15px;}
.cat-margin{margin:0 15px 0 0;display:inline;}
.category-title{background-color:#685e49;}
.category-title a{color:#fff;display:block;text-decoration:none;font-size:10px;font-weight:bold;text-align:center;}
.accom-category img{border:0;}
.accom-category p{padding:10px;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;}
.tabberlive .tabbertab .tab-content h2{display:block;color:#458eae;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:1.6em;margin:1em 0 15px;line-height:1.6em;}
.tabberlive .tabbertab .tab-content .accom-category h2{color:#fff;margin:0;width:190px;}
.accom-category h1{color:#685e49;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:2em;margin:0 0 5px;}
#content a.accom-button{background:transparent url('../images/g-button-green-right.gif') no-repeat scroll top right;color:#685e49;display:inline;float:left;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;height:20px;margin:0 15px;padding-right:15px;text-decoration:none;}
#content a.accom-button span{background:transparent url('../images/g-button-green-left.gif') no-repeat;display:block;line-height:18px;padding:0 8px 5px 18px;}
.enlarge-button{background:transparent url('../images/g-button-green-right.gif') no-repeat scroll top right;color:#685e49;display:inline;float:left;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;height:20px;margin:0 15px;padding-right:15px;text-decoration:none;}
.enlarge-button span{background:transparent url('../images/g-button-green-left.gif') no-repeat;display:block;line-height:18px;padding:0 8px 5px 18px;}
#content a.info-button{background:transparent url('../images/g-button-beige-right.gif') no-repeat scroll top right;color:#685e49;display:block;float:left;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;height:20px;margin:5px 6px 15px 0;padding-right:15px;text-decoration:none;}
#content a.info-button span{background:transparent url('../images/g-button-beige-left.gif') no-repeat;display:block;line-height:18px;padding:0 8px 5px 18px;}
#content a:hover.info-button,#content a:hover.accom-button{color:#a19a8d;}
.product-copy li{list-style:disc;margin:0 28px;line-height:1.8em;}
table.specials-table{width:840px;background-color:#ebef90;font-size:1em;margin:0 0 15px 0;border-bottom:#fafbe5 solid 5px;color:#685e49;}
.specials-table thead tr,.specials-table tbody tr{line-height:2.6em;}
.specials-table tr.rates-head{background-color:#d2d560;}
.specials-table tr.rates-head th,td{padding:0 0 0 2px;font-weight:normal;line-height:2em;}
.specials-table tr.rates-head td{color:#fff;}
.specials-table tr.rates-head th{color:#fff;}
.specials-table th{font-weight:normal;}
.specials-table th,td{padding:0 0 0 0px;}
.specials-table tfoot{background-color:#fafbe5;}
.specials-table tfoot td{padding:0 0 0 20px;line-height:1.6em;}
.specials-table .rates-conditions-title{background-color:#fafbe5;}
.specials-table td.season-special-description{background-color:#ebef90;}
table.packages-table{width:840px;background-color:#f9eaca;font-size:1em;margin:0 0 15px 0;border-bottom:#fafbe5 solid 5px;color:#685e49;}
.packages-table thead tr,.packages-table tbody tr{line-height:2.6em;}
.packages-table tr.rates-head{background-color:#f9b023;}
.packages-table tr.rates-head th,td{padding:0 0 0 0px;font-weight:normal;line-height:2em;}
.packages-table tr.rates-head td{color:#fff;}
.packages-table tr.rates-head th{color:#fff;}
.packages-table th{text-align:left;font-weight:normal;}
.packages-table th,td{padding:0 0 0 5px;}
.packages-table tfoot{background-color:#fafbe5;}
.packages-table tfoot td{padding:0 0 0 20px;line-height:1.6em;}
.packages-table .rates-conditions-title{background-color:#f9db9d;}
.packages-table td.season-package-description{background-color:#f9eaca;color:#333333;text-align:left;}
table.rates-table{width:840px;background-color:#e0ecf1;font-size:1em;margin:0 0 15px 0;border-bottom:#e0ecf1 solid 5px;}
table.rates-table thead,table.specials-table thead,table.packages-table thead{background-color:#f1ece6;}
.rates-table th{font-weight:normal;}
.rates-table img{border:0;}
.rates-table tr.rates-head{background-color:#83b4c9;}
.rates-table tr.rates-head th,td{padding:0 0 0 5px;font-weight:normal;line-height:2em;}
.rates-table tbody tr{line-height:2.6em;}
.rates-table tbody th,td{padding:0 0 0 5px;color:#275163;}
.rates-table tfoot tr.extra-person-rates th,.rates-table tfoot tr.extra-person-rates td,.specials-table tfoot tr.extra-person-rates th,.specials-table tfoot tr.extra-person-rates td,.packages-table tfoot tr.extra-person-rates th,.packages-table tfoot tr.extra-person-rates td{line-height:1.8em;}
.rates-table td.season-dates,.specials-table td.season-dates,.packages-table td.season-dates{background:url('../images/g-bg-accom-dates.gif') no-repeat top left;text-align:left;padding:5px 5px 5px 15px;font-size:12px;font-weight:bold;color:#685e49;line-height:1.4em;}
.rates-table tr.rates-head td{color:#fff;width:120px;}
.rates-table tr.rates-head th{color:#fff;}
th.inclusions{background-color:#fff;border-left:#e0ecf1 solid 5px;border-right:#e0ecf1 solid 5px;}
.rates-table .rates-conditions-title{background-color:#c7dce4;}
.rates-conditions ul{margin:0 15px;}
.rates-conditions li{list-style-type:disc;margin:0 15px;}
table.hotspecials-table{background-color:#f6f8cb;border-bottom:5px solid #d7df21;color:#000;font-size:11px;width:100%;}
.hotspecials-table th,.hotspecials-table td{border-bottom:2px solid #fff;font-size:11px;line-height:1.8em;padding:3px 5px;vertical-align:middle;}
.hotspecials-table th{font-weight:normal;text-align:left;}
.hotspecials-table tr.rates-head th{background-color:#d2d65a;border:1px solid #fff;font-weight:normal;line-height:2.8em;padding:0 5px;background-color:#d7df21;border:medium none;color:#fff;text-transform:uppercase;}
table.hotspecials-table tbody tr.alt{background-color:#f0f4aa;}
table.hotspecials-table td a.hot-special-property{font-weight:bold;}
.hotspecials-table tbody td .room-name{color:#444;font-weight:bold;}
#content a.book-accom-button.special span{width:70px;}
#content a.book-accom-button{background:transparent url('../images/g-button-blue-blue-right.gif') no-repeat scroll top right;color:#fff;display:block;float:right;font-family:'Century Gothic',Tahoma,Geneva,sans-serif;font-size:1.3em;height:20px;margin-right:6px;padding-right:15px;text-decoration:none;}
#content a.book-accom-button span{background:transparent url('../images/g-button-blue-blue-left.gif') no-repeat;display:block;line-height:18px;padding:0 8px 5px 18px;}
#content a:hover.book-accom-button{color:#d7df21;}
#content div.product-footer-links a.book-accom-button{margin-top:5px;}
.display{background:transparent url('../images/g-icon-blue-right.gif') no-repeat center left;padding-left:10px;color:#458eae;}
.property-features{background:#fafbe5;padding:15px;}
.property-features ul{margin:0 15px;}
.property-features li{list-style-type:disc;}
#s__load,#r__load,#p__load{float:right;padding:5px;display:none;}
#gmap-product{width:500px;height:600px;float:left;}
.poi-table{border:1px solid #333;background-color:#ffe;width:330px;float:right;}
.poi-table th,.poi-table td{text-align:left;padding:3px;}
.poi-table thead tr{background-color:#ff9;}
.poi-table tbody tr{border-bottom:1px solid #fff;}
.review{margin:6px 0;padding:5px;}
.review p{padding:5px 10px;border-top:1px solid #333;margin:3px 0;}
div.review.alt{background-color:#f8f8f8;}
.rates-people{padding-left:25px;}
.date-tab{background:url('../images/g-bg-accom-dates.gif') no-repeat top left;float:left;}
.date-tab .label{background:url('../images/g-bg-accom-dates-r.gif') no-repeat top right;padding:5px 15px 5px 15px;font-size:12px;font-weight:bold;color:#685e49;line-height:1.4em;}
.thumb{margin:20px 0;}
.thumb-title{background-color:#685e49;line-height:27px;}
h3{font-family:'Century Gothic',Tahoma,Geneva,sans-serif;font-weight:bold;margin:10px 5px 10px 0;color:#7e3d2c;font-size:1.2em;}
.thumb-price{color:#fff;font-family:'Century Gothic',Tahoma,Geneva,sans-serif;font-size:1.4em;padding-right:20px;text-align:right;width:220px;}
.thumb h3{color:#fff;margin:0 5px;text-decoration:none;font-size:1.5em;}
.thumb-price span{font-family:Verdana,Arial,sans-serif;font-size:9px;margin:0 0 0 15px;padding:0 0 5px;}
.thumb-facilities{background-color:#e3dac8;height:20px;padding:3px;width:99%;}
.thumb-facilities span{color:#685e49;line-height:20px;vertical-align:top;}
.thumb-facilities img{border:0 none;margin:0 3px 0 0;}
.thumb-content{margin:10px 0 0;color:#6f6a60;}
.thumb-content div a.book-accom-button{margin:5px 6px 0 0;}
img.left{margin:0 15px 15px 0;}
.thumb p{margin:0 0 10px 120px;line-height:1.4em;}
.white{color:#fff;}
.right{float:right;}
.left{float:left;}
.specials{width:130px;height:45px;padding:5px 45px 0 10px;background:transparent url('../images/g-specials-available.gif') no-repeat;font:normal 1.3em 'Century Gothic',Tahoma,Geneva,sans-serif;color:#685e49;line-height:1.125em;}
.search-box{background-color:#f6f8cb;border:1px solid #d7df21;padding:10px;}
table.search-box{width:100%;padding:0;}
.tabberlive .tabbertab .search-box h3{color:#685e49;display:block;}
.accommodation-facilities{width:600px;background:#fff url(../images/g-roundbox-white.gif) no-repeat bottom left;padding-bottom:10px;text-align:center;}
.accommodation-facilities ul{width:580px;background:#fff url(../images/g-roundbox-white.gif) no-repeat top left;float:left;padding:0px 10px 0 10px;margin:0;text-align:left;}
.accommodation-facilities ul li{float:left;padding:5px;width:280px;margin:0;list-style-position:inside;line-height:1.6em;}
dl.enq{padding:0;margin:5px 0 10px 0;line-height:20px;}
dl.enq dt{width:6em;float:left;font-weight:bold;}
dl.enq dd{margin-left:7em;}
table.enq{width:500px;color:#685e49;background-color:#fff;text-align:left;}
table.enq thead th{background-color:#685e49;color:#fff;font-weight:bold;}
table.enq th{padding:4px;}
table.enq tbody th{background-color:#ebef90;font-weight:normal;}
table.enq tbody td{background-color:#f1ede4;}
input.enquiry-button{background:transparent url('../images/g-button-maroon-right.gif') no-repeat scroll top right;color:#fff;display:block;float:left;font-family:'Century Gothic',Tahoma,Geneva,sans-serif;font-size:1.2em;height:20px;padding-right:18px;text-decoration:none;border:none;cursor:pointer;}
.enquiry-button-span{background:transparent url('../images/g-button-maroon-left.gif') no-repeat;display:block;height:20px;clear:none;line-height:18px;padding:0 8px 5px 18px;}
table.enq input.long{width:260px;}
table.enq textarea{width:490px;height:110px;}
table.enq input.medium{width:180px;}
.image-stack{width:100px;}
.image-stack-wide{width:200px;}
.image-stack-wide img{margin-bottom:8px;}
table.hotpackages-table{background-color:#f9eaca;border-bottom:5px solid #f9b023;color:#000;font-size:11px;width:100%;}
.hotpackages-table th,.hotpackages-table td{border-bottom:2px solid #fff;font-size:11px;line-height:1.8em;padding:3px 5px;vertical-align:middle;}
.hotpackages-table th{font-weight:normal;text-align:left;}
.hotpackages-table tr.rates-head th{background-color:#f9b023;border:1px solid #fff;font-weight:normal;line-height:2.8em;padding:0 5px;border:medium none;color:#fff;text-transform:uppercase;}
table.hotpackages-table tbody tr.alt{background-color:#f9db9d;}
table.hotpackages-table td a.hot-special-property{font-weight:bold;}
.hotpackages-table tbody td .room-name{color:#444;font-weight:bold;}
#crumb { height:25px; margin-bottom:12px; font-family:Verdana, Geneva, sans-serif; font-size:10px; font-weight:bold; color:#685E49; margin-left:50px; }
.imgR{float: right;border: solid #000 1px;margin : 0.5em 0 1.0em 0.5em;}
.imgL{float: left;border: solid #000 1px;margin : 0.5em 1.0em 1.0em 0;}
.imgC{border: solid #000 1px;}
.uppercase{text-transform:capitalize;}
.red{color:#F00;}

/*--------------------------------------------------
END ------ SHARED
---------------------------------------------------*/



/*--------------------------------------------------
TABLES
---------------------------------------------------*/
.d{margin:1em 0 1em 0;border:#fff solid 1px;border-top:0;border-right:0;font-size:1em;color:#685e49;}
.d th{font-weight:normal;text-align:left;}
.d th,.d td{border:#fff solid 1px;border-bottom:0;border-left:0;padding:0 .2em 0 .3em;line-height:1.8em;background-color:#f1ede4;}
.d tbody th,.d .odd td{background-color:#ebef90;}
.d thead th{background-color:#685e49;font-weight:bold;line-height:2.2em;color:#fff;}
.d th.head{background-color:#d7df21;color:#685e49;}
.d .titles{font-weight:bold;background-color:#ccc;color:#000;}
.d .titles td{background-color:#ffe7a3;}
.d .adjustedmoredetails{width:300px;}
.d .description{text-align:left;font-style:italic;font-size:1.0em;font-weight:bold;}
.d tbody th .num,.d tbody td .num{border:1px solid #BBB;}
.d td small{font-size:9px;}
.d td.property_name{font-size:11px;color:black;}
.f .d{font-size:.85em;}
.f tbody input{width:20em;}
.f tbody input.short{width:10em;}
.f textarea{width:100%;height:10em;}
.weather{float:left;padding-left:10px;}
.weather table a{display:none;}
.weather table{color:red;}
.weather table table td img,.weather table table td font{display:block;margin-top:-2px;}
.weather table table td br{display:none;}
.weather th.head{font-weight:bold;}
.weather tbody td{text-align:left;}
.wide thead th.long{width:40%;}
table.rates-table{width:850px;background-color:#e0ecf1;font-size:1em;margin:0 0 15px 0;border-bottom:#e0ecf1 solid 5px;}
table.rates-table thead{background-color:#F1ECE6;}
.rates-table th{font-weight:normal;}
.rates-table img{border:0;}
.rates-table tr.rates-head{background-color:#83b4c9;}
.rates-table tr.rates-head th,td{padding:0 0 0 5px;font-weight:normal;line-height:2em;}
.rates-table tbody tr{line-height:2.6em;}
.rates-table tbody th,td{padding:0 0 0 5px;color:#275163;}
.rates-table tfoot tr.extra-person-rates th,.rates-table tfoot tr.extra-person-rates td,.specials-table tfoot tr.extra-person-rates th,.specials-table tfoot tr.extra-person-rates td{line-height:1.8em;}
.rates-table td.season-dates{background:#fff url('../images/g-bg-accom-dates.gif') no-repeat top right;text-align:right;padding:5px 15px 5px 0;font-size:1em;color:#685e49;line-height:1.4em;}
.rates-table tr.rates-head td{color:#fff;width:70px;}
.rates-table tr.rates-head th{color:#fff;}
th.inclusions{background-color:#fff;border-left:#e0ecf1 solid 5px;border-right:#e0ecf1 solid 5px;}
table.specials-table{width:830px;background-color:#ebef90;font-size:1em;margin:0 0 25px 10px;border-bottom:#fafbe5 solid 5px;color:#685e49;}
.specials-table th{font-weight:normal;}
.specials-table th,td{padding:0 0 0 5px;}
.specials-table img{border:0;}
.specials-table thead tr{line-height:2.6em;}
.specials-table tr.rates-head{background-color:#d7df21;}
.specials-table tr.rates-head th,td{padding:0 0 0 5px;font-weight:normal;line-height:2em;}
.specials-table tr.rates-head td{color:#fff;width:70px;}
.specials-table tr.rates-head th{color:#fff;}
.specials-table tfoot{background-color:#fafbe5;}
.specials-table tfoot tr.rates-conditions ul,.packages-table tfoot tr.rates-conditions ul{width:100%;text-align:left;}
.specials-table tr.rates-foot th,td{padding:3px 0 3px 5px;line-height:2em;}
.specials-table tr.rates-foot th{font-weight:bold;}
.specials-table tfoot td{padding:0 0 0 20px;line-height:1.6em;}
.rates-conditions-title{background-color:#c7dce4;}
.T .login-input{border:1px solid #999;}
.d input.button{border:1px solid #999;}
.tandc{overflow:scroll;width:550px;height:100px;background-color:white;margin:10px;}
.Simple th,.Simple td{font-size:11px;width:150px;}
.Simple th,.d th.nested-heading{background-color:#f1ede4;border:none;}
.Simple td,.d td.nested-content{border:none;}
textarea#Special_Requirements{width:550px;}
table#tts_table_room_requirements,table#tts_table_travel_details,table#tts_table_personal_details,table#tts_table_payment_details,table#tts_table_additional_info{width:100%;font-size:11px;}
table#tts_table_room_requirements th,table#tts_table_travel_details th,table#tts_table_personal_details th,table#tts_table_payment_details th,table#tts_table_additional_info th{width:14em;}
.d tbody textarea.medium{width:300px;height:4em;border:1px solid #BBB;}
.d td.head{background-color:#ebef90;}
table.packages-table{width:830px;background-color:#f9eaca;font-size:1em;margin:0 0 25px 10px;border-bottom:#fafbe5 solid 5px;color:#685e49;}
.packages-table th{text-align:left;font-weight:normal;}
.packages-table th,td{padding:0 0 0 5px;}
.packages-table img{border:0;}
.packages-table thead tr{line-height:2.6em;}
.packages-table tr.rates-head{background-color:#f9b023;}
.packages-table tr.rates-head th,td{padding:0 0 0 5px;font-weight:normal;line-height:2em;}
.packages-table tr.rates-head td{color:#fff;width:70px;}
.packages-table tr.rates-head th{color:#fff;text-align:center;}
.packages-table tfoot{background-color:#f9f0db;}
td,.packages-table tr.rates-foot th,.packages-table tr.rates-foot td{padding:3px 0 3px 5px;line-height:2em;}
.packages-table tfoot tr.rates-foot td{background-color:#f9db9d;}
.packages-table tfoot td{padding:0 0 0 20px;line-height:1.6em;}
.d {margin:1em 0 1em 0;border:#fff solid 1px;border-top:0;border-right:0;font-size:1em;}
.d th {font-weight:normal;text-align:left;}
.d th,
.d td {border:#fff solid 1px;border-bottom:0;border-left:0;padding:0 0 0 0.3em;line-height:1.8em;background-color:#EEF6F7;}
.d tbody th,
.d .odd td {background-color:#C6EEF7;}
.d thead th,
.d .head th {background-color:#7EBCCC;font-weight:bold;line-height:2.2em;}
.d .titles{font-weight: bold;background-color: #ccc;color : #000;}
.d .titles td{background-color: #FFE7A3;}
.d sub-titles{}
.d .description{text-align: left;font-style: italic;font-size: 1.0em;font-weight: bold;}
.capacity thead th.room {width:auto;text-align:left;}
.capacity thead th {width:12%;text-align:center;}
.capacity tbody td {text-align:center;}
/*--------------------------------------------------
END ------ TABLES
---------------------------------------------------*/