/*
Theme: Default
Description: Default Template Style Sheet
*/

@charset "utf-8";

:focus {
	outline: 0;
}

*{ padding: 0; margin: 0; }

body {
width: 100%;
margin: 0 auto 0 auto;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#67351d;
font-weight:normal;
background:url(../images/bg.jpg) #bab396 top center no-repeat;
}


/*  ------------------- TEXT STYLES --------------------*/

a{color:#67351d; text-decoration:none; outline: none;}
a:link{color:#67351d; text-decoration:none; outline: none;}
a:hover{color:#67351d;text-decoration:none;}
a:visited{color:#67351d; text-decoration:none;}
a:visited:hover{color:#67351d;text-decoration:none;}
a:focus{-moz-outline-style: none;}
img {border: none; outline:none;}


h1{ 
width:100%;
font-size:24px;
border-bottom:1px solid #67351d;
float:left;
font-weight:bold;
padding:0 0 5px 0;
margin:0 0 15px 0;
}
p{
font-size:13px;
color:#67351d;
font-weight:normal;
line-height:20px;
float:left;
width:100%;
}

/*  ------------------- MAIN AREA --------------------*/

#main_area{ 
margin: 0 auto 0 auto;
padding: 0;
width:930px;
height:100%;
float:none;
}

/*  ------------------- HEADER --------------------*/

#header{ 
padding: 0;
width:930px;
height:180px;
float:none;
}

#logo{
width:346px;
padding:30px 0 12px 30px;
height:138px;
float:left;
}

#top_right{
width:524px;
height:138px;
float:left;
padding:30px 30px 12px 0 ;
text-align:right;
}

#top_right .title{
width:524px;
float:left;
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
color:#313038;
font-size:38px;
}

#top_right .text{
width:524px;
float:left;
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
color:#313038;
font-size:16px;
}

#top_right .call{
width:524px;
float:left;
text-align:right;
font-family:"Times New Roman", Times, serif;
color:#313038;
font-size:46px;
}

/*  ------------------- MAIN BANNER --------------------*/

#banner{ 
width:910px;
height:290px;
float:none;
padding:10px;
background:url(../images/banner_bg.jpg) #fff top center no-repeat;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#banner2{ 
width:910px;
height:190px;
float:none;
padding:10px;
background:url(../images/banner_bg.jpg) #fff top center no-repeat;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

/*  ------------------- NAVIGATION --------------------*/

#nav{
margin: 0;
padding: 0;
width:910px;
height:50px;
font-size:16px;
color:#8f4927;
}
#nav li {
font-size: 16px;
float: left;
list-style: none;
color: #8f4927;
height:40px;
padding: 10px 20px 0;
position: relative;
background:url(../images/nav_split.png) top right no-repeat;
}


#nav a {
color: #8f4927;
text-decoration: none;
margin: 0;
display:block;
height:40px;
}

#nav li:hover > a {
text-decoration:underline;
}


* html #nav a {
	width: 100%;
}


#nav li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin-top: 0px;
	left: -2px;
	margin-bottom: 0px;
	text-align: left;
	width: 99%;
	background: #ffffff;
	border: 1px solid #96886E;
	border-top: 0px;
	top: 35px;
	z-index: 10000;
}

#nav li:hover ul {
	display: block;
}

#nav li ul li {
	position: relative;
	font-size:12px;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	text-align: left;
	width: 115px;
	display: block;
	padding-left:5px;
	z-index: 1000;
	padding: 0px;
	background: transparent;
	border-top: 0px;
}

#nav li ul li.parent {
	padding-bottom: 0px;
	background: #96886e;
	color: #ffffff;
	font-size:13px;
	letter-spacing:.095em;
	text-transform: uppercase;
	padding-left:1%;
	width: 99%;
	z-index: 1000;	
}

#nav li ul li a:link, #nav li ul li a:visited {
    padding-left: 5px;
	display: block;
	text-decoration: none;
}
#nav li ul li a:hover {
	margin-right: 0px;
	margin-left: 0px;                  
	display: block;
	text-decoration: underline;
}
            
            

/*  ------------------- MAIN SEARCH --------------------*/

#main_search{ 
padding: 0;
width:260px;
height:220px;
float:left;
padding:10px;
background:url(../images/homesearch_bg.jpg) #6c5744 top center repeat-x;
display:block;
color:#FFF;
}


#main_search .title{ 
padding: 0;
width:260px;
color:#fff;
font-size:20px;
float:left;
text-align:center;
}

#main_search .split{ 
width:260px;
height:2px;
margin:10px 0 10px 0;
background:url(../images/mainsearch_splitter.png) top center repeat-x;
float:left;
}

#main_search .double{ 
width:130px;
height:50px;
float:left;
margin:0;
padding:0;
}

.datepicker{ 
width: 110px !important;
border: 1px solid #67351D;
padding:5px; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
background: #fff url(../images/calendar.gif) center right no-repeat;
cursor: pointer;
}

.select {
border: 1px solid #67351D;
width: 120px !important; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
overflow: hidden;
background: #fff url(../images/dropdown.gif) no-repeat right;
}

.select select {
border: 1px solid white;
width: 140px;
background: transparent; -webkit-appearance: none;
height: 24px;
}

