@charset "utf-8";
/* CSS Document */
div#tab{
	width:100%;
}
div#tab ul{
	margin:0px;
	padding:0px;
}
div#tab li{
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
	margin-left:1px;
}
div#tab a{
	width:130px;
	height:24px;
	text-align:center;
	display:block;
	text-decoration:none;
	font-weight:bolder;
	font-size:11px;
	letter-spacing:-1px;
	text-transform:uppercase;
	padding-top:10px;
	margin-left:1px;
	cursor:pointer;
	cursor:hand;	
}
a.tabAttiva{
	background-image:url(tabAperta.png);
	color:#EB3A19;
}
a.tabDisattiva{
	background-image:url(tabChiusa.png);
	color:#FFF;
}
a#ultimaTab{
	margin-left:0px;
}
#colonna_sx{
	margin-top:0px;
}
#colonna_centro_offerta{
	width:540px;
	text-align:left;
	margin-bottom:20px;
}
div#tabTesto{
	background-color:#FdFdFd;
	background-image:url(tabSfondoTop.png);
	width:540px;
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px;
	clear:left;
}
div#tabTestoBottom{
	background-image:url(tabSfondoBottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
div#tabTestoInterno{
	padding-left:20px;
	padding-right:20px;
}
a:focus {
  outline: 0;
}
div#tabTestoInterno td{
	font-size:12px;
	color:#6D6E72;
}
.tableHeader{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.tableRow{
	padding-top:20px;
	padding-bottom:20px;
	width:250px;
	border-bottom:1px solid #CCC;
}
.tableRowColor{
	background-color:#E1E1E1;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#testoInternoTab{
	width:90%;
	margin:0px auto;
	text-align:left;
}
a#linkOpzioneVoce{
	color:#F0592A;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:justify;
	word-spacing:-2px;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
a#linkCondizioni:hover{
	color:#EB3A19;
}