/*
	@	Zoeken
	#	- Zoeken naar lelies-vlak
	#	- Lelie-database
*/

a.clearfilters {
	
	float: right;
	margin: 10px 10px 0 0;
	text-decoration: none;
	
}

#zoekenbg {
	
	position: absolute;
	top: -20px;
	right: 0;
	_right: -1px;
	z-index: 13;
	
	width: 175px;
	height: 104px;
	padding: 0 10px;
	overflow: hidden;
	
}

#zoeken {
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 13;
	width: 218px;
	height: 85px;
	padding: 0 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../../img/search/bg-search.png);
}

/*.fly { width: 175px !important; height: 104px !important; overflow: hidden !important; }*/

/* Search field */

#zoeken #naam {
	height:30px;
	/*line-height:30px;*/
	vertical-align: center;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
  -webkit-box-shadow:inset -1px 1px 2px #808080;
     -moz-box-shadow:inset -1px 1px 2px #808080;
          box-shadow:inset -1px 1px 2px #808080;
   margin:8px auto 0 auto;
   display:block;
   padding:0 5px;
}

#zoeken h3 {
	margin:0;
	margin-top:8px;
	text-align:center;
}

#zoeken a.zoeksubmit,
#zoeken h3 {
	
	font: bold italic 16px Calibri, Tahoma, Geneva, sans-serif; 
	color: #fff; 
	text-transform: lowercase; 

}

#zoeken a.zoeksubmit { text-decoration: none; float: right; text-align: right; margin: 10px 0 0 0; }
#zoeken a.zoeksubmit:hover { color: #000042; }

/*#zoeken input.zoek-soort { font-size: 10px; }*/

#zoeken div.item {
/*	width: 330px; height: 21px; margin: 0 0 3px 0; clear: both;
*/}

#zoeken div.item select,
/*#zoeken div.item input { float: right; }*/

#zoeken div.item label { display: block; width: 157px; float: left; text-transform: lowercase; margin-top: 4px; *margin-top: 6px; }

#zoeken div.item select { width: 173px; }
#zoeken div.item input { width: 167px; }

#zoeken div.zoekveld {
}

#zoeken div.item div.itemsmal { width: 70px; float: left; }
#zoeken div.item div.itemsmal-r { margin: 0 0 0 10px; float: right;}
#zoeken div.item div.itemsmal select { width: 70px; }


#zoeken div.item div.jqTransformInputWrapper,
#zoeken div.item div.jqTransformSelectWrapper { float: right !important; }
/*
#zoeken ul#kleurenkiezer {
	
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	right: 25px;
	
	width: 295px;
	height: 56px;
	background: url(../../img/assortiment/kleurenkiezer.jpg) no-repeat bottom;
	
	margin: 0;
	padding: 0;
	list-style: none;
	
}

ul#kleurenkiezer li { 
	
	width: 45px; 
	height: 56px; 
	float: left; 
	display: inline;
	margin: 0 1px 0 0;
	cursor: pointer;
	
}

ul#kleurenkiezer li span { display: none; }
ul#kleurenkiezer li.first { margin-left: 10px; }

ul#kleurenkiezer li.active_prim { background: url(../../img/kleur_active.png) no-repeat 20px 0px; } 
ul#kleurenkiezer li.active_sec { background: url(../../img/kleur_active2.png) no-repeat 20px 0px; } 
*/
#uitgebreid-zoeken {
	
	position: absolute;
	top: 70px;
	right: 0;
	
	width: 320px;
	height: 221px;
	padding: 0 30px;
	
}
/*
#uitgebreid-zoeken div.item { overflow: hidden; margin: 0 0 2px 0; }
#uitgebreid-zoeken div.item label {
	
	display: block;
	width: 100px;
	line-height: 23px;
	float: left;
	text-transform: lowercase;
	
}

#uitgebreid-zoeken div.item select {
	
	display: block;
	width: 150px;
	float: right;
	margin: 1px 0 0 0;
	
}*/