@import url("reset.css");
@import url("common.css");
@import url("lightbox.css");

/* Ads */

ul#ads {
	position: absolute;
	right: 30px;
	top: 30px;
}

ul#ads li {
	margin: 20px 10px 0 0;
}

/* Site head */

#site-head {
	margin: 20px;
	text-align: right;
}

#site-head h1 {
	color: #666;
	font-size: 2em;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#site-head a {
	color: #666;
	text-decoration: none;
}

/* Place contacts */

#place-contacts {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

/* Booking form */

#sending, #success, #failure { font-size: 0.8em; text-align: center; padding: 10px; line-height: 1em; }

#sending {
	padding-left: 20px;
	background: url(../images/sending.gif) left no-repeat #FFF;
}

#success {
	border: 1px solid #0F0;
	background: #CFC;
	color: #0F0;
}

#failure {
	border: 1px solid #F00;
	background: #FCC;
	color: #F00;
}

#booking-form {
	float: left;
	width: 200px;
	margin: 20px 0 20px 0;
}

#booking-form #from-day, #booking-form #to-day {
	border: 1px solid #666;
	width: 1.4em;
}

#booking-form #contacts, #booking-form #notes {
	border: 1px solid #666;
	width: 100%;
}

#booking-form .hint {
	color: #666;
	font-size: 0.8em;
}

/* Place */

#place-container {
	width: 480px;
	margin: 10px;
}

#place-container h1 {
	font-size: 2em;
	padding-bottom: 0.5em;
	padding-top: 10px;
}

#place-container img {
	margin-bottom: 1em;
}

#place-container #prices {
	width: 220px;
	margin: 20px;
	float: left;
}

#place-container #prices td {
	border-bottom: 1px solid #CCC;
}

#place-container #prices th {
	font-weight: bold;
	border-bottom: 1px solid #000;
	color: #666;
}

#place-container #drawer {
	background: #EEE;
}

#place-container #description {
	margin-bottom: 1em;
}

#place-container h2 {
	font-weight: bold;
	border-bottom: 1px solid #000;
	color: #666;
}

/* Slider */

#price-range {
	padding-top: 20px;
	position: relative;
	width: 180px;
	margin-left: 20px;
	height: 47px;
	background: url(../images/slider-scale.png) left bottom no-repeat;
}

#price-pointer {
	position: relative;
	width: 16px;
	height: 24px;
	background: url(../images/slider-pointer.png);
	cursor: pointer;
}

#minimum-price, #maximum-price {
	position: absolute;
	bottom: 0;
	font-family: Vardana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1em;
	color: #666;
}

#minimum-price { left: 0; }

#maximum-price { right: 0; }

#current-price {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -14px;
	font-family: Vardana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
}

/* Form */

#locations li, #types li {
	margin-left: 20px;
	width: 180px;
	background: url(../images/option.png);
	margin-bottom: 5px;
	height: 24px;
}

#locations li.selected, #types li.selected { background: url(../images/option-selected.png); }

#locations a, #types a {
	display: block;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1em;
	padding: 6px 10px 6px 15px;
	text-decoration: none;
	color: #000;
}

/* Breadcrumbs*/

#breadcrubms-container {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	background: url(../images/breadcrumbs-bg.png) repeat-x;
	margin-left: 220px;
}

/* ul#breadcrumbs { margin-left: 220px; } */

ul#breadcrumbs li {
	float: left;
	white-space: nowrap;
	line-height: 1em;
	padding-top: 6px;
	height: 30px;
	padding-left: 20px;
	padding-right: 15px;
	background: url(../images/breadcrumbs-separator.png) left top no-repeat;
}

ul#breadcrumbs li.first {
	background: none !important;
}

ul#breadcrumbs a {
	text-decoration: none;
	color: #000;
}

/* Places */

ul#places {
	margin-right: 160px;
}

ul#places li {
	width: 160px;
	float: left;
	list-style-type: none;
}

ul#places a {
	display: block;
	margin: 10px;
	margin-bottom: 0px;
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}

ul#places a span {
	text-decoration: underline;
}

ul#places div {
	margin: 10px;
	margin-top: 0px;
	font-size: 0.8em;
	text-align: right;
	background: url(../images/stars.gif) no-repeat;
	background-position: -60px;	/* hide stars */
}

/* General */

body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

body,html { overflow-y: auto }
		
#controls {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 100%;
	height: expression(documentElement.clientHeight+'px');
	background: #EEE;
	border-right: 1px solid #CCC;
}
		
#container {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	width: expression(documentElement.clientWidth+'px');
	height: 100%;
	height: expression(documentElement.clientHeight+'px');
	overflow: hidden;
}
		
#contents {
	width: 100%;
	height: inherit;
	height: expression(documentElement.clientHeight+'px');
	overflow: auto;
	background: #FFF;
}
		
#inner {
	margin: 0;
	padding: 0;
	margin-left: 230px;
	margin-top: 40px;
}

/* Misc */

.right { text-align: right; }

#loading {
	height: 300px;
	background: url(../images/loading.gif) center no-repeat;
}

br { clear: both; }
