/* Layout */
#xhrResultWrapper {
	position: absolute;
	left: -25px;
	top: 25px;
	width: 311px;
	z-index: 1000;
	outline: none !important;
}
#xhrResultsHead {
	height: 22px;
	background: url(/images_system/suggestSearchTop.png);
}
.dj_ie #xhrResultsHead {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images_system/suggestSearchTop.png, sizingMethod=crop);
}
#xhrResultsBody {
	background: url(/images_system/suggestSearchBody.png);
	padding: 0 25px;
}
.dj_ie #xhrResultsBody {
	background: transparent;
	width: 261px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images_system/suggestSearchBody.png, sizingMethod=scale);
}
#xhrResultsFoot {
	height: 41px;
	background: url(/images_system/suggestSearchBottom.png);
}
.dj_ie #xhrResultsFoot {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images_system/suggestSearchBottom.png, sizingMethod=crop);
}
#xhrResultsMoreLink {
	position: relative;
	top: 10px;
	left: 8px;
}

/* items */
.xhrHit {
	padding: 8px 20px 8px 30px;
	background: url(/images_system/suggestSearchArticleIcon.gif) no-repeat 8px 8px;
	display: block;
	text-decoration: none;
}
.dj_ie .xhrHit {
	position: relative;
	line-height: 1.3em;
}
.xhrObjectHit {
	background: url(/images_system/suggestSearchObjectIcon.gif) no-repeat 8px 8px;
}
.xhrHit:hover {
	background-color: #ded4c1;
}
.xhrNoResults {
	padding: 8px 0 0 16px;
}

/* Typo */
#xhrResults h5 {
	color: #d88400;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 8px;
}
h5#xhrObjectHeadline {
	padding-top: 5px;
	border-top: solid 1px #ded4c1;
}
.xhrHit {
	color: #746b5f;
	font-size: 11px;
}
#xhrResults h6 {
	color: #746b5f;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#xhrResultsMoreLink a {
	color: #d88400;
}
