/* Algemeen
-----------------------------------------------------------------------------------------*/
.searchbar, .searchbar #bar_opties, .searchbar .bar_logo {
	background-image: url(/images/zoekbalk.gif);
	height: 104px;
	padding: 0;
}
.searchbar #bar_opties {
	background-position: bottom right;
}
.searchbar .bar_logo {
	background-position: center left;
	padding-top: 20px;
	padding-left: 20px;
	height: 84px;
}
.searchbar .bar_logo img{
	margin-top: -12px;
}
#barinput {
	padding-top: 5px;
}
#alts {
	float: right;
	width: 180px;
}

/* Resultatenlijst
-----------------------------------------------------------------------------------------*/
#resultframe table.huizenlijst {
	width: 760px;
	margin-top: 15px;
	border-collapse: collapse;
}
table.huizenlijst thead tr th {
	background: url(/images/balk-inner.gif) repeat-x;
	line-height: 28px;
	text-align: right;
	padding: 0 7px;
}
table.huizenlijst .bouwjaar {
	width: 80px;
}
table.huizenlijst .woonopp {
	width: 80px;
}
table.huizenlijst .perceelopp {
	width: 80px;
}
table.huizenlijst th.eerste {
	padding-left: 0;
}
table.huizenlijst .prijs {
	width: 100px;
	padding-right: 0;
}
table.huizenlijst td.prijs p {
	margin: 0;
	padding-right: 7px;
}
table.huizenlijst th .rand {
	background: url(/images/balk-rechts.gif) no-repeat top right;
	padding-right: 7px;
}
table.huizenlijst th.eerste .rand {
	background-image: url(/images/balk-links.gif);
	padding-left: 7px;
	background-position: top left;	
}
table.huizenlijst td {
	vertical-align: top;
	text-align: right;
	border-bottom: solid 1px #e5e5e5;
	padding: 7px;
	line-height: 20px;
}
table.huizenlijst td.foto {
	padding: 7px 0 12px 0;
	vertical-align: middle;
	width: 130px;
}
table.huizenlijst td.foto a img {
	border: none;
	font-size: 10px;
}
table.huizenlijst td.locatie {
	text-align: left;
	font-size: 12px;
}
table.huizenlijst td.locatie a.titel {
	font-size: 14px;
}
table.huizenlijst td .omschrijving {
	position: absolute;
	width: 510px;
	z-index: 199;
	color: #4b4b4b;
	line-height: 16px;
	font-size: 11px;
}
table.huizenlijst td .source {
	padding-left: 0;
}
table.huizenlijst td s {
	font-size: 11px;
	color: #CC0000;
}
table.huizenlijst td i {
	font-size: 12px;
	color: #CC0000;
}

/* Google
-----------------------------------------------------------------------------------------*/
#resultframe table.huizenlijst td .ggads {
	width: auto;
	text-align: left;
	font-size: 12px;
	margin: 0;
}
#resultframe table.huizenlijst td .ggads a.title {
	font-size: 16px;
}
#resultframe .filterblok .ggads {
	border: none;
	width: auto;
	font-size: 11px;
	overflow-x: hidden;
}
#resultframe .filterblok .ggads li {
	width: auto;
	padding: 0;
	margin-top: 18px;
}
#resultframe .filterblok .ggads li  a.title {
	font-size: 12px;
}
#resultframe .ggads li p {
	margin: 0;
	padding: 0;
}
#resultframe .ggads li  a.green {
	line-height: 16px;
}


/* Vak
-----------------------------------------------------------------------------------------*/
.vak {
	border: solid 1px #cccccc;
	width: 640px;
	margin: 21px auto 0 auto;
	text-align: left;
	padding: 14px;
	background: #ffffff url(http://images.vinden.nl/topgrad.gif) repeat-x top left;
}
.vak h3 {
	color: #000066;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.vak .kolomlijst {
	width: 100%;
	margin: 0 auto;
}


/* Filters
-----------------------------------------------------------------------------------------*/
.filterblok {
	width: 180px;
	font-size: 11px;
	margin-bottom: 14px;
}
.filterblok .inhoud {
	border-left: solid 1px #dadfe3;
	border-right: solid 1px #dadfe3;
	width: 164px;
	margin: 0;
	padding: 0 7px;
}
.filterblok-blauw .inhoud {
	background-color: #f7f9fd;
}
.filterblok h2 {
	color: #4b4b4b;
	font-weight: bold;
	line-height: 16px;
	font-size: 11px;
	margin: 0;
}
.filterblok h3 {
	font-size: 13px;
	margin: 0 0 14px 0;
	padding: 0;
}
.filterblok .bovenkant, .filterblok .onderkant {
	background: url(/images/filter.gif) no-repeat top left;
	height: 7px;
}
.filterblok-blauw .bovenkant, .filterblok .onderkant {
	background-image: url(/images/filter-blauw.gif);
}
.filterblok .onderkant {
	background-position: bottom left;
}
.actievefilters a {
	display: block;
}
.actievefilters a:hover {
	background: url(/images/verwijder.gif) no-repeat center right;
}
