#clusters_top.telclustertop{
	background: url(http://images.zoeken.nl/v2/cluster_top_bg.png) 0 -25px no-repeat;
	height: 7px;
}
#clusters_inner{
	padding: 5px 0 5px 10px;
}
#clusters h2{
	color: black;
	margin: 10px 0 10px 10px
}
#clusters h3{
	color: #003b66;
	margin: 0 0 2px 0;
	font-size: 12px;
}
#clusters a{
	text-decoration: underline;
}

.telgidslogo {
	margin: 0 0 15px 0px;
	border: 0;
	display: block;
}
.vbwie{
	color: #666666;
	font-size: 8pt;
	text-align:left;

}



#results {
	width: 760px;
	margin: 0 auto 5px auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
#results td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	line-height: 18px;
}
#results thead tr td {
	border-bottom: solid 1px #cccccc;
}
#results tbody tr td.naam {
	width: 260px;
}
#results tbody tr.hover {
	background-color: #f7f7f7;
}
#results tbody td.adres {
	width: 210px;
}
#results tbody td.adres a {
	font-size: 11px;
}
#results tbody td.communicatie {
	width: 230px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
#results tbody td.communicatie label {
	width: 36px;
	display: block;
	float: left;
	padding-right: 0px;
}

#results tbody td.communicatie a.sms {
	margin-left: 10px;
	font-size: 11px;
}
.poweredtelgids{
	float:right; 
	font-size:8pt; 
	color:#a57c51
}


/*
Autosuggest
----------------------------------------*/
.suggestion_list {
	background: white;
	border: 1px solid #d9d9d9;
	padding: 2px;
}
.suggestion_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
}
.suggestion_list li {
	line-height: 14px;
}
.suggestion_list a {
	text-decoration: none;
}
.suggestion_list .selected {
	background: #eeeeee;
	color: #000000;
}
.suggestion_list .selected a {
	color: #000000;
}
#autosuggest {
	display: none;
	width: 184px;
	height: 200px;
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
