/*------------------------
	Interart.nl
	Labelled by Kicknow
	www.kicknow.com
-------------------------*/

/* zoeken */
#search_cont {
	width: auto;
	height: 30px;	
	position: absolute;
	right: 5px;
	top: 0px;	
	overflow: hidden;
	padding: 7px;
}

/* Search */

#ajaxSearch_form {
	float: left;
	width: 125px;
}

#ajaxSearch_input {
	width: 150px;
	height: 20px;
	font-size: 8pt;
	padding: 3px;
	color: #333;
	border: 1px solid #999;
	background: #fff;
}

#ajaxSearch_submit_pos {
	position: relative;
	float: left;
	background: none;
	border: none;
}

.ajaxSearch_result {
	padding: 8px 0px 8px 0px;
}


img#indicator {
	margin-top: 1px;
}

img#searchClose {
	display: hidden;
}