@charset "utf-8";

/* reset styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
       margin:0; 
       padding:0; 
   } 
   table { 
       border-collapse:collapse; 
       border-spacing:0;
       border-color:#CCCCCC; 
   } 
   fieldset,img {  
      border:0; 
  } 
  ol,ul { 
      list-style:none; 
  } 
  caption,th { 
      text-align:left; 
  } 
  h1,h2,h3,h4,h5,h6 { 
      font-size:100%; 
      font-weight:normal; 
  } 
  q:before,q:after { 
      content:''; 
  } 
  abbr,acronym { border:0; 
  } 
  
body { font-size:62.5%; }
fieldset { padding:10px; }
a { outline: none; }
a img, img { border:none; }

/* layout and formatting */
body {
	background:#53443E url(../images/banner_1pix.gif) 0 1px repeat-x;
	color:#3D322E;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	body.home {
		background-image:url(../images/banner_1pix_home.gif);
		background-position:0 0;
	}
.wrapper {
	width:940px;
	margin:0 auto;
	position: relative;
}
    .wrapper.over {
        z-index: 80;
    }
	#top_bar {
		list-style-type:none;
		width:380px;
		height:26px;
		float:right;
	}
		#top_bar li { float:left; }
	#header {
		clear:both;
		position:relative;
		height:140px;
		overflow:hidden;
	}
		.home #header { height:190px; }
		#logo {
			display:block;
			width:209px;
			position:absolute;
			top:6px;
		}
		.home #logo {
			height:162px;
			top:28px;
			left:30px;
		}
		#banner {
			position:absolute;
			right:0;
			top:0;
		}
		img.thin {
		  border-right:1px solid white; 
		}
	#footer {
		background-image:url(../images/footer_bg.gif);
		background-repeat:repeat-x;
	}
	#page { 
		background-color:#FFF; 
	}
		#panel_left, #content, #panel_right, .leftpane, .rightpane { float:left; }
		#panel_left  { width:190px; }
		
		#content {
			width:475px;
			min-height: 350px;
			height: auto !important;
			height: 350px;
			margin:0 20px;
		}
		
		.leftpane { width:475px; margin-right:20px; } 
		.rightpane { width:270px;}
		#panel_right, .rightpane { width:235px; padding-top:10px; }
		.wide #content 		{	width:730px; margin:0 0 0 20px;	}
		.wide #panel_right 	{	display:none;	}
		.accomodation #content { margin:0 0 0 20px; width:730px; }


#searchContainer { 
	position:absolute; 
	bottom: 0px; 
	right: 0px; 
	background: #3D322E; 
	padding:10px; 
	border-right: 1px solid white;
}

#content p.legend { 
    vertical-align: middle;    
    padding:10px 0 0 10px;	
}
.legend img { vertical-align: baseline;   }

.legend span { width: 17px; float: left; }
.legendBox { 
	font-size: 13px;
	border-top:1px solid #CCCCCC; 
	
}

.legendBoxWrapper { border:1px solid white;; padding-bottom:5px; background-color: #ECE1D9;  }

#searchContainer input.search  { width: 100px; padding:2px; margin-top: 1px; }
#searchContainer input.inactive { color: #888; } 
#searchContainer input#searchBtn {  
	background:white url(/asset/images/buttons/go_btn.png) no-repeat scroll left top;
	border:1px solid #D0CBC9;
	color:white;
	cursor:pointer;
	height:20px;
	line-height:20px;
	padding:1px;
	text-align:center;
	text-decoration:none;
	text-indent:-3000px;
	vertical-align:middle;
	width:32px;
}
        
#crumbs {
    padding:2px 2px 2px 0px; 
    font-size: 10px;
}
#page #crumbs a { 
    color: #FF8000;
    text-decoration: underline;
}
#page #crumbs a.last, #page #crumbs a.last:hover  {
	text-decoration: none;
	color:#3D322E;
}
    
#nav {  
    z-index: 80;
    position: relative;
    float: left;
   /*  float:right; */
}
#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}



#nav a {
    display: block;
    font-weight:bold;
    font-size:16px;
    color:#251F1D;
    line-height:25px;
    text-decoration:none;
    padding:0 25px;
    border-left:1px solid #D2D2BF;
    padding-bottom:1px;
}
#nav a:hover {
    color: #F8F9E7;
}

#nav a.selected {
	 color:#F8F9E7;
}
#find {height:86px;list-style-type:none;}
 #nav li { width: auto; }
 #nav ul li a {
      display:block;
      padding:5px 0px;
      margin-left:5px;
      background:#3D322E;
      color:#F3F7E1;
      text-decoration:none;
      font-size: 1em;
      border-bottom:1px solid #5F4E47;
      border-right: none;
      font-weight: normal;
      border-left:none;
      width: 300px;
    }
 #nav ul li a:hover { 
        color:#976C44;
 	}
