/*-------------------- Zoekmachine ----------------------------------------*/
#zoekbox {
position:relative;
display:inline;
float:right;
margin-right:40px;
margin-top:5px;
}
form p {
margin:0;
}

#searchBoxContainer {
background:#fafafa;
border:none;
font-size:12px;
margin-bottom:10px;
margin-top:10px;
padding:5px;
width:680px;
border:1px solid #ddd;
z-index: 1;
height: 50px;
}

#search_box  {
height:20px;
line-height:20px;
display:inline;
background:none;
}


#searchquery {
float:left;
padding: 0;
height:17px;
line-height:17px;
border: 1px #C5C5C5 solid;
width: 145px;
color:#454545;
background: #fff;
}
.button_search {
position:absolute;
border:none;
background:url(../grafix/button_search.jpg) no-repeat;
width:20px;
height:19px;
cursor:pointer;
}

.button_search:hover {
background:url(../grafix/button_search_hover.jpg) no-repeat;
cursor:pointer;
}

input.searchform_knop{
	float: left;
cursor:pointer;
width:88px;
height:20px;
color:#fff;
font-weight:bold;
padding-bottom:3px;
border:none;
background: url(../grafix/submit.jpg) no-repeat;
margin-top: 25px;
margin-bottom: 10px;
margin-right: 10px;
}

.directPrijs {
	margin-top: 25px;
	float: right;
}

.count {
float:left;
margin-right:4px;
padding-left:26px;
background:url(../grafix/bullet_searchresult.gif) no-repeat left;
}
.searchresult {
height:24px;
line-height:24px;
border-bottom:1px solid #EAEAEC;
}