@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;}
ul.jtabs li.p_specials,ul.jtabs li.p_specials a{background-image:url(../images/g-tops-specials-off.jpg);}
ul.jtabs li.p_rates,ul.jtabs li.p_rates a{background-image:url(../images/g-tops-rates-off.jpg);}
ul.jtabs li.p_packages,ul.jtabs li.p_packages a{background-image:url(../images/g-tops-packages-off.jpg);}
ul.jtabs li.p_base,ul.jtabs li.p_base a{background-image:url(../images/g-tops-base-off.jpg);}
#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;position: relative;}
#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;}
h4 a {font-weight:bold;text-decoration: underline;}
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,#header span[dreplace]{color:#fff;}
#header a:hover,#header span[dreplace]: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,#main-content .address-details span[dreplace]{color:#ccc;}
#main-content.full .address-details a:hover,#main-content .address-details a:hover,#main-content .address-details span[dreplace]: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 .top-menu ul li a.wedding:hover{background:#ff99ff;color:#000;}
#main-content .inner-content .menu .top-menu ul li a.wedding{background:#FFE1FF;}
#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,#main-content .inner-content .menu .booking-menu span[dreplace]{color:#fff;}
#main-content .inner-content .menu .booking-menu a:hover,#main-content .inner-content .menu .booking-menu span[dreplace]: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{background:#fff url('../images/g-nav-bottom-bg-g.png') top left no-repeat;font-family:'Century Gothic',Tahoma,Geneva,sans-serif;font-size:11px;height:177px;width:216px;padding-top:10px;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;}


/*facebook and twitter badges*/
#main-content .inner-content #facebook{
  display:block;
  float:left;
  width: 108px;
  height: 125px;
  background-image: url(../images/facebook-icon.jpg);
  background-repeat: repeat;
  margin-right: 1px;
  text-decoration: none;
}

#main-content .inner-content #twitter{
  display:block;
  float:left;
  width: 108px;
  height: 125px;
  background-image: url(../images/twitter-icon.jpg);
  background-repeat: repeat;
  margin-right: 1px;
  text-decoration: none;
}


