/**
 * _COMMON STYLES
 *
 */

html, body
{
	width: 				100%;
	font: 				12px/21px "Lucida Grande", Tahoma, Sans-Serif;
	text-decoration: 	none;
	color:				#999;
}
*
{
	margin:				0;
	padding:			0;
	border:				0;
}

body {
	background: 		#FFF url(/siteimg/header_bg.gif) repeat-x top left;	
}

body.empty {
	background: 		#FFF;	
}

body#tinymce {
	background: 		#FFF;
	width: 				auto;	
}

#fullimg .thumb {
	display: none;
}

#moveleft, #moveright {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 90px;
	text-decoration: none;
	z-index: 1000; 
	display: block;
	cursor: pointer;
	float: left;
}

#moveleft {
	background: url(/siteimg/nav_left.gif) top left no-repeat;
}

#moveright {
	background: url(/siteimg/nav_right.gif) top left no-repeat;
}



/**
 * _FOOTER
 *
 */

div#footer {
	background: #E4E4E4 url(/siteimg/footer_bg.gif) repeat-x top left;
	padding-top: 32px;
	clear: both;
}

div#footer div.content {
	padding: 0;
}

div#footerleft {
	font: 11px/18px "Lucida Grande", Tahoma, Sans-Serif;
	width: 190px;
	padding-top: 20px;
	float: left;
}

div#footerright {
	width: 660px;
	padding: 20px 20px 0 20px;
	background: url(/siteimg/footerinfo_captop.gif) no-repeat top right;	
	float: right;
}

div#footer div.footercap {
	font: 11px/18px "Lucida Grande", Tahoma, Sans-Serif;
	margin-left: 220px;
	clear: both;
	background: #E4E4E4 url(/siteimg/footerinfo_capbottom.gif) no-repeat top right;
	padding: 20px 0;
}

div#footer div.footercap ul.metanav {
	list-style-image: none;
	padding-left: 0;
	top: 0;
	margin-bottom: 15px;
}


/**
 * _MODALBOX
 *
 */

div.modalbox
{
	width: 				100%;
	background: 		#FFF;
}
/**
 * _COMMON STYLES
 *
 */

html, body
{
	width: 				100%;
	font: 				12px/21px "Lucida Grande", Tahoma, Sans-Serif;
	text-decoration: 	none;
	color:				#999;
	/*background: 		#FFF url(/siteimg/header_bg.gif) repeat-x top left;*/
}
*
{
	margin:				0;
	padding:			0;
	border:				0;
}
ul, ol
{
	list-style:	none;
}
a
{
	color:				#036;
	text-decoration:	none;
	cursor:				pointer;
	text-decoration:	none;
}
a:hover
{
	text-decoration:	underline;
}
a.extralink {
	display: block;
	clear: left;
}
div.clear
{
	clear:				both !important;
	height:				0 !important;
	font:				0/0 serif !important;
}
div.extraspace
{
	height:				10px !important;
}

img {
	font-size:			10px;
	color: 				#666;
}

h1, h2 {
	font: 				18px/21px "Lucida Grande", Tahoma, Sans-Serif;
	font-weight:		bold;
	color:				#F60;
	padding-bottom:		10px;
	margin-bottom:		10px;
	border-bottom:		1px solid #CCC;
}

div#rightcol h2 {
	margin-bottom: 0;	
}

h3 {
	font: 				14px/22px "Lucida Grande", Tahoma, Sans-Serif;
	font-weight:		normal;
	color:				#333;
}

h3.title {
	float: left;	
}

h3.underline {
	padding-bottom:		5px;
	margin-bottom:		10px;
	border-bottom:		1px solid #CCC;
}

h3 span.rented {
	margin: 0 7px 0 7px;
	font: 10px/22px "Lucida Grande", Tahoma, Sans-Serif;
	/*font-weight: bold;*/
	color: #FF6600;
	font-style: italic;
}

h3 a img {
	position: relative;
	top: 4px;
}

h4 {
	font: 				12px/21px "Lucida Grande", Tahoma, Sans-Serif;
	font-weight:		bold;
	color:				#333;
}

h4.underline,
h4.overline {
	color:				#333;
	padding-bottom:		5px;
	margin-bottom:		10px;
	border-bottom:		1px solid #CCC;
}

