/* @override 
	http://epaemanage.colin.devel.inigo.net/resources/css/screen.css
	http://edinburghpearlapartments.co.uk.colin.devel.inigo.net/resources/css/screen.css
*/

/*
 Master Stylesheet
 Site: EPA
*/

/* Reset */

* {
	margin: 0;
	padding: 0;
}
/* Base */

body {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: small;
	color: #333;
	background: #fff url('../images/body.png') repeat-x left top;
}

a {
	color: #766c64;
}

a, .topmenu a.thispage:hover, .footer a:hover {
	text-decoration: none;
}
img, fieldset {
	display: block;
	border: none;
}
.invisible, hr {
	display: none;
}

th {
	text-align: left;
	vertical-align: top;
}
.page {
	width: 900px;
	padding: 0 13px;
	margin: 0 auto;
	background: url('../images/page.png') no-repeat left top;
}
/* Header / Navigation */

.header {
	width: 100%;
	height: 93px;
	background: #797066 url('../images/body.png') repeat-x left top;
}
html>body .header {
	min-height: 93px;
	height: auto;
}
.header h1 {
	position: relative;
	float: left;
	width: 220px;
	height: 93px;
	overflow: hidden;
	font-size: 13px;
	font-family: 'Trebuchet MS', lucida, sans-serif;
}
.header h1 a {
	display: block;
	width: 220px;
	height: 93px;
	cursor: pointer;
	padding: 62px 0 0 17px;
	color: #fff;
}
.header h1 a:hover {
	text-decoration: underline;
}
.header h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 93px;
	background: url('../images/logo.png') no-repeat left top;
}
.topmenu {
	float: right;
	width: 669px;
	padding: 61px 11px 0 0;
	text-align: right;
	color: #DAD7BA;
	font-weight: bold;
}
.topmenu li, .footer li {
	display: inline;
}
.topmenu a {
	padding: 0 3px;
	color: #BCB095;
	font-weight: normal;
	font-size: 108.9%;
}
.topmenu a:hover {
	text-decoration: underline;
}
.topmenu a.thispage {
	font-weight: bold;
	color: #fff;
}
/* Main */

.main_outer {
	background: #DAD7BA url('../images/main_outer.png') repeat-x left bottom;
}
.main {
	width: 100%;
	padding-bottom: 19px;
	background: url('../images/main.png') repeat-y left top;
}
.left, .right {
	float: left;
	width: 297px;
	overflow: hidden;
}
.right {
	width: 603px;
}
#booking_form h4 {
	height: 29px;
	line-height: 29px;
	padding-left: 37px;
	overflow: hidden;
	font-family: 'Trebuchet MS', lucida, sans-serif;
	font-size: 18px;
	color: #fff;
	background: #A38F75 url('../images/arrow01.png') no-repeat left center;
}
#booking_form fieldset {
	width: 266px;
	height: 230px;
	padding: 20px 14px 0 17px;
	overflow: hidden;
	background: #DAD7BA url('../images/booking_form.png') repeat-x left top;
}
#booking_form h5 {
	font-family: 'Trebuchet MS', lucida, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #5A5049;
}
#booking_form strong {
	display: block;
	padding: 7px 0 6px 0;
	font-size: 12px;
	color: #5A5049;
}
#booking_form select {
	font-size: 11px;
	height: 20px;
	color: #8B7E6D;
}
#aptsearch_guests {
	width: 234px;
}
.date_selection {
	width: 100%;
	padding-bottom: 12px;
}
.date_selection label {
	display: block;
	padding: 3px 0;
	font-size: 10px;
	color: #6E645F;
}
.date_selection select, .date_selection a {
	float: left;
}
#booking_form .day_select {
	width: 50px;
	margin-right: 7px;
	color: #2C679C;
}
#booking_form .month_select {
	width: 100px;
	margin-right: 10px;
}

#booking_form .year_select {
	width: 60px;
	margin-right: 10px;
}
/* Buttons */

.button {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFEECC !important;
	float: left;
	margin-right: 8px;
}
.button.right-button {
	float: right;
	margin-right: 0;
	margin-left: 8px;
}
.button span {
	float: left;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
.button span.button_left {
	width: 6px;
	background: url('../images/button_left.png') no-repeat left top;
}
.button span.button_middle {
	background: #A38F75 url('../images/button_middle.png') repeat-x left top;
}
.button span.button_right {
	width: 6px;
	background: url('../images/button_right.png') no-repeat left top;
}
.button:hover {
	visibility: visible;
}
.button:hover span.button_middle {
	text-decoration: underline;
}
#booking_form .button {
	float: right;
	margin-right: 2px;
}
#booking_form .button span.button_middle {
	padding-left: 7px;
	padding-right: 7px;
}
.button_img {
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	float:right;
}
/* Left Column */

h2 {
	padding: 6px 0;
	font-size: 108.9%;
	font-weight: normal;
}
.left h2 {
	padding-left: 18px;
	color: #fff;
	background: #A38F75;
}
.right h2 {
	padding-left: 17px;
	background: #BFB498;
}

.leftmenu {
	margin-bottom: 1em;
}

