/*
 * styles.css - skistays.com main stylesheet
 *
 * Copyright 2007 The Lodging Company
 */

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

/* 
 * General-purpose styles
 */

body {
	margin: 0;
	background: #5c5c5c;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Defaults for links. */
a {
	text-decoration: underline;
/*	color: #7cae37; */
}
a img {
	border: none;
}

br.everclear {
	clear: both;
}

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

/* 
 * Main body styles, for body.html and its subsidiaries
 */

/* For centering in the window--it includes everything: header, content and footer. */
div.bodycontainer {
	width: 1000px;
	position: relative;
	font: normal 9pt arial, helvetica, sans-serif;
	color: #443526;
	margin: 0 auto;
	padding-bottom: 1px;
	text-align: left;
}

/* Header styles */
.header {
}

#toptext {
	margin: 12px 14px;
	font: normal 11pt arial, helvetica, sans-serif;
	color: white;
}
#toptext a {
	color: white;
}
#toptext .links {
	float: right;
}

#headermain {
	width: 100%;
	height: 200px;
}
#headermain td.left {
	width: 75%;
	background: url( /webimages/skistays/body/header-skier.jpeg ) left;
}
#headermain td.right {
	width: 25%;
	background: url( /webimages/skistays/body/header-people.jpeg ) center;
}

#headermain .links {
	position: absolute;
	bottom: 4px;
	right: 4px;
	padding: 2px 4px;
	z-index: 5;

	font-family: arial, sans, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#headermain .links a {
	color: #443526;
	text-decoration: none;
}
#headermain .links a:hover {
	text-decoration: underline;
}

#headermain td table {
	height: 200px;
	width: 100%;
}
#headermain .left table td {
	border: 5px solid white;
	width: 34%;
}
#headermain .left table td.left {
	background: transparent url( /webimages/skistays/body/header-logo2.gif ) no-repeat center;
}
#headermain .left table td.interior {
	border-left: none;
	width: 33%;
}
#headermain .right table td {
	border-top: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}

#headersub {
	background: #fcfcfc url( /webimages/skistays/body/property-search.gif ) no-repeat 2%;
	border-bottom: 1px solid #abaaa7;
	margin: 0;
	padding: 8px 0 10px 25%;
}

table.planner thead td {
	font: bold 9pt arial, helvetica, sans-serif;
	color: #443526;
	padding: 0px 6px 2px;
}
table.planner tbody td {
	font: normal 9pt arial, helvetica, sans-serif;
	padding: 2px 6px 0px;
}
table.planner tbody td.button button {
	padding: 0;
	border: none;
	background: transparent;
	position: relative;
	top: -1px;
	cursor: pointer;
	width: 144px;
}

img#vpshowcalendar {
	position: relative;
	top: 2px;
}
#planner-advanced {
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
	text-align: right;
}

#all-content {
	background: #d3cfc0;
}

.selector_container {
	position: relative;
	z-index: 10;
}
.selector_transit {
	position: absolute;
	top: 12px;
	width: 75%;
	margin-left: 11px;
	margin-right: auto;
}
table.selector {
	margin-left: auto;
	margin-right: auto;
}
td.selector_left, td.selector_centre, td.selector_right {
	height: 30px;
}
td.selector_left {
	width: 5px;
	background: url( /webimages/skistays/body/content-selector-left.png ) no-repeat;
}
td.selector_centre {
	background: url( /webimages/skistays/body/content-selector-background.png ) repeat-x;
	vertical-align: middle;
}
td.selector_right {
	width: 5px;
	background: url( /webimages/skistays/body/content-selector-right.png ) no-repeat;
}

.selector_current, .selector_other {
	padding: 0px 30px;
	font-weight: bold;
	font-size: 11pt;
}
.selector_current {
	color: #7cbe22;
}
.selector_other {
	text-decoration: none;
	color: #443526;
}

table#main-outer {
	position: relative;
	width: 100%;
}
table#main-outer td.main-outer-left {
	vertical-align: top;
	padding: 10px 5px 30px 10px;
}
table#main-outer td.main-outer-right {
	vertical-align: top;
	padding: 10px 10px 30px 5px;
}

table.content {
	position: relative;
}
/* Corners of content boxes */
table.content td.content-topleft, table.content td.content-topright, table.content td.content-botleft, table.content td.content-botright {
	width: 8px;
	height: 8px;
}
/* Edges */
table.content td.content-top {
	font-size: 6px;
	background: #efece1;
	border-top: 1px solid #abaaa7;
}
table.content td.content-right {
	font-size: 6px;
	width: 7px;
	background: #efece1;
	border-right: 1px solid #abaaa7;
}
table.content td.content-bot {
	font-size: 6px;
	background: #efece1;
	border-bottom: 1px solid #abaaa7;
}
table.content td.content-left {
	font-size: 6px;
	width: 7px;
	background: #efece1;
	border-left: 1px solid #abaaa7;
}
/* Main content */
table.content td.content-main {
	background: #efece1;
	padding: 8px 10px 12px;
	vertical-align: top;
}