strong {
	color: #000;
}

p {
	padding-bottom: 	10px;
}
p span#count {
	font-weight: 		bold;
	color:				#F60;	
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/**
 * _FORMS
 *
 */

div.content form#filteroptions {
	margin-bottom: 20px;
}

div.content form fieldset {
	position: relative;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
}

fieldset div.fieldset_content {
	margin: 15px 0 0 60px;
}

div.content form#filteroptions fieldset {
	margin: 0;
	padding: 3px 0 0 3px;
}

div.content form#filteroptions div {
	margin: 10px 0 15px 10px;
	padding: 0;
}

div.content form input,
div.content form select,
div.content form textarea {
	font: 11px/13px "Lucida Grande", Tahoma, Sans-Serif;
	color: #333;
	background: #FFF;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	clear: both;
}

div.content form label.radio,
div.content form label.checkbox {
	position: relative;
	padding: 0 0 0 25px;
	margin: 5px 0 5px 0;
	width: auto;
	display: block;
	background: none;
}

div.content form label.radio input,
div.content form label.checkbox input {
	position: absolute;
	top: -2px;
	left: 0px;
	border: none;
	background: none;
	width: auto;
}

div.content form option {
	padding-right: 10px;
}

div.content form input.big,
div.content form textarea.big {
	width: 280px;
}

div.content form input.small,
div.content form textarea.small {
	width: 130px;
}

div.content form textarea.small,
div.content form textarea.big {
	height: 120px;
}

div.content form input.error,
div.content form input.validation-failed,
div.content form textarea.error {
	background: #ffe5e5 url(/siteimg/error.gif) top right no-repeat;
	border-top: 1px solid #C00;
	border-left: 1px solid #C00;
	border-right: 1px solid #F99;
	border-bottom: 1px solid #F99;
	color: #C00;
}

div.content form label,
div.content div.colitem form label {
	font: 11px/11px "Lucida Grande", Tahoma, Sans-Serif;
	color: #666;
	padding-bottom: 5px;
	float: left;
	clear: both;
}

div.content form label.required,
div.content form label span.mandatory {
	font-weight: bold;
	color: #666;
}

div.content form span.radio,
div.content form span.checkbox {
	font: 11px/11px "Lucida Grande", Tahoma, Sans-Serif;
	color: #666;
	padding-top: 3px;
	padding-left: 10px;
	float: left;
	clear: right;
	display: block;
}

div.content form span.selected {
	color: #333;
	font-weight: bold;
}

div.content form input#email,
div.content form input#password {
	width: 178px;
}

div.content form a.button,
div.content form a.sbutton {
	padding-top: 10px;
	clear: both;
}

div.content form#react div.formbottom input.checkbox {
	background: none;
	border: none;
}

div.content a.button,
div.content a.sbutton {
	font: 11px/17px : "Lucida Grande", Tahoma, Sans-Serif;
	font-weight: bold;
	letter-spacing: .2px;
	text-decoration: none;
	color: #FFF;
	height: 33px;
	padding-bottom: 15px;
	display: block;
	clear: left;
}

div.content a.button span.capleft,
div.content a.sbutton span.capleft {
	width: 10px;
	height: 33px;
	float: left;
	background: url(/siteimg/btn_capleft.gif) no-repeat top left;
}

div.content a.button span.capright,
div.content a.sbutton span.capright {
	height: 33px;
	float: left;
	background: url(/siteimg/btn_capright.gif) no-repeat top right;
	padding: 7px 10px 0 0;
}

div.formbottom,
fieldset.formbottom {
	clear: both;
	margin: 5px 0 20px 0 !important;
	padding: 0;
	background: #F2F2F2;
}

div.content div.formbottom a.button span.capleft,
div.content div.formbottom a.sbutton span.capleft,
div.content fieldset.formbottom a.button span.capleft,
div.content fieldset.formbottom a.sbutton span.capleft {
	background: url(/siteimg/btn_capleft_f2.gif) no-repeat top left;
}

div.content div.formbottom a.button span.capright,
div.content div.formbottom a.sbutton span.capright,
div.content fieldset.formbottom a.button span.capright,
div.content fieldset.formbottom a.sbutton span.capright {
	background: url(/siteimg/btn_capright_f2.gif) no-repeat top right;
	padding: 8px 10px 0 0;
}