div.menu img.wedding { border:1px solid #f1e1ea; margin:10px 0;}
#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;}
h6.red a{text-decoration: underline;}
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 0;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 .sidebar-ad{background:url('../images/g-special-background-g.png') top left no-repeat;position:relative;width:210px;height:340px;margin-bottom:10px;}

#sidebar .sidebar-ad3{background:#675d49 url('../images/specials-discount-ad-4.gif') 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;}
#sidebar img.review {padding:0 12px;}
#sidebar .guest-o {background:url('../images/review-orange-bg.jpg') top left no-repeat;width:174px;height:38px;color:#fff;padding:8px 15px 0 15px;margin-left:2px;text-align: center;}
#guest-r {background:#fff;margin-left:2px;width:184px;height:160px;padding:10px;color:#665D47;}
#guest-r p {margin:5px 0 0 0;height:140px;overflow-y:auto;}
.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;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:#464900;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;}
a.book-large {color:#fff; display:block;width:274px;height:24px;padding:72px 0 0 22px;background:url(../images/calc-rates-lg.png) left top no-repeat;}
a.book-large.ftr{float:right;}
#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;}
#ccc{position:relative;}
/*#rate-calc{position:absolute;top:10px;right:22px;}*/
/*--------------------------------------------------
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;}
#tab_Specials table.search-box { height:265px;}
#search-box {background-image:url("../images/search-box-bg.jpg");height:170px;width:665px;position:relative;margin-bottom:15px;}
.search-box { width:440px;border:none;background-color:inherit;float:left;}
#search-box #search-box-specials{margin: 0;padding: 0;width: 224px;height: 170px;position: absolute;top: 0;right: 0;}
#search-box #search-box-specials li{margin: 0;padding: 0;display: block;}
#search-box #search-box-specials li a{background-image: url(../images/main-bg3.jpg);display: block;width: 224px;background-repeat: no-repeat;color: #695E4C;font-weight: bold;text-decoration: none;color:#000000;font-family:Verdana,Arial,sans-serif;font-size:12px;line-height:18px;font-style: italic;}
#search-box #search-box-specials li a:hover{color: #F18904;}
#search-box #search-box-specials li a span{padding: 15px 0 0 93px;display: block;}
#search-box #search-box-specials li a#price{height: 85px;background-position: 0 0;}
#search-box #search-box-specials li a#price:hover{background-position: -226px 0;}
#search-box #search-box-specials li a#dining{height: 75px;background-position: 0px -76px;}
#search-box #search-box-specials li a#dining:hover{background-position: -226px -76px;}
#search-box #search-box-specials li a#tour{height: 85px;background-position: 0px -85px;}
#search-box #search-box-specials li a#tour:hover{background-position: -226px -85px;}
   .search-horizontal{
    margin:10px 0 0 0;padding:0;height:104px;
    
   }
   .search-horizontal li{
    display:inline; margin: 0;padding: 0;
   }
   .search-horizontal li a{
    display:block;
    width: 288px;
    height: 104px;
    float:left;
    background-repeat:no-repeat;
    text-decoration: none;
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    line-height:18px;
    font-style: italic;
   } 
   .search-horizontal li a:hover{
    background-position: 00px -105px;
   }  
   .search-horizontal li a.price{
    background-image: url('../images/rates-horizontal-bg.jpg');
   }
   .search-horizontal li a.price span{
    display:block;
    padding-top: 30px;
    padding-left: 90px;
    padding-right: 10px;
    color: #695E4C;
    font-weight: bold;
    text-decoration: none;
    color:#000000;    
   }
   
   
   .search-horizontal li a.dining{
    background-image: url('../images/dining-horizontal-bg.jpg');
   }
   .search-horizontal li a.dining span{
    display:block;
    padding-top: 30px;
    padding-left: 90px;
    padding-right: 10px;
    color: #695E4C;
    font-weight: bold;
    text-decoration: none;
    color:#000000;    
   }
   
   .search-horizontal li a.tour{
    background-image: url('../images/tours-horizontal.jpg');
    width: 289px;
   }
   .search-horizontal li a.tour span{
    display:block;
    padding-top: 30px;
    padding-left: 90px;
    padding-right: 10px;
    color: #695E4C;
    font-weight: bold;
    text-decoration: none;
    color:#000000;    
   }
   #best-rate{
    display:block;
    width: 297px;
    height: 70px;
    background-image: url('../images/rates-from-box.jpg');
    position: relative;;
    font-family:Verdana,Arial,sans-serif;
    font-size:16px;
    font-weight: bold;
    line-height:18px;
    text-decoration: none;
    color:red;
   
   }
   #best-rate:hover{
    background-position: 00px -71px;
    color: #fff;
   }
   #best-rate span{
    display:block;
    width: 88px;
    height: 50px;
    line-height: 50px;
    position:absolute;
    top:8px;
    left:198px;
    text-align:center;
  
    
    
   }
   
   
      /* New code for short horizontal */
   
   .search-horizontal-short{
    margin:0;padding:0;width:660px;height:104px;
    
   }
   .search-horizontal-short li{
    display:inline; margin: 0;padding: 0;
   }
   .search-horizontal-short li a{
    display:block;
    width: 220px;
    height: 104px;
    float:left;
    background-repeat:no-repeat;
    text-decoration: none;
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    line-height:18px;
    font-style: italic;
   } 
   .search-horizontal-short li a:hover{
    background-position: 00px -105px;
   }  
   .search-horizontal-short li a.price{
    background-image: url('../images/rates-horizontal-short-bg.jpg');
   }
   .search-horizontal-short li a.price span{
    display:block;
    padding-top: 30px;
    padding-left: 90px;
    padding-right: 10px;
    color: #695E4C;
    font-weight: bold;
    text-decoration: none;
    color:#000000;    
   }
   
   
   .search-horizontal-short li a.dining{
    background-image: url('../images/dining-horizontal-short-bg.jpg');
   }
   .search-horizontal-short li a.dining span{
    display:block;
    padding-top: 30px;
    padding-left: 90px;
    padding-right: 10px;
    color: #695E4C;
    font-weight: bold;
    text-decoration: none;
    color:#000000;    
   }
   
   .search-horizontal-short li a.tour{
    background-image: url('../images/tours-horizontal-short.jpg');
    width: 220px;
   }
   .search-horizontal-short li a.tour span{
    display:block;
    padding-top: 30px;
    padding-left: 90px;
    padding-right: 10px;
    color: #695E4C;
    font-weight: bold;
    text-decoration: none;
    color:#000000;    
   }
   
   
   
   
#accom-book {
  float:right;
  width:296px;    
  margin-left:20px;
}
#accom-left { float:left;width:584px;}
/*--------------------------------------------------
END ------ TABLES
---------------------------------------------------*/


/*********** Instant Confirmation Box ***********/

#instant_header {
    position: absolute;
    top: 0;
    left: 480px;
    
}
.instant_confirm {
    height: 109px;
    width: 246px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262216;
    position:relative;
    line-height:15px;
}

