#search-text {
	width: 200px;}

#results {
    height: 190px;
    overflow: auto;
	font-size: 12px;
	font-family: arial;
	padding: 0px;
	display: none;
    text-align: left;
    position: absolute;
    top: 124px;
    left: 120px;
    width: 370px;
    cursor: default;
    z-index: 10000;
}

#results div {
    border-bottom: 1px solid #BFBFBF;
    padding: 3px;
    
}

#results .selected, #results .a_complete:hover {
	background-color: #fff;
	color: #666;
	font-weight: bold;
}
#results .a_complete{
    font-style: italic;
}
#results a.a_search{
    background-color: #fff;
    color: #666;
    font-weight: normal;
}

#results .unselected, #results .a_complete {
	background-color: #fff;
	color: #666;
}
 
