/*  ******************************************* **
LAYOUT RESULT PAGE
**  ******************************************* */
#resultPagecontainer
{
	position: relative;
}
#resultPageHeader
{
	position: relative;
	overflow:hidden;
	height:85px;
}
#resultPageHeaderKop  /* Aantal gevonden objecten + infoknop  */
{
	position: relative;
	float:left;
}
#resultPageHeaderKop img.infoknop
{
	border:none;
	margin-left:5px;
}
#resultPageHeaderButtons  /* Bevat de sorteerbuttons  */
{
	position:relative;
	width:120px;
	float:right;
	z-index:2;
	font-size:12px;
}

#menu_parent   /* Sorteren op...  */
{
	width:120px;
	height:20px;
	background:#565757;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	line-height:20px;
}
#menu_child   /* Bevat de sorteercriteria  */
{
	width:120px;
	display:block;
	margin-top:-9px;
}
#menu_child a  /* dropdownmenu Sorteercriteria  */
{
	display:block;
	width:120px;
	height:20px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#565757;
	color:#fff;
	border-bottom:solid 1px #fff;
	line-height:20px;
}
#menu_child a:hover
{
	color:#fff;
	background: #F88000;
	text-decoration:none;
}
#resultPageHeaderTopBar
{
	position:relative;
	clear:both;
	overflow:hidden;
	height:42px;
}
#resultPageHeaderTopBar ul
{
	display:inline;
	position:absolute;
	top:0;
	left:0;
	height:20px;
	overflow: hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#resultPageHeaderTopBar ul li
{
	height:20px;
	padding:0;
	color:#fff;
	margin: 0 3px 0 0;
	float: left;
	font-weight:bold;
	background-color: #565757;
}
#resultPageHeaderTopBar ul li span
{
	display:block;
	padding-right:0;
	padding-top:0;
	background: #565757;
}
#resultPageHeaderTopBar ul li a
{
	padding:0 12px;
	color:#fff;
	margin: 0;
	float: left;
	font-weight:bold;
	background-color: #565757;
	text-decoration:none;
	line-height:1.6;
}
#resultPageHeaderTopBar ul li a:hover
{
	font-weight:bold;
	background-color: #F88000;
	text-decoration:none;
	line-height:1.6;
}
#resultPageHeaderTopBar p
{
	display:inline;
	position:absolute; 
	right:0;
	top:0;
	margin:0;
	padding:0;
	text-align:right;
}
#textInfo #resultPageHeaderTopBar p a,
#textInfo #resultPageHeaderTopBar p b
{
	padding-left:6px;
	text-decoration:underline;
	font-size:12px;
	color:#565757;
}
#textInfo #resultPageHeaderTopBar p b
{
	text-decoration:none;
}
#textInfo #resultPageHeaderTopBar p a:hover
{
    color:#f88000;
}
#resultPageHeaderTopBar div
{
	position:relative;
	height:8px;
	top:20px;
	background:#565757;
	font-size:20px;
}
#resultPageContent  /* Bevat alle objecten  */
{
	position:relative;
}
.ResultpageContentObject  /* Bevat 1 object  */
{
	padding:8px 0px;
	overflow:hidden;
	border-bottom:solid 1px #000;
	position:relative;
	padding-left:6px;
	zoom:1;
}
.ResultpageContentObject.odd {
	background-color:#F0F0F1;
	}

.ResultpageContentImage   /* Bevat de foto */
{
	position:relative;
	float:left;
	margin-right:12px;
}
.ResultpageContentImage img
{
	border:1px solid #000;
	display:block;
}
#textInfo .ResultpageContentAdres a  /* Adres en prijs  */
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#textInfo .ResultpageContentAdres a:hover
{
	color:#f88000;
	text-decoration:none;
}
.ResultpageContentExtraTitle,
.ResultpageContentExtraItem
{
	color:#000s;
	width: 400px;
}
/*--------Listbanners-------------*/
.ListBanners                {font-weight:bold;font-size:12px;margin-top:10px;margin-bottom:0px;}
.ListBanners li             {margin:0px;}
li.KoopHuurStatus           {color:#f88000;}
li.ExclusiefStatus          {color:#f88000;}
li.GewijzigdStatus          {color:#f88000;}
li.kenmerkenStatus          {color:#f88000;}
li.NieuweFotosStatus        {color:#f88000;}
li.BrochureStatus           {color:#f88000;}
li.PrijsStatus              {color:#f88000;}
li.OpenHuisStatus           {color:#f88000;}
li.NieuwStatus              {color:#f88000;}
/*--------Listbanners-------------*/
.ResultpageContentOppervlakte
{
	position:absolute;
	right:0;
	bottom:0;
}
.ResultpageContentOppervlakte p
{
	margin: 0;
}
#resultPageHeaderBottomBar   /* Paginanummering onderaan  */
{
	text-align:right;
	position:relative;
	margin-top:5px;
}
#textInfo #resultPageHeaderBottomBar a,
#textInfo #resultPageHeaderBottomBar b
{
	padding-left:6px;
	text-decoration:underline;
	font-size:12px;
	color:#565757;
}
#textInfo #resultPageHeaderBottomBar p
{
	text-decoration:none;
}
#textInfo #resultPageHeaderBottomBar a:hover
{
  text-decoration:none;
	color:#f88000;
}
#resultPageContent hr
{
    display:none;
    visibility:hidden;
}
/*  ******************************************* **
LAYOUT DETAIL PAGE
**  ******************************************* */
#textInfo #extra_button{
	position: absolute;
	right:0;
	top:220px;
	width:145px;
	background:#F88000 none repeat scroll 0 0;
	border:1px solid #F88000;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	height:33px;
	text-align:center;
	text-decoration: none;
}

#textInfo #extra_button:hover{
	background: #FFF;
	color: #F88000;
	text-decoration: none;
}

#detailPageContainer
{
	overflow:hidden;
}
#detailPageHeader
{
	float: left;
	overflow:hidden;
	padding-bottom:10px;
	width:100%;
}
#detailPageHeaderProperties
{
	width: 220px;
	float: left;
}
#detailPageHeaderProperties p,
#detailPageHeaderProperties h3
{
	margin: 0!important;
	padding:0!important;
}
#detailPageHeaderProperties h3
{
	font-weight:bold!important;
	font-size:12px!important;
}
#detailPageHeaderPhoto
{
	width: 241px;
	float: left;
	margin: 0 20px 0 0;
}
#detailPageHeaderPhoto img
{
	border:1px solid #000;
}
p.contentText a
{
 color: Black;
}
#detailPageHeaderProperties p.contentText a
{
}
#detailPageHeaderProperties p.contentText a:hover
{
}
#detailPageHeaderButtons
{
	position: relative;
	float:right;
	width:147px;
	margin: 0 0 20px 0;
	text-align: center;
}
#detailPageHeaderButtons a
{
	display:block;
	height:18px;
	line-height:1.5;
	width:145px;
	text-decoration:none;
	color:#fff;
	background:#F88000;
	margin-bottom:2px;
	font-size:11px;
	border:solid 1px #F88000;
}
#detailPageHeaderButtons img
{
	border: none;
	margin-right:0px;   
	margin-bottom:2px;   
}
#detailPageNavigatie  /*  omvat de tabs en de content  */
{
	position:relative;
	clear:left;
	float: left;
	margin-top:20px;
	width:100%;
}
#detailPageHeaderButtons a:hover
{
	color:#F88000;
	background:#fff;
	text-decoration:none
}
#detailPageHeaderButtons a.printfunctie {
/*	margin-top:22px;*/
	text-decoration:none;
	float:left;
	}
#detailPageHeaderButtons a.thickbox {
	background:none;
	border:none;
	}
#detailPageHeaderButtons a.reageerdirectfunctie,
#detailPageHeaderButtons a.maileenbekendefunctie {
	color:#fff;
	background:#F88000;
	border:solid 1px #F88000;
	clear:both;
	}
#detailPageHeaderButtons a.reageerdirectfunctie:hover,
#detailPageHeaderButtons a.maileenbekendefunctie:hover {
	background:#fff;
	color:#F88000;
	border:solid 1px #F88000;
	text-decoration:none;
	}
#detailPageHeaderButtons a.bladderfunctieprevious
{
	width:66px;
	float:left;
	margin-bottom:2px;
	text-decoration:none
}
#detailPageHeaderButtons a.bladderfunctienext
{
	width:75px;
	float:right;
	margin-bottom:2px;
	text-decoration:none
}
img.bladderfunctieprevious
{
	position: absolute;
	left:0;
}
img.bladderfunctienext
{
	position: absolute;
	right: 0;
}
img.hyvesgadgetfunctie
{
	margin: 3px 0 0 0;
}
/*  ******************************************* **
STYLE FOR THE TABS
**  ******************************************* */
ul#maintab
{
	position: relative;
	z-index: 2;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width: 685px;
}
#maintab li
{
	display: block;
	float:left;
	margin:0 3px 0 0;
}
#maintab li a{
	display:block;
	float:left;
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
	background:#F88000;
	text-align: center;
	padding: 4px 12px;
	border:solid 1px #F88000;
	border-bottom:none;
}
#maintab li a:hover
{
	color:#000;
	font-weight: bold;
	background:#fff;
	border:solid 1px #F88000;
	border-bottom:none;
	text-decoration:none;
}
ul#maintab li.selected a
{
   	color:#000;
}
#maintab li.selected a
{
	color:#000;
	background:#fff;
	border:solid 1px #F88000;
	border-bottom:#fff;
}
#ajaxcontentarea
{
	border: 1px solid #F88000;
	margin-top: -1px;
	padding:20px 15px 20px 15px;
	background: white;
	width: 95%;
}
#ajaxcontentarea h3
{
	font-size:12px!important;
	font-weight:bold!important;
}
p.contentTextKenmerken
{
	margin:0;
	padding:0;
	border-bottom: 1px;
    border-bottom-color: #283032; 
}
hr.rulerKenmerken
{
/*	visibility:hidden;
	display:none;*/
}
hr.rulerOmschriving
{
  color: #283032;  
    
}
ResultpageContentObject hr
{
    color: #283032;
}
p.ResultpageContentExtraTitle,
p.ResultpageContentExtraItem
{
  color: Black; 
  width: 350px; 
    
}
div.ResultpageContentOppervlakte
{
     color: Black;  
}
div.ResultpageContentOppervlakte p
{
	 padding:0!important;
}
/*
IMAGE DETAILPAGINA
===============================================*/
.iframeFotos
{
	position:relative;
	margin: 0 auto;
	padding: 0;
	width:100%;
	height:550px;
	background: white;
}
body.IframeBody
{
	margin: 0;
	padding: 0;
	background: white;       
}
body.main
{
	margin:0;
	padding:0;
}
#FrogJS
{
	height:600px;
	padding:0;
}
#FrogJSImage
{
	margin:0 auto;
}
#FrogJSCaption
{
	position:relative;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
    font-size:10px;
	font-family:verdana;
}
#FrogJSrightThumb1
{
	top:430px;
	position: relative;
	right: 0px;
}
#FrogJSleftThumb1
{
	top:430px;
	position:relative;
	left:0px;
}
#FrogJSrightThumb2
{
	top:430px;
	position: relative;
	right: 0px;
}
#FrogJSleftThumb2
{
	top:430px;
	position:relative;
	left:0px;
}
hr.rulerFotos
{
	visibility:hidden;
	display:none;
}
.iframeMapResultPage
{
	width:722px;
	height:400px;
	margin-top:5px;
}
.iframeMap
{
	width:100%;
	height:400px;
	padding: 0 0 15px 0;
}
#map
{
    width:870px !important;
}
ul.ListBanners
{
	width: 450px;
}
img.bladderfunctieprevious
{
	position: absolute;
	left:0;
}
img.bladderfunctienext
{
	position: absolute;
	right: 0;
}
img.hyvesgadgetfunctie
{
	margin: 3px 0 0 0;
}
#detailPageHeaderButtons img
{
 border: 0;
 margin-bottom:1px;
 margin-right: 1px;   
}

#detailPageNavigatie #maintab li.kaart {
	padding-top:0px !important;
	}