.sort_select {
border: 1px solid #67351D;
width: 160px !important; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
overflow: hidden;
background: #fff url(../images/dropdown.gif) no-repeat right;
}

.sort_select select {
border: 1px solid white;
width: 180px;
background: transparent; -webkit-appearance: none;
height: 24px;
}


#main_search .datepicker{ 
width: 110px !important;
border: 1px solid white;
padding:5px; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
background: #fff url(../images/calendar.gif) center right no-repeat;
cursor: pointer;
}

#main_search .select {
border: 1px solid white;
width: 120px !important; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
overflow: hidden;
background: #fff url(../images/dropdown.gif) no-repeat right;
}

#main_search .select select {
border: 1px solid white;
width: 140px;
background: transparent; -webkit-appearance: none;
height: 24px;
}

#main_search .button_area{
width: 260px;
float:left;
margin-top:20px;
border: 0px; 
color: #7b5d38;
}

#main_search .button{
width: 100% !important;  
border: 0px; 
color: #7b5d38;
font-size:16px;
font-weight:bold;
padding: 5px;
cursor: pointer; 
background: url(../images/btn_light.jpg) top center; 
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#main_search .button:hover{
color:#fff;
background: url(../images/btn_dark.jpg) top center; 
}

#main_pic{ 
padding: 0;
width:630px;
height:240px;
float:left;
}

#interior_pic{ 
padding: 0;
width:910px;
height:120px;
float:left;
position:relative;
}

#interior_pic .pic{ 
padding: 0;
float:left;
position:absolute;
width:910px;
height:120px;
}

#interior_pic h1{ 
padding: 50px 20px 0 20px;
float:left;
top:0;
left:0;
border:none;
position:absolute;
width:auto;
height:70px;
text-transform:uppercase;
font-size:30px;
font-style:italic;
color:#FFF;
font-weight:bold;
background:url(../images/homesearch_bg.jpg)repeat;
}

/*  ------------------- FOUR BUTTONS --------------------*/

#four_buttons{ 
padding: 0;
width:930px;
height:170px;
float:left;
}

#four_buttons .button_area{ 
padding: 0;
width:220px;
height:170px;
float:left;
}

#four_buttons .spacer{ 
padding: 0;
width:16px;
height:170px;
float:left;
}

#four_buttons .property{ 
padding: 0;
width:220px;
height:108px;
float:left;
}

#four_buttons .property_button{ 
width:220px;
text-align:center;
padding-top:5px;
height:25px;
display:block;
float:left;
background: url(../images/btn_light.jpg) top center repeat-x; 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#four_buttons .property_button:hover{ 
background: url(../images/btn_dark.jpg) top center repeat-x;
color:#fff;
text-decoration:none;
}

#four_buttons .deals_button{ 
width:220px;
height:170px;
float:left;
background:url(../images/deals.png) top center no-repeat;
display:block;
}
#four_buttons .deals_button:hover{ 
background:url(../images/deals2.png) top center no-repeat;
}

.contact_button_large{
padding:40px 0px 40px 20px;
width:290px;
height:150px;
float:left;
background:url(../images/contact_button_large.png) top center no-repeat;
}
.contact_button_large p{
font-size:20px;
line-height:25px;
padding-top:5px;
margin-bottom: 15px;
}

.contact_button_large span{
font-size:14px;
line-height:16px;
}

#four_buttons .contact_button{
padding:20px 10px 10px 10px;
width:200px;
height:140px;
float:left;
background:url(../images/contact_button.png) top center no-repeat;
}

#four_buttons .contact_button p{
font-size:20px;
line-height:25px;
padding-top:10px;
}

#four_buttons .contact_button span{
font-size:11px;
line-height:13px;
}
#four_buttons .eblast_button{ 
margin: 20px 0 0;
width:220px;
height:118px;
float:left;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
background:#d2cdbc url(../images/eblast.jpg) 5px 5px no-repeat;
}

#four_buttons .eblast_title{ 
font-size:20px;
line-height:25px;
padding:15px 0 15px 80px;
font-style:italic;
font-weight:bold;
}

#four_buttons .textfield{ 
width: 130px !important;
border: 1px solid white;
height:20px;
margin-left:10px;
color:#999;
font-size:11px;
font-style:italic;
padding:3px;
float:left;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
background: #fff; 
}

.textfield{ 
width: auto;
border: 1px solid white;
min-height:20px;
color:#999;
font-size:11px;
font-style:italic;
padding:3px;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
background: #fff;
border: 1px solid #67351D;
margin-bottom: 10px;
}

.wide {
	width: 200px;
}

label {
	width: 100px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

.send_button{
width: auto!important;
margin-left:5px;
border: 0px; 
color: #fff;
font-size:12px;
font-weight:bold;
padding: 5px;
cursor: pointer; 
background: url(../images/btn_dark.jpg) top center; 
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;

}

#four_buttons .send_button:hover{
background: url(../images/btn_light.jpg) top center; 
color:#67351d;
}

/*  ------------------- MAIN CONTENT --------------------*/


#content_area{ 
width:930px;
height:100%;
float:left;
}


#content{ 
padding: 15px;
width:570px;
height:100%;
float:left;
background:url(../images/content_bg.jpg) #fff top center no-repeat;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
}

.reserve{ 
background: #fff top center no-repeat !important;
}

#content p {
	margin-bottom: 15px;
	float: none;
}