/* Special case for listings... */
table.content.listings-content {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
table.content.listings-content td.content-main {
	padding-bottom: 8px;
}

.positioner {
	position: relative; /* For anchoring positionees. */
}

#rightside-content {
	color: #443526;
}
#rightside-content .privacy, #rightside-content .credentials {
	text-align: center;
	margin: 24px 0;
	font-size: 9pt;
}
#rightside-content .credentials .emph {
	font-size: 10pt;
}
#rightside-content .privacy .is {
	font-size: 12pt;
}
#rightside-content .privacy .paramount {
	font-size: 18pt;
}

/*
 * Rounded corners, original:
.borders b.t { font-size:1px;display:block; overflow:hidden; }
.borders b.t b.t1 { background:#fb6c33; color: inherit; display:block; overflow:hidden;height:1px;margin:0 5px; }
.borders b.t b.t2 { background:#DDDDFF; border-color: #fb6c33; color: inherit; display:block; overflow:hidden;height:1px;border-style: solid; border-width: 0 1px;margin:0 3px; border-width:0 2px; }
.borders b.t b.t3 { background:#DDDDFF;border-color: #78AAFF; color: inherit; display:block; overflow:hidden;height:1px;border-style: solid; border-width: 0 1px;margin:0 2px; }
.borders b.t b.t4 { background:#DDDDFF;border-color: #78AAFF; color: inherit; display:block; overflow:hidden;border-style: solid; border-width: 0 1px;height:2px; margin:0 1px; }
.borders .mid,     .borders-notop .mid     { background:#DDDDFF; border-color: #78AAFF; color: inherit; display:block; border-style: solid ; border-width: 0 1px; }
.borders b.tb,     .borders-notop b.tb     { font-size:1px;display:block; overflow:hidden;height:1px; }
.borders b.b,      .borders-notop b.b      { font-size:1px;display:block; overflow:hidden; }
.borders b.b b.b1, .borders-notop b.b b.b1 { background:#DDDDFF;border-color: #78AAFF; color: inherit; display:block; overflow:hidden;border-style: solid; border-width: 0 1px;height:2px; margin:0 1px; }
.borders b.b b.b2, .borders-notop b.b b.b2 { background:#DDDDFF;border-color: #78AAFF; color: inherit; display:block; overflow:hidden;height:1px;border-style: solid; border-width: 0 1px;margin:0 2px; }
.borders b.b b.b3, .borders-notop b.b b.b3 { background:#DDDDFF;border-color: #78AAFF; color: inherit; display:block; overflow:hidden;height:1px;border-style: solid; border-width: 0 1px;margin:0 3px; border-width:0 2px; }
.borders b.b b.b4, .borders-notop b.b b.b4 { background:#78AAFF; color: inherit; display:block; overflow:hidden;height:1px;margin:0 5px; }
.borders .main,    .borders-notop .main    {  }
*/

/* Rounded corners, global styles */
.borders b.t        { font-size:1px;display:block; overflow:hidden; }
.borders b.t b.t1   { color: inherit; display:block; overflow:hidden;height:1px;margin:0 5px; }
.borders b.t b.t2   { color: inherit; display:block; overflow:hidden;height:1px;border-style: solid; border-width: 0 1px;margin:0 3px; border-width:0 2px; }
.borders b.t b.t3   { color: inherit; display:block; overflow:hidden;height:1px;border-style: solid; border-width: 0 1px;margin:0 2px; }
.borders b.t b.t4   { color: inherit; display:block; overflow:hidden;border-style: solid; border-width: 0 1px;height:2px; margin:0 1px; }
.borders .mid,     .borders-notop .mid     { color: inherit; display:block; border-style: solid ; border-width: 0 1px; }
.borders b.tb,     .borders-notop b.tb     { font-size:1px;display:block; overflow:hidden;height:1px; }
.borders b.b,      .borders-notop b.b      { font-size:1px;display:block; overflow:hidden; }
.borders b.b b.b1, .borders-notop b.b b.b1 { color: inherit; display:block; overflow:hidden;border-style: solid; border-width: 0 1px;height:2px; margin:0 1px; }
.borders b.b b.b2, .borders-notop b.b b.b2 { color: inherit; display:block; overflow:hidden;height:1px;border-style: solid; border-width: 0 1px;margin:0 2px; }
.borders b.b b.b3, .borders-notop b.b b.b3 { color: inherit; display:block; overflow:hidden;height:1px;border-style: solid; border-width: 0 1px;margin:0 3px; border-width:0 2px; }
.borders b.b b.b4, .borders-notop b.b b.b4 { color: inherit; display:block; overflow:hidden;height:1px;margin:0 5px; }
.borders .main,    .borders-notop .main    {  }

#listing-header-outside {
	width: 100%;
	padding: 25px 16px 20px;
	font: bold 10pt arial, helvetica, sans-serif;
	color: #443526;
}
#listing-header-outside #collection {
	text-align: left;
	vertical-align: top;
}
#listing-header-outside .results {
	text-align: right;
	vertical-align: top;
}

/* Listings page */
#listing-header {
	width: 100%;
	position: relative;
}

/* Sort box on listings page */
.listing-sort {
	text-align: left;
	vertical-align: top;
	padding: 0;
	color: #443526;
}
.listing-sort a { 				/* all sort links */
	font: bold 9pt arial, helvetica, sans-serif;
	text-decoration: underline;
}
.listing-sort a.current { /* current sort link */
	color: #980d0d;
}
.listing-sort a .arrow { /* asc/desc arrows */
	margin: 0;
	padding: 0 5px;
	background-repeat: no-repeat;
	background-position: center;
}
.listing-sort a .ascending {
	background-image: url( /webimages/skistays/body/ascending.png );
}
.listing-sort a .descending {
	background-image: url( /webimages/skistays/body/descending.png );
}
.listing-sort a.other { 	/* other sort links */
	color: #443526;
}

