/* FONT FACE */
@font-face {
	font-family: 'DINLight';
	src: url('../font_face/din/din-light-webfont.eot');
	src: local('☺'), url('../font_face/din/din-light-webfont.woff') format('woff'), url('../font_face/din/din-light-webfont.ttf') format('truetype'), url('../font_face/din/din-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINRegular';
	src: url('../font_face/din/din-regular-webfont.eot');
	src: local('☺'), url('../font_face/din/din-regular-webfont.woff') format('woff'), url('../font_face/din/din-regular-webfont.ttf') format('truetype'), url('../font_face/din/din-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINBold';
	src: url('../font_face/din/din-bold-webfont.eot');
	src: local('☺'), url('../font_face/din/din-bold-webfont.woff') format('woff'), url('../font_face/din/din-bold-webfont.ttf') format('truetype'), url('../font_face/din/din-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.ac_results {
	padding: 0px;
	border: 1px solid #d4d4d4;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	outline:0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;	
	color:#ffffff;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	color:#ffffff;
}

.ac_results li {
	margin: 0px;
	padding: 6px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family:'DINRegular';
	font-size:16px;
	color:#ff5b00;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eaeaea;
}

.ac_over {
	background-color: #004892;
	color: #FFFFFF;
}
	