#content p strong {
	font-weight: bold !important;
}

#content ul {
	padding-left: 40px;
}

#content p a:link, #content p a:visited, #content p a:active { color: #67351D; font-weight:normal; text-decoration: underline; }
#content p a:hover  {text-decoration:none; color: #67351D; }

#resort_links {
	background: #E4DCBE;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

#resort_links table {
	width: 100%;
}

#resort_links table td {
	padding: 5px;
}


.main_title{ 
width:100%;
font-size:24px;
border-bottom:1px solid #67351d;
font-weight:bold;
padding:0 0 5px 0;
margin:0 0 15px 0;
}

/*  ------------------- RIGHT SIDE CONTENT --------------------*/

#side_area{ 
padding: 0;
margin-left:20px;
width:310px;
height:100%;
float:left;
}

#testimonial{ 
padding: 15px;
width:280px;
height:100%;
float:left;
background-color:#e4dcbe;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#testimonial img{ 
float:left;
margin-bottom:20px;
}

#testimonial .review{ 
width:280px;
float:left;
font-size:12px;
border-bottom:1px solid #67351d;
margin-bottom:20px;
padding-bottom:20px;
}

.review {
	position: relative;
}

.small {
	font-size: 11px;
}

.score {
	padding:0 0px 0px 25px;
	background:url(../images/rating2_icon-small.gif) 0px 2px no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	width: 34px;
	text-align: left;
}


#testimonial .more{ 
width:280px;
float:left;
font-size:13px;
font-weight:bold;
font-style:italic;
text-align:center;
}

#testimonial a{ 
font-size:13px;
font-weight:bold;
font-style:italic;
text-decoration:none;
}

#testimonial a:hover{ 
text-decoration:underline;
color:#a24a21;
}

.side_box{ 
padding: 15px;
margin-bottom:15px;
width:280px;
height:100%;
float:left;
background-color:#e4dcbe;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.bestprice{ 
width:280px;
height:100%;
float:left;
}

.bestprice img{ 
float:left;
width:115px;
}

.bestprice h1{
font-size:22px;
padding:0;
margin:10px 0 5px 5px;
line-height:22px;
width:130px;
float:left;
text-align:left;
border:none;
}

.bestprice p{
font-size:14px;
width:130px;
line-height:16px;
padding:0;
margin:0 0 0 5px;
float:left;
text-align:left;
border:none;
}

.side_box .remove{
font-size:11px;
color:#ac621f;
text-align:right;
float:left;
width:80px;
margin-bottom:5px;
}

.side_box .fav{
font-size:11px;
margin-bottom:5px;
color:#ac621f;
float:left;
width:180px;
font-size:12px;
border: 0px;
padding-left:20px;
cursor: pointer; 
display:block;
background: url(../images/star2.gif) no-repeat; 
}



.side_box .fliter_title{ 
width:100%;
margin:10px 0 10px 0;
float:left;
font-size:16px;
font-weight:bold;
color:#ac621f;
}

.side_box .split{ 
width:280px;
height:2px;
margin:10px 0 10px 0;
background:url(../images/mainsearch_splitter.png) top center repeat-x;
float:left;
}

.side_box .full{ 
width:100%;
height:50px;
float:left;
margin:0;
padding:0;
}


.side_box .double{ 
width:140px;
height:50px;
float:left;
margin:0;
padding:0;
}

.side_box .datepicker{ 
width: 110px !important;
border: 1px solid white;
padding:5px; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
background: #fff url(../images/calendar.gif) center right no-repeat; 
}

.side_box .textarea{ 
width: 110px !important;
border: 1px solid white;
padding:5px; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
background: #fff ; 
}

.side_box .textarea_long{ 
width: 100%;
border: 1px solid white;
padding:5px; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
background: #fff ; 
}

.side_box .select {
border: 1px solid white;
width: 120px !important; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
overflow: hidden;
background: #fff url(../images/dropdown.gif) no-repeat right;
}

.side_box .select select {
border: 1px solid white;
width: 140px;
background: transparent; -webkit-appearance: none;
height: 24px;
}

.side_box .button_area{
width: 280px;
float:left;
margin-top:20px;
border: 0px; 
color: #7b5d38;
}

