/*
	Stylesheet for PROJECT
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     Stephen stephen@netlash.com
*/


/*
	Reset
*/


body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }


/*
	Clearfix
*/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.guillotineBugFix {
	display: none;
}

/*
	Sticky footer
*/


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#container {
	padding-bottom: 35px; /* must be same height as the footer */
}

#footerWrap {
	position: relative;
	margin-top: -35px; /* negative value of footer height */
	height: 35px;
	clear: both;
	overflow: hidden;
	color: #FFF;
} 

/*
	General
*/


body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background: url(../images/clouds.jpg) repeat-x 0 top;
}

#wrap {
	background: url(../images/footer_field.jpg) repeat-x 0 bottom;
}


/*
	Typography and text styles
*/


/* General Typograph */

p {
	padding: 0 0 9px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: helvetica, Arial, Verdana, sans-serif;
}

/* Headings */

h1, h2, h3 {
	line-height: 1.3em;
}

h1 {
	font-size: 24px;
	padding: 0 0 6px 0;
	color: #004990;
}

	h1 .small {
		font-size: 12px;
		text-transform: uppercase;
	}

	#topDetail h1 {
		float: left;
		width: 650px;
	}

h2 {
	font-size: 18px;
	padding: 0 0 6px 0;
	color: #004990;
	font-weight: 700;
}

h3 {
	font-size: 14px;
	padding: 0 0 3px 0;
	color: #4F97CC;
}

h4 {
	font-size: 12px;
	padding: 0 0 3px 0;
	color: #004990;
}

/* Links */


a {
	border-bottom: 1px solid #99B6D2;
	text-decoration: none;
}

a:link {
	color: #336DA6;
	border-color: #99B6D2;
}

a:visited {
	color: #004990;
	border-color: #99B6D2;
}

a:hover {
	color: #00366A;
	border-color: #00366A;
}

a:active {
	color: #00366A;
	border-color: #00366A;
}


/* h3 links */

h3 a:link, h3 a:visited {
	color: #4F97CC;
	border-color: #b9d5eb;
}

	h3 a:hover, h3 a:active {
		color: #00366A;
		border-color: #00366A;
	}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 18px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 18px;
}

.content dl {
	padding: 0 0 12px 18px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 5px 40px 6px 40px; 
	background: url(../images/quote.gif) no-repeat 0 0;
	margin: 6px 0;
	border-bottom: 1px solid #E8E8E8;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
}

.content td, 
.content th {
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	font-size: 11px; 
	padding: 6px;
}

.content th {
	font-weight: 700;
}

