/* Preferenze motori */

.motore_top {
	background-image: url(../images/motorino/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.motore_top_s {
	background-image: url(../images/motorino/top_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.motore_bottom {
	background-image: url(../images/motorino/bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.motore_sx {
	background-image: url(../images/motorino/sx.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.motore_dx {
	background-image: url(../images/motorino/dx.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.motore_csx {
	background-image: url(../images/motorino/c_sx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.motore_cdx {
	background-image: url(../images/motorino/c_dx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.titolo_motore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
}

.titolo_motore a, .titolo_motore a:link, .titolo_motore a:active, .titolo_motore a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
}

.titolo_motore a:hover {
	text-decoration: none;
}

.motore_space {
	background-image: url(../img/motori_ricerca/volo/space.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.voci_motore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: 1px solid #666666;
	padding-left: 5px;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

.dest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
	width:120px;
}
.spalla{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
}


.DROPDOWNTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	width:190px;
}
.DROPDOWN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
.motore_vacanza_fondo_s {
	background-image: url(../img/motori_ricerca/vacanze/fondo_s.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff9933;
	border-left-color: #ff9933;
	padding-right: 13px;
	padding-left: 13px;
	background-color: #ffcc66;
}