.side_box .button{
width: 100% !important;  
border: 0px; 
color: #fff;
font-size:16px;
font-weight:bold;
padding: 5px;
cursor: pointer; 
background: url(../images/btn_dark.jpg) top center; 
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.side_box .button:hover{
color:#fff;
background: url(../images/btn_black.jpg) top center; 
}

.side_box .little_button_area{
width: 104px;
float:right;
border: 0px; 
color: #7b5d38;
}

.side_box .little_button{
width: 100% !important;  
border: 0px; 
color: #fff;
font-size:12px;
font-weight:bold;
padding: 5px;
cursor: pointer; 
background: url(../images/btn_dark.jpg) top center; 
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.side_box .little_button:hover{
color:#fff;
background: url(../images/btn_black.jpg) top center; 
}

.side_box .spliter{
width:100%;
height:2px;
float:left;
background:url(../images/side_box-splitter.gif) top center; 
}

.side_box .checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(../images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}


/*  ------------------- RESULTS --------------------*/

#results{ 
width:600px;
height:100%;
float:left;
}

.result_area{ 
padding: 0;
margin-bottom:20px;
width:600px;
height:100%;
float:left;
}

.result_area .title{ 
padding:10px 0 10px 10px;
width:400px;
height:20px;
float:left;
color:#ac621f;
font-size:16px;
font-weight:bold;
background:#e4dcbe;
border-bottom:1px solid #b1a67f;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}

.result_area .title a{ 
color:#ac621f;
}
.result_area .location{
padding:15px 10px 10px 0;
width:180px;
height:15px;
float:left;
color:#ac621f;
border-bottom:1px solid #b1a67f;
text-align:right;
font-size:12px;
font-weight:normal;
background:#e4dcbe;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}

.result_area .location a{
color:#ac621f;
}

.result_box{ 
padding: 15px;
width:570px;
height:100%;
float:left;
background: url(../images/result_bg.jpg) top center #fff ;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.result_box .left_area{ 
margin:0 10px 10px 0;
width:165px;
height:100%;
float:left;
}

.result_box img{
float:left;
width:165px;
height:110px;
}

.result_box .fav{
float:left;
margin: 10px 0 0 0;
font-size:12px;
width: 110px;
border: 0px;
color: #aca489;
padding-left:18px;
cursor: pointer; 
display:block;
background: url(../images/star.gif) no-repeat; 
}

.result_box  .fav:hover{
color: #cd561f;
background: url(../images/star2.gif) no-repeat; 
}

.result_box .specs{
font-weight:normal;
font-size:11px;
color:#ac621f;
float:left;
width:290px;
padding:0;
margin-right:5px;
}

ul.spec_list{ 
font-size:13px;
color:#5e260a;
font-weight:normal;
list-style-type:none;
margin: 0;
padding: 0 !important;
}

ul.spec_list li{ 
float: left;
width: 116px;
padding:0 10px 10px 15px;
background:url(../images/check.gif) 0px 2px no-repeat;
}

ul.spec_list li.bedrooms{
padding:0 10px 10px 25px;
width: 106px;
background:url(../images/bedding2_icon-small.gif) 0px 2px no-repeat;
}

ul.spec_list li.bathrooms{
	width: 106px;
	padding:0 10px 10px 25px;
background:url(../images/bath2_icon-small.gif) 0px 2px no-repeat;
}

ul.spec_list li.sleeps{
	width: 106px;
	padding:0 10px 20px 25px;
background:url(../images/occupants2_icon-small.gif) 0px 2px no-repeat;
}

ul.spec_list li.rating{
	width: 106px;
	padding:0 10px 20px 25px;
background:url(../images/rating2_icon-small.gif) 0px 2px no-repeat;
}


.result_box .price_area{
float:left;
width:100px;
height:100%;
padding:0;
}


.result_box .price{
color:#ac621f;
text-align:center;
font-size:18px;
font-weight:bold;
float:left;
width:100%;
padding:0;
margin-bottom:10px ;
}

.result_box .price_was{
color:#999;
text-decoration:line-through;
text-align:center;
font-size:14px;
font-weight:normal;
float:left;
width:100%;
padding:0;
margin:0 ;
}

.result_btn{
float:left;
padding:0;
margin: 0 0 10px 0;
font-size:18px;
width:100px;
border: 0px;
text-align:center;
color: #ffffff;
padding: 5px;
cursor: pointer; 
background: url(../images/btn_dark.jpg) top center; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.result_btn:hover{
background: url(../images/btn_black.jpg) top center; 
}

.result_box .deal{
color:#fff;
text-align:left;
font-size:18px;
font-weight:bold;
float:left;
width:100px;
padding:12px 5px 10px 5px;
margin-bottom:10px;
background:url(../images/tag.gif) top right no-repeat;
}

.lum-avs-pb-paging {
	margin-bottom: 5px;
	float: left;
}

.lum-avs-pb-sorting {
	margin-bottom: 5px;
	float: right;
}

.lum-avs-pb-paging p {
	width: auto;
	float: none;
}

.lum-avs-pb-paging a {
	display: block;
	min-width: 20px;
	height: 20px;
	background:#E4DCBE;
	border: 1px solid #67351D;
	text-align: center;
	float: left;
	margin: 0px 2px 0px 2px;
}

.lum-avs-pb-paging a.paging-current-page {
	background:#67351D;
	color: #ffffff;
}

/*  ------------------- DETAILS --------------------*/

.property_info ul {
	list-style-type: none;
	padding-left: 0px !important;
}

.property_info li {
	float: left;
	min-width: 200px;
	min-height: 38px;
	line-height: 38px;
	padding-left: 40px;
	margin: 5px 0px 5px 0px;
	font-size: 14px;
}

.icon_bedrooms {
	background: url(../images/icon_bedrooms.png) no-repeat center left;
}

.icon_bathrooms {
	background: url(../images/icon_bathrooms.png) no-repeat center left;
}

.icon_bedding {
	background: url(../images/icon_bedding.png) no-repeat center left;
}

.icon_sleeps {
	background: url(../images/icon_sleeps.png) no-repeat center left;
}

.icon_rating {
	background: url(../images/icon_rating.png) no-repeat center left;
}


.boa_book-online .price{
width:100%;
padding:0;
margin-bottom:20px ;
text-align: center;
}

.boa_book-online .price table {
	margin: auto;
}

.boa_book-online .price_text {
	color:#ac621f;
	text-align:center !important;
	font-size:30px !important;
	font-weight:bold !important;
	width: auto !important;
}

#loading-rates {
	text-align: center;
	display: none;
	color:#ac621f;
	font-size:20px !important;
}

.boa_book-online .price_area{
width: 258px;
position: relative;
text-align: center;
margin-bottom: 20px;
}

.boa_book-online .quote_area{
width: 258px;
position: relative;
text-align: center;
}

#quote_form {
	display: table;
	width: 100%;
}

#lum-pd-r-iq-loading {
	display: none;
	height: 365px;
	vertical-align: middle;
	text-align: center;
}

#lum-pd-r-iq-sorry {
	display: none;
	height: 365px;
	vertical-align: middle;
}