#nav li { /* all list items */
    float: left;
   /* width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	padding:5px;
    position: absolute;
    width: 310px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

#nav ul {  background:#3D322E; width: 25em; }
    #nav ul li.last a {
        border-bottom:none;
    }
#nav ul ul { display: none; }    

/* IE7 Fix */
*:first-child+html #nav {
height: 1%;
}
*:first-child+html #nav li {
height: 1%;
} 


#subnav {
	list-style-type:none;
	height:20px;
	padding-top:1px;
	clear:both;
	text-align:right;
	display: block;
}
#subnav_spacer {
	height:23px;
	clear:both;
}
	#subnav li {
		display: inline;
        list-style-type:none;
	}
	#subnav li a {
		font-size:13px;
		color:#EEF0DB;
		line-height:20px;
		text-decoration:none;
		padding:0 10px;
	}
	
	#subnav li a.selected { text-decoration: underline; }
	
	#nav .last_item, #subnav .last_item {
		padding-right:10px !important;
	}
	
    #subnav li a:hover { color:#FFF; }


}
/* footer navigation */
#find { list-style-type:none; height:86px; }
	#find li { float:left; }
	#find li a {
		display:block;
		width:150px;
		height:59px;
		background-repeat:no-repeat;
		background-position:0 12px;
		padding:21px 0 0 75px;
		margin:0 0 0 10px;
		color:#B0A8A4;
		font-size:15px;
		text-decoration:none;
	}
	#find li a:hover { color:#FFF; }
	#north 		{	background-image:url(../images/north_is.gif);	}
	#south 		{	background-image:url(../images/south_is.gif);	}
	#popular	{	background-image:url(../images/find_a_lodge.gif);	}
	#activity	{	background-image:url(../images/find_activity.gif);	}
	#north:hover 	{	background-image:url(../images/north_is_click.gif);	}
	#south:hover 	{	background-image:url(../images/south_is_click.gif);	}
	#popular:hover	{	background-image:url(../images/find_a_lodge_click.gif);	}
	#activity:hover	{	background-image:url(../images/find_activity_click.gif);	}

#footer_nav1, #footer_nav2 { color:#F0E9E3; text-align:right; }
#footer_nav1 a { text-decoration:none; color:#F0E9E3; }
#footer_nav2 a { text-decoration:none; color: #B0A8A4; }
#footer_nav1 a:hover, #footer_nav2 a:hover { text-decoration:underline; }
#footer_nav1 { font-size:12px; padding:10px 10px 5px 0; }
#footer_nav2 { font-size:12px; padding:0px 10px 20px 0; }



/* formatting */
#top_bar a {
	font-size:11px;
	color:#453934;
	text-decoration:none;
	line-height:26px;
	padding:0 5px;
	border-right:1px solid #453934;
}
#top_bar a:hover { text-decoration:underline; }
#page a {
	color:#C37342;
	text-decoration: none;
}
#page a:hover { color: #FF8000; text-decoration: underline; }
#panel_left {
	font-size:11px;
}
#panel_left p {
	padding:4px 0 5px 0;
	line-height:15px;
}
#panel_left h2, #panel_left h2 a {
	font-size:20px;
	color:#AD7B5F;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 0 0;
}


.box {
	padding:5px 0 5px 0;
	border-top:1px solid #F0E9E3;
}
	.qualmark {
		border:1px solid #CCCCCC;
		padding:2px;
		margin:0 5px 5px 0;
	}
.qualmarkBox a { color: #3D322E; }

#content h1 {
	color:#9C7B5F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	text-transform:capitalize;
	padding:15px 0 5px;
}
#content h2 {
	color:#3D322E;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	padding:10px 0 2px;
}

#content h4 { 
      font-size:12px;
      font-weight:bold;
      margin-bottom:0px;
}

#content p {
	padding:5px 0 10px 0;
	line-height:16px;
}
#content ul {
	list-style-type:none;
	margin:5px 0 10px 0;
}
	#content ul li {
		padding:5px 0 5px 18px;
		line-height:16px;
		background:transparent url(../images/bullet.gif) 5px 9px no-repeat;
	}
	#content ul li ul {
		margin:5px 0 5px 10px;
	}
		#content ul li ul li {
			padding:3px 0 3px 18px;
			background:transparent url(../images/bullet_round.gif) 5px 11px no-repeat;
		}
#content ol {
	margin:5px 0 10px 0;
}
	#content ol li {
		margin:5px 0 5px 28px;
		line-height:16px;
	}
#content .quote {
	color:#9C7B5F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	text-align:center;
	padding:10px 0 0px 0;
	margin:10px auto 15px;
	width:430px;
	border-top:1px solid #F0E9E3;
	line-height:24px;
	clear:both;
}
#content table {
	margin:0 0 10px 0;
}
	#content td {
		vertical-align:top;
		padding:3px;
	}