#toppager {
	text-align: right;
	vertical-align: middle;
	font: bold 9pt arial, helvetica, sans-serif;
}

#botpager {
	float: right;
	vertical-align: middle;
	text-align: left;
	padding: 2px 2px 0;
	font: bold 9pt arial, helvetica, sans-serif;
}
.pager-sep {
	color: #443526;
	padding: 0 2px;
}
.pager-link {
	color: #443526;
	text-decoration: none;
	cursor: pointer;
	padding: 0 2px 0 3px;
}
.pager-link:hover {
	text-decoration: underline;
}
.pager-nolink {
	color: #7cbe22;
	text-decoration: underline;
	cursor: default;
	padding: 0 2px 0 3px;
}
.pager-disabled {
	color: #8e8e8d;
	text-decoration: none;
	cursor: default;
	padding: 0 2px 0 3px;
}

.listing-footer {
	width: 100%;
	position: relative;
/*	padding: 32px 0; */
}

.pageno {
	margin: 0;
	font: normal 12pt arial, helvetica, sans-serif;
	color: #443526;
}

#listing-noresults {
	font: normal 10pt arial, helvetica, sans-serif;
	margin: 4em 0;
}
#listing-noresults h2 {
	font: normal 10pt arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 2em 0;
}

.listing {
	position: relative;
	clear: both;
	margin: 0 0 4px;
}
.listing .thumb, .listing .text {
	vertical-align: top;
	font-size: 9pt;
	color: #443526;
}
.listing .thumb {
	padding: 6px;
	position: relative;
	padding-right: 20px;
}
.listing .thumb .frame {
	background: url( /webimages/skistays/body/listing-thumbnail-frame-160.png ) no-repeat;
	padding: 7px 8px 9px 6px;
	width: 160px;
	position: relative;
	text-align: center;
}
.listing .thumb .frame .banner {
	position: absolute;
	bottom: 9px;
	left: 6px;
	z-index: 2;
	width: 160px;
	padding: 5px 0;
	background: black;
	color: black;
	opacity: 0.50;
	-khtml-opacity: 0.50;
	filter: alpha(opacity=50); 
	font: bold 10pt arial, helvetica, sans-serif;
	cursor: pointer;
}
.listing .thumb .frame .banner-text {
	position: absolute;
	bottom: 14px;
	left: 14px;
	z-index: 3;
	width: 144px;
	text-align: center;
	/*color: #80ff90;*/
	/*color: #e06c0f*/;
	/*color: #d3cfc0;*/
	color: #f4cf4e;
	font: bold 10pt arial, helvetica, sans-serif;
	cursor: pointer;
}
.listing .text {
	padding-top: 6px;
	padding-bottom: 10px;
}
.listing .text .description {
	font-size: 9pt;
}
.listing .features {
	color: #443526;
	white-space: nowrap;
	padding: 6px 6px 5px;
	margin-left: 5px;
	float: right;
}
.listing .features h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
}
.listing .features ul {
	margin: 2px 0 5px;
	padding: 0 0 0 20px;
	font-size: 10pt;
	list-style: url( /webimages/skistays/body/snowflake-bullet-alpha.png );
}

.listinglink, a.listinglink {
	text-decoration: none;
	font-size: 12pt;
	font-weight: 900;
	color: #443526;
}

.smallcall {
	font-size: 7pt;
	line-height: 9pt;
}

table.roomtypes {
	position: relative;
	width: 100%;
	margin: 0 0 0 3px;
}

/* Cell widths and borders common across thead and tbody */
table.roomtypes td.rating,
table.roomtypes td.name,
table.roomtypes td.dates,
table.roomtypes td.size,
table.roomtypes td.special,
table.roomtypes td.total {
	color: #443526;
	white-space: nowrap;
}
table.roomtypes td.special-detail {
	color: #CB741B;
	white-space: nowrap;
}
table.roomtypes td.rating {
	width: 60px;
}
table.roomtypes td.special {
	width: 68px;
}
table.roomtypes td.special-detail {
	width: 116px;
}

table.roomtypes thead td.total {
	width: 223px;
}
table.roomtypes td.total {
	width: 140px;
}
table.roomtypes td.select {
	width: 103px;
}

/* Common thead cell properties */
table.roomtypes thead td.rating,
table.roomtypes thead td.size,
table.roomtypes thead td.total {
	padding: 8px 0 4px;
	vertical-align: bottom;
	font-size: 9pt;
	font-weight: bold;
}
/* Per-cell properties in thead */
table.roomtypes thead td.rating {
	text-align: left;
}
table.roomtypes thead td.size {
	text-align: left;
}
table.roomtypes thead td.total {
	text-align: right;
}
/* table.roomtypes thead td.dates {
	white-space: nowrap;
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px 5px;
	height: 40px;
}
table.roomtypes thead td.dates .to {
	font-weight: normal;
}
table.roomtypes thead td.dates .your {
	font-weight: normal;
}
table.roomtypes thead td.total .change-dates {
	margin-top: 12px;
} */

