#ysearchmod {
	position:relative;
	padding:1em;
}

#ysearchautocomplete0, #ysearchautocomplete1 {
	position:relative;
	/*margin-bottom:1.5em;*/
	/*margin-bottom:2.2em;*/
	width:40%;
}


#kwAutoC {
	position:relative;
	/*margin-bottom:1.5em;*/
	/*margin-bottom:2.2em;*/
	width:40%;
}

#lcAutoC {
	position:relative;
	/*margin-bottom:1.5em;*/
	/*margin-bottom:2.2em;*/
	width:40%;
}


/* set width of widget here*/
#ysearchautocomplete0 {
	z-index:9001;
} 

/* for IE z-index of absolute divs inside relative divs issue */
#ysearchautocomplete1 {
	z-index:9000;
} 

/* for IE z-index of absolute divs inside relative divs issue */
#ysearchinput0, #ysearchinput1, #keywordsinput, #locationinput {
	_position:absolute;
	width:100%;
	height:1.3em;
} 

/* abs for ie quirks */
#ysearchcontainer0, #ysearchcontainer1, #kwSuggestions, #lcSuggestions {
	position:absolute;
	top:1.7em;
	width:100%;
}

#ysearchcontainer0 .yui-ac-content, #ysearchcontainer1 .yui-ac-content, #kwSuggestions .yui-ac-content, #lcSuggestions .yui-ac-content {
	position:absolute;
	width:100%;
	border:1px solid #404040;
	background:#fff;
	overflow:hidden;
	z-index:9050;
}

#ysearchcontainer0 .ysearchquery, #ysearchcontainer1 .ysearchquery {
	position:absolute;
	right:10px;
	color:#808080;
	z-index:10;
}

#ysearchcontainer0 .yui-ac-shadow, #ysearchcontainer1 .yui-ac-shadow, #kwSuggestions .yui-ac-shadow, #lcSuggestions .yui-ac-shadow {
	position:absolute;
	margin:.3em;
	width:100%;
	background:#a0a0a0;
	z-index:9049;
}

#ysearchcontainer0 ul, #ysearchcontainer1 ul, #kwSuggestions ul, #lcSuggestions ul {
	padding:5px 0;
	width:100%;
}

#ysearchcontainer0 li, #ysearchcontainer1 li, #kwSuggestions li, #lcSuggestions li  {
	padding:0 5px;
	cursor:default;
	white-space:nowrap;
	font-size: 14px;
}

#ysearchcontainer0 li.yui-ac-highlight {
	background:#ff0;
}

#ysearchcontainer1 li.yui-ac-highlight {
	background:#0ff;
}

#kwSuggestions li.yui-ac-highlight, #lcSuggestions li.yui-ac-highlight {
	background:#2E8BB5;
	color: #fff;
}

#kwSuggestions li.yui-ac-prehighlight, #lcSuggestions li.yui-ac-prehighlight {
	background:#E4EEF6;
}

.sample-result {
	
}

.sample-quantity {
	color: green;
	font-size: 11px;
	float:right;
	margin-top: 3px;
}

.sample-query {
	font-weight:bold;
}

#kwSuggestions li.yui-ac-highlight .sample-quantity, #lcSuggestions li.yui-ac-highlight .sample-quantity {
	color: #fff;
}
