/* Autcomplete Ciudad en Motor Home (GALICIA AR/7183)*/
/*Este cliente utiliza los ESTILOS DEFAULT DE ALIANZAS (GRISES).*/

/* "(editable)" indica todas las propiedades necesarias para setear la paleta por cliente*/

.ac_results
{
	padding: 0px;
	/*(editable)*/border: 1px solid #666;
	/*(editable)*/color: #666;
	/*(editable)*/background-color: #FFF;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul
{
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li
{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*(editable)*/color: #666;
	line-height: 16px;
	overflow: hidden;
}

.ac_odd
{
	background-color: #FFF;
}

.ac_over
{
	/*(editable)*/background-color: #CCC;
	color: white;
}

.inputTypeAjax
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 330px;
}