body {
	background-color: #FFF;
}
#head_wrapper {
	position: relative;
	width: 100%;
	margin-top: 32px;
	background-color: #F7F4EE;
}
#head_content {
	position: relative;
	min-width: 985px;
	background-color: #F7F4EE;
}
#nav_wrapper {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
#main_nav_wrapper {
	position: relative;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6EAB24;
	background-image: url(../images/mainmenu/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F7F4EE;
}
#main_nav_content {
	position: relative;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mainmenu/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F7F4EE;
}
#tabsmenu {
	display: none;
}
#other_links {
	position: absolute;
	top: 5px;
	right: 130px;
}
#other_links ul {
	position: relative;
}
#other_links ul li {
	line-height: 20px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}
#other_links ul li.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #494948;
}
#other_links ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#other_links ul li a:hover{
	text-decoration: underline;
}
#searchform {
	background-image: url(../images/mainmenu/bg_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 108px;
	position: absolute;
	top: 6px;
	right: 21px;
}
#searchform #zoom_query {
	width: 83px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBB8B7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 3px;
	left: 3px;
}
#searchform #searchIcon {
	position: absolute;
	top: 2px;
	right: 3px;
}
#claim_wrapper {
	position: relative;
	width: 100%;
	background-color: #FFF;
	background-image: url(../images/bg_claim.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#claim_content {
	position: relative;
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/bg_claim.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 1px;
}
#main_wrapper {
	position: relative;
	width: 100%;
	background-color: #F7F4EE;
}
#main_content {
	position: relative;
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F4EE;
	padding-right: 11px;
	padding-left: 11px;
	background-repeat: repeat-y;
	background-position: left top;
}
#main_content_inner {
	position: relative;
	width: 963px;
}
#footer_wrapper {
	width: 100%;
	position: relative;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer_content {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 22px;
	padding-right: 11px;
	padding-left: 11px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1.1em;
}
#footer_bottom_wrapper {
	width: 100%;
	position: relative;
	background-image: url(../images/bg_footer_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer_bottom_content {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 17px;
	padding-right: 11px;
	padding-left: 11px;
	background-image: url(../images/bg_footer_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1.1em;
}
.footer_link_box {
	float: left;
	width: 220px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.55em;
	margin-right: 1px;
}
.footer_link_box_last {
	margin-right: 0px;
}
.footer_link_box h6 {
	text-transform: uppercase;
	font-weight: bold;
	color: #343434;
}
.footer_link_box h6 a:link, .footer_link_box h6 a:visited, .footer_link_box h6 a:active {
	color: #343434;
	text-decoration: none;
}
.footer_link_box h6 a:hover {
	text-decoration: underline;
}
.footer_link_box ul {
	margin-bottom: 1.55em;
}
.footer_link_box a:link, .footer_link_box a:visited, .footer_link_box a:active {
	color: #5a5a5a;
	text-decoration: none;
}
.footer_link_box a:hover {
	text-decoration: underline;
}
#footer_contact {
	width: 963px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}
#footer_logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
#footer_address {
	position: absolute;
	top: 15px;
	left: 265px;
	color: #343434;
}
#footer_address a:link, #footer_address a:visited, #footer_address a:active {
	color: #343434;
	text-decoration: none;
}
#footer_address a:hover {
	text-decoration: underline;
}
#copy {
	width: 963px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#copy_links {
	float: left;
	position: relative;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cdcbc6;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
}
#copy_links ul li {
	float: left;
	margin-right: 10px;
}
#copy_links ul li a:link, #copy_links ul li a:visited, #copy_links ul li a:active {
	color: #343434;
	text-decoration: none;
	font-weight: bold;
}
#copy_links ul li a:hover {
	text-decoration: underline;
}
#copy_credits {
	float: left;
	position: relative;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cdcbc6;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 10px;
	color: #5a5a5a;
}
#copy_credits a:link, #copy_credits a:visited, #copy_credits a:active {
	color: #5a5a5a;
	text-decoration: none;
}
#copy_credits a:hover {
	text-decoration: underline;
}
#copy_tech {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #999999;
}
.pngfix {
	behavior: url(scripts/iepngfix.htc);
}
.content {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #343434;
	line-height: 1.307692em;
}
.content a:link {
	text-decoration: underline;
	color: #6EAB24;
}
.content a:visited {
	text-decoration: underline;
	color: #6EAB24;
}
.content a:hover {
	text-decoration: underline;
	color: #58891C;
}
.content p, .content dl, .content ul, .content ol {
	margin-top: 0px;
	margin-bottom: 1.307692em;
	padding-right: 10px;
	padding-left: 10px;
}
.content table {
	margin-bottom: 1.307692em;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #6EAB24;
	font-weight: normal;
}
.content h1 {
	font-size: 2.769231em;
	line-height: 0.472222em;
	margin-bottom: 0.472222em;
}
.content h2 {
	font-size: 1.846154em;
	line-height: 0.708333em;
	margin-bottom: 0.708333em;
}
.content h3 {
	font-size: 1.230769em;
	line-height: 1.0625em;
	margin-bottom: 1.0625em;
}
.content h4 {
	font-size: 1.153846em;
	line-height: 1.133333em;
	margin-bottom: 1.133333em;
}
.content h5 {
	font-size: 1.076923em;
	line-height: 1.214286em;
	margin-bottom: 1.214286em;
}
.content h6 {
	font-size: 1em;
	line-height: 1.307692em;
	margin-bottom: 1.307692em;
}
.content p + p {
	margin-top: 0px;
}
.content dd {
	padding-left: 20px;
}
.content ul, .content ol {
	margin-left: 15px;
}
.content ul ul, .content ol ol {
	margin-left: 0px;
}
.content ul li, .content ol li {
	margin-left: 10px;
}
.content .titleBox {
	position: relative;
	height: 28px;
	background-image: url(../images/title/bg_title.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 18px;
}
.content .titleBox h2 {
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	margin: 0px;
}
.content .titleBox p {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	margin: 0px;
}
.content .bigTitle {
	font-size: 2.15em;
	font-weight: normal;
	color: #6EAB24;
	line-height: 1.2em;
	margin-bottom: 0.19em;
}
.content .bigTitle a {
	text-decoration: none;	
}
.content .bigTitle a:hover {
	color: #6EAB24;
}
.content .firstTitle {
	margin-bottom: 1.2em;
}
.content .imgContinua {
	vertical-align: text-bottom;
}
.content .textRight {
	text-align: right;
}
.content .noBottomMargin {
	margin-bottom: 0px;
}
.content table.noTopMargin {
	margin-top: 0px;
}
.content .tabNews {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6EAB24;
	width: 461px;
	margin-left: 10px;
	border-left-style: none;
	margin-bottom: 0px;
}
.content .tabNews td {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-right-style: none;
	border-bottom-style: none;
	vertical-align: top;
}
.content .tabNews th {
	font-family: Arial, Helvetica, sans-serif;
	color: #6EAB24;
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
	font-size: 0.85em;
	padding-top: 11px;
	padding-bottom: 20px;
	text-transform: uppercase;
	border-right-style: none;
	border-bottom-style: none;
	vertical-align: top;
	width: 75px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .tabNews .titleOtherNews {
	font-size: 1.38em;
	color: #000000;
	line-height: 1.1em;
}
.content .tabNews .titleOtherNews a {
	color: #000000;
	text-decoration: none;
}
.content .tabNews .titleOtherNews a:hover {
	color: #000000;
}
.content .tabNews .borderTopTabNews {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5F5F5F;
}
.content .fauxBg {
	background-color: #F7F4EE;
	padding-bottom: 20px;
}
.content .boxStampaHome {
	width: 481px;
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6EAB24;
	margin-bottom: 30px;
}
.content .boxStampaHome .colRassegna {
	float: left;
	width: 240px;
	margin-right: 1px;
	position: relative;
}
.content .boxStampaHome .colComunicati {
	float: left;
	width: 240px;
	position: relative;
}
.content .boxStampaHome h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	font-weight: normal;
	color: #343434;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	line-height: 1.5em;
}
.content .boxStampaHome h3 a {
	color: #343434;
	text-decoration: none;	
}
.content .boxStampaHome h3 a:hover {
	color: #343434;
}
.content .boxStampaHome p {
	font-size: 0.85em;
	line-height: 1.2em;
	margin-bottom: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.content .pPrimoPiano {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding-bottom: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #343434;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.3em;
}
.content .limit2ColWidth {
	padding-right: 251px;
}
.content .floatMenu {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: right;
	width: 240px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cdcbc6;
	margin-bottom: 20px;
	padding-top: 4px;
}
.content .floatMenu a {
	text-decoration: none;
}
.content .floatMenu h5 {
	font-size: 0.77em;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #343434;
	font-weight: bold;
}
.content .floatMenuClean {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: right;
	width: 240px;
}
.content .listFloatMenu {
	position: relative;
	list-style-type: none;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 1.31em;
	margin-bottom: 0px;
}
.content .listFloatMenu li {
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.31em;
}
.content .tabAllegati {
	margin-left: 10px;
	width: 220px;
	border-top-style: none;
	border-left-style: none;
	margin-top: 20px;
}
.content .tabAllegati td {
	border-bottom-style: none;
	border-right-style: none;
	vertical-align: top;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.content .tabAllegati th {
	text-align: right;
	border-right-style: none;
	border-bottom-style: none;
	vertical-align: top;
	width: 12px;
	padding: 0px;
}
.content .tabAllegati a {
	font-size: 0.85em;
	line-height: 1.55em;
	color: #343434;
}
.content .tabAllegati a:hover {
	text-decoration: underline;	
}
.content .quote {
	position: relative;
	float: right;
	width: 331px;
	font-size: 1.23em;
	font-weight: normal;
	color: #6EAB24;
	line-height: 1.1em;
	margin-bottom: 10px;
	margin-right: 120px;
	padding-right: 10px;
	padding-left: 20px;
}
.content .imgRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 21px;
}
.content .arial {
	font-family: Arial, Helvetica, sans-serif;
}
.content .arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.55em;
}
.content .slash {
	font-size: 17px;
	font-weight: normal;
	color: #6EAB24;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.content .dataNews {
	font-family: Arial, Helvetica, sans-serif;
	color: #6EAB24;
	font-size: 0.85em;
	text-transform: uppercase;
}
.content .form_info {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #404040;
	font-size: 0.92em;
}
.content .form_info select {
	float: right;
	width: 153px;
	font-size: 0.83em;
	color: #999999;
	height: 17px;
}
.content .form_info input[type=submit] {
	float: right;
	font-size: 0.83em;
}
.content .form_info input[type=text] {
	float: right;
	width: 173px;
	font-size: 0.83em;
	color: #999999;
	height: 15px;
}
.content .form_info input[type=image] {
	float: right;
}
.content .form_info textarea {
	width: 217px;
	font-size: 0.83em;
	color: #999999;
}
.content .form_info img {
	padding-top: 3px;
}
.content .puntiFasce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.content .menuTratte {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.content .menuTratte li {
	margin: 0px;
	padding: 0px;
	height: 58px;
}
.content .titleComuneTratte {
	font-weight: normal;
	color: #343434;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #343434;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 1.15em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.content .listDlTratte {
	list-style-image: url(../images/ico_dl_tratte.gif);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.content .listDlTratte li {
	margin: 0px;
	padding: 0px;
}
.content .listDlTratte a:link, .content .listDlTratte a:visited, .content .listDlTratte a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #343434;
	text-decoration: none;
}
.content .listDlTratte a:hover {
	text-decoration: underline;
}
#containerEspropri {
	width: 478px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cdcbc6;
	position: relative;
}
#browserEspropri {
	width: 478px;
	height: 1100px;
	position: relative;
	margin-top: 60px;
	overflow: hidden;
}
#browserEspropriInner {
	width: 1434px;
	height: 1100px;
	position: relative;
}
.browserEspropriSlide {
	width: 478px;
	height: 1100px;
	float: left;
	position: relative;
}
.browserEspropriSlide h3 {
	margin: 0px;
	padding: 0px;
}
.browserEspropriSlide .btProvincia {
	width: 458px;
	height: 37px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcbc6;
	font-size: 1.23em;
	color: #f2921f;
	padding-top: 22px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}
