
.ac_results {
	border: 1px solid #ddd;
	border-top: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width: 300px;
}

* html .ac_results{ /* IE6 */
	margin-left: -2px;
}

.ac_results li {
	padding: 5px 10px;
	border-top: 1px solid #ddd;
	color: #222;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #f8d8d8;
}

.ac_match {
	font-weight: bold;
}


.ac_results li dl dt {
	float: left;
	width: 190px;
}

.ac_results li dl dd {
	float: right;
	width: 80px;
	text-align: right;
}


/* ---- sideSearch ---- */

.ac_results_side{
	width:200px;
}
* html .ac_results_side{ /* IE6 */
	width:196px;
}

.ac_results_side li dl dt{
	width: 120px;
}
*html .ac_results_side li dl dt{
	width: 114px;
}
.ac_results_side li dl dd{
	width: 60px;
}