/*
	Page structure and layout
*/

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 300px;
}

	/* top */

	#top {
		height: 28px;
		background: #336DA6;
		overflow: hidden;
		line-height: 28px;
	}

	#topWrapper {
		width: 960px;
		margin: 0 auto;
		color: #FFF;
	}
	
	#top a {
		color: #FFF;
		border-color: #85A7CA;
	}

	#top a:link, #top a:hover {
		color: #FFF;
		border-color: #85A7CA;
	}

	#top a:hover, #top a:active {
		color: #FFF;
		border-color: #FFF;
	}
	
	#signIn {
		float: left;
	}
	
	#signIn li {
		float: left;
		height: 28px;
		padding-right: 24px;
	}

	#userOptions {
		float: right;
	}

	#userOptions li {
		float: left;
		height: 28px;
		padding-left: 24px;
	}

	/* Header */

	#header {
		padding-bottom: 32px;
	}

	/* Logo */

	#logo h1, #logo h2 {
		width: 96px;
		height: 161px;
		background: url(../images/reli_logo.png) no-repeat;
		text-indent: -9999px;
		float: left;
		position: absolute;
		left: 0;
		top: 20px;
	}

	#logo h1 a, #logo h2 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border-bottom: none;
	}

	/* subTop */

	#subTop {
		width: 960px;
		overflow:hidden;
		height: 22px;
		line-height: 22px;
		padding-top: 20px;
	}
	
	#language, #topNavigation {
		float: right;
		padding-left: 24px;
	}

	#language {
		width: 40px;
	}

	#language ul {
		float: right;
	}

	#language li {
		float: left;
		padding-left: 6px;
	}

	#language li a {
		float: left;
		color: #00366A;
		background: none;
		border-bottom: none;
		height: 22px;
		line-height: 22px;
		padding: 0 6px;
	}

	#language li a:link, #language li a:visited {
		color: #00366A;
		background: none;
	}

	#language li a:hover, #language li a:active,
	#language li.selected a:link,
	#language li.selected a:visited,
	#language li.selected a:hover,
	#language li.selected a:active {
		color: #FFF;
		background: #00366A;
	}

	#topNavigation li {
		float: left;
		padding-left: 24px;
	}

	#topNavigation li a {
		font-weight: 700;
		color: #336DA6;
		border-color: #99B6D2;
	}

	#topNavigation li a:link, #topNavigation li a:visited {
		color: #336DA6;
		border-color: #99B6D2;
	}

	#topNavigation li a:hover, #topNavigation li a:active,
	#topNavigation li.selected a:link,
	#topNavigation li.selected a:visited,
	#topNavigation li.selected a:hover,
	#topNavigation li.selected a:active {
		color: #00366A;
		border-color: #00366A;
	}

	/* Navigation */

	#navigationWrapper {
		width: 840px;
		padding-top: 57px;
		padding-left: 120px;
	}

	#subSubTop {
		padding-bottom: 12px;
	}

	#breadcrumb {
		color: #004990;
		padding-bottom: 6px;
		float: left;
	}

	#keywordSearch {
		float: right;
	}

	#breadcrumb p {
		padding-bottom: 0;
	}

	#navigation {
		background: url(../images/nav_bg.png) no-repeat 0 0;
		width: 840px;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
	}

	#navigation li {
		float: left;
		padding: 0 0 0 6px;
	}
	
	#navigation li a {
		display: block;
		float: left;
		height: 45px;
		line-height: 45px;
		font-family: helvetica, Arial, Verdana, sans-serif;
		color: #FFF;
		font-size: 15px;
		padding: 0 12px;
		background: #004990;
	}

	#navigation li a:link, #navigation li a:visited {
		color: #FFF;
		background: #004990;
	}

	#navigation li a:hover, #navigation li a:active,
	#navigation li.selected a:link,
	#navigation li.selected a:visited,
	#navigation li.selected a:hover,
	#navigation li.selected a:active {
		color: #FFF;
		background: #00366A;
	}

	/* subNavigation */

	#subNavigation {
		padding-bottom: 24px;
	}

	/* NavList */

	ul.navList {
		background: url(../images/period_divider.png) repeat-x 0 top;
		padding-top: 2px;
		margin-bottom: 6px;
	}

	.navList li a {
		display: block;
		background: #FFDF86 url(../images/period_divider.png) repeat-x 0 bottom;
		padding: 6px 10px;
		border-bottom: none;
		color: #342601;
	}

	.navList li a:link, .navList li a:visited {
		background: #FFDF86 url(../images/period_divider.png) repeat-x 0 bottom;
		color: #342601;
	}

	.navList li a:hover, .navList li a:active {
		background: #FFD561 url(../images/period_divider.png) repeat-x 0 bottom;
		color: #342601;
	}

	.navList li.selected a:link,
	.navList li.selected a:visited,
	.navList li.selected a:hover, 
	.navList li.selected a:active {
		color: #FFF;
		background: #00366A;
	}

	/* subnavList */

	.navList li.selected ul.subnavList {
		background: none;
		padding-top: 0;
		}

	.navList li.selected ul.subnavList li {
			border-top: 1px solid #00628E;
			font-style: italic;
			text-align: left;
		}

		.navList li.selected ul.subnavList li a {
			display: block;
			background: #0e72a9;
			padding: 6px 10px;
			color: #99C9DE;
		}

		.navList li.selected ul.subnavList li a:link, .navList li.selected ul.subnavList li a:visited {
			background: #0e72a9;
			color: #99C9DE;
		}

		.navList li.selected ul.subnavList li a:hover, .navList li.selected ul.subnavList li a:active, .navList li.selected ul.subnavList li a:focus {
			background: #00628E;
			color: #FFF;
		}

		.navList li.selected ul.subnavList li.selected a:link,
		.navList li.selected ul.subnavList li.selected a:visited,
		.navList li.selected ul.subnavList li.selected a:hover, 
		.navList li.selected ul.subnavList li.selected a:active {
			color: #FFF;
			background: #00628E;
			margin-right: 0;
		}

	/* Main */

	#main {
		padding-bottom: 58px;
	}

	/* Content */
	
	#content {
		float: right;
		width: 730px;
		background: url(../images/faux_col.gif) repeat-y 504px 0;
	}

		#home #content {
			background: none;
		}

		#houseDetail #content {
			float: left;
		}

	#side {
		width: 158px;
		padding-right: 18px;
		float: left;
	}

	/* #sideContent */

	#sideContent {
		float: left;
		padding-left: 24px;
		width: 202px;
	}

		#home #sideContent {
			padding-top: 34px;
		}

	#sideContent h3 {
		font-size: 16px;
		color: #004990;
	}

	#side ul, #sideContent ul {
		padding-bottom: 6px;
	}

	#sideContent strong {
		color: #4F97CC;
	}

	#sideContent .sideBlock {
		padding-bottom: 5px;
		margin-bottom: 14px;
		border-bottom:1px solid #E5E5E5;
	}

	#sideContent .sideBlock h3 a {
		border-bottom: none;
	}

	#sideContent .sideBlock.lastChild {
		border-bottom: 0;
	}

	#sideContent .houseSpotlight h4 {
		padding-bottom: 12px;
	}

	/* Footer */

	#footer {
		position: relative;
		margin: 0 auto;
		width: 960px;
		color: #FFF;
		height: 35px;
		line-height: 35px;
	}

	#footer h3 {
		color: #FFF;
		padding: 0 40px 0 0;
		float: left;
		font-weight: 500;
		line-height: 35px;
	}

	#footer ul {
		float: left;
	}

	#footer ul li {
		float: left;
		padding-right: 20px;
	}

	#footer ul li a {
		color: #FFF;
		border-color: #85A7CA;
	}

	#footer ul li a {
		color: #FFF;
		border-color: #85A7CA;
	}

	#footer ul li a:link, #footer ul li a:hover {
		color: #FFF;
		border-color: #85A7CA;
	}

	#footer ul li a:hover, #footer ul li a:active {
		color: #FFF;
		border-color: #FFF;
	}

/*
	Pagination
*/

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Forms */

label {
	font-size: 12px;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.password,input.input-submit, input.inputSubmit, textarea, input.input-datefield {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid #E5E5E5;
	padding: 4px;
	color: #333;
}

#searchForm .formBlock input.input-text, #searchForm .formBlock input.inputText, #searchForm .formBlock input.text, input.password, #searchForm .formBlock input.input-submit, #searchForm .formBlock input.inputSubmit, #searchForm .formBlock textarea, #searchForm .formBlock input.input-datefield {
	border-color: #7F9DB9; 
}

