.ac_results {
	padding: 0px;
	margin-left: 0px;
	border: 1px solid #681124;
	border-top: none;
	background-color: #FFF;
	overflow: hidden;
	z-index: 99999;
}

.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;
	/* 
	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: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator_cinza_laranja.gif') right center no-repeat;
}

.ac_odd {
	background-color: #E4B6B7;
}

.ac_over {
	background-color: #681124;
	color: white;
}


/* BUSCAS CINZA */
.ac_cinza_results {
	padding: 0px;
	margin-left: 0px;
	border: 1px solid #E9E9E9;
	border-top: none;
	background-color: #E9E9E9;
	overflow: hidden;
	z-index: 99999;
	font-size: 14px;
}

.ac_cinza_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_cinza_results li {
	margin: 0px;
	padding: 4px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 13px;
	/* 
	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_cinza_loading {
	background: white url('../../imagens/geral/loading_forms.gif') right center no-repeat;
}

.ac_cinza_odd {
	background-color: #C4C4C4;
}

.ac_cinza_over {
	background-color: #214559;
	color: white;
}


.ac_busca_results {
	padding: 0px;
	margin-left: -1px;
	border: 1px solid #E1DDD2;
	border-top: none;
	background-color: #E1DDD2;
	overflow: hidden;
	z-index: 99999;
	font-size: 14px;
}

.ac_busca_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_busca_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: menu;
	font-size: 13px;
	/* 
	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_busca_odd {
	background-color: #F9F9F7;
}

.ac_busca_over {
	background-color: #FDC206;
	color: white;
}