#content .content-item {
	   padding-top:10px;	
}
.pretty_pic {
	float:left;
	clear:both;
	padding:7px;
	border:1px solid #F0E9E3;
	margin:10px 15px 15px 0;
}
	.pretty_pic.top { margin-top:20px !important }
	.pretty_pic img { border:3px solid #C8C4C2;	}

#panel_right .block {
	padding:7px 9px;
	clear:both;
	font-size:11px;
	color:#3D322E;
	line-height:15px;
}
#panel_right .block.odd {
	background-color:#F0E9E3;
}
/*
#panel_right{
	margin:0 0 0 7px;
	border:1px solid #FFF;
}
*/
#panel_right a {
	color:#3D322E;
	text-decoration:underline;
}
#content blockquote {
	padding:5px 20px;
}

#content .rightpane blockquote {
    padding:5px 10px;
    font-size:11px;
    line-height:1.3em;
} 

/*
Listing Styles - Right Col, & Sections
*/


ul.inn_list li, #content ul.inn_list li {
      padding:9px;
      line-height: 1.3em;   
}

ul.inn_list li.hover, #content ul.inn_list li.hover {
	border:1px solid #BB8F68;
	padding:8px;	
}
ul.inn_list li.alt, #content ul.inn_list li.alt{
      background-color:#F0E9E3;	
}
	ul.inn_list li h3 { 
		  display: inline;
		  font-weight: bold;
	}
		ul.inn_list li a img {
			border:1px solid #C8C4C2;
			margin:0 0 0 14px;
		}
		
		ul.inn_list li.alt a img {
		    border:1px solid white;
		}
		ul.inn_list li p {
			text-align: left;
		}
		#panel_right ul.inn_list li p a {
			   text-decoration: none;
			   color:#C37342;
		}
		#panel_right ul.inn_list li p a:hover {
            color:#FF8000;
            text-decoration: underline;
        }
        #panel_right ul.inn_list li a { font-size:11px; margin:0; }
        #panel_right img.innThumb {
            width: 89px; 
            height: 89px; 
            float: right;           
        }
        #panel_right ul.inn_list li a img { 
            margin-left:5px; }
            
        #panel_right ul.inn_list li p { font-size: 11px; }

#panel_right ul.inn_list li h3 a { 
	font-size: 11px;
	text-decoration: none;
	display: inline;
 }
#sections ul.inn_list li a.thumb img {
    margin-left:0px; 
}
#sections ul.inn_list li a.thumb {
		
}
#sections ul.inn_list li span.qualmark {
	margin-left:20px; border: none;	
}
#sections ul.inn_list li span.padder {
	padding:0 5px;	
}

#sections ul.inn_list li div.section_content {
    /*margin:0 0 0 100px;*/
    padding:0 0 0 12px;	
}
#sections ul.inn_list h2 {
    padding:0px;
    display:inline;	
}
#sections ul.inn_list li p.extra{
	padding:3px 0 0 0;
}

div.options a {
    display:block;
    height:18px;
    color:#C37342;
    text-decoration: none;
    float:left;
    margin-right:10px;
    margin-top:5px;
    padding:0px 0 0 20px;
}
div.options a:hover {
	color:#FF8000;
	text-decoration: underline;
}
div.options .more_info {
	background:url("/asset/images/buttons/more_info.gif") top left no-repeat;
}
div.options .book_now {
    background:url("/asset/images/buttons/booknow_btn.gif") top left no-repeat;
    padding:0px 0 0 33px;
}

div.options .view_map {
    background:url("/asset/images/buttons/view_map.gif") top left no-repeat;
}

.bold 		{	font-weight:bold; }
.no_border	{	border:none !important;	}
.no_margin	{	margin:0px;	}

.rightpane { }
.leftpane { line-height: 15px; }
#slideshow { 
	height:250px; 
	border-top:1px solid white; 
	border-bottom:1px solid white;
}
#slideshow-nav #slideshow-prev { float:left; }
#slideshow-nav #slideshow-next { float:right; }
#slideshow-nav #slideshowText { text-align:center; }
#slideshow-nav { color:white; padding:5px 0; }
#slideshow-nav a { 
	color:#FFFFFF; 
	padding:0 3px; 
	display:block; 
	text-decoration: none; 
}

/* Accomodation Page */
.rightpane { line-height: 17px; }
.rightpane .activities .content-item {
	border-bottom: 1px solid #F0E9E3;
	padding-bottom:10px;
}
#content .rightpane .activities h4 ,
.rightpane .activities { font-size: 11px; clear: left; }


#imgGalleryContainer {
   /* height:267px; */
    padding-top:10px;   
}

   
   #imgGalleryContainer #caption {
    display: block;
    width:344px;
    background: #F0E9E3;
    border-top:4px solid white;
    color: #3D322E;
    font-size:11px;
    padding:3px 5px;
   }  
   

