.ac_results {
	padding: 0;
	border: 1px solid #999999;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
    width: 170px;
}

.ac_results ul {
	float: left;
	list-style: none outside;
	padding: 0;
	margin: 0;
	overflow: hidden;
    width: 170px;
}

.ac_results li {
	margin: 0;
	padding: 0 2px;
	cursor: pointer;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family: Tacoma, Arial, Sans-Serif;
	font-size: 11px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
	white-space: normal;
	^width:auto!important;	
}

.ac_results li.normal {
    padding-left: 15px;
    text-indent: -7px;
    /*height: 10px;*/
    /*^height: 15px;*/
}

.ac_results li.unselectable {
    height: 14px;
    ^height: 15px;
}

.ac_results div#region {
    font-size: 10px;
    color: #999999;
    background-color: #ffffff;
    padding-right: 3px;
    top: -12px;
    ^top: -13px;
    position: relative;
    display: inline;
}

.ac_results li.bottom {
    height: 2px;
    margin-top: 2px;
    margin-left: 2px;
    ^height: 4px;
    ^margin-top: -4px;
    ^margin-bottom: -4px;
    ^margin-right: 11px;
}

.ac_results div#regionDots {
    border-top: 1px dotted #999999;
    margin: 7px 7px 4px;
    ^margin-top: 9px;
    ^margin-right: 9px;
}

.ac_results div#endRegionDots {
    border-top: 1px dotted #999999;
    margin-right: 7px;
    ^margin-right: 10px;
}

.ac_over {
	background-color: #f0f0f0;
}

.watermark {
    color: #AAAAAA !important;
}