ul.lista_navette{
	margin-top:8px;
	list-style:none;
}

li.orario {
	list-style:none;
	padding-left:10px;
	margin-top:5px;
	margin-left:5px;
}

.tab_carrello{
	width:380px;
}
.tab_carrello th {
	background-color: #2C2C2C;
	text-align: left;
	font-weight: normal;
	padding: 3px;
	width: 180px;
}
.tab_carrello td {
	background-color: #404040;
	padding: 3px;
	text-align: center;
}
.carrello_posti {
	width: 30px;
}
.carrello_prezzo {
	font-weight: bold;
	color: #fcf13f;
	width: 80px;
}
.carrello_prenota{
	background-image: url(../images/pacchetto/button_off.png);
	background-repeat: no-repeat;
	width:129px;
	height:34px;
	border:none;
	cursor: pointer;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	margin-top: 14px;
	font-weight:bold;
}
input.carrello_prenota:hover{
	background-image: url(../images/pacchetto/button_on.png);
}
.pulsante_prenota{
	width:129px;
	height:34px;
	border:1px solid gray;
	background-color: #bfc2c6;
	cursor: pointer;
	color:#002b4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight:bold;
}
ul.tratte_list li{
	list-style:none;
	padding-left: 5px;
	margin-left: 10px;
}
.ui-datepicker { width: 220px; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:.8em; margin:1px 0; }
.ui-datepicker table {width: 100%; font-size: .7em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; font-size: .9em; }
select.orari { font-size: .9em; }