/* Common tbody cell properties */
table.roomtypes tbody td.rating, 
table.roomtypes tbody td.name,
table.roomtypes tbody td.size,
table.roomtypes tbody td.special,
table.roomtypes tbody td.special-detail,
table.roomtypes tbody td.total {
	font-size: 8pt;
	padding: 2px 0 6px;
	vertical-align: bottom;
	cursor: pointer;
}
/* Per-cell properties in tbody */
table.roomtypes tbody td.rating {
	text-align: left;
	padding: 0;
	width: 60px;
	height: 31px;
}
table.roomtypes tbody td.name,
table.roomtypes tbody td.size,
table.roomtypes tbody td.special,
table.roomtypes tbody td.special-detail,
table.roomtypes tbody td.total {
	background: url( /webimages/skistays/body/priceline_slice.png ) repeat-x;
}
table.roomtypes tbody td.name {
	text-align: left;
}
table.roomtypes tbody td.size {
}
table.roomtypes tbody td.special {
	text-align: center;
	padding: 9px 0 5px;
}
table.roomtypes tbody td.special-detail {
	text-align: center;
}
table.roomtypes tbody td.name a,
table.roomtypes tbody td.size a,
table.roomtypes tbody td.special a,
table.roomtypes tbody td.special-detail a,
table.roomtypes tbody td.total a {
	color: #443526;
	text-decoration: none;
	padding-bottom: 0px;
}
table.roomtypes tbody td.name a:hover,
table.roomtypes tbody td.size a:hover,
table.roomtypes tbody td.special a:hover,
table.roomtypes tbody td.special-detail a:hover,
table.roomtypes tbody td.total a:hover {
	text-decoration: underline;
	padding-bottom: 3px;
}
table.roomtypes tbody td.special .name {
	font-weight: bold;
	color: #036dc6;
}
table.roomtypes tbody td.total {
	text-align: right;
	white-space: nowrap;
	padding-bottom: 6px;
}
table.roomtypes tbody td.total .symbol {
	color: #980d0d;
	font-size: 10pt;
	font-weight: normal;
}
table.roomtypes tbody td.total .amount {
	color: #980d0d;
	font-size: 10pt;
	font-weight: bold;
}
table.roomtypes tbody td.total .tag {
	font-size: 9pt;
	font-weight: normal;
}
table.roomtypes tbody td.total .call {
	font-weight: bold;
}
table.roomtypes tbody td.select {
	background: url( /webimages/skistays/body/priceline_slice.png ) top repeat-x;
	height: 31px;
	padding: 0;
}
table.roomtypes tbody td.select img {
	margin-left: 20px;
}

hr.listing {
	height: 0px;
	width: 100%;
	border-top: 1px solid white;
	border-bottom: 1px solid #e3e3e3;
	border-left: none;
	border-right: none;
	margin: 0px 0px 20px;
	padding: 0px;
}

/*
 * Property page styles
 */

#detailsreturntop, #detailsreturnbottom {
	clear: both;
	margin: 18px 0;
	text-align: right;
}

#detailstop-container {
	width: 100%;
}
#detailstop-container td.left {
	width: 497px;
	vertical-align: top;
}
#detailstop-container td.right {
	padding-left: 17px;
	vertical-align: top;
}
#detailstop-container td.bottom {
	vertical-align: top;
}

/* Property page gallery */
#detailsgallery-container {
	position: relative;
	width: 500px;
	margin-bottom: 12px;
}

#detailsgallery-thumbs {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 278px;
	width: 85px;
	padding: 20px 0px 18px;
	text-align: center;
	overflow: hidden;
}
#detailsgallery-thumbsup {
	position: absolute;
	top: 0px;
	left: 2px;
	padding: 3px 0px 6px;
	width: 82px;
	background: url( /webimages/skistays/body/gallery-scroll-button.png ) no-repeat;
	text-align: center;
	z-index: 5;
}
#detailsgallery-thumbsup-mask {
	position: absolute;
	top: 0px;
	left: 2px;
	padding: 3px 0px 6px;
	width: 82px;
	height: 9px;
	background: url( /webimages/skistays/body/gallery-scroll-button-mask.png ) no-repeat;
	opacity: 0.60;
	-khtml-opacity: 0.60;
	filter: alpha(opacity=60); 

	/* Initially disabled: */
	z-index: 8;
	visibility: visible;
	display: block;
	/*
	z-index: 2;
	visibility: hidden;
	display: none;
	*/
}
#detailsgallery-thumbsdown-enable {
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: -40px;
}
#detailsgallery-thumbsdown-disable {
	cursor: pointer;
	position: absolute;
	bottom: 12px;
	right: -40px;
}
#detailsgallery-thumbsdown {
	position: absolute;
	bottom: 0px;
	left: 2px;
	padding: 4px 0px 5px;
	width: 82px;
	background: url( /webimages/skistays/body/gallery-scroll-button.png ) no-repeat;
	text-align: center;
	z-index: 5;
}
#detailsgallery-thumbsdown-mask {
	position: absolute;
	bottom: 0px;
	left: 2px;
	width: 82px;
	height: 18px;
	background: url( /webimages/skistays/body/gallery-scroll-button-mask.png ) no-repeat;
	opacity: 0.60;
	-khtml-opacity: 0.60;
	filter: alpha(opacity=60); 

	/* Initially enabled: */
	/*
	z-index: 8;
	visibility: visible;
	display: block;
	*/
	z-index: 2;
	visibility: hidden;
	display: none;
}
#detailsgallery-thumbslider {
	position: relative;
	margin-top: 0px;
	text-align: center;
}
#detailsgallery-thumbselector {
	position: absolute;
	top: 1px;
	margin-left: 3px;
	width: 68px;
	height: 51px;
	opacity: 0.60;
	-khtml-opacity: 0.60;
	filter: alpha(opacity=60); 
	cursor: default;

	border-top: 6px solid #443526;
	border-bottom: 6px solid #443526;
	border-left: 5px solid #443526;
	border-right: 5px solid #443526;
}
.detailsgallery-thumbborder {
	width: 68px;
	height: 51px;
	margin: 0px auto 3px 2px;
	padding: 7px 8px 9px 6px;
	background: url( /webimages/skistays/body/image-frame-68.png ) no-repeat;
}
.detailsgallery-thumb {
	cursor: pointer;
}