#lum-pd-r-iq-thanks {
	display: none;
	height: 365px;
	vertical-align: middle;
}


.boa_book-online .price_was{
color:#999;
text-align:center;
font-size:14px;
font-weight:normal;
width:100%;
padding: 10px 0px 20px 0px;
margin:0 ;
}

.boa_book-online .and_save{
text-align: center;
color: #3b5d8b;
font-size: 14px;
width: auto;
margin: 0px auto 20px auto;
}

.usd {
	float: left;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}

.per_night {
	font-size: 10px;
}

.boa_book-online .price_was span {
	text-decoration:line-through;
	font-size: 16px;
}

.book-online-area{
	margin-top: 55px;
}

.view_photos {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 50px;
	top: 158px;
	left: 0px;
	color: #ffffff !important;
}

.boa_photos .fav{
margin: 10px 0 0 0;
float: left;
font-size:12px;
width: 110px;
border: 0px;
color: #aca489;
padding-left:18px;
cursor: pointer; 
display:block;
background: url(../images/star.gif) no-repeat; 
}
.boa_photos  .fav:hover{
color: #cd561f;
background: url(../images/star2.gif) no-repeat; 
}

.share_this {
	width: 150px;
	float: right;
	margin: 10px 0px;
}

.stButton .chicklets {
	padding-left: 15px !important;
	padding-right: 1px !important;
}

.st_plusone div:first-child {
	top: -3px !important;
}

.darken {
	position: absolute;
	top: 158px;
	width: 100%;
	height: 50px;
	background: #4f392b;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      
	/* IE 5-7 */
	filter: alpha(opacity=70);
      
	/* Netscape */
	-moz-opacity: 0.7;
      
	/* Safari 1.x */
	-khtml-opacity: 0.7;
      
	/* Good browsers */
	opacity: 0.7;
}

.boa_book-online{
	position: relative;
	float: right;
	width: 258px; 
}

.boa_photos {
	position: relative;
	width: 312px;
	float: left;
}

.property_title{ 
width: 310px;
font-size:17px;
border-bottom:1px solid #67351d;
font-weight:bold;
padding:10px;
position: absolute;
top: 0px;
left: 0px;
height: 29px;
line-height: 29px;
}

.promo_title { 
width:250px;
font-size:24px;
background: #ab4c20;
border-bottom:1px solid #ab4c20;
font-weight:bold;
padding:10px;
position: absolute;
top: 0px;
right: 0px;
color: #ffffff;
text-align: center;
border-top-right-radius: 10px;
}

.no-promo{
background: transparent;
border-bottom:1px solid #67351d;
height: 29px;
}