.instant_confirm span.instant_confirm_big {
    font-size: 19px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}

.instant_confirm div {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 30px;
    color: #c3bdb5;
    font-size: 12px;
    padding-right: 10px;
}

.instant_confirm span.cairns_time {
    color: #c8d645;
    font-weight: bold;
    padding-left: 7px;
}

/******** Speacials Table ***********/

.price_now {
    color: #3a3326;
    font-size: 14px;
    background-color: #dde196;
}

.hotspecials-table tr {
    border-bottom: 1px solid #fff;
}

.prices_bg {
    background-color: #dde196;
}
#tab_Specials td.prices_bg.was { border:none; text-decoration:line-through;}
#tab_Specials td.prices_bg.dis { border:none; text-align: center;}
#tab_Specials td.price_now { border:none; text-align: right;}
#tab_Specials td img { width:100px; height:75px;float:left;}
#tab_Specials td div { float: right; width: 355px;}


.best-discount {
    width: 205px;
    height: 89px;
    position: absolute;
    top: -59px;
    right: 0px;
    background: url(../images/best-discount.gif) no-repeat;
}

.best-discount span {
    color: #ff9800;
    font-size: 30px;
    text-align: right;
    position: absolute;
    bottom: 8px;
    right: 8px;
    line-height: 30px;
}

/******/

h2.green {
    background: url("../images/g-button-big-green-right.gif") right top no-repeat transparent;
    float: left;
    height: 33px;
    display: block;
    margin-top: 10px;
}

h2.green span {
    background: url("../images/g-button-big-green-left.gif") no-repeat transparent;
    display: block;
    line-height: 33px;
    padding: 0 15px 0 15px;
    color: #685E49;
}

/***** Package Deals *****/

.package-deal {
    margin: 0 0 20px;
    padding: 0 0 10px;
    background-color: #f5f3ef;
}

.package-deal-img {
    float: left;
    width: 200px;
    margin-right: 12px;
}

.package-deal img {
    float: left;
    margin-bottom: 5px; 
}

.package-deal-header {
    padding: 10px;
    background: #F9B023 url(../images/package-deal-hd-bg.jpg) right bottom no-repeat;
} 

.package-deal h3 {
    color: #fff;
    font-size: 18px;
    padding: 0 0 2px;
    margin: 0;
} 

.package-deal h3 a {
    color: #fff;
}

.package-deal h4 {
    color: #3c3324;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 6px 0;
    margin: 0;
    border-bottom: 1px solid #cf7f00;
}

.package-deal-dates {    
    color: #3c3324;
}

.package-deal-content {
    padding: 10px;
    line-height: 16px;
    overflow: visible;
}

.package-deal-content ul li {
  list-style: disc;
  list-style-position: inside;
}

.package-deal h5 {
    color: #ee9200;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 0;
    display: inline;
} 

.package-deal-content p {
    margin: 5px 0;
}