#detailsgallery-image-outside-padding {
	padding: 38px 50px 37px;
	margin: 2px 0px;
}
#detailsgallery-imageborder {
	width: 414px;
	height: 316px;
	margin: 2px 0px;
	background: url( /webimages/skistays/body/image-frame-400.png ) top left no-repeat;
}
#detailsgallery-image-outside-padding #detailsgallery-imageborder {
	width: 314px;
	height: 241px;
	margin: 0;
	background: url( /webimages/skistays/body/image-frame-300.png ) top left no-repeat;
}
#detailsgallery-imagepadding {
	padding: 7px 8px 9px 6px;
}
#detailsgallery-imagewrapper {
}
#detailsgallery-image {
}

#detailsgallery-bottom {
	width: 414px;
	margin: 2px 0px;
	font-size: 10pt;
	font-weight: bold;
}
#detailsgallery-startstop {
	padding: 4px 20px;
	float: left;
	cursor: pointer;
	vertical-align: middle;
}
#detailsgallery-startstopbutton {
}
#detailsgallery-startstoptext {
	margin-left: 2px;
}
#detailsgallery-caption {
	padding: 4px 20px;
	text-align: right;
}

/* Info and pricing, yoinked from the request page. */
#detailspricing {
	width: 70%;
	min-width: 215px;
	margin: 0 auto 12px;
}

/* Summary of the stay */
#detailspricing .summary {
}
#detailspricing .checkinout {
	padding-left: 4px;
	font-weight: bold;
}

#detailspricing .buildingname {
	font-size: 12pt;
	font-weight: bold;
}
#detailspricing .resortname {
	font-size: 10pt;
	font-weight: bold;
}

#detailspricing .duration {
	margin: 12px 0px 4px;
}
#detailspricing .guestheading, #detailspricing .ratesheading  {
	margin-top: 10px;
	margin-bottom: 4px;

	font-weight: bold;
	font-size: 11pt;
}
#detailspricing .guestdetails {
	margin-bottom: 10px;
}
#detailspricing .guestdetails .exceeded {
	color: red;
}

/* Pricing breakdown */
#detailspricing .breakdown {
	margin: 10px 0px;
}

#detailspricing table.rates {
	width: 100%;
}
#detailspricing table.rates td.date {
	text-align: left;
	padding-right: 6px;
}
#detailspricing table.rates td.charge, #detailspricing table.rates td.total {
	padding-top: 8px;
	font-weight: bold;
	text-align: left;
	padding-right: 6px;
}
#detailspricing table.rates td.dateprice {
	text-align: right;
	white-space: nowrap;
}
#detailspricing table.rates td.chargeprice {
	text-align: right;
	padding-top: 8px;
	white-space: nowrap;
}

#detailspricing table.rates td.currencynote {
	padding: 8px 0px;
	font-size: 8pt;
	text-align: right;
}

h1#details-name {
	margin: 24px 0 12px;
	font-size: 14pt;
}
#details-unit-selector {
	margin-left: 2px;
	margin: 2px 0 12px;
}
#details-unit-selector .title {
	margin-bottom: 2px;
}
select#selected_unit {
	font-size: 11pt;
	font-weight: bold;
	color: #443526;
}

td#details-button {
	text-align: right;
	vertical-align: bottom;
}
td#details-button button {
	font: bold 12pt arial, helvetica, sans-serif;
	padding: 5px 20px;
	border: 1px solid #c27119;
	background: #e3a45e;
	/*background: #ba854d;*/
	/*background: #f4a44c;*/
	cursor: pointer;
}

.details-specials {
	clear: both;
}
.details-specials .special {
	float: right;
	margin: 24px 0 12px 10px;
	border: 1px solid #f1d02e;
	padding: 8px 8px 4px;
	background: #f1e39f;
}
.details-specials .special h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #443526;
	margin: 0 0 4px;
}
.details-specials .special p {
	font-size: 10pt;
	font-weight: normal;
	color: #443526;
	margin: 0 0 4px;
}
.details-specials .special p.note {
	font-size: 7pt;
}

#details-box {
	clear: both;
	background: white;
	padding: 12px;
	border: 1px solid #e3e3e3;
}
table#details-lfa {
	width: 100%;
}
table#details-lfa td {
	text-align: left;
	vertical-align: top;
}
table#details-lfa td.lf {
	width: 34%;
}
table#details-lfa td.a {
	width: 66%;
}
#details-location {
	font-size: 10pt;
	margin-bottom: 8px;
}
#details-location .title {
	font-size: 11pt;
	font-weight: bold;
}