input[disabled] {
	color: #777;
}

textarea {
	line-height: 1.4;
	max-width: 100%;
	width: 430px;
	height: 250px;
}

input.input-text, input.inputText, input.text, input.password, input.input-datefield {
	width: 200px;
}

	#newslettersubscribeform input.input-text, input.inputText, input.text, input.password {
		width: 110px;
	}

	#mainContent #newslettersubscribeform input.input-text, #mainContent input.inputText, input.text, #mainContent input.password {
		width: 200px;
	}

	#newslettersubscribeform {
		padding-bottom: 12px;
		position: relative;
	}
	
	#newslettersubscribeform label {
		position:absolute;
		top: 0;
		left: 0;
		padding-left: 6px;
	}	

	#mainContent #newslettersubscribeform label {
		top: 12px;
	}	


	#houseDetail #side input.input-text, #houseDetail #side input.inputText, #houseDetail #side input.text, #houseDetail #side input.password {
		width: 100px;
	}

input:focus, textarea:focus {
	border-color: #7F9DB9; 
	background: #FFF;
	color: #000;
}


@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus { 
		outline: 2px solid #CAE0F0;
		border-color: #7F9DB9;
	}
}

input.input-submit, input.inputSubmit, button {
	font-size: 11px;
	cursor: pointer;
	overflow: visible;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#FFFFFF url(../images/button_bg.gif) repeat-x scroll 0 0;
	border:1px solid #D4D4D4;
	color:#000000;
	font-weight:700;
	padding:3px 5px;
}

input.input-submit:hover, input.inputSubmit:hover {
	border-color: #004990;
	color: #FFF;
	background:#024A91 url(../images/button_bg.gif) repeat-x scroll 0 bottom;
}

input.input-submit:active,
input.input-submit:focus {
	border-color: #004990;
	color: #FFF;
	background:#024A91 url(../images/button_bg.gif) repeat-x scroll 0 bottom;
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.form-error {
	font-size: 11px;
	color: #E60000;
	background: #fdd2d7;
	display: block;
	clear:both;
	font-style: italic;
	margin: 3px 0;
	padding: 6px 12px;
}

.form-success {
	font-size: 11px;
	color: #66814A;
	display: block;
	clear:both;
	font-style: italic;
	margin: 3px 0;
	padding: 6px 12px;
	background: #dbf3c1;
}

form p {
	padding-bottom: 6px;
}

/* formBlock */

.newsletterContent {
	padding-top: 12px;
}

#searchForm .formBlock form p {
	width: 406px;
}

#homeSearch #searchForm .formBlock form p {
	width: auto;
}

.formBlock label {
	display: block;
	width: 150px;
	text-align: left;
	float: left;
	line-height: 16px;
}

.newsletterContent label {
	width: 100px;
}

	#contactform .formBlock label {
		width: 100px;
	}

/* order */

.typePersons li {
	display: block;
}

.typePersons label {
	float: none;
	width: 100%;
}

.typePersons select {
	margin-right: 6px;
}

/* wizzard */

.wizard {
	height: 44px;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

	.wizard ul {
		height: 44px;
		background: url(../images/wizard_bg.png) no-repeat 0 0;
	
		/* @inc .rc */
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}

		.wizard li {
			float: left;
			height: 44px;
			line-height: 44px;
			position: relative;
			background: url(../images/wizard_arrow.png) no-repeat right center;
			color: #666;
		}

		.wizard li span {
			padding: 0 32px 0 54px;
			display: block;
			background-position: 5px center;
		}

		.wizard li.firstChild {
			padding-left: 6px;
		}

		.wizard li.done span {
			background: url(../images/wizard_done.png) no-repeat 8px 0;
		}

		.wizard li.one span {
			background: url(../images/wizard_one.png) no-repeat 8px 0;
		}

		.wizard li.two span {
			background: url(../images/wizard_two.png) no-repeat 8px 0;
		}

		.wizard li.three span {
			background: url(../images/wizard_three.png) no-repeat 8px 0;
		}

		.wizard li.selected {
			font-weight: 700;
		}

		.wizard li.selected span {
			background-position: 8px -44px;
		}

		/* orderForms */

		#orderTwo p {
			padding-bottom: 12px;
		}

		/* confirmationDetails */

		table.confirmationDetails {
			width: 700px;
			margin-bottom: 24px;
		}

			.confirmationDetails tr {
				border-bottom: 1px solid #D4D4D4;
			}

			.confirmationDetails tr.total {
				border-bottom: none;
			}

			.confirmationDetails td {
				padding: 6px 0;
			}

			.confirmationDetails td.first {
				width: 175px;
				font-weight: 700;
			}

			.confirmationDetails td.second {
				width: 450px;
			}

			.confirmationDetails td.third {
				width: 75px;
				padding: 6px 12px;
			}

				.confirmationDetails td.total {
					background: #D4D4D4;
				}

		/* confirmationList */

		ul.confirmationList {
			list-style: none;
			width: 700px;
		}

			ul.confirmationList li {
				padding: 6px 0;
			}

				ul.confirmationList li .first {
					font-weight: 700;
					width: 175px;
					float: left;
				}

				ul.confirmationList .second {
					width: 400px;
					float: left;
				}

		/* houseOrder section */

			#houseOrder .dialogBox {
				margin-top: 0;
			}

			#houseOrder h2 {
				padding-bottom: 24px;
			}

			#houseOrder h3 {
				padding-bottom: 12px;
			}

			#houseOrder .section {
				background: #F0F0F0;
				padding: 12px;
				margin-bottom: 24px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			ul.insurancePrices {
				padding-top: 24px;
			}

		/* supplement */

		.supplement {
			font-size: 10px;
		}

		.newsletterCheckBox {
			margin-top: 12px;
			padding-top: 12px;
			border-top: 1px solid #D4D4D4;
			width: 700px;
		}

		.newsletterCheckBox li.label_checkbox_pair label {
		width: 700px;
		}

