/* @override http://streetsandpeople.com.test/App_Themes/Default/jquery.autocomplete.css */

.ac_results {
	padding: 0px;
	border: 1px  solid #ccc;
	border-top: none;
	border-bottom: none;
	color: #666;
	background: #fff url(images/backAutoComplete.png) repeat-x left top;
	overflow: hidden;
	z-index: 99999;
	text-transform:uppercase;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
	}

.ac_results.searchBox {
		width: 135px !important;
		margin: 0 0 0 10px;
		}

.ac_results.searchBoxTag {
		width: 132px !important;
		margin: 0 0 0 3px;
		}


.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: pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;*/
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 22px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.ac_results li {
	}

.ac_results li strong {
	color: #000;
	font-weight: normal;
	}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
	/*border-top: 1px solid #c1c1c1;*/
}

.ac_over {
	/*background-color: #ccc;*/
	font-family: CartoGothicStdBold, Corbel, Myriad Pro, Tahoma , Arial, Helvetica;
	color: #000;
}

