/* woningaanbod module layout */
/* .woningaanbod-component {
	position: relative;
	width: 675px;
	min-height: 500px;
}
	.woningaanbod-component .content-right {
		position: absolute;
		top: 30px;
		right: 0;
		width: 219px;
	}
	.woningaanbod-component .content-left {
		width: 425px;
	}

	 */
/* Filters */
/* .generic_filterList {
	color: #024082;
	font-size: 0.7em;
}
	.generic_filterList h4 {
		font-size: 1.2em;
		font-weight: bold;
		color: #024082;
		margin-bottom: 15px;
	}
	.generic_filterList .filter {
		border-left: 1px solid #ccd9e6;
		margin-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.generic_filterList .generic_label {
		display: block;
		margin-bottom: 6px;
	}
	.generic_filterList .generic_checkBoxGroup .generic_label {
		display: inline;
		color: #000000;
		margin-left: 6px;
	}
	 */
/* list */
.generic_aanbodListItem br {
	line-height: 0px;
}
.generic_aanbodListItem .generic_aanbodListItemContent {
	float: left;
	width: 395px;
	position: relative;
}
.generic_Afbeeldingen {
	border:1px solid #A2A2A4;
	height:59px;
	margin-left:10px;
	margin-top:10px;
	width:78px;
	float:left;
	/* position: relative; in IE9 verspringt hierdoor het listitem ?!?*/
}

.generic_aanbodListItem {
	background-color: #f7fbef;
	width: 542px;
	/*height: 90px;*/
	min-height: 90px;
	clear:both;
	margin:0 0 6px 0;
	overflow:hidden;
	padding:0;
	position:relative;
}

.listSenior {
	display:block; 
	position:absolute;
	margin:57px 0px 0px 7px;
	background:#C71818;
	color:#fff;
	text-align:center; 
	padding:3px;
	z-index:2500;
	font-size:10px;
	font-weight:bold;
	left: 10px;
	top: 0;
	}
	
/* Verberg de tekst die zegt dat er op de woning is gereageerd */
.generic_aanbodListItem .reactie_comment{
	width:145px;
	display:none;
}

/* Toon de tekst die zegt dat er is gereageerd op de woning */
.generic_aanbodListItem.disabled .reactie_comment{
	display: block;
}

/* Google Chrome geeft deze div een standaard hoogte, waardoor er teveel ruimte komt tussen de regels van de content */
.generic_aanbodListItem .generic_aanbodListItemContent .generic_html{
	
}
/* 	.generic_aanbodListItem.over {

}*/
.generic_aanbodListItem .generic_td .generic_th {
	color:#83C617;
	cursor:pointer;
	font-family:Verdana;
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0;
	position:relative;
	text-decoration:underline;
} 
.generic_aanbodListItem .generic_td .generic_td {
	font-size: 0.75em;
	padding-left: 10px;
} 
.generic_aanbodListItem.disabled {
	background:#E6F4D1;
} 

.generic_spList.cached .generic_spButton.aanbodListItemReageren{
	display:none;
	}
.generic_spList.cached.logged_in .generic_spButton.aanbodListItemReageren{
	display:block;
	}
.generic_spList.cached.logged_in .generic_aanbodListItem.disabled .generic_spButton.aanbodListItemReageren{
	display:none;
	}

.generic_div .textHolder {
	color:#A2A4A3;
	float:left;
	font-weight:normal;
	margin-right:10px;
	padding-left:5px;
	position:relative;
	width:290px;
}

.textHolder h1 {
	color:#83C617;
	cursor:pointer;
	font-family:Verdana;
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0;
	position:relative;
	text-decoration:underline;
}

.textHolder br {
	display: block;
}

.textHolder table {
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

.textHolder tr {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

.textHolder td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

/*
.generic_aanbodListItem .generic_Bedrag, 
.generic_aanbodListItem .Bedrag {
	font-weight: bold;
}*/
.generic_aanbodListItem .generic_aanbodListItemControls {
	margin-top:20px;
	float:left;
	padding-top:7px;
	/*position:relative; */
	width:100px;
} 
.generic_aanbodListItem .generic_aanbodListItemControls a {
	color: #84C718;
	text-decoration: underline;
}
.generic_aanbodListItem .generic_aanbodListItemControls a:hover {
	text-decoration: none;
}
.generic_aanbodListItem .generic_aanbodListItemControls a:visited {
	color: #84C718;
}
.generic_aanbodListItem .generic_spButton {
	display:block;
	line-height:normal;
	margin-top:2px;
	text-align:center;
	width:73px;
}
.reageer_button{
	width:73px;
}
	
.generic_spButton{
	background-color:#E6F4D1;
	border:1px solid #83C616;
	color:#83C617;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom:6px;
	width:125px;
}

/* detailweergave */
.generic_spTabbox{
	clear: both;
}

.generic_spTab {
	position: relative;
	top: -1px;
	display: none;
	border: 1px solid #83c616;
	background-color: #ffffff;
	padding: 5px;
}

.generic_spTabHeader{
	background-color:#F6FAEC;
	border:1px solid #83C616;
	color:#83C616;
	cursor:pointer;
	float:left;
	font-weight:bold;
	margin-left:-1px;
	padding:5px;
	position:relative;
	z-index:10;
}
	.generic_spTabHeader0{
		margin-left:0;
	}
	.generic_spTabHeaderSelected{
		border-bottom: 1px solid white;
		background-color: white;
		color:#939393;
	}

.generic_googleMap {
	width:500px;
	height:500px;
}

.generic_div.tabLink {
	cursor: pointer;
}

.overzichtTable tr th, .overzichtTableHOM tr th, #details tr th {
	color:#83C617;
	width:200px;
}

.overzichtTable tr td, #details tr td {
	color:#A2A4A3;
	font-weight:normal;
	width:200px;
}