#imgGalleryContainer div {
	width: 354px;
	background: #F0E9E3;
	height:237px;  
	text-align: center;
	overflow: hidden;
}
#content ul#imagegallery {
    float:right;
    margin:0px; 
}
    #content ul#imagegallery li {
        padding:0px 0 0px 0;
        line-height:0px;
        width:116px;
        height:76px;
        text-align: center;
        background:#E5DAD0;
        overflow: hidden;
    }
    
    #content ul#imagegallery li.padder {
        margin:4px 0;
    }
    #content ul#imagegallery li a {
        display: block;
        width:116px;
        height:76px;
        text-align: center;
    }
    #imgGalleryContainer #more-images {
        float: right;
        font-size: 12px;
        color: #FF8000;
        padding:10px 15px 0 0;
    }
    
    .rightpane div.divider { 
       color: #FFFFFF;
       background-color: #FFFFFF;
       height: 2px;
   }

   .rightpane .hosts_img {
       border-top:2px solid white;
       border-bottom:2px solid white;
   }   
   .rightpane .hostDetails {
    background:#F0E9E3;
   }
   .rightpane .accomLinks {
    text-align: center;
    border:1px solid #F1F0EF;
    padding:7px 7px 2px 7px;
    margin-top:2px;
    background:#F8F7F7;
    margin-bottom:10px;
   }

   #page .rightpane .accomLinks a {
        display:block;
        width:210px;
        height:24px;
        padding:3px;
        border:1px solid #8D3F3F;
        line-height:24px;
        text-align:center;
        background: url("/asset/images/buttons/room_buttons_bg.jpg") 3px 3px no-repeat;
        color:white;
        text-decoration:none;
        margin-bottom:5px;
   }
   #page  .rightpane .accomLinks #bookaRoomLink {
    }
   #page  .rightpane .accomLinks #bookaRoomLink:hover {
            /* Red Hover */
        background-position:  3px -25px ;
        border-color:#880000;
        
  

   }
   #page .rightpane .accomLinks a:hover {
    
   }
    
   #page  .rightpane .accomLinks #memberLink {
         /* Yellow Link */
        background-position:  3px -53px ;
        border-color: #A05A00; 
   }
   #page  .rightpane .accomLinks #memberLink:hover {

        /* Yellow Hover*/
        background-position:  3px -81px ;
   }
   #page  .rightpane .accomLinks #sendEnquiryLink {
        /* Green Link */
        background-position:  3px -109px ;
        border-color: #0E7400;
   }

  #page  .rightpane .accomLinks #sendEnquiryLink:hover {
        /* Green hover */
        background-position:  3px -137px ;
        
   }   

   .hostInfo {
    background: #E5DAD0;
   }
   .hostInfo img { padding:10px 0 0 10px; }
   #content .hostDetails table { margin:0px; padding:0; }
   
   #inn_user_content ul { list-style-type:disc; margin-left:40px;  }
   #inn_user_content ul li, #inn_user_content ul li ul li { padding-left:10px; }
   #inn_user_content ul li ul { list-style-type: circle; margin-left:20px; }
    
#roomListing { border-top:1px solid #D0D0D0; padding:0; margin-top: 10px; }
#roomListing div.content-item {
  margin: 5px 0px 10px 0; 
  padding: 5px 0px 10px 0px; 
  line-height: 16px;
  border-bottom:1px solid #D0D0D0;
}
#roomListing div.content-item img { 
    border: 1px solid #D0D0D0; 
    width: 216px;
    padding: 5px; 
    margin: 2px 5px 2px 0; 	
}
#roomListing div.content-item img.left { float:left;}
#roomListing div.content-item img.right { float:right;}

.qualmarkRating, .qualmarkEnviroRating {
	float: left;
}

.qualmarkRating img, .qualmarkEnviroRating img {
    margin-left: 27px;
}
  
 /* Planner dates */
.mapWrap {  border:1px solid #CCCCCC; margin-top:10px; }
#headerMapDiv {  border:1px solid #FFF; width:726px; height: 300px; }
#plannerWrapper {
    background-color: #976C44; 
    border: 1px solid #D0D0D0;
    margin-bottom:10px;
    
}

#planner { 
	border:1px solid white; 
	margin:0; 
	padding:10px 0 10px 10px; 
	width:716px; 
}

#planner {
	color:white;
}
#planner input {
    background:white url(/asset/images/buttons/go_btn.png) no-repeat top left;
	border:1px solid #D0CBC9;
	color:white;
	cursor:pointer;
	height:20px;
	line-height:20px;
	text-indent:-3000px;
	padding:1px;
	text-align:center;
	text-decoration:none;
	width:32px;
	vertical-align: middle;
 }
 
 
.message { 
	   border:1px solid;
	   padding:8px 8px 8px 50px;
	   background-position:10px 40%;
	   background-repeat:no-repeat;
	   color:#3D322D;
	   font-size: 1.4em;
	}
.message.notify { 
    border-color: #789ABC;
    background-color: #99B3CC;	
    background: #CCD9E5 url('/asset/images/icon_notify.gif') center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
}

.message.success { 
    border-color: #4D8F4B;
    background-color: #E4F2CE;  
    background: #E4F2CE url('/asset/images/icon_success.gif') center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */	
    margin-top:15px;
}