.error {
	color: #C00 !important;	
}

.error a {
	color: #C00 !important;
	text-decoration: underline;	
}

/**
 * _HEADER
 *
 */
 
 
div#header {
	width: 920px;
	margin: auto;
}

div#header a#logo {
	width: 170px;
	float: left;
	padding-left: 20px;
}

div#header a#payoff {
	display: block;
	width: 480px;
	float: left;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
	height: 20px;
	overflow: hidden;
	margin-left: 30px;
	padding: 4px 0;
}

div#header ul#language {
	width: 219px;
	height: 30px;
	overflow: hidden;
	float: right;
	border-right: 1px solid #CCC;	
}

div#header ul#language li {
	float: right;
	border-left: 1px solid #CCC;
}

div#header ul#language li.english,
div#header ul#language li.dutch {
	padding: 4px 12px;
	font-size: 11px;
}

div#header ul#language li.english a {
	padding-left: 25px;
	background: url(/siteimg/flag_english.gif) no-repeat center left;
}

div#header ul#language li.dutch a {
	padding-left: 25px;
	background: url(/siteimg/flag_dutch.gif) no-repeat center left;
}

div#header ul#language li.selected {
	background: #EBF5FF;
}

div#header ul#language li.selected a {
	font-weight: bold;
	text-decoration: none;
}

div#header div#navigation {
	padding-top: 27px;
	width: 700px;
	float: right;
}

div#header div#navigation ul#mainnav {
	clear: both;
	overflow: hidden;
}

div#header div#navigation ul#mainnav li {
	float: left;
}

div#header div#navigation ul#mainnav li a {
	display: block;
	float: left;
	color: #999;
	height: 55px;
	padding: 6px 0 0 15px;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	background: url(/siteimg/menubutton_bg.gif) no-repeat top left;
}

div#header div#navigation ul#mainnav li a span {
	font: 				14px/22px "Lucida Grande", Tahoma, Sans-Serif;
	font-weight:		normal;
	color:				#333;
	display: 			block;
}

div#header div#navigation ul#mainnav a.first {
	width: 140px;
}

div#header div#navigation ul#mainnav a.second {
	width: 170px;
}

div#header div#navigation ul#mainnav a.third {
	width: 135px;
}

div#header div#navigation ul#mainnav a.fourth {
	width: 170px;
}

div#header div#navigation ul#mainnav li a:hover,
div#header div#navigation ul#mainnav li a:hover span,
div#header div#navigation ul#mainnav li a.selected,
div#header div#navigation ul#mainnav li a.selected span {
	background-position: -300px top;
	color: #FFF;
}


div#header ul.metanav {
	width: 700px;
	float: left;
	font-size: 11px;
	position: relative;
	top: 5px;
}

ul.metanav li {
	float: left;
	padding-right: 20px;
}

ul.metanav li.selected a {
	text-decoration: none;
	font-weight: bold;
}

ul.metanav li a.logged {
	background: #FFC;
	color: #333;
	font-weight: bold;
}

/**
 * _CONTENT
 *
 */

div.content {
	clear: both;
	width: 920px;
	margin: auto;
	padding-top: 20px;
}

div.lightbox {
	margin: 10px 20px 10px 20px;
	width: auto;
}

div.content ul {
	list-style-image: url(/siteimg/bullet.gif);
	padding-left: 20px;
	margin-bottom: 15px;
}

div.content ul li {
	font-size: 11px;
	line-height: 18px;
}

div.content ul.links {
	list-style-image: none;
	padding-left: 0;
	margin-bottom: 15px;
}

div.content div#leftcol {
	font: 11px/18px "Lucida Grande", Tahoma, Sans-Serif;
	width: 190px;
	float: left;
	padding-bottom: 30px;
}

div.content div#leftcol ul.objectlist {
	list-style-image: none;
	padding-left: 0;
	margin-bottom: 15px;
}

div.content div#center {
	width: 430px;
	padding: 0 30px 10px 30px;
	overflow: hidden;
	float: left;
}

div.content div#center div#thumbslider {
	width: 444px;
	float: left;
	position: relative;
	left: -7px;
	background: url(/siteimg/nav_bg.gif) repeat-x top left;
	margin: 10px 0;
}