.photo_btn{
margin: 5px 0 0 0;
font-size:12px;
border: 0px;
text-align:center;
color: #ffffff;
padding: 5px;
cursor: pointer; 
background: url(../images/btn_dark.jpg) top center; 
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.photo_btn:hover{
background: url(../images/btn_black.jpg) top center; 
}

.details_info{ 
margin: 0 0 10px 0;
width:570px;
float:left;
background:url(../images/details_bg.jpg) top center no-repeat;
color:#5e260a;
}


.details_title{
font-family:Georgia, "Times New Roman", Times, serif;
margin: 0 ;
display:block;
background-color:#FFF;
float:left;
padding-right:10px;
font-size:25px;
color:#5e260a;
font-weight:normal;
}

.details_txt{ 
width:570px;
float:left;
color:#5e260a;
font-size:12px;
}

.details_book{ 
width:570px;
float:left;
color:#5e260a;
font-size:12px;
padding: 0 0 30px 0;
}

.details_title2{ 
margin: 0 ;
width:140px;
padding-top:10px;
height:45px;
float:left;
font-size:20px;
color:#5e260a;
font-weight:normal;
}

.details_dates{
margin: 0;
width:125px;
height:60px;
float:left;
font-size:12px;
color:#5e260a;
font-weight:normal;
}

.change_dates{
margin: 18px 0 0 0;
width:71px;
height:15px;
font-weight:normal;
text-align:center;
float:left;
font-size:11px;
border: 0px;
text-align:center;
color: #ffffff;
padding: 5px 3px 3px 3px; 
cursor: pointer; 
background: url(../images/btn_dark.jpg) top center; 
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.booknow_btn{
text-align:center;
margin: 0;
font-size:20px;
font-weight: bold;
height:39px;
line-height: 39px;
width:225px;
border: 0px;
text-align:center;
color: #ffffff;
padding: 0px 20px 0px 20px;
cursor: pointer; 
background: url(../images/blue_gradient.png) repeat-x; 
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.booknow_btn:hover{
background: url(../images/btn_black.jpg) top center; 
}

.quotenow_btn{
font-weight: bold;
text-align:center;
margin: 0;
font-size:15px;
height:29px;
line-height: 29px;
width:165px;
border: 0px;
text-align:center;
color: #ffffff;
padding: 0px 20px 0px 20px;
cursor: pointer; 
background: url(../images/orange_gradient.png) repeat-x; 
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.booknow_btn:hover{
background: url(../images/btn_black.jpg) top center; 
}


.property_details{
margin: 0;
width:203px;
float:left;
font-size:14px;
color:#5e260a;
font-weight:normal;
}

ul.details_list{ 
font-size:14px;
color:#5e260a;
list-style-type:none;
font-weight:normal;
}

ul.details_list li{ 
font-size:14px;
color:#5e260a;
background:url(../images/splitter.gif) bottom left repeat-x;
line-height:35px;
font-weight:normal;
}


.property_rates{
margin: 0 0 0 30px;
padding:0;
width:337px;
float:left;
height:100%;
font-size:14px;
color:#5e260a;
font-weight:normal;
}

.property_rates .datepicker{ 
width: 110px !important;
border: 1px solid #5e260a;
padding:5px; 
margin-top:3px; 
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
background: #fff url(../images/calendar.gif) center right no-repeat; 
}

#travel_dates_calendar{
	position: relative;
	left: -15px;
}

#travel_dates_calendar .ui-datepicker {
	width: 17.2em;
}

#travel_dates_calendar .ui-datepicker table {
	font-size: 0.55em;
}

.rate_area{
margin: 0 0 10px 0;
width:337px;
padding-top:0;
float:left;
color:#ac621f;
}

.rate{
width:125px;
padding-top:0;
float:left;
font-size:30px;
font-weight:normal;
height: 40px;
}
.rate2{
float:left;
width:212px;
float:left;
font-size:15px;
text-decoration:line-through;
font-weight:normal;
height: 20px;
}

.rate_info{
vertical-align:middle;
width:212px;
float:left;
font-size:11px;
font-weight:normal;
height: 20px;
}

.rate_info2{
width:200px;
margin-left:10px;
padding:5px;
font-size:14px;
float:left;
}

.book_online{ 
margin: 10px 0 0 0 ;
width:155px;
float:left;
font-size:26px;
color:#5e260a;
font-weight:normal;
}

/*  ------------------- PROPERTY AMENITIES --------------------*/

.property_amenities{ 
margin: 0 0 15px 0 ;
width:575px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#5e260a;
font-weight:normal;
}

ul.amenities_list{ 
font-size:14px;
color:#5e260a;
font-weight:normal;
list-style-type:none;
padding-left: 0px !important;
}

ul.amenities_list li{ 
float: left;
width: 250px;
padding:0 15px 10px 20px;
background:url(../images/btn_arrow.gif) 0px 2px no-repeat;
}

/* ==== reservation ==== */
#lum-additional-persons-section { color: #666666; background: #F9F9F9; left: 10px; border: 1px solid #E5E5E5; position: relative; font-size: 13px !important; margin: 0 0 35px; padding: 5px; }
#lum-additional-persons-section td {color: #666666;  font-size: 13px !important;}
.lum-res-section_title { color: #666666;  font-weight: bold; font-size: 22px !important; margin: 0px 0 10px 0; }
#lum-res-travel_details { color: #666666; background: #F9F9F9; left: 10px; border: 1px solid #E5E5E5; position: relative; font-size: 13px !important; margin: 0 0 35px; padding: 5px; }
.checkout_number { position: absolute; top: -1px; left: -35px; }
#lum-res-add_ons { background: #F9F9F9; left: 10px; border: 1px solid #E5E5E5; color: #666666; left: 10px; border: 1px solid #E5E5E5; position: relative; font-size: 13px !important; margin: 0 0 35px; padding: 5px; }
#lum-res-form-section { color: #666666;background: #F9F9F9; left: 10px; border: 1px solid #E5E5E5; position: relative; font-size: 13px !important; margin: 0 0 35px; padding: 5px; }
#lum-res-billing-section { color: #666666;background: #F9F9F9; left: 10px; border: 1px solid #E5E5E5; position: relative; font-size: 13px !important; margin: 0 0 35px; padding: 5px; }
#lum-res-final-section {color: #666666; background: #F9F9F9; left: 10px; border: 1px solid #E5E5E5; position: relative; font-size: 13px !important; margin: 0 0 35px; padding: 5px; }

#lum-res-details { border: 0px; position: relative;  }
#lum-res-details  td {font-size: 13px !important; text-align: left; }
#lum-res-details  tr {  }

#lum-res-customer_details { font-size: 13px; }

.lum-res-form-table {position: relative; float: left; right: 0px; width: 260px; height: auto;  margin-left: 0px; padding: 0px; }
.lum-res-form-table th { font-weight: bold; text-align: left; }
.lum-res-taxes {}
.lum-res-taxes th, .lum-res-taxes td { font-size: 11px !important; }
#lum-addon-taxes {display: none;}
#lum-addon-taxes th, #lum-addon-taxes td { font-size: 11px !important; }
.lum-res-additional_persons { font-size: 11px !important; }
#lum-res-check_availability   { width: 516px;  height: auto !important; padding: 15px; margin-top: 15px; position: relative; margin: auto; }
#lum-res-ck-options             { height: 70px; border: 1px solid #b8b5a6; background: url(/cms-themes/Default/images/search_options_bg.png); }
#lum-res-ck-options table       { border-collapse:collapse; height: 70px; width: 100%; }

#lum-res-ck-options input,
#lum-res-ck-options select  { width: 80px; }

.lum-res-ck-options_left        { float: left; width: 108px; height: 70px; text-align: left; line-height: 70px; padding-left: 6px; font-size: 15px; font-weight: bold; }
.lum-res-ck-options_right       { width: 375px; float: left; height: 70px; font-size: 13px; padding-left: 20px; }
#lum-res-ck-status		{ text-align: center !important; padding: 20px; color: #000000; font-weight: bold; }
#lum-res-form-promo_token	{ width: 155px; color: #ff0000; }
.lum-res-total { color: #000000; font-size: 25px; font-weight: normal; }

#lum-interior-content .lum-res-right_col   { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; position: relative; float: right; top: 35px; right: 35px; width: 264px; height: auto;  margin: 0px; padding: 0px; background: #e1bd61 url(/cms-themes/Default/images/reservation_bg.jpg) no-repeat;}
.lum-res-right_col { font-size: 13px !important; }
.lum-receipt-details { width: 100%; }


/*  ------------------- FEATURED PROPERTY --------------------*/

#featured_area{ 
margin:20px 0 0 0;
width:900px;
float:left;
padding:15px;
background:url(../images/banner_bg.jpg) #fff top center no-repeat;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#featured_area .split{
width:15px;
float:left;
height:100px;
}

.featured_box{
width:285px;
padding:0;
float:left;
height:111px;
color:#67351d;
margin-bottom: 4px;
}

#content .featured_box {
	height: 111px;
}

.featured_box a { color: #ffffff; font-weight:normal; text-decoration: none; }

.featured_box img{ 
width:130px;
float:left;
margin-right:10px;
}

.featured_box .title{ 
width:145px;
float:left;
padding-bottom:5px;
font-size:12px;
font-weight:bold;
}

.featured_box p{
width:145px;
float:left !important;
padding-bottom:5px;
color:#333;
font-size:11px;
line-height:13px;
font-style:italic;
font-weight:normal;
margin-bottom: 0px !important;
}

.featured_box .price{
width:145px;
float:left;
padding-bottom:5px;
font-size:12px;
font-weight:normal;
}

.featured_box .details{
width: auto !important;
text-align:center;
float:left;
border: 0px; 
color: #fff;
font-size:12px;
font-weight:bold;
padding: 5px;
cursor: pointer; 
background: url(../images/btn_dark.jpg) top center; 
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.featured_box .details:hover{
color:#FFF;
background: url(../images/btn_black.jpg) top center; 
}

/* ==== photo gallery ==== */
.property_image {
	cursor: pointer;
}

.thumbnail:hover {
	border: 1px solid #7F9064;
}

.thumbnail {
	width: 148px;
	height: 99px;
	padding: 3px;
	border: 1px solid #dddddd;
	margin: 5px;
	cursor: pointer;
}

#photo_gallery_overlay {
        position: absolute;
        top: 0px;
        left: 0px;
	width: 100%;
	height: 100%;
	display: none;
        z-index: 10000;
}

#photo_gallery_overlay_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background: #000000;
    z-index: 0;
}

#photo_gallery_overlay table {
	position: relative; width: 100%; border-collapse:collapse; background: #333333; border-bottom:2px solid #555555; border-top:2px solid #555555; color: #ffffff;
        z-index: 2000;
	margin-bottom: 50px;
}