.message.error { 
    border-color: #CE001D;
    background-color: #F9B7B9;  
    background: #F9B7B9 url('/asset/images/icon_error.gif') center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    margin-top:15px;
    margin-bottom:15px;
}
 
 #addedControls, div.suggestions { margin:10px 0; } 
  
/* Calendar */
#calendar {
    clear:both; 
    padding-top:10px;
}
#calendar form {  }
#calendar form select { float:left; margin-right:5px; }
#calendar input.buttonGo {
	background:transparent url(/asset/images/buttons/go_button_bg.jpg) no-repeat scroll 1px 1px;
	border:1px solid #D0CBC9;
	color:white;
	display:block;
	height:20px;
	line-height:20px;
	padding:1px;
	text-align:center;
	text-decoration:none;
	width:32px;
	float:left;
	cursor: pointer;
}
#calendar input:hover.buttonGo { background-position: 1px -19px; }
#calendar input.addToPlanner {
	background:transparent url(/asset/images/buttons/block_button_bg.jpg) no-repeat scroll 3px 3px;
	border:1px solid #D0CBC9;
	color:white;
	display:block;
	height:32px;
	line-height:32px;
	margin-bottom:5px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	width:218px;
	cursor: pointer;
	float: right;
	vertical-align: middle;
	line-height: 24px;
}
#calendar input.addToPlanner:hover {
	background-position:3px -25px;
	border-color:#D0BDAB;
}


#vianetcalendar { width:728px; }
#calendar form {
	padding:10px 0;	
}
#calendar #tblContainer {
   overflow-x:scroll;
    width:728px;
   margin:0 0 15px 0;
}
#calendar table {
    font-size:11px;	
}
#calendar table td { 
    background:#F4F0EC;
    border:1px solid white;

}
#calendar table tr .empty, #calendar table th.empty, #calendar table td.empty {
	background:white;
}
#calendar table th, #calendar table th a {
    font-weight:normal;
    color:#605148;
    height:31px;
    text-align:center;
}
#calendar table tr.calMonth th, #calendar table tr.headerDay th {
	   background:#EBE3DC;
	}	
#calendar table tr.headerDay th.weekend {
	   background:#E1D4C8;
}
#calendar table td.dateDay { padding:3px; color: #C37342;}
#calendar table td.dateDay a {
	  display:block;
	  height:31px;
	  line-height: 31px;
	  padding:0 3px;
}
#calendar table td.dateDay a:hover { background: #D0CBC9; color:white; }

#calendar table tr.calMonth th.empty  {
	background:white;
}
#calendar table tr.calMonth th {
	height:16px;
	font-size:12px;	
}
#calendar table td.roomName {
	   padding:0 10px;
	}
#calendar table td span.notAvailable {
	width:31px; 
	display:block;
}

#calendar table td.weekend { background: #EBE3DC; }

/* Map Stuff */

            #map_container { position: relative; overflow: hidden;   }
            #mapDiv { float:left; width:187px; height:300px; z-index: 10;  }
            
            #map_nav { position: absolute; top:0; left:0px; z-index: 70; background:#C37342;   }
            #map_nav ul { width:187px; background:#976C44; list-style:none; margin:0px; padding:0px;   }
            #map_nav ul li { background:#C37342; color:#fff; cursor:hand; }
            #map_nav ul.mapNavSubNav li { padding:3px 0 3px 3px; width:184px; }
            #map_nav ul.mapNavSubNav li:hover { background:#F0E9E3; color:#3D322E; cursor:pointer; cursor:hand; }
            
            #message { position:absolute; padding:10px; background:#555; color:#fff; width:75px; font-size:10px; }
            #map_nav li.mapNavHeader { background:#976C44; width:184px; }
            #map_nav li.mapNavHeader ul { display: none; }
            #map_nav li.mapNavHeader:hover ul { display: block; }
            #map_nav li.mapNavHeader a { text-decoration: none; color:white; padding:3px 0 3px 3px; display:block; }
            
            
            
/* Form Stuff */

