/* CSS Document */

table.woningen td{
	padding: 3px 3px 3px 15px;
}

td.titleSelect{
	background-color: #b17f66;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
	td.titleSelectEmpty{
		background-color: none;
	}

tr.rowdarkTop td, tr.rowlightTop td{
	border-top: 1px solid #b17f66;
}
	tr.rowdark, tr.rowdarkBot, tr.rowdarkTop{
		background-color:#e6d3c7;
	}
	tr.rowlight, tr.rowlightBot, tr.rowlightTop{
		background-color: #FFFFFF;
	}

table.woningen td.foto{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #b17f66;
}

table.woningen td.description{
	padding-right: 15px;
	padding-top: 0px;
}

img.pijl{
	padding-left: 10px;
	padding-bottom: 2px;
}

table.woningDetailDescr{
	border: 1px solid #b17f66;
	border-top: 0px;
	background-color: #FFFFFF;
}
	table.woningDetailDescr td{
		padding: 15px;
	}
	
	table.woningDetailForm td {
		padding: 3px;
	}

table.woningDetailMenu{
	height: 85px;
}
	table.woningDetailMenu td{
		height: 15px;
	}
	table.woningDetailMenu td.foto{
		padding: 5px 5px 0px 5px;
		background-color: #FFFFFF;
		width: 120px;
		border: 1px solid #b17f66;
		border-bottom: 0px;
	}
	table.woningDetailMenu td.adres{
		padding-left: 10px;
	}	
	table.woningDetailMenu td.btn_on,
	table.woningDetailMenu td.btn_off{
		cursor: pointer;
		width: 100px;
		text-align: center;
		padding: 0px;
		margin-left: -1px;
		border-top: 1px solid #b17f66;
		border-right: 1px solid #FFFFFF;
	}
		table.woningDetailMenu td.btn_on{
			background-color: #FFFFFF;
			color: #b17f66;
			font-weight: bold;
		border-right: 1px solid #b17f66;
		}
		table.woningDetailMenu td.btn_off{
			background-color: #b17f66;
			color: #FFFFFF;
		}
		table.woningDetailMenu td.btn_extra{
			border-bottom: 1px solid #b17f66;
		}

	table.kenmerken th,
	table.kenmerken td{
		text-align: left;
		padding: 3px;
	}
	
	div#fotoDiv{
		float: left;
		height: 75px;
	}
		div#fotoDiv img{
			margin-right: 10px;
			margin-bottom: 7px;			
			border: 0px;
		}
		div#fotoDiv a{
			border: 0px;
		}		
		

	
td.description {
}

.info_item2 {
	padding: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px #000000 solid;
}

.rowlightBot, .rowlightBot td {
	padding: 0px;
}

.rowdarkBot, .rowdarBot td {
	padding: 0px;
}
