body
{
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited
{
	text-decoration:none;
}


a:hover
{
	text-decoration:underline !important;
}

img
{
	border:none;
}

#main, #blog , #mid, #header , #prop-photo-band , #footer-inner
{
	margin:0 auto;
	width:980px;
	clear:both;
}

#main
{
	min-height:500px;
	overflow:auto;
}

#header
{
	height:82px;
}


#left-pane
{
	font-size:12px;
	padding-left:18px;
	width:310px;
	padding:15px 15px;

}


#left-pane, #main-pane
{
	min-height:890px;
	float:left;
}


#main-pane
{
	width:610px;
	float:left;
	padding:15px;
}

#footer
{
	margin-top:50px;
	background-image:url('../images/footer_grad.png');
	height:190px;
	text-align:center;

}
#footer-inner
{
	padding-top:35px;
}

#footer a
{
 	line-height:30px;
}


#footer img.logo
{
padding-left:15px;
}

#carousel
{
	margin:0 auto;
	width:615px;
	height:315px;
	clear:both;
	position:relative;
	overflow:hidden;

}


#over-caption
{
	position:absolute;
	top:0px;
}


#featured-properties
{
	clear:both;

}


#mask
{
	display:none;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	background-color:#000;
	z-index:100;
}

#map-overlay
{
	display:none;
	position:absolute;
	background-color:#fff;
	width:80%;
	height:80%;
	z-index:101;
	top:0px;
	left:0px;
	padding:2%;
}

#map-overlay-canvas
{
	border:1px solid #aaa;
	width:100%;
	height:100%;
}

#map-overlay-close
{
	float:right;
	cursor:pointer;
}


/* search form styles */

#search-pane
{
	min-height:290px;
	padding-bottom:10px;
	overflow:auto;
}




#search-form-container
{
	padding-bottom:15px;
}



.search-form-inner
{
	border-radius:9px;
	padding:10px;
	overflow:auto;
	min-height:260px;
	font-size:14px;
	position:relative;
}



#search-form-container .title
{
	font-size:28px;
	border-bottom:1px solid #fff;
	padding-bottom:4px;
	margin-bottom:7px;
}


#search-form .checkin , #search-form .checkout, #search-form .num-nights , #search-form .num-rooms
{
	width:210px;
	height:50px;
	float:left;
}

#search-form .checkin div , #search-form .checkout div
{
	float:right;

}

#search-form td img
{
	vertical-align:top;
}

#submit
{
	padding-top:4px;
	text-align:center;
}

#search-pane #submit
{
	text-align:center;

}

#errorDialogues
{
	font-size:16px;
	padding:10px;
	display:none;
}





.room_list select, .search_form_lower select
{
	width:45px;
}
.search_form_upper
{
	border-collapse:collapse;
	width:280px;
}



.search_form_lower , #rooms
{
	line-height:30px;
}

#rooms
{
	clear:both;
}

.number_of_nights_container, .number_of_rooms_container
{
	width:193px;
	float:left;
	padding-right:9px;
}

.number_of_nights_container select, .number_of_rooms_container select
{
	float:right;
	margin-top:9px;
}


.date-td
{
	min-width:180px;
    background-image:url('../images/searchForm/curve.png');
    background-repeat:no-repeat;
    padding:7px 7px 7px 13px;
	text-align:right;
	background-position:right;
}

.searchform-room-topline select
{
	margin-left:5px;
}

.searchform-room-topline select:first-child
{
	margin-left:4px;
}



/* ------- end search form styles ------------------*/


#map-pane
{
	border-radius:9px;
	padding:10px;
	border:none;
	font-size:12px;
}

#map-view
{
	min-height:370px;
	padding:5px;
	background-color:#fff;
}

#map-canvas
{
	height:370px;
	width:100%;
}
#list-view
{
	min-height:300px;
	background-color:#fff;
	line-height:20px;
}
#list-view a
{
	text-decoration:none;
}

.ui-widget-content
{
	background-image:none;
}

#map-pane .title
{
	font-size:18px;
}

.featured-properties
{
	background-color:#fff;
	height:110px;
	padding:9px;
	padding-top:15px;
	position:relative;
}


.featured-properties img
{
	float:left;
	margin-right:15px;
}

.featured-properties .ruler
{
	border-bottom:1px solid;
	position:absolute;
	top:0px;
	width:97%;
}

.featured-properties:first-child .ruler
{
	border:none;
}


h3
{
	margin:0px;
}

#prop-photo-band
{
	height:250px;
}

#prop-photo-band .prop-holder
{
	width:140px;
	height:140px;
	float:left;
	margin:5px 11px;
	font-size:12px;
	text-align:center;
}

#prop-photo-band .prop-holder .image-holder
{
	border:7px solid;
	height:90px;
	width:90px;
	margin:0 auto;
}

#prop-photo-band .prop-holder img
{
	border:1px solid transparent;
}

#prop-photo-band .prop-holder img:hover
{
	border:1px solid;
}





/* wordpress styles */






#blog
{
	min-height:820px;
}



#primary
{
	float:left;
	width:680px;
	min-height:780px;
	margin-left:8px;
	border:1px solid #000;
	padding:10px;
	line-height:24px;
	background-color:#fff;
}
#secondary
{
	float:right;
	width:227px;
	min-height:780px;
	border:1px solid #000;
	margin-right:10px;
	padding:10px;
	background-color:#fff;


}

#secondary-inner
{
	min-height:770px;
	padding:7px;

}


h1.entry-title
{
	font-size:18px;

}

h1.entry-title a, h1.entry-title a:visited
{
	text-decoration:none;
}


div.entry-meta
{
	padding:5px;
	font-weight:bold;
	font-size:14px;
}



div.comments-link
{
	display:none;
}

footer.entry-meta, .entry-meta .cat-links
{
	display:none;
}

h3.widget-title
{
	text-transform:uppercase;
	font-size:14px;
}

#secondary ul
{
	padding:0px;

}

#secondary ul li
{
	list-style:none;
}
#secondary a , #secondary a:visited
{
	text-decoration:none;
}

#branding
{
	display:none;
}

#page #main
{
	height:250px;
	min-height:250px;
}

article.post, article.hentry
{
	width:680px;
}

#comments
{
	width:680px;
}

#primary #content
{
	margin:0px;
	width:680px;
}

.singular .entry-title
{
	width:600px;
	margin:0 auto;

}

.singular .entry-header
{
	width:600px;
	margin:0 auto;
}
.singular .entry-content
{
	width:600px;
	margin:0 auto;
}


/* ------------------------------------------------ */

/* -----------------------------------*/
/*           PROPERTY PAGE            */

#property-results
{
	font-size:13px;
}

#hotel-header
{
	position:relative;
	margin-bottom:10px;
}

#hotel-tabs
{
	position:absolute;
	bottom:0px;
	right:0px;
	overflow:auto;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#hotel-tabs li
{
	float:left;
}

#hotel-tabs li a
{
	display:block;
	border-style:solid;
	border-width:1px;
	margin-right:10px;
	padding:5px 7px;
	font-size:14px;
	color:#fff;

	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-top-left-radius:3px;
	-moz-border-top-right-radius:3px;
	-khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	cursor:pointer;
	text-decoration:none;
}



#hotel-base-details
{
	color:black;
	margin-bottom:10px;
	font-size:12px;
	overflow:auto;
	padding-bottom:5px;
	border-bottom:1px solid;
}

#hotel-base-details .hotel-address
{
	width:400px;
}


#hotel-base-details .hotel-address-hasoffers
{
	width:340px;
}

#hotel-base-book
{
	float:right;
	text-align:right;
	font-size:11px;
}

#hotel-base-book-from
{
	padding-right:3px;
}

#hotel-base-book-price
{
	font-weight:bold;
	font-size:18px;
}

#hotel-base-book a
{
	text-decoration:none;
}

#hotel-base-book a
{
	border:none;
}

#hotel-base-details h1
{
	margin:0px 0px 0px 0px;
}

#hotel-description
{
	overflow:auto;
	font-size:12px;
	margin-bottom:10px;
}


#home-main h1
{
	margin:0px;
	text-align:right;
}

#results-header h1
{
	margin:0px;
}

#right-pane h2, #right-pane h3
{
	margin-top:0px;
	margin-bottom:7px;
}

#hotel-description p, #hotel-description ul
{
	margin-top:0px;
}

#hotel-photos
{
	overflow:auto;
	margin-bottom:10px;
}

#hotel-photos a img
{
	border:none;
}

#main-photo
{
	background-color:#aaa;
	float:left;
	width:148px;
	min-width:130px;
	min-height:80px;
	margin-right:11px;
	margin-bottom:10px;
}

#main-photo img
{
	width:148px;
	display:block;
}

#photo-thumbs
{
	overflow:auto;
}

.thumb-photo
{
	width:40px;
	height:40px;
	background-color:#eee;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.thumb-photo img
{
	width:40px;
}



#review-summary
{
	height:200px;
	width:220px;
	float:left;
	text-align:right;
	margin-top:10px;
}




#review-summary .total
{
	float:left;
	position:static;
	text-align:center;
	margin:15px 25px 0px 5px;
	padding-bottom:10px;
	width:87px;
	margin-left:50px;

}





#review-summary .total .reviewScore
{
	border:1px solid;
	background-color:#ffffff;
	padding:0px 3px 3px 3px;
	width:44px;
	margin:auto;
	text-align:center;
	margin-bottom:3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:10px;
	line-height:7px;
}

#review-summary .total .reviewScore strong
{
	font-size:18px;
	line-height:20px;
}


#property-description
{
	clear:both;
}

#hotel-tab1,#hotel-tab2,#hotel-tab3
{
	font-size:12px;
}




.scorebox
{
	width:190px;
	text-align:right;
	float:left;
	margin-right:15px;
}



/* ************************************************************************************** */
/* **************************** PROPERTY OFFERS **************************************** */
#property-offers
{
}

.property-offer
{
	margin-bottom:20px;
}

.property-offer h3
{
	font-size:16px;
	margin-bottom:5px;
}

.property-offer p
{
	margin-top:5px;
	margin-bottom:5px;
}

.property-offer p:last-child
{
	margin-bottom:0px;
}


/* ************************************************************************************** */
/* **************************** PROPERTY UNITS **************************************** */

#property-units
{
}

.property-unit
{
	overflow:auto;
	padding:5px;
}



.property-unit h4
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:65px;
}

.property-unit h4 a
{
	display:block;
	font-weight:bold;
	font-size:1.1em;
	background-image:url('../images/triangle-right-small.png');
	background-repeat:no-repeat;
	background-position:0px 2px;
}

.property-unit-open h4 a
{
	background-image:url('../images/triangle-down-small.png');
	background-repeat:no-repeat;
	background-position:0px 2px;
}

.property-unit p.property-unit-snippet
{
	margin:0px;
}

.property-unit p:last-child
{
	margin-bottom:0px;
}

.property-unit-image
{
	float:left;
	margin:0px 5px 5px 0px;
	height:60px;
	width:60px;
	background-color:#ccc;
	position:relative;
}

.property-unit-image .showLargerUnitImage
{
	position:absolute;
	right:2px;
	bottom:2px;
	padding-right:1px;
	padding-bottom:1px;
}

.property-unit-name
{
	font-size:1.1em;
	font-weight:bold;
	display:block;
}

.property-unitinfo
{
	display:none;
}

.property-unit-open .property-unitinfo
{
	display:block;
	padding:5px;
	margin:5px 0px 0px 0px;
	display:block;
	border:1px solid;
	background-color:white;
}

.property-unitinfo p:first-child
{
	margin-top:0px;
}

.property-unitinfo p:last-child
{
	margin-bottom:0px;
}

.property-unitinfo ul
{
	padding:0px;
	margin:3px;
	list-style-position: inside;
	overflow:auto;
}

.property-unitinfo ul li
{
	float:left;
	margin-left:0.5em;
}


#property-policies
{
	line-height:2em;
}

#property-policies strong
{
	display:inline-block;
	width:150px;
}



/* ************************************************************************************** */
/* **************************** BOOKING FORM ******************************************** */

#property-availability
{
	margin-bottom:15px;
}

#bookingform-wts
{
	font-size:12px;
	margin:0px;
	padding:0px;
}





#bookingform-header
{

	margin:0px;
	margin-bottom:0px;
	padding:5px 7px;
	font-size:15px;
	font-weight:bold;
}


#bookingform-searchsummary
{
	color:black;
	padding:5px 5px;
 	border-bottom:1px solid;
	margin-bottom:10px;
}

.bookingform-headings
{
	overflow:auto;
	font-weight:bold;
	margin-bottom:5px;
}


#bookingform-submitcolumn-wts
{
	margin:5px 0px 5px 0px;
	float:right;
	text-align:center;
	width:95px;
	background-color:#F4F0C9;
	border:1px solid #E7D49C;
	border-radius:5px;
	font-size:11px;
}

#bookingform-submitcolumn-sticky
{
	overflow:hidden;
	width:95px;
}

#bookingform-submitcolumn-summary
{
	font-size:11px;
	margin-bottom:5px;
	color:#666;
}

.bookingform-submitcolumn-fixed
{
	position:fixed;
	top:10px;
}

#roomsFormPropertyTotalSummary
{
	width:92px;
	margin-top:3px;
}

.roomsFormPropertyTotalSummaryRate
{
	font-weight: bold;
	color: #FF8A00;
	font-size: 16px;
	line-height: 25px;
}

.info_img
{
	vertical-align:text-bottom;
	border:none;
}

#bookingform-units-wts
{
	width:505px;
}

.bookingform-unit-wts
{
	overflow:auto;
	position:relative;
	background-color:#F9EABF;
	border-bottom:2px solid #8E6840;
	padding-bottom:5px;
}

.bookingform-first-unit-wts
{
	border-top:2px solid #8E6840;
}

.bookingform-first-wts
{
	overflow:auto;
	padding:5px 5px 0px 5px;
	background-color:#E7D49C;
	margin-top:5px;
}

.bookingform-other-wts-group-intro
{
	margin-left:50px;
	font-size:11px;
	clear:both;
	margin-bottom:3px;
}

.bookingform-other-wts-group-intro-line
{
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #8E6840;
	float: right;
	width: 300px;
	margin-top: 9px;
	margin-left: 5px;
}

.bookingform-other-wts-group
{
	border-width:0px 1px 1px 1px;
	border-color:#E7D49C;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-style:solid;
	padding:4px 4px 0px 4px;
	float:right;
	background-color:#F4F0C9;
}

.bookingform-unitdesc-open .bookingform-other-wts-group
{
	margin-bottom:5px;
}

.bookingform-other-wts
{
	overflow:auto;
}

.bookingform-resultimage
{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
	width:60px;
	height:60px;
	position:relative;
}


.bookingform-resultimage .showLargerUnitImage
{
	position:absolute;
	right:2px;
	bottom:2px;
	padding-right:1px;
	padding-bottom:1px;
}

.bookingform-first-wts-selected-results-outer
{
	float:right;
	clear:right;
	width:445px;
	border-radius:5px;
	background-color:#FFFFFF;
	padding:0px;
	display:none;
	margin:5px 0px;
	font-size:12px;
	clear:both;
}

.bookingform-first-wts-selected-results
{
	padding:5px;
}

.bookingform-other-wts-selected-results
{
	border-radius:5px;
	background-color:#FFFFFF;
	padding:5px;
	display:none;
	margin:5px 0px 5px 0px;
	font-size:12px;
}

.notice
{
	margin:0px 0px 5px 0px;
}


.bookingform-wts-headline
{
	float:right
}

.bookingform-other-wts-headline
{
	margin-bottom:3px;
}

.bookingform-unit-name-row
{
	margin-bottom:3px;
}

.bookingform-unit-name
{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.bookingform-unit-name-row .bookingform-unit-name-toggle-expand
{
	display:inline-block;
	margin-right:5px;
	width:12px;
	height:12px;
	background-image:url(/images/icons/search/unit_expand.gif);
}


.bookingform-unitdesc-open .bookingform-unit-name-row .bookingform-unit-name-toggle-expand
{
	background-image:url(/images/icons/search/unit_collapse.gif);
}

.bookingform-unit-included
{

}


.bookingform-included-meals-selected
{
	color: #FF8A00;
	font-weight: bold;
}

.bookingform-unit-amenities
{
}

.bookingform-other-wts-name
{
	display:inline-block;
	text-align:left;
	width:156px;
	font-weight:bold;
}

.bookingform-wts-occ
{
	display:inline-block;
	width:80px;
}

.bookingform-wts-wasrate
{
	font-size:11px;
	color:#888;
	text-decoration:line-through;
	font-weight:bold;
}

.bookingform-wts-rate
{
	display:inline-block;
	width:140px;
	text-align:right;
	font-weight:bold;
	font-size:14px;
}


.bookingform-other-wts .bookingform-wts-rate
{
	font-size:13px;
}

.bookingform-wts-select
{
	display:inline-block;
	width:60px;
	text-align:right;
}

.bookingform-wts-avail
{
	float:right;
	clear:right;
	text-align:right;
	font-weight:bold;
	color:#080;
}

.bookingform-wts-avail-limited
{
	color:#A00;
}


.bookingform-selected-result-price-box
{
	float:right;
	text-align:right;
	font-weight:bold;
}

.bookingform-unitdesc
{
	display:none;
	border:1px solid #DDD;
	background-color:#fff;
	padding:5px;
	overflow:auto;
	clear:right;
	margin-top: 5px;
}

.bookingform-unitdesc-close
{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	text-decoration:underline;
}

.bookingform-unitdesc-open .bookingform-unitdesc
{
	display:block;
}

.bookingform-selected-result
{
	overflow:auto;
	border-top:1px solid #2F1B10;
	padding-top:5px;
}

.bookingform-first-selected-result
{
	border:none;
	padding-top:0px;
}

.bookingform-selected-offer-name
{
	font-size:16px;
	color:#FF8000;
	font-weight:bold;
}

.bookingform-selected-result-config
{
	margin-right:150px;
	text-align:right;
}

.bookingform-selected-result-was
{
	text-decoration:line-through;
}

.bookingform-selected-result-total
{
	font-size:16px;
	color:#FF8000;
	font-weight:bold;
}

.selectedResultSelectedMeal
{
	font-weight:bold;
}

a.solid-styled-button
{
	border:1px solid #000;
	background-color:#fff;
	padding:2px;
	border-radius:2px;
	width:70px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}

a.solid-styled-button:hover
{
	text-decoration:none !important;
}

.solid-styled-button span
{
	background-color:#FF8A00;
	color:white;
	font-weight:bold;
	font-size:18px;
	display:block;
}



/****************************************************************************************/
/************************** REVIEWS PART OF PROPERTY PAGE *******************************/

#reviews
{
}

#reviews-header
{
	overflow:auto;
	margin-bottom:15px;
}

#reviews-header .reviewBreakdown
{
	margin-left:112px;
	width:auto;
}

#reviews-total
{
	float:left;
	position:static;
	text-align:center;
	margin:0px 25px 0px 5px;
	padding-bottom:10px;
	width:85px;
}

#reviews-total .review-score
{
	border:1px solid;
	background-color:#ffffff;
	padding:0px 3px 3px 3px;
	width:36px;
	margin:auto;
	text-align:center;
	margin-bottom:3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:0.8em;
	line-height:0.8em;
}

#reviews-total .review-score strong
{
	font-size:2em;
	line-height:1.2em;
}

#reviews-recommend
{
	float:right;
}

.reviews-control
{
	padding:3px 5px;
	border-radius:5px;
	color:white;
}

.reviews-control a, .reviews-control a:hover, .reviews-control a:visited, .reviews-control a:active
{
	color:white;
	text-decoration:underline;
}

.review
{
	overflow:hidden;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid;
}

.review:last-child
{
	border-bottom:none;
}

.oddReview
{
}

.review .left
{
	float:left;
	text-align:center;
	width:105px;
}

.review .left .reviewScore
{
	border:1px solid;
	background-color:#ffffff;
	padding:0px 3px 3px 3px;
	width:36px;
	margin:auto;
	text-align:center;
	margin-bottom:3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:0.8em;
	line-height:0.8em;
}

.review .left .reviewScore strong
{
	font-size:2em;
	line-height:1.2em;
}


.review p
{
	margin-top:0px;
	margin-bottom:0.5em;
}

.review .less, .review .more
{
	margin-left:112px;
}

.review .less p
{
	margin-bottom:0em;
}

.reviewBreakdown
{
	overflow:auto;
	width:500px;
	margin-bottom:0.5em;
}

.reviewBreakdown .category
{
	overflow:auto;
	width:15em;
}

.reviewBreakdown .category .name
{
	width:6.3em;
	float:left;
}

.reviewDots
{
	text-align:left;
	display:inline-block;
	height:17px;
	width:102px;
	background:#F2E7C6 url('/images/heartsWhite.png');
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.reviewDots .scoreDots
{
	padding:0px;
	margin:0px;
	display:inline-block;
	height:17px;
	width:102px;
	background:#CCA313 url('/images/heartsWhite.png');
	background-repeat:no-repeat;
	vertical-align:top;
}
.resultsPageScoreDots
{
	width:96.4px
}



/* ************************************************************************************** */
/* ************************************* RESULTS **************************************** */


#results
{
	font-size:13px;
}

#results-header
{
	margin-bottom:10px;
}

#results-sort-container
{
	float:right;
	text-align:right;
}

.results-control
{
	padding:2px 5px 2px 10px;
}

#results-control-top
{
	margin-bottom:10px;
}

#results-control-bottom
{
	margin-top:10px;
}

.results-pageselect
{
	float:right;
	overflow:auto;
}

.results-pageselect-num
{
	color:#555;
	display:inline-block;
	width:19px;
	margin-right:2px;
	border:1px solid #999;
	text-align:center;
	text-decoration:none;
	font-size:0.8em;
}


.propertyresults
{
	margin-bottom:20px;
	padding:0px 0px;
}

.propertyresults:last-child
{
	border-bottom:none;
	padding-bottom:0px;
}

.propertyresults-summary
{
	overflow:auto;
}

.propertyresults-summary-right
{
	float:right;
	text-align:right;
}

.propertyresults-name
{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
}

.propertyresults-image
{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	height:90px;
	width:90px;
}


.propertyresults-was
{
	font-weight:bold;
	text-decoration:line-through;
	font-size:1.5em;
}

.propertyresults-from
{
	font-weight:bold;
	font-size:1.8em;
}


.propertyresults-blurb
{
	position:relative;
	clear:both;
	overflow:auto;
	margin-bottom:10px;
}

.propertyresults-blurb p
{
	margin:0px 90px 0px 0px;
	margin-right:90px;
}

.propertyresults-blurb a
{
	text-decoration:none;
}


.propertyresults-results
{
	width:100%;
	border-collapse:collapse;
}

.propertyresults-expand
{
	margin-top:10px;
}

.propertyresults-expand a
{
	text-decoration:none;
	font-weight:bold;
}

.propertyresults-expand a img
{
	border:none;
	vertical-align:top;
}


.result th
{
	padding:1px 3px;
}

.result td
{
	padding:1px 3px;
}



.result-occ
{
	width:115px;
}

.result-occ a
{
	text-decoration:none;
}

.result-cost
{
	text-align:right;
	width:140px;
}

.result-cost a
{
	color:black;
}

.result-was
{
	color:#8E8E8C;
	text-decoration:line-through;
}

.propertyresults-results tr th
{
	text-align:left;
}


.result-includedmeals
{
	font-weight:bold;
}

.propertyresults-results a
{
	text-decoration:none;
}



/* popup calendar styles */
.ui-datepicker , .ui-widget
{
	font-size:12px;
}

.date-td img
{
	padding-top:2px;
}

#new-search
{
	position:absolute;
	clear:both;
	text-align:center;
	bottom:20px;
	width:270px;

}

#tcs
{
	overflow:auto;
	padding:10px;
	min-height:800px;
}


.region-selector
{
	width:178px;
}


#back-to-your-results
{
	width:90%;
	font-size:20px;
	text-align:center;
	position:absolute;
	bottom:70px;
}

.back-to-your-results
{
	font-size:18px;
	text-align:right;
	width:100%;
}


#back-to-your-results a, .back-to-your-results a
{
	text-decoration:underline;
}

.and_spacer {
	margin-right: 3px;
}

#lightbox-container-image-box {
	max-width: 80%;
	height:80% !important;
}
#lightbox-container-image img {
	max-width: 100%;
}
#lightbox-container-image-data-box{
	max-width:80%; margin-bottom:50px;
}

#lightbox-nav-btnNext{
	height:100%!important;
	background: url(../images/jquery_lightbox/lightbox-btn-next.gif) right center no-repeat !important;
}
#lightbox-nav-btnPrev{
	height:100%!important;
	background: url(../images/jquery_lightbox/lightbox-btn-prev.gif) left center no-repeat !important;
}