.zend_form { padding:20px 0 5px 0; }
.zend_form legend { font-weight:bold; border:3px solid #fff; margin-bottom:5px; padding:3px; width:254px; }
.zend_form dt {clear:left; display:block; float:left; width:100px; text-align:right; padding-right:10px; padding-top:5px; color:#888; margin-bottom:0.5em;}
.zend_form label { font-size:12px; margin:3px 0 0 0; color:#976C44; }
.zend_form input { padding-left:0.5em; margin-bottom:0.6em; border:1px solid #D0BDAB; color:#3D322E}
.zend_form select {margin-left:0.5em;}
.zend_form textarea {width:410px; height:15em; border:1px solid #D0BDAB; padding:0.5em; overflow:auto; }

.zend_form div.blockBorder {    border:1px solid #CCCCCC; margin-bottom:10px; padding:10px 0;	}
.zend_form .left { float:left; }
.zend_form fieldset { padding:0; }
.zend_form #showcal_start  { background-color: #976C44; width:16px; height:16px;   }
.zend_form #showcal_start img { margin:2px 0 0 2px; }

#content .zend_form ul.errors li {
	background:transparent url(/assets/clients/images/tooltips/exclamation.png) no-repeat scroll left center;
	color:red;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:20px;
}
#content .zend_form label em {
	color:#FF3333;
	font-weight:bold;
}

.zend_form .send_button input, .zend_form input#login {
	 font-weight: normal; 
	 background:transparent url(/asset/images/buttons/login_button_bg.jpg) no-repeat scroll 1px 1px;    
	 border:1px solid #D0CBC9;
	 color:white;
	 display:block;
	 float: right;
	 height:25px;
	 line-height:20px;
	 padding:1px;
	 text-align:center;
	 text-decoration:none;
	 width:44px;
	 font-size:12px; 
	 vertical-align: middle;
	
	 }
	 
 .zend_form  .send_button input:hover {
        background-position:  1px -24px ;
        border-color:#D0BDAB;    
 }
 
.zend_form input#login {
    float:left; 
    line-height:0px;
    background:transparent url(/asset/images/buttons/login_button_bg.jpg) no-repeat scroll 1px 1px;    
}
.zend_form input#login:hover {
    background-position:  1px -24px ;
}

.zend_form p.hint, .zend_form p.description {
	   margin-left: 110px;
    position: relative;
    top: -6px;
    font-style: italic;
    font-size: 0.95em;
	}

#profile-form p.description, #profile-form p.hint, #checkoutForm p.description, #checkoutForm p.hint {
	margin-left: 110px;
	position: relative;
	top: -6px;
	font-style: italic;
	font-size: 0.95em;
}

#checkoutForm p.description,#checkoutForm p.hint {
	margin-left: 160px;
}

#profile-form #bodyText-element {
	margin-left: 110px;
}

#profile-form .input, #profile-form textarea, #profile-form select {
	width: 380px;
}

#profile-form #submit {
	position: relative;
	left: 53px;
}

.shiftDown {
	position: relative;
	top: -4px;
}

.shiftDown {
    margin-left: 0px;
}

#profile-form .wysiwyg {
	width: 380px;
}

#profile-form #bodyText-element p.description {
	margin-left: 0px;
}

/* Planner Box */

#plannerBox {
    padding:3px;
    border:1px solid #CCCCCC;
    background: #F7F7F7;	
}

#plannerBox ul#properties {
    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;
    border-top:1px solid #F0E9E3;
    border-bottom:1px solid #F0E9E3;	
}
#plannerBox ul#properties li span { padding-right:5px; font-size: 11px; }
#plannerBox ul#properties li a {}
#planner-list { border: 1px solid #CCC; background: #F7F7F7; padding:6px; margin-bottom: 10px; }
#planner-list h3 { color: #C37342; font-size: 18px; font-weight: bold; font-family:Georgia,"Times New Roman",Times,serif;  }
#planner-list h4 { font-weight: bold; margin-bottom: 15px; }
#planner-list h3 span { font-family:Verdana,Tahoma,Helvetica,sans-serif; padding-right:3px; font-size: 14px; }
#planner-list p { padding:0; }
#planner-list ul li { border-bottom: 1px solid #EDECEA; padding-bottom:5px; margin-bottom:5px; }
#planner-list ul li.noborder { border:none; }

#plannerBox h2 {  color: #3D322E; font-size: 17px; padding:0; }

#planner-list.numbered h2 {
    font-size: 17px;
    padding: 5px;
    color: #3D322E;
}
#planner-list.numbered dt { 
	font-size:25px;
	display: block;
	float: left;
	width: 32px;
	clear: left;
	color: #B99B80;
	padding-left:5px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

#planner-list.numbered dd {
    border-top:1px solid white;
    padding:5px 0;	
    color: #3D322C;
    padding-left:37px;
    padding-right: 5px;
}
#planner-list.numbered dd.last {
    border-bottom:1px solid white;
}
#planner-list.numbered dd.first {
    padding-bottom: 10px;	
}

#planner-list.numbered dd.alt {
    background: #ECE1D9;	
}
#planner-list.numbered { padding:0; }
#planner-list .numWrapper { border:1px solid white; }
#planner-list.numbered a { text-decoration: underline; font-style: italic; color: #FF8000; font-size: 17px; }
#planner-list.numbered a:hover  { }


#plannerBox.plannerContent {
    padding:10px;	
}
#plannerBox .underline { font-size:1.4em; }

	
/* Planner Form */
form#booking_planner label, form#booking_planner div.description  {
    	color:#3D322D;
    	font-size:13px;
}
#booking_planner select { width: 100px; }
#booking_planner select#location { width:250px; }
form#booking_planner ol li { margin-left:0px; }
form#booking_planner .submitbox { margin:10px 0 0 0; }
form#booking_planner .submitbox dt { display: none; }
form#booking_planner .submitbox { border:1px solid #CCCCCC; text-align:left; }
form#booking_planner .submitbox input { 
	padding:3px; 
	margin:3px;
	width:67px; 
	background:url(/asset/images/buttons/submit_bg.jpg) center 50% no-repeat;
	border:1px #D0CBC9 solid;
	color:white;
	cursor: pointer;
}