/* accent */

label.accent {
	width: 84px !important;
	background: url(../images/highlight.gif) no-repeat 0 2px;
	padding-left: 6px;
}

#promoForm label.accent {
	width: 100px !important;
}

/* checkboxes */

li.label_checkbox_pair {
	clear: both;
	float: none;
	position: relative;
}

li.label_checkbox_pair input {
	left: 0;
	position: absolute;
	top: 0;
	margin: 0;
	width: auto !important; /* IE6 fix */
	background: none; /* IE6 fix */
}

	.periodSelect li.label_checkbox_pair input {
		top: 2px;
}

li.label_checkbox_pair label {
	display: block;
	margin-left: 22px;
	width: 150px;
	padding: 0 0 3px 0;
}

ul.section {
	float:left;
	width: 160px;
	font-size: 11px;
	color: #6B6B6B;
}

/*
	general stuff
*/


/* slideshow */

.slideshow {
	float: left;
	position: relative;
}

/* selection */

	.selectionUp {
		position: absolute;
		width: 73px;
		height: 20px;
		top: -20px;
		left: 0;
		text-indent: -9999px;
		z-index: 1000;
	}

	.selectionDown {
		position: absolute;
		width: 73px;
		height: 20px;
		bottom: -10px;
		left: 0;
		text-indent: -9999px;
		z-index: 1000;
	}

	.selectionDown a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border-bottom: none;
		background: #FFF url(../images/slideshow_arrows.gif) no-repeat center -10px ;
	}

	.selectionUp a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border-bottom: none;
		background: #FFF url(../images/slideshow_arrows.gif) no-repeat center 10px;
	}

	.selectionUp a.disabled, .selectionDown a.disabled {
		display: none;
	}

.slideshow div.thumbs {
	width: 73px;
	height: 238px;
	overflow: hidden;
	padding: 0;
	float: left;
	padding-right: 8px;
}

.slideshow div.thumbs ul li {
	display: block;
	padding-bottom: 10px;
}

.slideshow div.thumbs ul li a {
	display: block;
	border: none;
	width: 73px;
	height: 52px;
	overflow:hidden;
}

.slideshow ul.thumbs li a:link, .slideshow.thumbs ul li a:visited {
	display: block;
	border: none;
}

.slideshow ul.thumbs li a:active, .slideshow ul.thumbs li a:hover {
	display: block;
	border: 3px solid #004990;
	width: 67px;
	height: 46px;
}

.slideshow .bigImage {
	float: left;
	display: block;
	width: 320px;
	height: 238px;
	overflow: hidden;
	padding-left: 8px;
	border-left: 1px solid #E5E5E5;
}

.slideshow .bigImage a {
	border: none;
}

.slideshow .bigImage a:active {
	outline: none;
	-moz-outline-style: none;
}

/* tabs */

	#tabs {
		padding-bottom: 16px;
	}

	ul#tabsNav li a {
		border-bottom: none;
	}

/* themePic */

.themePic {
	width: 478px;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}

.themePic img {
	display: block;
}

.themePic .picMeta {
	position: absolute;
	background: #004990;
	color: #FFF !important;
	width: 454px;
	height: 30px;
	bottom: 0;
	left: 0;
	line-height: 30px;
	padding: 0 12px;
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.themePic .picMeta a {
	color: #FFF;
	border-color: #FFF;
}

.themeContent {
	padding-bottom: 12px;
}

/* itemNav */

.itemNav p {
	float: left;
	width: 250px;
}

.itemNav ul {
	float: right;
}

.itemNav ul li {
	float: left;
	padding-left: 12px;
}

	#topDetail .itemNav, #topDetail .itemNav ul {
		float: right;
	}

	#topDetail .itemNav {
		width: 310px; /* IE6 needs width */
	}

/* listing */

.listingBlock {
	padding: 12px;
	border-top: 1px solid #E5E5E5;
}

.house .listingBlock {
	padding: 12px 0;
	border-top: none;
	border-bottom: 1px solid #E5E5E5;
}

.listingBlock .listingPic {
	display: block;
	float: right;
	margin-left: 20px;
	width: 226px;
	overflow: hidden;
}

	.house .listingBlock .listingPic {
		float: left;
		margin-right: 20px;
		margin-left: 0;
	}

.listingBlock .listingPic a {
	border-bottom: none;
}

.listingBlock .listingInfo {
	float: left;
	width: 210px;
}

	.house .listingBlock .listingInfo {
		float: right;
		width: 234px;
	}

.listingBlock .listingInfo .content {
	font-size: 11px;
}

/* houseListing */

	#mainContent .houseListing {
		width: auto;
		padding-right: 0;	
	}

.houseListing ul {
		padding-left: 0;
	}

.houseListing ul li ul {
		padding-top: 6px;
	}

.houseListing ul li {
	display: block;
	width: 158px;
	overflow: hidden;
	background: #FFDF86;
	border-bottom: 1px solid #FEEFC3;
	margin-bottom: 12px;
}

.houseListing ul li .date {
	display: block;
	font-size: 10px;
	width: 100%;
	color: #000;
}

