#search {
	position: absolute;
	top: 20px;
	right: 4%;
	height: 35px;
	width: 200px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #D4D4D4;
	border-radius: 1px;
	
}

div#search input.textfield {
	padding: 6px 0 6px 10px;
	width: 100%;
	font-size: 90%;
	border:0;
	color: #fff;
	background: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#search input.submit {
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	z-index: 3;
	margin: 5px 0 0 -30px;
	background: url(/_local/images/searchicon.png) no-repeat;
	background-size: contain;
	border: 0;
}



ol.cmsSearchResults {
	
}

li.cmsSearchResult {
}

ol.cmsSearchResults li.cmsSearchResult {
    margin-bottom: 20px;
}

img.cmsSearchIcon {
	vertical-align: text-bottom;
	padding-right: 5px;
	border: 0;
}

span.cmsSearchTitle {
	font-weight: bold;
	color: #777;
}

span.cmsSearchRating {
	font-size: 80%;
}

p.cmsSearchPreview {
	
}

p.cmsSearchLink {
	margin-bottom: 10px;
}

p.cmsSearchPreview em, span.cmsSearchTitle em {
	font-weight: bold;
	background-color: #efefef;
	color: #B01531;
}

#content div.results {
	padding-top: 20px;
}

#content div.results,
#content div.navigation {
	position: relative;
	margin: auto;
	clear: both !important;
    float: none !important;
    width: 96% !important;
}

