	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		width: 262px;
	}
	
	.ac_results li {
		padding: 2px 5px;
/*		white-space: nowrap;*/
		color: #101010;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}

.ac_results .by_any_chance {
}

.ac_results .by_any_chance_title, .suggest_category_title {
  font-size: 9px;
  -webkit-text-size-adjust: none;
  color: gray;
  width: 50px;
  white-space: nowrap;
}

.ac_results .by_any_chance_line {
  border-bottom: 1px dashed gray;
}

.ac_results .by_any_chance_double{
  border-bottom: 1px dashed gray;
}

.ac_results .by_any_chance_last{
  border-bottom: 1px dashed gray;
}

.ac_results .by_any_chance_img {
  width: 50px;
}

.ac_results .by_any_chance_price, .suggest_price{
  font-size: 11px;
  color: #5B5B5B;
  -webkit-text-size-adjust: none;
}

.ac_results .by_any_chance_send_detail{
  font-size: 9px;
  -webkit-text-size-adjust: none;
  color: gray;
  text-align: right;
}

.suggest_detail {
  font-size: 9px;
  -webkit-text-size-adjust: none;
  color: gray;
}

.suggest_category_query {
  color: #888;
}

.suggest_category {
  margin-left: 30px;
}

.last_suggest_category_item {
  border-bottom: 1px dashed gray;
}
