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

/* Place page */

#place-container {
	position: absolute;
	right: 240px; top: 5px;
	width: 480px;
}

#place-container h1 {
	font-size: 2em;
	line-height: 1.5em;
}

#place-container table { width: 100%; border-right: 1px solid #666; border-bottom: 1px solid #666; }

#place-container td, #place-container th {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	padding: 5px;
}

#place-container td.right { text-align: right; }

#place-container th { font-weight: bold; }

/* Additional places*/

#places-additional {
	clear: left;
	margin: 5px;
}

/* Header */

#header { height: 93px; width: 950px; margin: 5px; position: relative; }

#header h1 { color: #CC3333; font-size: 5em; line-height: 1.2em; }

#header h2 { color: #999; }

#contacts { position: absolute; right: 0; top: 6em; }

/* Banners */

#banners {
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
	width: 225px;
}

#banners li {
	float: left;
	width: 215px;
	height: 40px;
	margin: 5px;
}

/* Paypal */

#paypal {
	clear: left;
	width: 215px;
	float: left;
	margin: 5px;
}

/* Booking */

#booking-form {
	clear: left;
	float: left;
	width: 215px;
	margin: 5px;
}

#booking-form textarea, #booking-contacts, #booking-form .text-field { border: 1px solid #666; width: 100%; }

#from-day, #to-day { width: 2em; }

#booking-form h2 {
	font-size: 2em;
	line-height: 1.5em;
}

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

/* Popular places */
#popular-places { width: 101%; }

#popular-places li {
	float: left;
	width: 150px;
	height: 93px;
	margin: 5px;
	overflow: hidden;
}

/* Places */

#places {
	position: absolute;
	right: 240px;
	top: 0;
	width: 480px;
}

#places li {
	float: left;
	width: 140px;
	margin: 5px;
	overflow: hidden;
}

#places h2 {
	white-space: nowrap;
	overflow: hidden;
}

#places .stars {
	float: right;
	width: 60px;
	height: 1.5em;
	background: url(../images/stars.gif) left center no-repeat;
}

/* Languages */

#languages { float: right; }

#languages li {
	float: left;
	margin: 5px;
	line-height: 3em;
}

/* Locations */

#locations { clear: both; }

#locations li { float: left; }

#locations a {
	display: block;
	font-size: 2em;
	line-height: 1em;
	padding: 0.25em 0.5em;
	background: #EEE;
	margin: 5px;
	text-decoration: none;
}

/* Typography */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}

/* Layout */

#lower {
	position: relative;
	clear: both;
}

body {
	width: 960px;
	margin: auto;
	text-align: center;
}

#centring-hack {
	width: 960px;
	text-align: left;
}