.overzichtTableHOM tr td {
color:#A2A4A3;
font-weight:normal;
}

.overzichtTable tr td a, .overzichtTableHOM tr td a, #details tr td a {
	border-bottom:1px solid #83C617;
	color:#83C617;
	font-weight:bold;
	}

.overzichtTable img {
	border:1px solid #A2A4A3;
	margin-bottom:10px;
}

.generic_html br {
		display: block;
	}

.generic_detailHeader h1 {
	color:#4AAE21; 
	font-size:14px;
	padding:0;
}

.generic_preloader {
	background:url(/custom-files/css/img/loading.gif) no-repeat center;
	margin:20px;
	height:100px;
	}

/*
}
.woningaanbodDetailHeader {
	border-left: 1px solid #ccd9e6;
	padding-left: 20px;
}
.woningaanbodDetailHeader button{
	margin: 20px 0;
	font-size: 0.8em;
	border: none;
	background-color: #ffffff;
	color: #024082;
	text-decoration: underline;
	cursor: pointer;
}
.woningaanbodDetailHeader h1{
	font-family: "Verdana",Sans-serif;
	font-size: 1.0em;
	
}

.woningaanbodDetailHeader button:hover{
	text-decoration: none;
}
.generic_detailHeaderContainer .generic_spTabbox{
	font-size: 0.75em;
	border-left: 1px solid #ccd9e6;
	padding-left: 20px;
}
.generic_detailHeaderContainer .generic_spTabbox img{
	background-color:#F1F4F7;
	border: 1px solid #024082;
	margin:10px 0 10px 0;
} */


/* Google maps */
/* .generic_googleMap{
	width: 414px;
	height: 414px;
	margin-top:2px;
} */

/* Common */
/* .generic_Straatnaam, 
.generic_Huisnr, 
.generic_Huisnr_tvg {
	margin-right: 6px;
} */


/* Huur op maat: */
div.prijsknaller {
	background-image: url(/custom-files/img/hom-ster.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 53px;
	width: 100px;	
	text-align: center;
	position: absolute;
	left: 192px;
}

span.van-voor {
	text-decoration: line-through;
}

/* foto's */

.generic_detailHeaderContainer .thumbs {
	position: relative;
	overflow: hidden;
	height: 72px
}
.generic_detailHeaderContainer .thumbs .keurslijf {
	float: left;
	overflow: hidden;
	margin: 10px 10px 0 0;
	height: 52px;
	width: 70px;
	text-align: center;
	border: 1px solid #024082;
}
.generic_detailHeaderContainer .thumbs .keurslijf img {
	cursor: pointer;
	border: none;
	margin: 0;
}

/* basket */
.generic_basket {

}

.generic_basketListItem {
	background-color:#F7FBEF;
	height:74px;
	margin-bottom:1px;
	overflow:hidden;
	padding-top:5px;
	position:relative;
}

.generic_basketListItem .tekst {
	left:95px;
	position:absolute;
	top:14px;
	width:118px;
	border:0 none;
	color:#A2A4A3;
}

.generic_basketListItem .tekst h1 {
	border:0 none;
	color:#83C617;
	font-size:1em;
	margin:0;
	padding:0;
}

.generic_basket .generic_Afbeelding {
	background:transparent url(/images/noimage-tumb.jpg) no-repeat scroll left center;
	border:1px solid #A2A2A4;
	height:43px;
	left:25px;
	position:absolute;
	top:15px;
	width:62px;
	float:none;
}

.generic_basketListItemControls {
	left:0;
	width:20px;
}

.generic_basketItemDelete {
	background:transparent url(/images/icon-close.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:16px;
	position:absolute;
	right:2px;
	top:2px;
	width:16px;
}

.generic_basketItemUp.disabled {
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:default;
	}

.generic_basketItemUp {
	background:transparent url(/images/basket-item-up.gif) no-repeat scroll left center;
	cursor:pointer;
	height:35px;
	width:20px;
}

.generic_basketItemDown {
	background:transparent url(/images/basket-item-down.gif) no-repeat scroll left center;
	cursor:pointer;
	height:35px;
	width:20px;
	overflow:visible;
}

.generic_basketItemDown.disabled {
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:default;
	}


.woonzorg{
	width: 32px;
	height: 54px;
	position: absolute;
	top: 10px;
	left: 240px;
}


/* koop woningen */
.afbeelding-koopwoning {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 4px;
				
}

.werkwijze {
	float: right;
	text-align: right;
	width: 280px;
	padding: 20px;
}