.houseListing ul li ul li, #mainContent .houseListing ul li ul li {
	display: block;
	width: auto;
	border-top: 1px solid #FEEFC3;
	border-bottom: none;
	margin-bottom: 0;
	padding: 6px 0;
	background: none;
	float: none;
}

	#mainContent .houseListing ul li {
		float: left;
		width: 154px;
		overflow: hidden;
		margin-right: 8px;
		border-bottom: 1px solid #FFC936;
	}

	#mainContent .houseListing ul li.lastChild {
		margin-right: 0;
	}

.houseListing ul li img {
	display: block;
}

.houseListing ul li a {
	border-bottom: none;
}

.houseListingContent {
	padding: 6px 10px;
}

.houseListing ul li .houseListingContent h4 {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 0;
}

.houseListing ul li .houseListingContent p {
	padding-bottom: 0;
}

.houseListing ul li .houseListingContent a {
	color: #004990;
	border-bottom: none;
}

.houseListing ul li .houseListingContent a:link, .houseListing ul li .houseListingContent a:visited {
	color: #004990;
	border-bottom: none;
}

.houseListing ul li .houseListingContent a:hover, .houseListing ul li .houseListingContent a:active {
	color: #004990;
	border-bottom: 1px solid #004990;
}

/* introSpotlight */

.introSpotlight {
	width: 730px;
	height: 200px;
	overflow: hidden;
	background: #59CCEE url(../images/intro_spotlight_bg.gif) repeat-y right 0;
	color: #FFF !important;
	margin-bottom: 20px;
}

.introSpotlight .introSpotlightImage {
	width: 504px;
	overflow: hidden;
	float: left;
}

.introSpotlight .introSpotlightImage img {
	display: block;
}

.introSpotlight .introhouseListingContent {
	width: 190px;
	float: left;
	padding: 10px 12px 10px 24px;
	line-height: 1.3em;
}

.introSpotlight .introhouseListingContent h2 {;
	color: #FFF;
	padding-bottom: 6px;
	font-size: 14px;
}

.introSpotlight ul li {
	padding-bottom: 3px;
	border-bottom: 1px solid #83d8f2;
	margin-bottom: 3px;
}

.introSpotlight ul li.lastChild {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; padding-right: 6px; }
.floatRight { float: right; padding-left: 6px; }
.noBorder { border: none; }
.mute { color: #999;}
	#houseDetail #side .mute { color: #000;}
.advancedSearchLink {padding-top: 6px; font-size: 11px;}
.highlight {
	background: #FFC936;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	text-transform: uppercase;
	font-size: 10px;
	color: #B12E00;
	font-weight: 700;
}

.underline {
	border-bottom:1px solid #E5E5E5;
}

.block {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.phoneNumber {
	padding: 9px 6px;
	background: #FFDF86;
	font-size: 16px;
}

.bookTitle {
	padding: 6px 0 9px 38px;
	background: url(../images/book_icon.gif) no-repeat 0 0;
}

.phoneTitle {
	padding: 6px 0 9px 38px;
	background: url(../images/icon_phone.gif) no-repeat 0 0;	
}

a img {
	display: block;
}

p.priceLabel {
	background: url(../images/pricebutton.gif) no-repeat 0 0;
	padding-left: 42px;
	height: 36px;
	line-height: 36px;
	width: 136px;
}

.promoLegend .desc {
	float: left;
	margin-left: 3px;
	padding-top: 10px;
}

	.promoLegend p.priceLabel {
		float: left;
	}

	p.priceLabel strong {
		font-size: 14px;
		font-weight: 700;
	}

	.promoLegend {
		padding-top: 6px;
	}

/* dialogBox */

.dialogBox {
	padding: 6px;
	background: #FFDF86;
	border:1px solid #FFC936;
	margin: 12px 0;
}

	#period .dialogBox {
		margin: 0;
	}

.dialogBox p {
	padding-bottom: 0;
}

/* arrow */

p.arrow {
	background: url(../images/yellow_arrow.gif) no-repeat 0 4px;
	padding-left: 23px;
}

/* likeButton */

a.likeButton {
	font-size: 11px;
	float: left;
	padding: 0 5px;
	border: 1px solid #D4D4D4;
	background: #FFF url(../images/button_bg.gif) repeat-x 0 bottom;
	color: #000;
	font-weight: 700;
	height: 24px;
	line-height: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.likeButton:link, a.likeButton:visited {
	border-color: #D4D4D4;
	background-position: 0 0;
	color: #000;
}

	#side a.likeButton:link, #side a.likeButton:visited {
		border-color: #FFB136;
	}

a.likeButton:hover, a.likeButton:active {
	border-color: #004990;
	color: #FFF;
	background:#024A91 url(../images/button_bg.gif) repeat-x scroll 0 bottom;
}

	#side a.likeButton:hover, #side a.likeButton:active {
		border-color: #004990;
	}


/* bookButton */

a.bookButton {
	background: #FFF url(../images/buttons.gif) no-repeat 0 bottom;
	padding: 0 10px 0 26px;
}

a.bookButton:link, a.bookButton:visited {
	background-position: 0 0;
}

	#side a.bookButton:link, a.bookButton:visited {
		border: 1px solid #FFC936;
	}

a.bookButton:hover, a.bookButton:active {
	background:#024A91 url(../images/buttons.gif) no-repeat scroll 0 bottom;
}

#side a.bookButton:hover, a.bookButton:active {
	border: 1px solid #004990;
}

/* arrowList */

