#searchField {
	width: 200px;
}

#results {
	border: 1px solid #A5A5A5;
	border-bottom: 0px;
	font-size: 12px;
	font-family: arial;
	padding: 0px;
	display: none;;
        
        
}

#results div {
    border-bottom: 1px solid #A5A5A5;
    padding: 10px 3px;
}

#results .selected {
	background-color: #A5A5A5;
	color: #fff;
}

#results .unselected {
	background-color: #fff;
	color: #666;
}

#results_main {
	border: 1px solid #A5A5A5;
	border-bottom: 0px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	padding: 0px;
	display: none;
        text-align: left !important;
        background-color: white
}

#results_main div {
    border-bottom: 1px solid #A5A5A5;
    padding: 6px 3px;
	
        cursor:pointer;
}

#results_main .selected {
	background-color: #A5A5A5;
	color: #fff;
}

#results_main .unselected {
	
	color: #A5A5A5;
}