#details-features {
	font-size: 10pt;
}
#details-features .title {
	font-size: 11pt;
	font-weight: bold;
}
#details-features ul.amenities, #details-location ul.amenities {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-size: 10pt;
	list-style: url( /webimages/skistays/body/snowflake-bullet-alpha.png ) disc;
}

#details-amenities {
}
#details-amenities .title {
	font-size: 11pt;
	font-weight: bold;
}
#details-amenities table {
	width: 100%;
}
#details-amenities table td {
	width: 50%;
	vertical-align: top;
	text-align: left;
}
#details-amenities ul.right {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-size: 10pt;
	list-style: url( /webimages/skistays/body/snowflake-bullet-alpha.png ) disc;
}

#details-amenities ul.left {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-size: 10pt;
	list-style: url( /webimages/skistays/body/snowflake-bullet-alpha.png ) disc;
}

/* Building description and inquiry form at the bottom of the property page. */

table#details-descform {
	margin-top: 24px;
}
table#details-descform td.desc, table#details-descform td.form {
	vertical-align: top;
	width: 50%;
}
table#details-descform td.form {
	text-align: center;
}

/* Description */

#details-description {
	margin: 12px 12px 0 0;
	font-size: 10pt;
	text-align: justify;
}
#details-description h2 {
	margin: 0 0 8px;
	font-size: 12pt;
	font-weight: bold;
}

#details-amenities-note {
	margin: 12px;
}

/* Form */

#details-form {
	width: 330px;
	margin: 12px auto 0;
	font-size: 10pt;
	text-align: left;
}
#details-form h2 {
	margin: 0 2px 8px;
	border: 2px solid transparent;
	padding: 2px;
	font-size: 12pt;
	font-weight: bold;
}

#details-form table td {
	border: 2px solid transparent; /* Invisible border, for highlighting the cell upon error. */
	/* cellpadding="2" == padding: 2px */
	/* cellspacing="2" == margin: 2px, with no collapsing */
}
#details-form table td.left {
	padding-right: 4px;
}
#details-form table td.right {
	padding-left: 4px;
}
#details-form table td#form_submit_cell {
	text-align: center;
}
#details-form table td#form_submit_cell div {
	margin-top: 1em;
	font-size: 9pt;
	font-weight: bold;
}
#details-form table td div {
	margin: 0;
}


/* Alternate Form */

/* Info and pricing, yoinked from the request page. */
table#request-wrapper {
	margin: 0 auto 20px;
}
table#request-wrapper td {
	vertical-align: top;
}
table#request-wrapper td.instruction {
	width: 225px;
	padding-right: 60px;
	font-size: 10pt;
}
table#request-wrapper td.instruction p.please-complete {
	margin-bottom: 24px;
}
table#request-wrapper td.instruction h1 {
	font-size: 16pt;
}
table#request-wrapper td.instruction table.contact {
	margin: 0;
}
table#request-wrapper td.instruction table.contact td.origin {
	text-align: left;
	font-size: 8pt;
}
table#request-wrapper td.instruction table.contact td.number {
	text-align: right;
	font-size: 8pt;
}
table#request-wrapper td.instruction div.did-you-know {
	margin: 32px 0;
	border: 1px solid #f1d02e;
	padding: 8px;
	background: #f1e39f;
}
table#request-wrapper td.instruction div.did-you-know h1 {
	margin-top: 0px;
	font: bold 12pt arial, helvetica, sans-serif;
}

#request-heading {
	width: 392px;
	padding: 4px;
}

/* Summary of the stay */
#request-heading .summary {
	margin: 12px;
}

#request-heading .thumbnail {
	float: left;
	width: 174px;
	height: 136px;
	margin-right: 12px;
}
#request-heading .thumbnail .border {
	padding: 7px 8px 9px 6px;
	width: 160px;
	height: 120px;
	background: url( /webimages/skistays/body/listing-thumbnail-frame-160.png );
}

#request-heading .buildingname {
	font-size: 12pt;
	font-weight: bold;
}
#request-heading .resortname {
	font-size: 10pt;
	font-weight: bold;
}

#request-heading .duration {
	margin: 12px 0px 4px;
}
#request-heading .checkinout {
	padding-left: 4px;
	font-weight: bold;
}

#request-form {
	clear: both;
	width: 400px;
	margin: 12px auto 0;
	font-size: 10pt;
	text-align: left;
}

#request-form table td {
	border: 2px solid transparent; /* Invisible border, for highlighting the cell upon error. */
	/* cellpadding="2" == padding: 2px */
	/* cellspacing="2" == margin: 2px, with no collapsing */
}
#request-form table td.left {
	padding-right: 4px;
}
#request-form table td.right {
	padding-left: 4px;
}
#request-form table td#form_submit_cell {
	text-align: center;
}
#request-form table td#form_submit_cell div {
	margin-top: 1em;
	font-size: 9pt;
	font-weight: bold;
}
#request-form table td div {
	margin: 0;
}


/* Thanks page, upon form submission */
.thanks-indent {
	width: 85%;
	margin: auto;
}
.request-return {
	margin-top: 1em;
	font-size: 11pt;
}
.request-return p {
	margin: 4px 0;
}