.arrowList ul, ul.arrowList {
	padding: 0 0 3px 0;
	margin-bottom: 3px;
	border-bottom: 1px solid #E5E5E5;
	list-style: none;
}

.arrowList ul li, ul.arrowList li {
	padding: 0 0 2px 25px;
	background: url(../images/arrowlist.gif) no-repeat 0 5px;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 12px 12px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 12px 12px;
}

/* 
	little boxes 
*/

.boxTop {
	background: url(../images/box_bounds.png) no-repeat 0 0;
	width: 730px;
	height: 10px;
	overflow: hidden;
}

	#locationFacts .boxTop {
		background: url(../images/google_box_bounds.png) no-repeat 0 0;
		width: 267px;
		height: 10px;
	}
	
	#ads .boxTop {
		background: url(../images/ads_bounds.png) no-repeat 0 0;
		width: 504px;
		height: 10px;
	}

	#homeSearch .boxTop {
		background: url(../images/blue_box_bounds.png) no-repeat 0 0;
		width: 730px;
		height: 10px;
	}

	#fullSearch .boxTop {
		background: url(../images/search_blue_box_bounds.png) no-repeat 0 0;
		width: 780px;
		height: 10px;
	}

	#promoForm .boxTop {
		background: url(../images/blue_box_bounds_narrow.png) no-repeat 0 0;
		width: 670px;
		height: 10px;
	}

.boxContent {
	background: url(../images/box_content.png) repeat-y 0 0;
	width: 690px;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
}

	#locationFacts .boxContent {
		background: url(../images/google_box_content.png) repeat-y 0 0;
		width: 227px;
		padding: 10px 20px 10px 20px;
	}

	#ads .boxContent {
		width: 464px;
		background-image: none;
		background-color: #F5F5F5;
		padding: 10px 20px 10px 20px;
	}

	#homeSearch .boxContent {
		width: 690px;
		background-image: none;
		background-color: #E4EEF7;
		padding: 10px 20px 10px 20px;
	}

	#fullSearch .boxContent {
		width: 740px;
		background-image: none;
		background-color: #E4EEF7;
		padding: 10px 20px 10px 20px;
	}

	#promoForm .boxContent {
		width: 630px;
		background-image: none;
		background-color: #E4EEF7;
		padding: 10px 20px 10px 20px;
	}

.boxBottom {
	background: url(../images/box_bounds.png) no-repeat 0 -10px;
	width: 730px;
	height: 10px;
	overflow: hidden;
}

	#locationFacts .boxBottom {
		background: url(../images/google_box_bounds.png) no-repeat 0 -10px;
		width: 267px;
		height: 10px;
	}

	#ads .boxBottom {
		background: url(../images/ads_bounds.png) no-repeat 0 -10px;
		width: 504px;
		height: 10px;
	}

	#homeSearch .boxBottom {
		background: url(../images/blue_box_bounds.png) no-repeat 0 -10px;
		width: 730px;
		height: 10px;
	}

	#fullSearch .boxBottom {
		background: url(../images/search_blue_box_bounds.png) no-repeat 0 -10px;
		width: 780px;
		height: 10px;
	}

	#promoForm .boxBottom {
		background: url(../images/blue_box_bounds_narrow.png) no-repeat 0 -10px;
		width: 670px;
		height: 10px;
	}

/*
	big boxes
*/

.homeboxTop {
	background: url(../images/home_box_bounds.png) no-repeat 0 0;
	width: 960px;
	height: 10px;
	overflow: hidden;
}

#searchPage .homeboxTop, #houseOrder .homeboxTop {
	background-image: url(../images/search_box_bounds.png);
}

.homeboxContent {
	background: url(../images/home_box_content.png) repeat-y 0 0;
	width: 922px;
	padding: 10px 14px 10px 24px;
	overflow: hidden;
}

#searchPage .homeboxContent, #houseOrder .homeboxContent {
	background-image: url(../images/search_box_content.png);
}

.homeboxBottom {
	background: url(../images/home_box_bounds.png) no-repeat 0 -10px;
	width: 960px;
	height: 10px;
	overflow: hidden;
}

#searchPage .homeboxBottom, #houseOrder .homeboxBottom {
	background-image: url(../images/search_box_bounds.png);
}

/* 
	Search 
*/

#homeSearch {
	margin-bottom: 20px;
	position: relative;
}

#homeSearch form p, #fullSearch form p {
	padding-bottom: 6px;
}

/* quickSearch */

#quick_search_houses {
	background: #FFDD83;
	padding: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 24px;
	height: 24px;
}

#fullSearch #quick_search_houses {
	position: absolute;
	width: 400px;
	height: 24px;
	top: 660px;
	left: 24px;
}

#quick_search_houses input.inputText {
	width: 220px;
}

/* searchMap */

#searchMap {
	position: absolute;
	right: -30px;
	top: 214px;
	width: 430px;
	height: 495px;
	/* background: url(../images/kaart_big.png) no-repeat 0 0; */
	z-index: 1;
}

	#home #searchMap {
		position: absolute;
		right: 20px;
		top: -42px;
		width: 216px;
		height: 250px;
		background: url(../images/kaart_home.png) no-repeat 0 0;
		z-index: 9999;
		text-indent: -9999px;
	}

	#home #searchMap a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border-bottom: none;
	}

.mapLegend {
	background: #FFDF86 none repeat scroll 0 0;
	font-size: 11px;
	left: 590px;
	padding: 6px 50px 6px 6px;
	position: absolute;
	top: 362px;
	width: 139px;
	z-index: 500;
}

	#home .mapLegend {
		left: 365px;
		padding: 5px 50px 5px 12px;
		position: absolute;
		top: 122px;
		width: 139px;
	}

	#home .mapLegend p {
		padding-bottom: 0;
	}
	