.package-deal table {
    margin-bottom: 10px;
    padding: 0 10px;
}

.package-deal table th, .package-deal table td {
    padding: 1px 10px;
}

.package-deal table th {
    color: #fff;
    text-align: left;
    border-right: 1px solid #ba7200;
    background: #F9B023 url(../images/package-deal-table-hd.gif) bottom repeat-x;
}

.package-deal table td {
    border-right: 1px solid #685d4b;
    border-bottom: 1px solid #685d4b;
    color: #000;
    background-color: #fff;
}

.package-deal-extra {
    background-color: #d2c9bb;
    padding: 10px;
    margin: 0 10px 10px 10px;
    line-height: 16px;
}

.orange-menu-link {
    background-color: #ffba55;
}
a.red-menu-link { background-color:#f94545; color:#fff;}
#main-content .inner-content .menu .top-menu ul li a.red-menu-link { color:#fff;}
#main-content .inner-content .menu .top-menu ul li a.red-menu-link:hover { color:#000;}

span[dreplace] { cursor:pointer;}
#share-page {
  position:absolute;
  right:10px;
  top:0px;    
}
#share-page > span,span.share {
color:#458eae;
}
.notice {
  background-color:#f09918;
  border:1px solid #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding:8px;
  color:#fff;    
}
.sidebar-new {
  float:left;
  width:211px;
  padding-left:9px; 
  position:relative; 
  margin-top:6px;  
}
.sidebar-new .ad-button {
    background: url("http://www.cairnsholidayspecialists.com.au/shared_resources/images/g-special-button.png") no-repeat scroll left top transparent;
    color: #7E3D2C;
    display: block;
    height: 29px;
    line-height: 22px;
    padding-left: 30px;
    width: 168px;
    right: -28px;
    position: absolute;
    bottom: 10px;
}
#ul_deal_timer {
  margin:0;
  padding:0;
  list-style: none;
  position:absolute;
  left:20px;
  top:94px; 
  color:#fff;  
  font-size:18px; 
  font-family:Verdana,Arial,Helvetica;
}
#ul_deal_timer li {
  float:left;    
  width:43px;
  height:23px;
  text-align: center;
  line-height:22px;
  margin: 0 5px 0 0;
  display:inline;
}
#deal_timer {
  background:url(../../images/travel-deals.jpg) left top no-repeat;
  margin:10px auto;
  width:663px;
  height:240px;
  position:relative;   
  display:block;
  text-decoration: none;
  border:none; 
}
#deal_timer #ul_deal_timer {
    left:449px;
    top:188px;
}
body#tinymce { background:none; background-color:#fff;}
 .hot-special {
  border-bottom:2px solid #fff;
  clear:both;   
 }
 .hot-special .title {
     background-color:#D7DF21;
     line-height: 2.8em;
     padding:0 5px;
 }
.hot-special .inner {
  background-color:#F6F8CB;
  padding:0 0 5px 5px;     
}
.hot-special .inner.odd {
  background-color:#F0F4AA;    
}
.hot-special .inner .img {
  float:left;
  margin-top:5px;
}
.hot-special .inner .rates {
  float:right;
  width:525px;    
}
.hot-special table { width:100%;}
.hot-special table thead th {
  color:#444444;      
  text-align: left;
  padding:3px;
}
.hot-special thead td {
  background-color:#D7DF21;
  color:#464900; 
  text-align: center; 
  padding:3px;  
}
.hot-special tbody th {
  text-align: left;
  color:#275163;   
  padding:3px; 
  background-color:#F0F4AA;
}
.hot-special .odd tbody th { background-color:#F6F8CB;}
.hot-special tbody th span { font-weight:normal;}
.hot-special tbody td { text-align: center; background-color:#DDE196; padding:3px;}
.hot-special tbody td em { font-style: normal; text-decoration: line-through;}
#content .hot-special a.book-accom-button span { background-image:url(../images/g-button-blue-pale-left.gif);}
#content .hot-special a.book-accom-button  { background-image:url(../images/g-button-blue-trans-right.gif);}
#hero-left {
  width:600px;
  float:left; 
  margin-bottom:10px;   
}
#hero-left  div.o {
  background-color:#E3DAC8;
  border-radius:5px;  
  text-align: center;  
  margin-bottom:5px;
  padding:5px;
  height:20px;
}