/* ---------------------------------------------------------------------------------------
 * Static page styles
 */

.aboutus {
	font: 11pt arial, sans, sans-serif;
	color: #443526;
	text-align: justify;
}

.main-text {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #443526;
	text-align: justify;
}

.headline {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

table.contact {
	width: 100%;
	margin-top: 1em;
}

td.contact {
	padding: 1px;
	background: #997756;
	color: #ffffff;
	border-style: ridge;
	border-width: 1px;
	border-color: black;
	text-align: center;
	font-weight: bold;
}

td.contact-number {
	text-align: center;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 2px 0px;
}

td.contact-origin {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}
.quotes {
	padding: 18px;
	font: italic 11pt arial, sans, sans-serif;
	margin: 0% 3% 0% 3%;
}

.quotename {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-family: serif;
	font-size: 9pt;
	margin: 2px 0px 10px 0px;
}

.staticlogo {
	text-align: center;
	padding: 20px;
	margin-bottom: 10px;
}

#contact-form {
	margin: 24px 60px;
}
#contact-form h2 {
}
#contact-form h3 {
	font-weight: normal;
	margin-bottom: 24px;
}
#contact-form .label {
	font-weight: bold;
}
#contact-form .label .optional {
	font-weight: normal;
	font-style: italic;
	margin-left: 1em;
}
#contact-form .control {
	margin-bottom: 18px;
}
#contact-form .submit {
	margin-top: 24px;
}
#contact-form .subject {
	font-weight: bold;
}
#contact-form .sent-text {
	font-style: italic;
	margin-bottom: 18px;
}
#contact-form .error {
	font-size: 10pt;
	color: red;
	margin-bottom: 18px;
}
#contact-form .error .email {
	font-style: italic;
}

/* Homepage */

.feature-bold-text {
	font-size: 11pt;
	font-weight: bold;
}

.feature-text {
	text-align: justify;
	font-size: 9pt;
}

.about-text {
	font-size: 10pt;
}

.sitemap-link {
	margin: 24px 0 12px;
	font-size: 10pt;
}

div.home-resort {
	font-size: 10pt;
	font-weight: bold;
}

div.home-resort a {
	text-decoration: underline;
}

td.featured {
	width: 204px;
	vertical-align: top;
	padding: 4px;
}

div#featured {
	text-align: center;
	margin: 0 auto;

	background: url( /webimages/skistays/body/listing-thumbnail-frame-160.png ) no-repeat;
	padding: 7px 8px 9px 6px;
	width: 160px;
}

td.main-page {
	vertical-align: top;
	text-align: left;
}

#feature-header         ,#specials-header         ,#about-home          { margin: 8px 0; }
#feature-header b.t     ,#specials-header b.t     ,#about-home b.t      { }
#feature-header b.t b.t1,#specials-header b.t b.t1,#about-home b.t b.t1 { background: #c0c0c0; }  /* border */
#feature-header b.t b.t2,#specials-header b.t b.t2,#about-home b.t b.t2 { background: #efece1; border-color: #c0c0c0; }  /* background, border */
#feature-header b.t b.t3,#specials-header b.t b.t3,#about-home b.t b.t3 { background: #efece1; border-color: #c0c0c0; }  /* background, border */
#feature-header b.t b.t4,#specials-header b.t b.t4,#about-home b.t b.t4 { background: #efece1; border-color: #c0c0c0; }  /* background, border */
#feature-header .mid    ,#specials-header .mid    ,#about-home .mid     { background: #efece1; border-color: #c0c0c0; }  /* background, border */
#feature-header b.tb    ,#specials-header b.tb    ,#about-home b.tb     { }
#feature-header b.b     ,#specials-header b.b     ,#about-home b.b      { }
#feature-header b.b b.b1,#specials-header b.b b.b1,#about-home b.b b.b1 { background: #efece1; border-color: #c0c0c0; }  /* background, border */
#feature-header b.b b.b2,#specials-header b.b b.b2,#about-home b.b b.b2 { background: #efece1; border-color: #c0c0c0; }  /* background, border */
#feature-header b.b b.b3,#specials-header b.b b.b3,#about-home b.b b.b3 { background: #efece1; border-color: #c0c0c0; }  /* background, border */
#feature-header b.b b.b4,#specials-header b.b b.b4,#about-home b.b b.b4 { background: #c0c0c0; }  /* border */
#feature-header .main   ,#specials-header .main   ,#about-home .main    {
	padding: 0 8px;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	color: #443526;
}

table#specials-content {
	width: 100%;
}
table#specials-content td {
	white-space: nowrap;
	font-size: 9pt;
}
table#specials-content td.thumb {
	text-align: right;
}
table#specials-content td.thumb div.detailsgallery-thumbborder {
	margin-left: auto;
	margin-right: 0;
	text-align: left;
}