.browserEspropriSlide .btProvincia img {
	position: absolute;
	top: 14px;
	right: 10px;	
}
.browserEspropriBack {
	width: 99px;
	height: 1081px;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f2921f;
	background-image: url(../images/bgButtonEspropri.gif);
	padding-top: 19px;
	padding-left: 19px;
	cursor: pointer;
}
.browserEspropriContent {
	width: 359px;
	height: 1100px;
	float: left;
	position: relative;
}
.browserEspropriContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1em;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #343434;
	color: #343434;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
#browserEspropriComuniContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
#browserEspropriComuniContent ul li {
	font-size: 1.23em;
	line-height: 1em;
	color: #f2921f;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcbc6;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	cursor: pointer;
}
#browserEspropriDocumentiContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
#browserEspropriDocumentiContent ul li {
	font-size: 0.85em;
	line-height: 1em;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcbc6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 15px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/ico_dl_tratte.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.content .orange {
	color: #f2921f;		
}
.content .green {
	color: #6EAB24;	
}
.content .brMore {
	height: 8px;
}
#tabsNoteEspropri {
	width: 478px;
	position: relative;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2921f;
}
#tabsNoteEspropri ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: none;
}
#tabsNoteEspropri ul li {
	margin: 0px;
	padding: 0px;
	float: none;
	height: 60px;
}
#noteEspropri {
	width: 478px;
	position: relative;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2921f;
}
#noteEspropri p {
	padding-right: 8px;
}
#noteEspropri a:link, a:visited, a:active {
	color: #f2921f;
}
#noteEspropri a:hover {
	color: #E88D1F;
}
.content .column {
	position: relative;
	float: left;
	width: 240px;
	margin-right: 1px;
}
.content .lastColumn {
	margin-right: 0px;
}
.content .column h3 {
	font-size: 1.15em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
.content .column strong {
	font-size: 0.85em;
	line-height: 1.55em;
	font-family: Arial, Helvetica, sans-serif;
}
.content .column p {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.content .column .pRuler {
	padding-bottom: 1.31em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content .column .noBottomMargin {
	margin-bottom: 0px;
}
.content strong.arialStrong {
	font-size: 0.85em;
	line-height: 1.55em;
	font-family: Arial, Helvetica, sans-serif;
}
.content strong.arialStrongSC {
	font-size: 0.85em;
	line-height: 1.55em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.content .acrobat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding-top: 51px;
	margin-bottom: 17px;
}
.content .acrobat img {
	margin-bottom: 5px;
}
.content .acrobat a:link, .content .acrobat a:visited, .content .acrobat a:active {
	color: #343434;
	text-decoration: none;
}
.content .acrobat a:hover {
	color: #58891C;
}
.content .divider2Col {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cdcbc6;
	width: 461px;
	margin-bottom: 17px;
	margin-left: 10px;
}
.content .listNoBullet {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}
.content .listNoBullet ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.content .listStart {
	list-style-type: none;
	font-size: 1.23em;
	line-height: 1.06em;
	color: #6EAB24;
}
.content .warning {
	font-size: 1.23em;
	line-height: 1.06px;
}
.content .noOrizMargin {
	padding-right: 0px;
	padding-left: 0px;	
}
.content .listDlACT {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6EAB24;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.31em;
	margin-left: 0px;
}
.content .listDlACT li {
	font-size: 0.85em;
	line-height: 1em;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cdcbc6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/ico_dl_tratte.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.content .listDlACT li a:link, .content .listDlACT li a:visited, .content .listDlACT li a:active {
	font-weight: bold;
	color: #343434;
	text-decoration: none;
}
.content .listDlACT li a:hover {
	text-decoration: underline;
}
.accordionGare {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6EAB24;
	margin-bottom: 1.31em;
}
.accordionGare h4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cdcbc6;
	font-size: 1.23em;
	line-height: 1.81em;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}
.accordionGare .accordionContentGare {
}
.accordionGare .accordionContentGare p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.55em;
	margin-bottom: 1.55em;
}
.accordionGare .accordionContentGare p.noBottomMargin {
	line-height: 0.91em;
	margin-bottom: 0px;
}
.accordionGare .accordionContentGare h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.55em;
	margin-bottom: 0px;
	font-weight: bold;
	color: #343434;
}
.accordionGare .accordionContentGare ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.55em;
	margin-bottom: 1.55em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
.accordionGare .accordionContentGare ul li {
	background-image: url(../images/ico_dl_tratte.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.accordionGare .accordionContentGare ul li a:link, .accordionGare .accordionContentGare ul li a:visited, .accordionGare .accordionContentGare ul li a:active {
	color: #343434;
	text-decoration: none;
}
.accordionGare .accordionContentGare ul li a:hover {
	text-decoration: underline;
}
.accordionGare h4.ui-state-active {
	background-image: url(../images/ico_accordion_close.gif);
	background-repeat: no-repeat;
	background-position: 434px center;
}
.contattoMapTop {
	float: right;
	margin-right: 11px;
}
/* UI Tabs */
.ui-tabs .ui-tabs-hide {
     display: none;
}
.ui-tabs-nav {
	position: relative;
	float: left;
	padding-left: 11px;
}
.ui-tabs-nav li {
	float: left;
	height: 30px;
}
.ui-tabs-panel {
	padding-left: 21px;
	width: 954px;
}
.ui-tabs-panel ul {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ui-tabs-panel ul li {
	float: left;
	padding-right: 20px;
}
.ui-tabs-panel ul li.last {
	padding-right: 0px;
}
.ui-tabs-panel ul li a:link, .ui-tabs-panel ul li a:visited, .ui-tabs-panel ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6EAB24;
	text-decoration: none;
}
.ui-tabs-panel ul li a:hover {
	text-decoration: underline;
}
.ui-tabs-panel ul li a.selected {
	text-decoration: underline;
}
#panelMedia {
	position: absolute;
	top: -1000px;
}
a.flowplayer {
	display:block;
	width: 320px;
	height:240px; 
}