.leftmenu li {
	list-style-type: none;
}
.leftmenu a {
	display: block;
	width: 169px;
	padding: 6px 110px 6px 18px;
	margin-top: 1px;
	font-size: 108.9%;
	color: #fff;
	background: #B9AC91 url('../images/arrow02.png') no-repeat 210px center;
}
.leftmenu a:hover, .leftmenu a.thispage {
	background-color: #A38F75;
}
.roundbox {
	width: 263px;
	margin: 16px auto 12px auto;
	background: #BFB498;
}
.roundbox_top, .roundbox_bottom {
	font-size: 0;
	line-height: 0;
	height: 10px;
	background: url('../images/roundbox_top.png') no-repeat left top;
}
.roundbox_bottom {
	background: url('../images/roundbox_bottom.png') no-repeat left top;
}
.roundbox_middle {
	border-left: 2px solid #A38F75;
	border-right: 2px solid #A38F75;
	padding: 0 25px 0 9px;
	font-size: 92.9%;
	line-height: 140%;
	color: #fff;
}
.lefttext {
	margin: 0 auto;
	width: 263px;
	font-size: 92.9%;
	line-height: 140%;
}
.lefttext p {
	padding-bottom: 22px;
}
/* Right Column */

.right_content {
	width: 572px;
	padding: 12px 14px 0 17px;
	font-size: 92.9%;
}

.right_content_top {
	padding: 20px 14px 17px 17px;
	border-bottom: 0px solid #C5BEAF;
}
.right_content p {
	padding: 0 50px 12px 0;
	line-height: 140%;
}
.right_content_top p {
	padding-bottom: 16px;
}
.apartment img {
	float: left;
	padding: 5px;
	background: #A38F75 url('../images/img_bg.png') no-repeat left top;
}
.apartment_info {
	float: right;
	width: 432px;
	height: 100px;
	padding: 10px 0 5px 10px;
	background: #D0C9AD;
	margin-bottom: 1em;
}
html>body .apartment_info {
	min-height: 100px;
	height: auto;
}
h3 {
	padding-bottom: 8px;
	font-size: 100%;
}
.apartment_info .button {
	float: left;
	margin-right: 8px;
}
.apartment_info .last {
	margin-right: 0;
}
.apartment_info .button span.button_middle {
	padding-left: 1px;
	padding-right: 1px;
}
.facts {
	padding: 12px 0 15px 14px;
	margin-bottom: 15px;
	color: #5A5049;
	background: #CFC9AC;
	overflow: hidden;
}
.facts table {
	width: 100%;
	border-collapse: collapse;
}
.facts td {
	padding: 2px 0;
}
.facts .td1 {
	width: 252px;
	color: #333;
}
.right_content p.map_instruction {
	padding: 7px 14px;
	background: #CFC9AC;
}
.right_content p.map_instruction span {
	padding-right: 34px;
}
.map {
	border-top: 1px solid #5E584B;
	border-bottom: 1px solid #5E584B;
	width: 572px;
	height: 272px;
	margin-bottom: 1em;
}
/* Footer */

.footer {
	width: 100%;
	padding: 7px 0 8px 0;
	font-size: 78%;
	color: #665B53;
	background: #BFB498;
}
.footer p {
	float: left;
	padding-left: 17px;
}
.footer p span {
	padding-left: 20px;
}
.footer ul {
	float: right;
	padding-right: 12px;
}
.footer a {
	padding: 0 2px;
	color: #665B53;
	text-decoration: underline;
}
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
/* Search Results */

body#book_online .main {
	background:#dad7ba;
}
.lefttext_search {
	padding: 20px 26px;
	font-size: 92.9%;
	line-height: 140%;
}
.lefttext_search p {
	padding-bottom: 0.5em;
}

body#book_online .right_content {
	width: 572px;
	padding: 20px 14px 0 17px;
	border-bottom: none;
}

table#search_results_tbl {
	font-size: 92.9%;
	margin-bottom: 1em;
}
table#search_results_tbl .button {
	float: left;
	margin-right: 5px;
}
table#search_results_tbl td {
	background:#f0efe3;
	border-right:1px solid #989682;
	border-top:4px solid #dad7ba;
	padding:10px 0 10px 8px;
	vertical-align: top;
}
tr#search_results_tbl_hdr td {
	font-weight:800;
	background:#dad7ba;
	padding-top:3px;
}
table#search_results_tbl td.col_spacer {
	border-right: none;
}
table#search_results_tbl td.col_first {
	padding-left:25px;
}
table#search_results_tbl td.col_last {
	border-right:0;
	padding-left:20px;
}

.facts ul {
	margin-left: 2em;
}

.facts ul.facilities {
	margin-left: 0;
	list-style: none;
	overflow: hidden;
}

.facts ul.facilities li {
	width: 175px;
	float: left;
	padding-left: 25px;
	line-height: 25px;
	background-repeat: no-repeat;
}

table.price-calendar {
	font-size: 95%;
}

table.price-calendar th, table.price-calendar td {
	border: none !important;
	text-align: center !important;
	padding: 3px !important;
	width: 30px;
	border-right:1px solid #989682 !important;
}
table.price-calendar * .last {
	border-right: none !important;
}
table.price-calendar th {
	padding-top: 0 !important;
}

ul.gallery {
	list-style-type: none;
}

ul.gallery li {
	float: left;
	margin: 0 5px 5px 0;
}

ul.gallery img {
	border: 1px solid #A38F75;
}





.main-form label {
	display: block;
	float: left;
	width: 250px;
	margin: 3px 0 0 0;
}

.main-form .field {
	min-width: 250px;
	width: auto;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: small;
	padding-left: 3px;
}

.main-form textarea {
	height: 65px;
}

.main-form .submit, .main-form p.error {
	margin-left: 250px;
}

.main-form p.error {
	font-size: 95%;
	color: #840000;
}

table.summary {
	margin-bottom: 1em;
}
table.summary th, table.summary td {
	padding: 3px;
}
table.summary th {
	width: 200px;
}

.roundbox table.summary {
	font-size: 95%;
}
.roundbox table.summary th {
	width: 80px;
}

blockquote {
	margin-left: 30px;
}

hr.real-hr {
	border-top: 1px solid #564C45;
	margin: 0.5em 0;
	display: block;
}