#snowreport          { margin:		4px 0; }
#snowreport b.t      { }
#snowreport b.t b.t1 { background:#000000; }  /* border */
#snowreport b.t b.t2 { background:#ffffff; border-color: #000000; }  /* background, border */
#snowreport b.t b.t3 { background:#ffffff; border-color: #000000; }  /* background, border */
#snowreport b.t b.t4 { background:#ffffff; border-color: #000000; }  /* background, border */
#snowreport .mid     { background:#ffffff; border-color: #000000; }  /* background, border */
#snowreport b.tb     { }
#snowreport b.b      { }
#snowreport b.b b.b1 { background:#ffffff; border-color: #000000; }  /* background, border */
#snowreport b.b b.b2 { background:#ffffff; border-color: #000000; }  /* background, border */
#snowreport b.b b.b3 { background:#ffffff; border-color: #000000; }  /* background, border */
#snowreport b.b b.b4 { background:#000000; }  /* border */
#snowreport .main    { padding: 0 8px; }

.specials-title {
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #443526
}

/* Sitemap */

h1.sitemap {
	color: #443526;
	font-size: 16pt;
}
h2.sitemap, h2.sitemap a {
	color: #443526;
	font-size: 12pt;
	margin: 1em 0 12px;
}
h3.sitemap {
	color: #443526;
	font-size: 11pt;
	margin: 8px 0 4px;
}

/* Advanced Search */
body.advsearchform {
	font: normal 9pt arial, helvetica, sans-serif;
	text-align: left;
	color: #443526;
	background: transparent;
	margin: 0px;
	padding: 0px;
}
#advsearchcontent h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #443526;
}

#advsearcherrorcell {
	font-size: 10pt;
	font-weight: bold;
	color: red;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#advsearchcontrols {
	margin-top: 10px;
	margin-bottom: 10px;
}
#advsearchcontrols .row {
	position: relative;
}
#advsearchcontrols .entry {
	margin: 0 0 1em;
	text-align: left;
	font-size: 10pt;
	color: #443526;
}
#advsearchcontrols .entry .format {
	font-size: 8pt;
}
#advsearchcontrols .entry h2 {
	margin: 0 0 4px;
	font-size: 10pt;
	font-weight: bold;
}
#advsearchcontrols .mobile {
	top: 0px;
	position: absolute;
}

/* Location */
#location {
	left: 45%;
}

/* Nights */
#nights {
	left: 23%;
}

/* Adults */
#adults {
	left: 45%;
}

/* Kids */
#kids {
	left: 55%;
}

/* Room Type */
#roomtype {
	left: 45%;
}

#filters {
	margin: 0 0 30px;
	text-align: center;
}
#filters h2 {
	margin: 8px 0 0;
	font: bold 11pt arial, helvetica, sans-serif;
}
#filters h3 {
	margin: 8px 0 0;
	font: bold 10pt arial, helvetica, sans-serif;
}

#filters .category {
	margin: 0 0 20px;
	text-align: left;
}
#filters .category h2 {
	margin: 0 0 8px;
}
#filters .category ul {
	margin: 0;
	padding: 0;
}
#filters .category ul li {
	margin-top: 8px;
	padding-left: 0;
	font-size: 9pt;
	font-weight: bold;
	list-style: none;
}
#filters .category ul li a {
	color: #443526;
	text-decoration: none;
}
#filters .category ul li.selected {
	font-size: 9pt;
	color: red;
}
#filters .category ul li.selected a {
	color: red;
}
#filters .category ul ul {
	margin: 0 14px 8px;
}
#filters .category ul ul li {
	margin-top: 0;
	font-weight: normal;
}
#filters .category ul ul li.selected {
	list-style: disc;
}
#filters .category ul ul li.disabled {
	color: #877e75;
	/* color: #5f544a; */
}
#filters .category ul ul li a {
	text-decoration: underline;
}
#filters .category .showall {
	color: blue;
}


.change-dates {
	position: relative;
}
.change-dates span.link {
	font: normal 9pt arial, helvetica, sans-serif;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.change-dates-popup {
	width: 210px;
	display: none;
	visibility: hidden;

	position: absolute;
	z-index: 10;

	background: white;
	border: 1px solid #443526;
	padding: 6px 8px;

	text-align: right;
}

/* Listings page: */
.change-dates span.link {
	position: relative;
	top: 2px;
	left: 6px;
	font: normal 8pt arial, helvetica, sans-serif;
}
.listing table.roomtypes .change-dates-popup {
	top: 6px;
	right: 6px;
}
/* Property page: */
#detailspricing .duration .change-dates-popup {
	top: 6px;
	left: 6px;
}
#request-heading .duration .change-dates-popup {
	top: 6px;
	right: 6px;
	width: 55%;
}
.change-dates-popup .title {
	margin: -6px -8px 6px;
	padding: 2px 4px;
	font: bold 8pt arial, helvetica, sans-serif;

	text-align: center;
	/* background: #5f544a; */
	/* background: #5c5c5c; */
	background: #4f4132;
	/* background: #877e75; */
	color: white;
}
.change-dates-popup .close {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0px 3px;
	cursor: pointer;
	font: bold 8pt arial, helvetica, sans-serif;

	text-align: center;
	/* background: #5f544a; */
	/* background: #5c5c5c; */
	background: #4f4132;
	/* background: #877e75; */
	color: white;
}
.change-dates-popup table {
	width: 100%;
}
.change-dates-popup table thead td {
	font-weight: bold;
	padding: 0 8px;

	white-space: nowrap;
	text-align: left;
}
.change-dates-popup table tbody td {
	padding: 2px 8px;

	white-space: nowrap;
	text-align: left;
}
.change-dates-popup span.link {
	padding: 0 4px;
}