#activities select { margin-left:0px; width:728px; background:#EFEFEF; }
#activities { width:728px; margin-top:15px; }
dd#locationDD { width: 180px; float:left; }
dd#locationDD select { width: 160px; }
dt#durationDT { width:60px;  clear: none; float:left; }
dd#durationDD { float:left; width:180px;  clear: none; }
dd#durationDD input { width: 160px; }
div#durationDesc { float:left; color:#976C44; font-size:12px; margin:4px 0 0; }


/* checkout Form form  */

form#checkoutForm {
    border:1px solid #CCCCCC;
    background: #F8F7F7;
    margin-bottom:10px;	
}
form#checkoutForm input, form#checkoutForm textarea { border-color: #CCCCCC; }
form#checkoutForm dl.zend_form dt {
    width:140px;
    text-align: left;
    padding-right: 0;
    padding-left:15px;	
}
form#checkoutForm dl.zend_form dt label {
    color:#3D322C;
}
form#checkoutForm dd#terms-element p.description { 
	display: inline; 
	margin-left:5px;
	padding-bottom:0; 
	vertical-align: bottom;
	font-style: normal;
}

form#checkoutForm  .zend_form label em {
	color: #976C44;
}
form#checkoutForm .requiredNote {
	   font-size:1em;
	   color: #976C44;
	}
	
form#checkoutForm ul.errors {
    	margin-left:165px;
}	
	
/*
#asmList0 { max-height: 130px; overflow: auto;  }
#asmList0 li { width:700px; }*/

/* Planner search results table */

div.plannerResultsNav {
	margin:5px 0px;
}
	
table#planner-search-results { width:100%; background:#F4F0EC; margin:0; }
table#planner-search-results .hilight { background:#EBE3DC; font-size: 11px; }
table#planner-search-results .hilight td { padding:3px; }
table#planner-search-results td.roomName { padding:3px; }
table#planner-search-results th a { 
	font-weight: normal;
	display: block;
	padding:0 0 0 3px;
	font-size:12px; 
}
table#planner-search-results td {
	padding:0px;
	}
table#planner-search-results td a { 
	display: block;
	height:31px;
	line-height: 31px;
	padding:3px;
}
table#planner-search-results td a:hover {
	  background:	#FFF;
}

/* Selected Properties Results */

.makeResBtn { float:right; }
#selected_properties { margin-top: 10px; }
#selected_properties div.container { overflow: auto; width:728px; margin-bottom: 15px; padding:0px 2px 2px 2px;  }
#selected_properties table {  background:#F4F0EC;  }
#selected_properties table .hilight { background:#EBE3DC; font-size: 11px; }
#selected_properties table .hilight td { padding:3px; }
#selected_properties table .hideBox {  }

#selected_properties table td.roomName { padding:3px; }
#selected_properties table th { 
    font-weight: normal;
    padding: 3px;
    font-size:12px;
    background: #EBE3DC; 
}
#selected_properties table th.weekend { background:#E1D4C8; }

#selected_properties thead { border-top: solid 1px #CCCCCC; }
#selected_properties table th.hideBox {
	background: #FFF;
	border-top: none;
	border-left: #FFF 1px solid;	
}
#selected_properties table td {
    padding:0px;
    vertical-align: middle;
    }
#selected_properties table td.weekend { background: #E4DAD0; }     
    
#selected_properties table td div.roomText {
    padding:4px;	
}
#selected_properties table td.notes{
    padding:3px;    
}
    
#selected_properties table td.conflict { 
    padding:3px;
    color:red;
}

#selected_properties table td a.remove { 
    display: block;
    height:20px;
    line-height: 20px;
    color:#B3231C;
    font-size: 11px;
    pading:3px;
    padding-left:20px;
    background: url('/asset/images/icon_remove.gif') no-repeat  2px 6px;
    
}
#selected_properties table td a:hover {

}

#selected_properties a#bookButton, #page a.blockButton {
	background:transparent url(/asset/images/buttons/block_button_bg.jpg) no-repeat scroll 3px 3px;
	border:1px solid #D0CBC9;
	color:white;
	display:block;
	height:24px;
	line-height:24px;
	margin-bottom:5px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	width:210px;
}
#selected_properties a#bookButton:hover, #page a.blockButton:hover {
        background-position:  3px -25px ;
        border-color:#D0BDAB;
}        

#conflict-dates-list { border:1px solid #B3231C; margin:5px 0px; padding:5px; background: #F7F7F7; }
#conflict-dates-list ul { padding:0px; margin:2px 0px; }
#conflict-dates-list ul li { padding:3px 2px; }

/* Checkout page */

