.form.zoekform:before {
	content:'';

	height:1px;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	display:block;
	clear:both;
	float:none;
	border:0;
	background: #cfd1d2; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #cfd1d2 25%, #cfd1d2 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(25%,#cfd1d2), color-stop(75%,#cfd1d2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd1d2', endColorstr='#cfd1d2',GradientType=1 ); /* IE6-9 */
}
.form.zoekform {
	padding:15px 0;
	margin:15px 0;
	position: relative;
}
.form.zoekform:after {
	content:'';

	height:1px;
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	display:block;
	clear:both;
	float:none;
	border:0;
	background: #cfd1d2; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #cfd1d2 25%, #cfd1d2 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(25%,#cfd1d2), color-stop(75%,#cfd1d2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd1d2', endColorstr='#cfd1d2',GradientType=1 ); /* IE6-9 */
}
.form.zoekform h4 {
	float:left;
	margin-right:20px;
	font-size:22px;
	padding-top:3px;
}

.form.zoekform input[type="text"], .form.zoekform textarea {
	padding:4px 8px;
}

.searchLayer {
	position: relative;
}
.searchLayer:after {
	content:'';

	height:1px;
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	display:block;
	clear:both;
	float:none;
	border:0;
	background: #cfd1d2; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #cfd1d2 25%, #cfd1d2 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(25%,#cfd1d2), color-stop(75%,#cfd1d2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#cfd1d2 25%,#cfd1d2 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd1d2', endColorstr='#cfd1d2',GradientType=1 ); /* IE6-9 */
}
.searchLayer ul {
	list-style:none;
	margin:0;
	padding:0;
}
.searchLayer ul li {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
}
.searchLayer h2 {
	font-size:26px;
	line-height:26px;
	margin-bottom:5px;
}

.stars {
    background: url("/wingzz/web/templates/admin/img/sprite/stars.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 17px;
    margin: 0 0 0 5px;
    vertical-align: top;
    width: 88px;
}
.stars.star9 {
    background-position: 0 -18px;
}
.stars.star8 {
    background-position: 0 -36px;
}
.stars.star7 {
    background-position: 0 -54px;
}
.stars.star6 {
    background-position: 0 -72px;
}
.stars.star5 {
    background-position: 0 -90px;
}
.stars.star4 {
    background-position: 0 -108px;
}
.stars.star3 {
    background-position: 0 -126px;
}
.stars.star2 {
    background-position: 0 -144px;
}
.stars.star1 {
    background-position: 0 -162px;
}
.stars.star0 {
    background: none repeat scroll 0 0 transparent;
}

#searchblock {
	border: 1px solid #eeeeee;
	z-index: 2000;
	background-color: #fff;
	width:750px;
	max-width:100%;
	height:360px;

	overflow-y:auto;
}
#searchblock h4 {
	color:#131313;
	text-transform: uppercase;
	font-size:100%;
	padding:0;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin:0;
}
#searchblock hr {
	margin:10px 0;
	padding:0;
	border:0;
	border-top:1px solid #EEEEEE;
}
#searchblock ul > li > a {
	color:#5c5c5c;
	position: relative;
	padding-left:12px;
	display:block;
}

#searchblock ul > li > a:before {
	content:'';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width:4px 0 4px 5px;
	border-color: transparent transparent transparent #5c5c5c;
	display:block;
	position: absolute;
	left:0;
	top:4px;
}


#searchblock .inner {
	display:table;
	width:100%;
	height:100%;
}
#searchblock ul.List {
	list-style:none;
	margin:0 0 10px;
	padding:0;
}
#searchblock ul {
	list-style:none;
	margin:0;
	padding:0;
}
#searchblock ul.List ul {
	margin-bottom:10px;
}


#searchblock .inner > * {
	padding-top:15px;
	padding-bottom:15px;
	display:table-cell;
	vertical-align: top;
	float:none;
	overflow:hidden;
	position: relative;
}
#searchblock .suggestions {
	background:url(/web/templates/www/img/shadow-search.png) repeat-y right top #eeeeee;
}


@media(max-width:500px){
	.searchtop, #searchblock {
		display:none!important;
	}
}