#pacchetto {
	color: #000;
	font-family: Verdana;
	font-size: 13px;
}
#pacchetto .title {
	font-weight: bold;
	text-align: center;
}

/*---------CARRELLO----------*/
#box_carrello{
	background-color: #fff;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
#tit_carrello {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: left;
	padding:5px;
	border-bottom: 1px solid #CCC;
}
#contenuto_carrello {
	margin: 15px 8px 15px 7px;
}
.tab_carrello{
	width:380px;
}
.tab_carrello th {
	background-color: #e6e6e6;
	text-align: left;
	font-weight: normal;
	padding: 3px;
	width: 180px;
}
.tab_carrello td {
	background-color: #e6e6e6;
	padding: 3px;
	text-align: center;
}
.carrello_posti {
	width: 30px;
}
.carrello_prezzo {
	font-weight: bold;
	color: #000000;
	width: 80px;
}
.carrello_prenota{
	background-image: url(../images/pacchetto/button_large.gif);
	background-repeat: no-repeat;
	width:203px;
	height:39px;
	border:none;
	cursor: pointer;
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	margin-top: 12px;
	font-weight:bold;
}
input.carrello_prenota:hover{
	background-image: url(../images/pacchetto/button_large_hover.gif);
}