#hero-left div.i img {
  width:20px;
  height:20px;
  margin-right:10px;
}
#hero-left div.i span {
      line-height:20px;  
  vertical-align: top;

}
#hero-right {
  float:right;
  width:297px;  
  margin-top:31px;  
}
#hero-right .search-horizontal {
  height:160px;
  margin-top:9px;
}
#hero-right .search-horizontal li a {
  float:none;
  height:80px;
  width:297px;
}
#hero-right .search-horizontal li a:hover {
  background-position: 0 -80px;
}
#hero-right .search-horizontal li a.price  {
  background-image:url(../images/rates-horizontal-bg2.jpg);
}
#hero-right .search-horizontal li a.tour  {
  background-image:url(../images/tours-horizontal2.jpg);
}

#hero-left a.hero {
  display:block;
  position:relative;   
  width:600px;
  height:330px; 
}
#hero-left .magnify { bottom:6px;}
.product-copy { margin-top:8px;}

/* new chs branding styles */
body { background:url(../images/TileHomepage.jpg) left top;}
#topbarwrap { height:36px;}
#topbar { height:36px; background-color:#d9ad0d; position:fixed; width:100%; z-index:300; }
#topbar > div { width:1180px; margin: 0 auto; line-height:36px; color:#fff; height:36px;position:relative;}
#topbar > div > span { position:absolute;right:0;top:0;line-height:36px;height:36px;display:block;}
#topbar > div  img { vertical-align: middle;}
#topbar > div img.dream { padding-left:140px;}
#chsheader {
  height:98px;
  background-color:#fff;
  border-bottom:1px solid #fafafa; 
  box-shadow:0 4px 3px #999;
}
#chsheader > div { border-radius:0 0 0 6px; width:1180px; margin: 0 auto; position:relative;background:url(../images/palmcove/header.jpg) left top no-repeat;height:98px;}
#chsheader > div img {position:absolute;left:256px;top:0;}
#chsheader > div > span { position:absolute;left:337px;font-family:'Century Gothic';font-size:48px;color:#9BCA1E;text-align: center;display:block;width:600px;line-height:56px;top:6px;}
#chsheader > div > div { position:absolute;left:337px;text-align:center;width:600px;top:62px;font-size:16px; font-family:Calibri,'Gill Sans',Arial,Verdana; text-transform:uppercase;color:#6f6d67;font-weight:normal;line-height:20px;}
#botbar {
  text-align:center;
  color:#fff;
  background-color:#D8AE28;
  font-size:11px;
  padding:5px 0;    
}
#chsfooter {
  width:100%;
  background-color:#e7e7e8;
  border-top:5px solid #fff; 
  clear:both;
  z-index:100;
  position:relative;
  font-family:Arial;
}
#chsfooter > div {
    width:967px;
    margin: 0 auto;
    background:url(../../images/bt/cairns-holiday-specialists-footer.png) 0px 15px no-repeat;
    padding:0 0 0 213px;
    overflow:hidden;
    color: #a7a9ab;
    font-size:11px;
}
#chsfooter a { color: #a7a9ab;}
#chsfooter a:hover,#chsfooter a:hover strong { color: #D8AE0E; }

#chsfooter h3 {
  color:#58585b;
  font-size:12px;
  margin-top:25px;
}
#chsfooter strong { font-size:12px; color: #58585b;}
#chsfooter ul li { margin-right:20px;}
ul.multi {
  list-style:none;   
  margin:0;
  padding:0; 
  overflow:hidden;
  width:100%;
}
ul.multi li {
  float:left;
  margin:0 10px 6px 0;
}
#main-content {
  box-shadow: 0 0 6px #999; 
  border-radius:6px 6px 0 0;
  padding-top:10px;   
}
