/**
*  jquery.ddcombo.css
*
*  Código elaborado por LACOMBA Produccions
*/

.clear {
	clear:both;
}

/* Selects originales/ocultos */
select#combo_aptdep, select#combo_aptarr, 
select#combo_aptdeph, select#combo_aptarrh {
	visibility:hidden;
	height:0px;
	padding:0px;
	margin:0px;
	width:0px;
}

/* Localizador aeropuerto */
span#cod_or, span#cod_des {
	width: 30px;
	float: left;
	background: transparent;
	border: 0px solid #FFFFFF;
	margin-left: 10px;
	font-weight:bolder;
	line-height: 25px;
	font-size: 12px;
}
/* Contenedores Select */
#box1, #box2 {
	/*width: 200px;*/
	float: left;
}

/* Etiquetas */
#origen_div span.label {
	width: 30px;
	line-height: 25px;
	float:left;
}

/* Caja desplegable */
.ddcombo_results, .ddcombo2_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ddcombo_results ul, .ddcombo2_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ddcombo_results li, .ddcombo2_results li {
	margin: 0px;
	padding: 2px 10px;
	cursor: default;
	display: block;
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* importante FF */
	line-height: 16px;
	overflow: hidden;
}

/* Headers de listado (continentes) */
.ddcombo_results li.title-header, .ddcombo2_results li.title-header {
	background: #666666;
	color:#FFFFFF;
	padding: 2px 5px;
}

/* cargador */
.ddcombo_loading, .ddcombo2_loading {
	background: white url('indicator.gif') right center no-repeat;
}

/* Relleno de lista */
.ddcombo_odd, .ddcombo2_odd {
	background-color: #eee;
}

/* hover lista */
.ddcombo_over, .ddcombo2_over {
	background-color: #0A246A;
	color: white;
}
/* Contenedor input */
.ddcombo_td1, .ddcombo2_td1 {
  background: url('../img/bg.png') repeat-x;
  width: 230px;
}

/* Input */
.ddcombo_td1 input, .ddcombo2_td1 input {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
  height: 18px;
  width: 220px;
  border: 0;
  display: block;
}

.ddcombo_td1 div, .ddcombo2_td1 div {
  background-color: white;
  margin-bottom: 2px;
}

/* Contenedor Botón */
.ddcombo_td2, .ddcombo2_td2 {
  cursor: pointer;
  height: 25px;
  width: 22px;
  cursor: pointer;
}

/* Imagen Botón */
.ddcombo_td2 img, .ddcombo2_td2 img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  height: 25px;
}

/* Link Botón */
.ddcombo_td2 a, .ddcombo2_td2 a {
  background: url('../img/button1.png');
  display: block;
  height: 25px; 
  width: 22px;
}

/* Hover Botón */
.ddcombo_td2 a:hover, .ddcombo2_td2 a:hover {
  background: url('../img/button2.png');
}

/* Contenedor input + margenes */
.ddcombo_div, .ddcombo2_div {
  padding: 0;
  margin: 0;
  padding-left: 4px; 
  background: url('../img/transparent_pixel.gif'); 
}
