﻿@charset "utf-8";
.suggest-box { position:relative; }
.suggest-results { 
	text-align:left; min-width:132px; z-index: 10000; line-height:20px; 
	background:#fff; border:1px solid #7f9db9; position: absolute; 
	overflow-x:hidden; overflow-y:auto; max-height: 300px; display: none;
}
.gray{color:gray;}
.suggest-results ul { margin:0; padding:0; list-style:none; }
.suggest-results li a{white-space: nowrap;text-decoration:none;display:block;color:#05a;padding:1px 3px;}
.suggest-results li { border:1px solid #fff; padding:3px 0; }
.ac_over,.suggest-results li a:hover {background:#c8e3fc;}
.suggest-results li a span{float:right;font-size:8px;}
.ac_result_tip {border-bottom:1px dashed #666;padding:3px;}
.ac_result_tip .loading {
	display:block; float:left;
	padding: 3px; width:16px; height:16px; line-height:16px;
	background: url(../../images/loading_s.gif) no-repeat center center;
}
#air .suggest-results li, #train .suggest-results li, #bus .suggest-results li {margin-bottom:0;}
