.tabella {
	clear:both
}
.tabella table {
	border-collapse: collapse;
	width: 745px;
	/*margin-top:20px;*/
	font:9px Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	border-bottom:1px solid #efefef;
	margin:15px auto 10px;
}
.tabella table a {
	color:#000;
}
.tabella table a:hover {
	color:#a10000;
}
.tabella th {
	background:url(../img/bgTh2.jpg) no-repeat center top;
	color: #fff;
	padding: 11px 5px 10px 5px;
	text-align: center;
	border-right: 1px solid #ededed;
	line-height: 1.2em;
	vertical-align:top;
}
.tabella th.alts {
	background: url(../img/bgTh1.jpg) no-repeat center top;
}
.tabella td {
	padding: 8px 6px;
	/*border-bottom: 1px solid #ededed;*/
	
	border-left: 1px solid #ededed;
}
.tabella tr {
	background: url(../img/altTd.jpg);
	font-size:12px;
}
.tabella tr .pacchetto {
	font-size:11px;
	padding:20px 5px;
}
.tabella thead tr {
	background: none;
}
.tabella thead tr .periodo {
	font-size:11px;
}
.tabella .txtTop {
	vertical-align:top;
}
.tabella .bambini {
	width:140px;
}
.tabella .bambini2 {
	width:200px;
}
.tabella tr.odd {
	background: #fdfdfd;
	color:#000;
}
.tabella tr.over {
	background: #bcd4ec;
	color:#000;
}
.tabella tfoot tr.over td {
	background:#000;
}
.tabella .tLeft {
	text-align:left;
}
/*TABLE SMALL*/


.tabella .tableSmall {
	
	margin-bottom:40px;
}