.searchcolLeft label {
	width: 90px;
}

#homeSearch .searchcolLeft label {
		width: 70px;
	}

.searchcolRight label {
	width: 100px;
}

#searchForm select {
	width: 120px;
}

#searchForm select#num_results_per_page {
	width: auto;
}

#searchForm input {
	width: 110px;
}

#searchForm .formfields {
	padding-bottom: 12px;
}

#searchForm .formfieldsLast {
	padding-bottom: 0;
}

#searchForm .formfieldsWrapper {
	background: url(../images/blue_divider.gif) repeat-y right 0;
	width: 470px;
	margin-bottom: 12px;
	float: left;
}

#searchForm .searchcolLeft {
	float: left;
	width: 225px;
	overflow:hidden;
}

	#homeSearch #searchForm .searchcolLeft {
		width: 190px;
	}

#searchForm .searchcolRight {
	float: left;
	width: 235px;
	overflow: hidden;
	padding-left: 10px;
	background: url(../images/blue_divider.gif) repeat-y 0 0;
}

	#homeSearch #searchForm .searchcolRight {
		padding-left: 34px;
		margin-left: 19px;
	}

#searchForm .searchcolRegion {
	float: left;
	width: 150px;
	padding-left: 10px;
	position: relative;
	z-index:9999;
}

#searchForm .searchcolRegion select {
	position: absolute;
	left: 10px;
	top: 24px;
	width: 150px;
}

/*width by ID */

#nr, #postal {
	width: 35px;
}

#keywordSearch input.input-text,
#keywordSearch input.inputText {
	width: 146px;
}

/*
	home template
*/

/* mainContent */

 #mainContent {
	width: 480px;
	float: left;
	padding-right: 24px;
}

	#home #mainContent {
		width: 504px;
		padding-right: 0;
	}

/*
	houseDetail template
*/

/* house general */

#houseGeneral {
	padding-bottom: 14px;
}

/* houseDetail side */

#houseDetail #side {
	float: left;
	width: 230px;
	padding-right: 0;
}

#houseDetail #side .boxTop {
	background: url(../images/sidebox_bounds.png) no-repeat 0 0;
	width: 230px;
	height: 10px;
}

#houseDetail #side .boxContent {
	background: url(../images/sidebox_content.png) repeat-y 0 0;
	width: 212px;
	padding: 10px 6px 10px 12px;
}

#houseDetail #side .boxBottom {
	background: url(../images/sidebox_bounds.png) no-repeat 0 -10px;
	width: 230px;
	height: 10px;
}

#houseDetail #side #reservationForm {
	padding-bottom: 24px;
}

#houseDetail #extra {
	padding-bottom: 24px;
}

#houseDetail #side #extra table {
	width: 212px;
}

#houseDetail #side #extra table td {
	vertical-align: bottom;
	padding-right: 6px;
	padding-bottom: 3px;
	font-size: 11px;
	width: 50%;
}

#houseDetail #side #extra table td.second {
	padding-right: 0
}

/* houseDetail reservationForm */

#reservationForm form {
	padding-bottom: 6px;
}

#houseDetail #reservationForm select#month {
	width: 135px;
}

#houseDetail #reservationForm select#duration {
	width: 100px;
}

#houseDetail #reservationForm #period {
	padding-bottom: 11px;
}

#houseDetail #reservationForm #definePeriod {
	background: #FFDF86;
	padding: 6px 9px;
	margin-bottom: 18px;
}

#houseDetail #reservationForm #period label, #houseDetail #reservationForm h3 {
	font-weight: 700;
	font-size: 12px;
	color: #004990;
	display: block;
	padding-bottom: 3px;
}

/* houseDetail periodLightbox */

#periodLightbox .likeButton {
	margin-top: 6px;
}

#periodLightbox {
	width: 100%;
}

#periodLightbox thead tr {
	background: none;
}

#periodLightbox tr {
	background:#FFDF86 url(../images/period_divider.png) repeat-x scroll 0 bottom;
}

#periodLightbox td {
	padding: 9px;
}

#periodLightbox td.prices {
	text-align: right;
}

/* houseDetail navList */

#period .periodList {
	padding-bottom: 6px;
}

#period .bookNow {
	padding-top: 6px;
}

#period .periodList li {
	padding: 9px 6px;
	display: block;
	background: #FFDF86 url(../images/period_divider.png) repeat-x 0 bottom;
	border-bottom: none;
	color: #342601;
}

.price {
	float: right;
	font-weight: 700;
}

#period .periodList li .periodListDate {
	float: left;
}

.promotion {
	float: right;
	/*padding-right: 6px;*/
	font-weight: 700;
	text-decoration: line-through;
	color: #B12E00;
}

/* short description */

.shortDescription {
	float: right;
	width: 260px;
}

.shortDescription ul.houseOptions {
	list-style: none;
	padding-left: 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #E5E5E5;
	margin-top: 15px;
}

.shortDescription ul.houseOptions li {
	padding-left: 24px;
	background: url(../images/icons.gif) no-repeat 0 0;
}

.shortDescription ul.houseOptions li.email {
	background-position: 0 3px;
}

.shortDescription ul.houseOptions li.recommend {
	background-position: 0 -16px;
}

/* about */

#about {
	background: url(../images/faux_col.gif) repeat-y 397px 0;
}

#aboutContent {
	float: left;
	width: 388px;
	overflow: hidden;
}

