/*  ******************************************* **
LAYOUT RESULT PAGE
**  ******************************************* */

#resultPagecontainer
{
	position: relative;
	padding-right:20px;
	color: #000000;
	top:20px;
}
#resultPageHeader
{
	position: relative;
}
#resultPageHeaderKop  /* Aantal gevonden objecten + infoknop  */
{
	position: relative;
	float:left;
	display:none;
}
#resultPageHeaderKop img.infoknop
{
	border:none;
	margin-left:12px;
}
#resultPageHeaderButtons  /* Bevat de sorteerbuttons  */
{
	position:relative;
	width:120px;
	float:right;
	margin:0;
	z-index:2;
	height:92px;
}
#menu_parent   /* Sorteren op...  */
{
	height:20px;
	background:#77B800;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}
#menu_child   /* Bevat de sorteercriteria  */
{
	width:120px;
	display:block;
	margin-top:-9px;
}
#menu_child a  /* dropdownmenu Sorteercriteria  */
{
	display:block;
	width:118px;  
	height:20px;
	margin-top:-1px;  /* om de topborders en bottomborders over elkaar te laten vallen  */
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#77B800;
	border:solid 1px #77B800;
	border-top:solid 1px #fff;
	line-height:20px;
}
#menu_child a:hover  /* Sorteercriteria  */
{
	color:#0b2876;
	background:#ffffff;
}
#resultPageHeaderTopBar   /* Balk met gekleurde balk, "Zoekresultaat" en paginanummering  */
{
	position:relative;
	clear:right;
	height:42px;
	zoom:1;
}
#resultPageHeaderTopBar ul   /* "Zoekresultaat"  */
{
	height:20px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	display:block;
}
#resultPageHeaderTopBar ul li   /* "Zoekresultaat"  */
{
	height:20px;
	padding:0px 4px 0px 4px;
	color:#ffffff;
	font-weight:bold;
	float:left;
	margin-left:0;
	margin-right:4px;
	background:#77B800;
}
.nieuwbouw #resultPageHeaderTopBar ul li   /* "Zoekresultaat"  */
{
	display:block;
	line-height:20px;
	padding:0 12px;
	color:#fff;
}
#resultPageHeaderTopBar ul li span   /* "Zoekresultaat"  */
{
	display:block;
    padding-top:0px;
	text-decoration:none;
    color:#001830;
    background:#77B800;
    font-family:"Trebuchet MS";
}
.nieuwbouw #resultPageHeaderTopBar ul li span   /* "Zoekresultaat"  */
{
	color:#fff;
 }
#resultPageHeaderTopBar ul li span a
{
	display:block;
	height:20px;
	line-height:20px;
	padding:0 12px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background:#77B800;
	font-size:13px;
}
#resultPageHeaderTopBar ul li span a:hover
{
   color:#fff;
}
#resultPageHeaderTopBar p   /* paginanummering  */
{
	padding:0;
	margin:0;
	text-align:right;
	position:relative;
	float:right;
	vertical-align:top;
}
#resultPageHeaderTopBar p a,
#resultPageHeaderTopBar p b
{
	padding-left:6px;     /* Ruimte tussen de cijfers  */
}
#resultPageHeaderTopBar p a
{
	color:#021E2F;
}
#resultPageHeaderTopBar p a:hover
{
	color:#77B800;
}
#resultPageHeaderTopBar div   /* Gekleurde balk  */
{
	position:relative;
	height:20px;
	background:#77B800;
	font-size:20px;
	clear:left;
	margin-bottom:6px;
}
#resultPageContent  /* Bevat alle objecten  */
{
	position:relative;
	margin-top:6px;
}
.ResultpageContentObject  /* Bevat 1 object  */
{
  position:relative;
	overflow:hidden;
	height:120px;
}
.ResultpageContentImage   /* Bevat de foto */
{
	position:relative;
	float:left;
	margin-right:12px;
}
.ResultpageContentImage img
{
	border:none;
	display:block;
	padding:5px;
	border:1px solid #77B800;
}
.mainCol .ResultpageContentAdres a  /* Adres en prijs  */
{
	color:#011931;
	font-weight:bold;
	text-decoration:none;
}
.ResultpageContentAdres a:hover
{
	text-decoration:none;
	color:#011931;
	font-weight:bold;
	text-decoration:none;
}
.ListBanners
{
    font-weight:normal;
    font-size:12px;
    color:#19214E;
    font-family:"Trebuchet MS"
}
.ListBanners li.KoopHuurStatus
{
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
}
.ResultpageContentExtraTitle,
.ResultpageContentExtraItem
{
	color:#0b2876;
	width: 400px;
}
.ResultpageContentOppervlakte
{
	position:absolute;
	bottom:5px;
	right:5px;
	color:#0b2876;
}
.ResultpageContentOppervlakte p
{
    margin:0;
    padding:0;
		font-weight:normal;
}
#resultPageHeaderBottomBar   /* Paginanummering onderaan  */
{
	text-align:right;
	margin-top:20px;
	margin-bottom:70px;
}
#resultPageHeaderBottomBar a,
#resultPageHeaderBottomBar b
{
	padding-left:6px;
}
#resultPageHeaderBottomBar a
{
	color:#021E2F;
}
#resultPageHeaderBottomBar a:hover
{
	color:#77B800;
}
#resultPagecontainer hr,
hr.rulerOmschriving
{
	color:#fff;
	background:#fff;
	border-top:solid 1px #77B800;
	height:1px;
	clear:both;
}

/*  ******************************************* **
LAYOUT DETAIL PAGE
**  ******************************************* */

#detailPageContainer
{
	position:relative;
	margin-top:20px;
}
#detailPageHeader
{
	position:relative;
	overflow:hidden;
	height:171px;
}
#detailPageHeaderPhoto  /* Div waarin de foto zit. Width en height zijn hetzelfde als de foto  */
{
	position:relative;
	float:left;
	width:241px;
	height:161px;
	margin-right:16px;
}
#detailPageHeaderPhoto img
{
	display:block;
	padding:4px;
	border:solid 1px #77B800;
}
#detailPageHeaderProperties
{
	float:left;
	width:264px;
	font-weight:bold;
}
#detailPageHeaderProperties h3  /* Adres  */
{
	color:#021B31;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}
p.contentText
{
 margin:0;
 padding:0;
 }
#detailPageHeaderProperties p.contentText,
#detailPageHeaderProperties p.toolTip
{
	margin:0;
}
p.contentText a
{
 line-height:12px;
 }
p.contentText a
{
 color:#021B31;
}
#detailPageHeaderProperties p.contentText a
{
	color:#021E2F;
}
#detailPageHeaderProperties p.contentText a:hover
{
	color:#77B800;
}
#detailPageHeaderProperties ul.ListBanners {
	margin:0;
	}
#detailPageHeaderButtons  /* Bevat de buttons 'Vorige', 'Volgende', 'Print', 'Mail', 'Reageer' en 'Overzicht'  */
{
	float:right;
	width:143px;
	vertical-align:top;
	position:relative;
}
#detailPageHeaderButtons img
{    
 border: none;
 margin-bottom:2px;   
}
#detailPageHeaderButtons img.bladderfunctieprevious {
	position:absolute;
	left:0;
	top:0;
	}