form#checkoutForm #submit {
	    display:block;
        width:218px;
        height:32px;
        padding:3px;
        border:1px solid #D0CBC9;
        line-height:24px;
        text-align:center;
        background: url("/asset/images/buttons/block_button_bg.jpg") 3px 3px no-repeat;
        color:white;
        text-decoration:none;  
        cursor: pointer;      
}
form#checkoutForm #submit:hover {
 background: url("/asset/images/buttons/block_button_bg.jpg") 3px -25px no-repeat;
}

form#checkoutForm dl.zend_form dt {
    width:150px;	
}
.zend_form .noClear {  }


input:hover {border-color:#FF8000;}

input:focus {border-color:#976C44;}

input:active {border-color:#976C44;}

/* Planner Selected Properties  */

#selected_properties {
	/*
    width: 728px;
    overflow: auto;
    padding-left:5px;
    */	
}
#selected_properties table { width:100%; }
#selected_properties table td {
	/* width:180px; */	
}
#selected_properties table textarea.comments_box {
    width:90px;	
}


/* NZ map and location list */

#locationMap {
    margin-top: 15px;
    border:1px solid #CCCCCC;
    background: #F8F7F7;	
    position: relative;
}
#locationMap div.mapLocationList {
	position: absolute;
	top:0;
	right:0;
}
#locationMap div.mapLocationList ul {
    margin-top: 0px;
    width:307px;	
}
#locationMap div.mapLocationList ul li {
	
    padding:0;
}
#locationMap div.mapLocationList ul li a {
    display: block;	
    color:#3D322D;
    background: #E9DFD6;
    border-bottom: 1px solid white;
    padding:5px 0px 5px 8px;
}
#locationMap div.mapLocationList ul li.alt a {
    background: #F2ECE7;	
}


/* activities Page  / destinations page*/
table.listingTable td {  vertical-align: middle; }
table.listingTable td a { display: block; width: 200px; height: 30px; line-height: 30px; }
table.listingTable tr.alt { background: #F0E9E3; }

#displayTags { margin:10px 0 10px 0; }

/* Misc / other Specific styles */


#content #tmpRoomList li {
    background: url("/assets/clients/images/tooltips/tick.png") 0 5px no-repeat;
    padding-left: 20px;	
}	
em.tagline, p.tagline  {
    font-size:16px;
    line-height:120%;
    color: #9C7B5F;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-top: 1px solid #F0E9E3;
    padding:10px 0;
    margin-top:10px;
    display: block;
}

.imgBullet { padding-top:2px; }

.warning {
    color: red;
}

#page .underline, #page a.underline, .underline, a.underline  {
	text-decoration: underline;
}
#e-brochure {
	padding:10px;
	font-size: 11px;	
}
#e-brochure h3 { font-weight: bold; }

.keyword {background-color: #FBF1BB;}

/* Intranet Styles */
body#intranet {
    background:#53443E url(../images/banner_intranet_1pix.gif) 0 1px repeat-x;
}
#intranet #content {
            min-height: 500px;
            height: auto !important;
            height: 500px;
            width: 920px;
        }
#intranet #footer { padding: 15px; color: #F3F4E2; }
#intranet .asmContainer .asmListItem { margin:5px 0px; }
.zend_form DD { margin-bottom:10px; }
.zend_form select { margin-left:0; }
#intranet .asmHighlight { margin-left: 12px; position: relative; top: 3px; }

#intranet .asmContainer {
    margin-left: 110px;
    width: 380px;
}

#intranet .asmListItem, #intranet .asmListItemLabel {
    width: 380px;
}   

/* Wrapper */

#wrapper {
	background:url(/asset/images/wrapper_bg.png) repeat-x;
}
#wrapper #removeFrame {
	position: absolute;
	top:0px;
	right:0;
	color:white;
	font-size: 11px; 	
}
#wrapper #wrapper_buttons { 
	float: right; 
	margin:20px 20% 0 0;
}
#wrapper #wrapper_buttons a {
	background:transparent url(/asset/images/buttons/wrapper_button_bg.jpg) no-repeat scroll 0px 0px;
	border:1px solid #D0CBC9;
	color:white;
	display:block;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	text-align:center;
	text-decoration:none;
	width:216px;
}
#wrapper #wrapper_buttons a:hover { background-position: 0 -31px ; }

.textfield input:focus:hover, .file input:focus:hover, .dropdown select:focus:hover, .textarea textarea:focus:hover, div input.innertextfield:focus:hover {border-color:orange;}
#login { padding:4px; margin:0px; border:1px soild #AA8168; background:white; color:#8D603E; cursor: pointer; }


#TB_ajaxWindowTitle {
	color:#9C7B5F;
font-family:Georgia,"Times New Roman",Times,serif;
	}
	
#content .imgtable {
	border: 1px solid #F0E9E3;
	margin:10px 0;
}
	
	
#content .imgtable th {
    background: #976C44;
    color:white;	
    padding:5px;
}
#content .imgtable td {	
	padding:5px 5px 5px 5px;
	border-bottom:1px solid #F0E9E3;
	margin-top:2px;
}
#placeholder img {
    border: 1px soild #976C44;
    padding: 3px;	
}
/* Clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Clearfix */
