.zoekbox {
	padding: 5px;
}

.zoekbox input {
	margin: 5px auto 0px;
}

table#resultstable td div{
	
}

.results {
	padding: 0px;
	max-width: 150px;
	margin:auto;
	overflow:hidden;
}

.results .city, .results .branch {
	cursor: pointer;
	padding: 2px;
	margin: 5px 2px;	
	border: 1px #f8b200 solid;
	width: auto;overflow:hidden;
}

.results .city.over, .results .branch.over {	
	background-color: rgb(255,240,200);
}

.noresults {
	padding: 10px;
}

/* CITY */
.results .city .postcode {
	margin-right: 5px;
}

.results .branch li, .results .city li {
	list-style: outside none;
	list-style-type: none;
	padding: 2px;
	line-height: 0.9em;
	width: 100px;
	overflow:hidden;
}

.results .branch span {
	margin-right: 5px;
}

.results .city li.button, .results .branch li.button {
	
	top: 3px;
	
	text-align: left;
	padding-left: 5px;
	list-style:url("../assets/pijltje.gif");
	list-style-position:inside;
	overflow:visible;
	position:relative;
}

.results .city li.button span, 
.results .branch li.button span{
	position:relative;
	left: -5px;
	top: -4px;	
}

.results .button .over {
	text-decoration: underline;
	
}
