﻿.ac_results {
	padding: 0px;
	border: solid 1px #999;
	background-color: white;
	overflow: hidden;
	z-index: 9999999999999;
    -webkit-box-shadow: 0px 3px 6px #AAA;
    -moz-box-shadow: 0px 3px 6px #AAA;
    box-shadow: 0px 3px 6px #AAA;
}

.ac_results ul {
	width: 100%;
	/*list-style-position: outside;*/
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block; 
	font: Arial,宋体,Serif, Sans-serif, cursive, fantasy, Monospace;
	font-size: 14px; 
	overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #444;
    border-bottom: solid 1px #E9E9E9;
}
.ac_results li strong{
	color:#ff8800;
}

.ac_results li a {
    display:block;
    color:#444;
    font-size:14px;
    text-decoration:none;
    word-break:keep-all;
    text-wrap:normal;
    width:100%;
    height:30px;
    line-height:30px;
    margin:0px;
    padding:0px;
    text-align:left;
}
.ac_results li a:hover {
    background-color:#F4F4F4;
}
.ac_results li a span {
    display:block;
    float:left;
    width:70%;
    white-space:nowrap;
    word-break:keep-all;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left:5px;
}
.ac_results li a b {
    display:block;
    float:right;
    width:22%;
    white-space:nowrap;
    word-break:keep-all;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:right;
    padding-right:5px;
    color:#AAA;
    font-size:12px;
    font-weight:normal;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #F4F4F4;
}