div.content div#center div#thumbslider a.nav {
	width: 22px;
	float: left;
}

div.content div#center div#thumbslider div#thumbs {
	width: 400px;
	padding: 5px 0;
	float: left;
}

div.content div#center div#thumbslider div#thumbs img {
	display: block;
	width: 120px;
	display: inline;
	margin-right: 5px;
}

div.content div#center div.item {
	clear:left;
	height: 90px;
	background: #f2f2f2;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
	overflow: hidden;
}

div.content div#rightcol {
	font: 11px/18px "Lucida Grande", Tahoma, Sans-Serif;
	width: 240px;
	float: left;
	padding-bottom: 10px;
}

div.content div#rightcol a.button {
	padding-top: 15px;
}

div.content div#rightcol img.pointer {
	position: relative;
	top: 3px;
}

div.content ul.itemdata {
	list-style-image: none;
	padding-left: 0;
	padding-top: 5px;
	margin-bottom: 0;
}

div.content ul.itemdata li span {
	float: left;
	clear: left;
	width: 140px;
}

div.content div#rightcol img.latestoffer {
	margin-bottom: 10px;
}

div.content div#rightcol ul.prices {
	list-style-image: none;
	padding-left: 0;
}

div.content div#rightcol ul.prices li {
	font: 14px/30px "Lucida Grande", Tahoma, Sans-Serif;
	border-bottom: 1px solid #CCC;
}

div.content div#rightcol ul.prices li span {
	display: block;
	float: left;
	width: 140px;
}

div.content div#rightcolwide {
	width: 700px;
	float: left;
	padding: 0 0 30px 30px;
}

div.content div#rightcolwide ul.filters {
	list-style-image: none;
	padding-left: 0;
	margin-bottom: 15px;
}

div.content div#rightcolwide ul.filters li strong {
	display: block;
	width: 125px;
	float: left;
	clear: left;
}

div.content div#rightcolwide ul.filters a.selected {
	font-weight: bold;
	text-decoration: none;
}

div.content div#rightcolwide div.filterwarning {
	font: 12px/40px "Lucida Grande", Tahoma, Sans-Serif;
	font-weight: bold;
	background: url(/siteimg/warning_bg.gif) no-repeat top left;
	overflow: hidden;
	color: #F60;
	margin-bottom: 10px;
}

div.content div#rightcolwide div.filterwarning span {
	padding: 0 30px 0 50px;
	color: #FFF;
}

div.content div#rightcolwide div.item {
	clear:left;
	height: 90px;
	background: #f2f2f2;
	margin-bottom: 10px;
	overflow: hidden;
}

div.content div#rightcolwide div.item img.thumb {
	width: 120px;
	margin-right: 10px;
	display: block;
	float: left;
}

div.content div#rightcolwide div.item div.description {
	width: 426px;
	padding-top: 5px;
	float: left;
}

div.content div.item div.description a {
	text-decoration: none;
	color: #000;
	float: left;
	clear: right;
}

div.content div.item ul.itemdata {
	font: 11px/18px "Lucida Grande", Tahoma, Sans-Serif;
	width: 195px;
	padding: 0;
	margin: 0;
	list-style-image: none;
	float: left;
}

div.content div.item ul.itemdata {
	width: 205px;
}

div.content div.item ul.itemdata li span {
	width: 105px;
}

div.content div.item div.itemlinks {
	width: 140px;
	float: right;
	overflow: hidden;
}

div.content div.item div.itemlinks span.objectnumber {
	font: 10px/22px "Lucida Grande", Tahoma, Sans-Serif;
	display: block;
	padding: 1px 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFF;
	background: url(/siteimg/dark_bg.gif) repeat-x top left;
}

div.content div.item div.itemlinks a {
	font: 11px/18px Lucida Sans, Tahoma, Sans-Serif;
	display: block;
	padding-left: 10px;
}

/**
 * _IMAGE GALLERY
 *
 */

#fullimg,
#map {
	width:		430px;
	height:		322px;
	overflow:	hidden;
	margin-bottom: 10px;
}

#map {
	height: 422px;
}

#fullimg img {
	height:	322px;
	display: block;
	margin: auto;
}