#detailPageHeaderButtons img.bladderfunctienext {
	position:absolute;
	right:0;
	top:0;
	}
#detailPageHeaderButtons img.printfunctie {
	margin-top:22px;
	}
.nieuwbouw #detailPageHeaderButtons img.reageerdirectfunctie {
	margin-top:22px;
	}
#detailPageNavigatie  /*  omvat de tabs en de content  */
{
	position:relative;
	clear:left;
	margin-top:12px;
}

/*  ******************************************* **
STYLE FOR THE TABS
**  ******************************************* */
ul#maintab
{
	position: relative;
	z-index: 2;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#maintab li
{
	display: block;
	float:left;
	margin-right:3px;
	margin-left:0;
}
#maintab li a{
	display:block;
	float:left;
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	background:#77B800;
	text-align: center;
	padding: 0 12px;
	border:solid 1px #77B800;
	border-bottom:none;
	line-height:20px;
}
#maintab li a:hover
{
	color:#fff;
	font-weight: bold;
	background:#021E2F;
	border:solid 1px #021E2F;
	border-bottom:none;
}
#maintab li.selected a
{
	color:#0b2876;
	background:#ffffff;
	border:solid 1px #77B800;
	text-decoration:none;
	border-bottom:none;
}
#maintab li.selected a:hover
{
	border-bottom:none;
}
#ajaxcontentarea
{
	border: 1px solid #77B800;
	padding: 12px 20px 12px 20px; 
	background: #fff;
	position:relative;
	clear:left;
	zoom:1;
	margin-top:-12px;
}
#ajaxcontentarea h3
{
	font-size:12px;
	font-weight:bold;
	clear:left;
}
hr.rulerKenmerken
{
	visibility:hidden;
	display:none;
}

/*
IMAGE DETAILPAGINA
===============================================*/
.iframeFotos
{
	position:relative;
	width:630px;
	height:500px;
	background: #fff;
}
#FrogJSImage {
	display:block;
	margin:0 auto;
	}
#FrogJSCaption
{
	position:relative;
	text-align:center;
	margin:0;
	padding:0;
  color:#000;
	font-size:12px;
}
#FrogJSrightThumb1
{
	top:360px;
	position: absolute;
	right: 0px;
}
#FrogJSleftThumb1
{
	top:360px;
	left:0px;
	position: absolute;
}
#FrogJSrightThumb2
{
	top:0;
	margin-right:80px;
}
#FrogJSleftThumb2
{
	top:0;
	left:0;
}
hr.rulerFotos
{
	visibility:hidden;
	display:none;
}
.iframeMap
{
	width:630px;
	height:580px;
	padding: 0;
	margin:0;
}
.iframeMapResultPage
{
    width:100%;
    height:580px;
	margin-bottom:20px;
}


