#suggest,#suggest2 {
	width:250px;
}

.gray {
	color: red;
}

.ac_results {
	background: #fff;
	border: 1px solid #7F9DB9;
	position: ;
	z-index:1000;
	display: none;
}

.ac_results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ac_results li a {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	color: #05a;
	padding: 1px 3px;
}

.ac_results li {
	border: 1px solid #fff;
	line-height:1.5em;
}

.ac_over,.ac_results li a:hover {
	background:#E7F1FD;
	border-top:1px solid #7F9DB9;
	border-bottom:1px solid #7F9DB9;
	line-height:1.5em;
	color:#0055AA;
}

.ac_results li a span {
	float: right;
}

.ac_result_tip {
	border-bottom: 1px dashed #666;
	padding: 3px;
}
dl dt.tour{padding:0;}	
.tour a{display:block; float:left; padding:0 15px; text-decoration: none; }
.tour a:hover , .tour a.index{color:#FFF; background:#61789E}

.easy_tool {
	padding-left:10px;
	height:40px;
	line-height:40px;
	color:#0f60c9;
}
.easy_tool a:link , .easy_tool a:hover , .easy_tool a:visited {
	color:#0f60c9;
	text-decoration:none;
}

