#searchField {
	width: 200px;}

#results {
	position: absolute;
	float: left;
	margin-left:0px;
	margin-top:2px;
	width:100%;
	/*min-width:194px;
	max-width:194px;*/
	max-height:300px;
	background-color: #ffffff;
	border: 0px solid #000000;
	padding: 1px;
	overflow-y:auto;
	display: block;
	z-index:1000;
    font-family: 'Nexa Light', Helvetica, Arial, Sans-Serif;
	-moz-font-feature-settings:'aalt=0,calt=0,case=0,dnom=0,frac=0,locl=0,numr=0,ordn=0,pnum=0,salt=0,sinf=0,ss01=0,ss02=0,ss03=0,sups=0,tnum=0'; 
    font-weight: bold;
    font-size:12px;
}

#results div {
	position: relative;
	float: left;
	width:90%;
	/*min-width:170px;
	max-width:170px;*/
    overflow:hidden;
    border-bottom: 0px solid #ffffff;
    padding: 5px;
}

#results .selected {
	line-height: 12px;
	cursor: pointer;
	background-color: #fff;
	color: #000000;
}

#results .selected:hover {
	line-height: 12px;
	cursor: pointer;
	background-color: #000000;
	color: #ffffff;
}
