.searchLayer .Buttons .more {
	font-size:15px;
}
.searchLayer h2 {
	font-size:20px;
}

.searchLayer h2 a {
	text-decoration: none;
}


ul.searchTab {
    margin: 0 0 20px 0;
    padding: 0.2em 0.2em 0;
    background: url("/wingzz/library/jquery/ui/1.8.18/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
    display:block;
    min-height:43px;
}
ul.searchTab li {
	font-family: 'montserratregular','montserratbold',arial,helvetica,sans-serif;
	font-size:13px;
    cursor:pointer;
    border-bottom: 0 none !important;
    float: left;
    list-style: none outside none;
    margin: 0 0.2em 1px 0;
    position: relative;
    top: 1px;
    white-space: nowrap;

    background: url("/wingzz/library/jquery/ui/1.8.18/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
    padding: 9px 1em;
}
ul.searchTab li.active {
    background: url("/wingzz/library/jquery/ui/1.8.18/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #212121;
    font-weight: normal;
}
ul.searchtab li a{
    color:#555;
}


.searchLayer > ul {
	margin:0;
	padding:0;
	list-style:none;
}
.searchLayer > ul > li {
	margin:0 0 10px 0;
	padding:0 0 10px;
	list-style:none;
	position: relative;
	border-bottom:1px solid #CFD1D2;
	overflow:hidden;
	display:block;
	clear:both;
	position: relative;
}

.searchLayer > ul > li .Buttons {
	float:right;
	display:block;
	overflow:hidden;
	position: absolute;
	right:0;
	bottom:15px;
}

.SearchOverview .form.zoekform {
	margin-top:20px;
	clear:both;
	float:none;
	margin-bottom:15px;
	padding:15px 0;
	border-top:1px solid #CFD1D2;
	border-bottom:1px solid #CFD1D2;
}

.SearchOverview .form.zoekform h4 {
	float:left;
	margin-right:10px;
	padding-top:8px;
}

.form.zoekform {
	padding:15px 0;
	margin:15px 0;
	display:block;
	clear:both;
	float:none;
	border-top:1px solid #CFD1D2;
	border-bottom:1px solid #CFD1D2;
}
.form.zoekform h4 {
	float:left;
	margin-right:15px;
	margin-top:4px;
}
.form.zoekform input[type="text"] {
	padding:3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form.zoekform input[type="submit"] {
	border:0;
	background:#303030;
	padding:4px 6px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:#fff;
}

.searchLayer figure {
	float:left;
	width:200px;
	margin-right:15px;
}


.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;
}