.caption {
	line-height: 30px; padding-left: 10px;
}

.middle {
	text-align: center;
	line-height: 30px;
}

.prev {
	padding: 5px 0 0 10px; cursor: pointer;
}

.next {
	padding: 5px 10px 0 0; cursor: pointer;
}

.close {
	cursor: pointer;
	text-align: right;
	padding-right: 10px
}

.gallery_status {
	text-align: center;
}

#large_image_holder {
    position: relative; 
	width: 700px; margin: auto;
        z-index: 2000;
}

#large_image_holder img {
	width: 700px; height: 467px;
	border: 3px solid #dddddd;
}


/*  ------------------- DEALS --------------------*/

.deals{ 
padding: 15px;
width:570px;
margin-bottom:20px;
height:100%;
float:left;
background:url(../images/content_bg.jpg) #fff top center no-repeat;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.deals img{ 
width:200px;
margin-right:10px;
height:150px;
float:left;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.deals .title{ 
width:360px;
font-size:35px;
float:left;
font-weight:bold;
padding:0;
margin:0 0 5px 0;
}

.deals .info{ 
width:360px;
float:left;
font-size:13px;
color:#67351d;
font-weight:normal;
line-height:20px;
float:left;
}

.deals .call{ 
width:160px;
float:left;
font-size:13px;
color:#67351d;
font-weight:normal;
margin-top:15px;
float:left;
}

.deals .button_area{
width: 200px;
float:left;
margin-top:10px;
border: 0px; 
}

.deals .button{
width: 100% !important;  
border: 0px; 
color: #fff;
font-size:14px;
font-weight:bold;
padding: 5px 10px 5px 10px;
cursor: pointer; 
background: url(../images/btn_dark.jpg) top center; 
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.deals .button:hover{
color:#67351d;
background: url(../images/btn_light.jpg) top center; 

}
/*  ------------------- FOOTER --------------------*/

#wrapper  { color: #fff; width: 100%; background: #686658; height: 180px;  margin-top:20px; font-size: 13px; padding:20px 0 20px 0;}
.footer  { color: #fff; width: 930px; margin: auto; position: relative; font-size: 13px;}
.footer_info{width:370px; float:left; color: #fff; font-size: 12px; padding-bottom:10px;}
.footer_info a:link, .footer_area a:visited, .footer_area a:active { color: #bbb395; font-weight:normal; text-decoration: none; }
.footer_info a:hover  {text-decoration:underline; color: #bbb395; }

.footer_links{width:200px; float:left; color: #bbb395; font-size: 13px; padding:0 0 0 15px;}

.footer_links .title {
font-size: 13px;
float: left;
width:185px;
font-weight:bold;
text-decoration:underline;
color: #bbb395;
height:15px;
padding: 5px 0 5px 0;
}

.footer_links li {
font-size: 12px;
float: left;
width:185px;
list-style: none;
color: #bbb395;
height:15px;
padding: 5px 0 5px 0;
}

.footer_links a {
color: #bbb395;
text-decoration: none;
font-weight:normal;
margin: 0;
display:block;
}

.footer_links li a:hover {
text-decoration:underline;
font-weight:normal;
}

.footer .owners{
	position:absolute;
	background:url(../images/owners_login.jpg) top left no-repeat;
	display:block;
	width:107px;
	height:28px;
	right: 0px;
	top: 50px;
}
.footer .owners:hover{ background:url(../images/owners_login2.jpg) top left no-repeat;}

.footer .social{ position:absolute; right:0; top:0; color: #704933; font-size: 13px;}

.footer .twitter {
display: block;
width: 24px;
height: 24px;
margin-left:10px;
background:url(../images/twitter.gif) top;
float:right;
cursor:pointer;
}

.footer .twitter:hover {background-position:bottom;}

.footer .googleplus {
display: block;
width: 24px;
height: 24px;
margin-left:10px;
background:url(../images/googleplus.gif) top;
float:right;
cursor:pointer;
}
.footer .googleplus:hover {background-position:bottom;}

.footer .facebook {
display: block;
width: 24px;
height: 24px;
margin-left:10px;
background:url(../images/facebook.gif) top;
float:right;
cursor:pointer;
}
.footer .facebook:hover {background-position:bottom;}
           
/* ---- misc ---- */
.lum-clear, .clear    { clear: both; }
#lum-left-availability_table td {
	padding: 10px;
}
	   
#remember_link {
	position: absolute;
	top: -2px;
	right: 0px;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	padding-right: 10px;
	color: #ff0000 !important;
	font-weight: bold;
}

#remember_link  a:link, #remember_link a:visited, #remember_link a:active  { color: #ff0000; text-decoration: underline; }
#remember_link  a:hover   { text-decoration: none; }

.special_promo_property_wrapper {
	width: 550px;
	margin-bottom: 30px;
	position: relative;
	height: 190px;
}

.special_promo_property_wrapper p {
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

.special_promo_property_wrapper strong {
	font-size: 18px;
}

.special_promo_pw_left {
	width: 228px;
	float: left;
}

.special_promo_pw_right {
	width: 282px;
	float: left;
}

.special_promo_pw_features {
	font-size: 12px;
}

.special_promo_pw_price {
	font-size: 20px !important;
	font-weight: bold;
	color: #ff0000;

}

.special_promo_pw_sold {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;	
}
	        
/* ==== form validation ==== */


.formError {
	position:absolute;
	top:300px; left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
	cursor:pointer;
}

#debugMode{
	background:#000;
	position:fixed;
	width:100%; height:200px;
	top:0; left:0;
	overflow:scroll;
	opacity:0.8;
	display:block;
	padding:10px;
	color:#fff;
	font-size:14px;
	z-index:100000;
}

.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
.formError .formErrorContent {
	width:100%; 
	background:#ee0101;
	color:#fff;
	width:150px;
	font-family:tahoma;
	font-size:11px;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {background:#33be40;}

.blackPopup .formErrorContent {background:#393939;color:#FFF;}

.formError .formErrorArrow{
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;

	z-index:5001;
}
.formError .formErrorArrowBottom{top:0;margin:-6px;}

.formError .formErrorArrow div{
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
}
.formError .formErrorArrowBottom div{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
					
.greenPopup .formErrorArrow div{background:#33be40;}
.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

.formError .formErrorArrow .line10{width:15px;border:none;} 
.formError .formErrorArrow .line9{width:13px;border:none;} 
.formError .formErrorArrow .line8{width:11px;} 
.formError .formErrorArrow .line7{width:9px;} 
.formError .formErrorArrow .line6{width:7px;} 
.formError .formErrorArrow .line5{width:5px;} 
.formError .formErrorArrow .line4{width:3px;} 
.formError .formErrorArrow .line3{width:1px;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:0px solid #ddd;} 
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