/* --- SLIDER --- */
#wrapper {
	overflow:hidden;
	padding: 9px 2px;
	width: 394px;
	height: 72px;
	margin-bottom: 15px;
	float: left;
	background: url(/siteimg/nav_bg.gif) top left repeat-x;
	position: relative;
}

#items {
	margin: 0;
	padding: 0;
	list-style-image: none;
	width: 50000px;
	position: relative;
}

#items li {
	width: 94px;
	background: url(/siteimg/bg_pattern.gif) top left;
	margin-right: 4px;
	float:left;
	list-style:none;
}

#items li a {
	display: block;
	float: left;
	width: 100px;
	overflow: hidden;
	border: 1px solid #CDCDCD;
}
#items li a:hover {
	border: 1px solid #999;
}

#items .thumb {
	display: block;
	height: 71px;
	cursor: pointer;
	margin: auto;
}

#items .large {
	display: none;
	position: absolute;
}

#fullimg .loading {
	width: 24px;
	height: 24px;
	display: block;
	margin: 100px auto;
}

#fullimg .thumb {
	display: none;
}

#moveleft, #moveright {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 90px;
	text-decoration: none;
	z-index: 1000; 
	display: block;
	cursor: pointer;
	float: left;
}

#moveleft {
	background: url(/siteimg/nav_left.gif) top left no-repeat;
}

#moveright {
	background: url(/siteimg/nav_right.gif) top left no-repeat;
}



/**
 * _FOOTER
 *
 */

div#footer {
	background: #E4E4E4 url(/siteimg/footer_bg.gif) repeat-x top left;
	padding-top: 32px;
	clear: both;
}

div#footer div.content {
	padding: 0;
}

div#footerleft {
	font: 11px/18px "Lucida Grande", Tahoma, Sans-Serif;
	width: 190px;
	padding-top: 20px;
	float: left;
}

div#footerright {
	width: 660px;
	padding: 20px 20px 0 20px;
	background: url(/siteimg/footerinfo_captop.gif) no-repeat top right;	
	float: right;
}

div#footer div.footercap {
	font: 11px/18px "Lucida Grande", Tahoma, Sans-Serif;
	margin-left: 220px;
	clear: both;
	background: #E4E4E4 url(/siteimg/footerinfo_capbottom.gif) no-repeat top right;
	padding: 20px 0;
}

div#footer div.footercap ul.metanav {
	list-style-image: none;
	padding-left: 0;
	top: 0;
	margin-bottom: 15px;
}


/**
 * _MODALBOX
 *
 */

div.modalbox
{
	background: 		none;
	background-color:	#fff;
	width:				450px;
	padding: 			25px;
}

div.modalbox div.item {
	padding-top: 10px;
}

div.modalbox img.thumb {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.modalbox div.description {
	width: 310px;
	float: left;
}

div.modalbox span.objectnumber {
	font: 10px/22px "Lucida Grande", Tahoma, Sans-Serif;
	display: block;
	padding: 1px 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFF;
	background: url(/siteimg/dark_bg.gif) repeat-x top left;
}

div.modalbox div.form fieldset {
	padding-left: 140px;
}

div.modalbox div.formbottom {
	padding: 15px 0 0 140px !important;
}

div.modalbox form fieldset {
	padding-left: 140px !important;
}

div.formerror {
	margin: 5px 20px 10px 0px;
	padding: 10px;
	background: #FF0000;
	color: #FFFFFF;	
}

span.status {
	margin-bottom: 10px;
	font: 11px/20px "Lucida Grande", Tahoma, Sans-Serif;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 144px;
	height: 22px;
	color: #000000;
	background: url(/siteimg/bg_status.jpg) no-repeat top left;
}

div.info {
	position: relative;
	padding-left: 100px;
	width: 400px;
	overflow: hidden;	
}

div.info h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

div.info img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 90px;	
}

div.info ul {
	margin: 0 20px 10px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;	
}

div.info li {
	background: none;
	padding: none;	
}

div.info li span {
	width: 100px;
	display: block;
	float: left;	
}

a.onmap,
a.onlist {
	padding-left: 30px;
	background: url(/siteimg/ico_show_map.png) no-repeat	0 0;
	font-size: 12px;
	color: #000;
	height: 35px;
	display: block;
	font-weight: bold;
}

a.onlist {
	background: none;
	padding-left: 0;
}

a.right {
	float: right;
}