#aboutList {
	float: right;
	width: 248px;
	overflow: hidden;
}

/* legend */

#legend {
	list-style: none;
	clear: both;
	width: 650px;
	overflow: hidden;
	margin-bottom: 28px;
	background: #E6EFF7;
	padding: 10px 20px 10px 20px;
	color: #004990;
	font-weight: 700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#legend li {
	height: 45px;
	float: left;
	margin: 0 24px 5px 0;
	padding-left: 45px;
	background: url(../images/icons.gif) no-repeat 0 0;
	line-height: 45px;
}

#legend li.icon_type {
	background-position: 0 -340px;
}

#legend li.icon_swimming_pool {
	background-position: 0 -45px;
}

#legend li.icon_natural_water {
	background-position: 0 -86px;
}

#legend li.icon_pets {
	background-position: 0 -135px;
}

#legend li.icon_shops {
	background-position: 0 -180px;
}

#legend li.icon_manege {
	background-position: 0 -225px;
}

#legend li.icon_tennis {
	background-position: 0 -263px;
}

#legend li.icon_cycling {
	background-position: 0 -299px;
}

#legend li.icon_max_bedrooms {
	background-position: 0 -425px;
}

#legend li.icon_max_bathrooms {
	background-position: 0 -383px;
}


/* tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FFC929;
	background-color: #FFDF86;
	padding: 3px 5px 1px 5px;
}

#tooltip h3, #tooltip div { 
	margin: 0;
	padding: 0; 
	font-size: 11px;
	color: #342601;
	font-weight: 500;
}

/* location */

.googleMap {
	float: left;
	width: 395px;
	height: 428px;
	overflow: hidden;
	background: #4F97CC;
	border: 1px #E5E5E5 solid;
}

#locationFacts {
	float: left;
	width: 267px;
	padding: 0;
}

#distance {
	background: url(../images/distance_divider.gif) repeat-x 0 0;
	padding-top: 16px;
	margin-top: 16px;
}

#distance table {
	width: 237px;
	margin-bottom: 12px;
}

#distance table td {
	vertical-align: top;
	padding-right: 8px;
	padding-bottom: 3px;
}

#distance table td.second {
	padding-right: 0
}

/* 
	searchPage 
*/

#searchPage #content {
	width: 922px;
	background: transparent url(../images/faux_col.gif) repeat-y scroll 694px 0;
}

#searchPage #mainContent {
	width: 670px
}

/* searchForm */

#baseSearch {
	padding-bottom: 12px;
}

#extraSearch {
	padding-left: 20px;
	padding-bottom: 88px;
}

.searchcolWrapper {
	padding-bottom: 12px;
	background: transparent url(../images/grey_divider.gif) repeat-y scroll 310px 0;
}

.searchcolWrapper label {
	font-size: 10px;
}

.searchCol {
	float: left;
	padding-right: 10px;
}

/* results */

.resultHeader {
	height: 24px;
	width: 634px;
	overflow: hidden;
	background: transparent url(../images/result_box_top.png) no-repeat scroll 0 0;
	padding: 12px 18px;
}


.resultHeader p.resultNumber {
	width: 150px;
	float: left;
	overflow: hidden;
}

.resultHeader ul.resultNav {
	float: right;
}

.resultHeader ul.resultNav li {
	float: left;
	padding-left: 12px;
	background: transparent url(../images/yellow_divider.gif) repeat-y scroll 0 0;
}

.resultHeader ul.resultNav li a {
	font-weight: 700;
}

.resultHeader ul.resultNav li a.selected {
	border-bottom: none;
	color: #000;
}

.resultHeader ul.resultNav li.firstChild {
	background: none;
	width: 220px;
}

.resultHeader ul.resultNav label {
	padding: 1px 6px 0 0;
	float: left;
}

.resultContent {
	padding: 18px;
	background: transparent url(../images/result_box_content.png) repeat-y scroll 0 0;
}

/*
	.promotions .resultContent {
		padding: 0;
		background: none;
	}
*/

.resultContentBlock {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #E5E5E5;
}

.resultContentBlock .resultPic {
	display: block;
	float: left;
	margin-right: 20px;
	width: 250px;
	overflow: hidden;
}

.resultContentBlock .resultPic a {
	border-bottom: none;
}

.resultContentBlock .resultInfo {
	float: left;
	width: 364px;
}

.resultBottom {
	background: transparent url(../images/result_box_bottom.png) no-repeat 0 0;
	height: 12px;
}

.resultTop {
	background: transparent url(../images/result_box_top_white.png) no-repeat 0 0;
	height: 12px;
}

.destinationContent {
	padding-bottom: 12px;
}

.region ul {
	border-bottom: none;
	padding-bottom: 12px;
}

/* colBlock */

.colBlock {
	background: transparent url(../images/faux_col.gif) repeat-y 312px 0;
	margin-bottom: 24px;
	padding-top: 6px;
}

.colBlock .arrowList ul {
	border-bottom: none;
}

.firstCol {
	float: left;
	width: 300px;
}

.secondCol {
	float: right;
	width: 152px;
	padding-left: 24px;
}

/* promoForm */

#promoForm {
	padding-bottom: 12px;
}

#promoForm .firstCol {
	float: left;
	width: 270px;
}

#promoForm .secondCol {
	float: left;
	padding-left: 24px;
	background:transparent url(../images/blue_divider.gif) repeat-y scroll 0 0;
	width: 300px;
}

#promoForm label {
	width: 106px;
}

	#promoForm .secondCol label {
		width: 55px;
	}