	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		background:url(../design/suggest_bg.gif) left top no-repeat #FFF;
		padding: 0;
		padding:15px;
		padding-top:40px;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #666;
		font-size:11px;
		text-align: left;
	}
	
	.ac_over {
		cursor:pointer;
		background-color:#b1c700;
		color:#FFF;
	}
	.ac_match {
		font-weight:bold;
		color:#b1c700;
	}


	.ac_over .ac_match{
		color:#FFF;
	}
	.ac_results li.ac_over{
		color:#FFF;
	}
