/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

.clear {
	clear:both;
}

strong {
	font-weight:bold;
}

body {
	font-family:arial, sans-serif;
	line-height:1.1em;
}

#header {
	line-height:80px;
	height:79px;
	padding:1px 10px 0 10px;
	background-color:#666;
	background-image:url(./../images/gradient-vertical.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

#header h1 {
	float:left;
	color:#fff;
	font-size:1.5em;
}

#nomis-mobile-language-select {
	float:right;
}

#nomis-mobile-language-select li {
	float:left;
}

#nomis-mobile-language-select a {
	display:block;
	float:left;
	text-indent:-9999px;
	width:48px;
	height:48px;
	margin-top:15px;
}

#nomis-mobile-language-select .en a {
	background:url(./../images/uk-flag.png);
}

#nomis-mobile-language-select .nl a {
	background:url(./../images/nl-flag.png);
}

#nomis-mobile-searchform {
	margin:10px;
}

#nomis-mobile-searchform select {
	display:block;
	width:100%;
	margin-bottom:20px;
	padding:6px;
	border:2px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#nomis-mobile-searchform select:focus {
	border-color:#ffe400;
	outline:none;
}

.button {
	background:#555;
	border:2px solid #333;
	color:#fff;
	font-weight:bold;
	padding:6px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	display:block;
	float:left;
	margin-right:10px;
}

.actions {
	padding:10px;
}

#nomis-properties {
	border-top:1px solid #999;
}

#nomis-properties li {
	padding:10px;
	border-bottom:1px solid #999;
}

#nomis-properties .photo, #nomis-properties .photo a {
	width:100px;
	height:100px;
	float:left;
	display:block;
}

#nomis-properties .loader {
	margin:42px 0 0 42px;
	width:15px;
	height:15px;
}

#nomis-properties .photo {
	margin-right:10px;
}

#nomis-properties .info {
	float:left;
	width:170px;
}

.details {
	margin:10px 0;
}

.details .key {
	width: 50%;
	font-weight:bold;
	float:left;
}

.details .value {
	width: 50%;
	float:left;
}

#nomis-properties h3 a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
}

#nomis-maps, #nomis-streetview {
	height:250px;
}

.location {
	border:2px solid #ccc;
}

.location-controls {
	background:#ccc;
}

.location-controls a {
	color:#000;
	line-height:30px;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:10px;
}

.location-controls .active {
	font-weight:bold;
}

#show-streetview {
	float:right;
	margin-right:10px;
}

.jcarousel-container-horizontal {
	width:100%;
}

#nomis-photos-container {
	width:100%;
}


.jcarousel-prev, .jcarousel-next {
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	cursor:pointer;
	top:50%;
	margin-top:-7px;
	left:10px;
	background-image:url(./../images/arrow-left.png);
}

.jcarousel-next {
	right:10px;
	left:auto;
	background-image:url(./../images/arrow-right.png);
}

#property-title {
	background:#000;
	color:#fff;
	line-height:40px;
	position:absolute;
	z-index:1;
	width:100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#property-title span {
	padding:0 10px;
}

#nomis-details {
	margin-top:0;
}

#nomis-details .item {
	border-bottom:1px solid #999;
	height:40px;
}

#nomis-details .key, #nomis-details .value {
	width:45%;
	float:left;
	line-height:40px;
}

#nomis-details .key {
	margin-left:10px;
}

.description {
	padding:10px 10px 20px 10px;
}

#nomis-properties-map {
	height:400px;
}

#contact-about-house {
	padding:10px;
	border-top:1px solid #ccc;
	margin-top:20px;
	padding-top:20px;
}

#contact-about-house h3 {
	font-size:1em;
}

#contact-about-house input[type="text"], #contact-about-house textarea {
	margin-top:10px;
	border:2px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
	width:90%;
}

#contact-about-house input[type="submit"] {
	width:auto;
	margin:5px 0;
}

#footer {
	margin-top:20px;
}