/* Css principale */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #333333;
	font: normal 0.7em "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 955px;
	margin: 0 auto;
	/*overflow: auto;*/
	background: #FFFFFF url('../images/bg-wrapper-dots.png') top center repeat-y;
}

#leftCol {
	float: left;
	width: 188px;
	padding-right: 12px;
}

#centerCol { margin: 0 212px; }

.content { margin: 0 12px; }
.content p { margin: 9px 0; }
.content p.rosso {color: #FF0000;  font-weight:bold; margin: 9px 0; }

/*.internal { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}*/

#rightCol {
	float: right;
	width: 188px;
	padding-left: 12px;
}



#footer {
	height: 65px;
	clear: both;
	position: relative;
	/*padding-top: 20px;*/
}


h1 {
	width: 175px;
	height: 90px;
	margin: 62px 0 112px 0;
	padding: 0;
	cursor:hand;
	/*background: #FFFFFF url('../images/bg-logo.png') center right no-repeat;*/
}



h1 span { display: none; }

h2 {
	padding-right: 20%;
	padding-bottom: 10px;
	position: relative;
	font: bold 210% "Trebuchet MS", Tahoma, Verdana;
	color: #7FC758;
	text-indent: 0;
	margin: 0;
}

h2 a {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 46%;
	text-indent: 10px;
}

h2 a.back {
	background: #FFFFFF url('../images/buttons/pagenav-back.png') 0 6px no-repeat;
}

h2 span {
	display: block;
	margin-top: 20px;
}

/*.content h2 {  margin-top: 50px; }*/

h2.bar,
h2.barQuota {
	margin: 10px 0 0 0;
	padding: 2px 0 2px 12px;
	color: #FFFFFF; 
	background: #7fc758;
	font-size: 210%;
}

h2.barQuota { margin: 30px 0 0 0; }


h2.bar,
h2.barTitle {
	clear: left;
	margin: 40px 0 20px 0;
	padding: 2px 0 2px 12px;
	color: #FFFFFF; 
	background: #7fc758;
	font-size: 160%;
}

h2.barTitle { 
	margin: 20px 0 0 0;
	font-size: 160%;
 }
 
 h2.barTitle span {
 	display: inline;
 	margin: 0;
 	font-size: 90%;
 } 

.formBox h2.payData {
	font-size: 160%;
}

h3 {
	font: bold 140% "Trebuchet MS", Verdana, Tahoma, Tahoma, Verdana;
	color: #7FC758;
}


h4 {
	font: bold 100% "Trebuchet MS", Verdana, Tahoma, Tahoma, Verdana;
	color: #7fc758;
	margin: 0 0 8px 0;
}

.content .bar{
	margin: 0 0 0 0;
	display:block;
	padding: 2px 0 2px 12px;
	color: #000; 
	background: #7fc758;
}

.content .bar2{
	margin: 0 0 0 0;
	display:block;
	padding: 2px 0 2px 12px;
	color: #000; 
}

.content .bar a{
	color: #000; 
}

.content h3 { margin: 10px 0; }
.itinerario h3 {
	margin: 0;
	padding: 15px 0 10px 0;
	background:  #FFFFFF url('../images/bg-red-dots.gif') top left repeat-x;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}


#rightCol img {
	vertical-align: bottom;
	margin: 2px 0;
}

#rightLogo {
	position: absolute;
	right: 40px;
	bottom: 3px;
}



a,
a:visited {
	margin: 0;
	padding: 0;
	color: #7fc758;
	font-weight: normal;
	text-decoration: underline;
}

a:hover { text-decoration: underline; }

.hidden {
	display: none;
	position: absolute;
	top: -1000px;
	left: -2000px;
}

.invisible { visibility: hidden; }



.clear {
	clear: both;
}


/* Form login area sposi */
 
/*
#login {
	height: 70px;
	margin-top: 27px;
	background: #FFFFFF url('../images/bg-form-login.png') center center no-repeat;
}

#login fieldset {
	border: none;
	padding: 41px 0 0 13px ;
}

#login legend,
#login label { display: none; }

#login input { 
	width: 125px;
	font-size: 90%;
	margin-right: 9px;
}

#login .button {
	width: 18px;
	height: 19px;
	padding: 0;
	border: none;
	background: #FFFFFF url('../images/buttons/login.png') center center no-repeat;
}*/

/* Selezione lingua */

#langSel {
	height: 86px;
	font-size:10px;
	font-weight: bold;
	margin: 12px 0 8px 0;
	background: #FFFFFF url('../images/bg-langsel.png') bottom center no-repeat;
}





#langSel,
#langSel a,
#langSel a:visited { color: #7F7F7F; }


/* Menu sx */

#leftMenu {
	margin: 20px 0 0 0;
	padding-bottom: 15px;
	background: #7fc758 url('../images/bg-left-menu-bottom.png') bottom right no-repeat;
}

#leftMenu h2 {
	margin: 0;
	padding: 10px 15px;
	font-size: 140%;
	color: #FFFFFF;
	background: transparent url('../images/bg-left-menu-top.png') top left no-repeat;
}

#leftMenu ul { 
	margin: 5px 12px 0 12px;
	padding: 0;
	list-style-type: none;
}

#leftMenu ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: transparent url('../images/bg-left-menu-item.png') 0 7px no-repeat;
}

#leftMenu ul li ul {
	margin: 0 0 10px 0;
	font-size: 90%;
}

#leftMenu ul li ul li { 
	padding: 2px 0;
	background-image: none;
}

#leftMenu li a,
#leftMenu li a:visited {
	display: block;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	font-size: 125%;
	color: #FFFFFF;
}

#leftMenu #open {
	font-weight: bold;
	text-indent: 2px;
	color: #7fc758;
	background-color: #FFFFFF;
} 

#leftMenu #active {
	font-weight: bold;
	text-decoration: underline;
} 

#leftMenu ul li ul li a,
#leftMenu ul li ul li a:visited { 
	text-indent: 8px;
	background-image: none;
}




/* Menu principale */

#mainMenu {
	width: 516px;
	height: 32px;
	margin: 0 0 9px 0;
	padding: 0 7px 0 8px;
	list-style-type: none;
	line-height: 16px;
	text-align: center;
	background: transparent url('../images/bg-main-menu.png') center center no-repeat;
}

#mainMenu li {
	display: inline;
	line-height: 32px;
}

#mainMenu li a {
	display: inline;
	float: left;
	width: 86px;
	height: 32px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	background: transparent url('../images/bg-main-menu-item.png') center right no-repeat;
	font-weight: bold;
	text-decoration: none;
}

#mainMenu li a#current,
#mainMenu li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainMenu li a#current {
	margin-left: -1px;
	color: #73C04C;
	background: transparent url('../images/bg-main-menu-current.png') bottom right no-repeat;
}

#mainMenu li a.last { background: none; }


/*  Breadcrumb */

#breadcrumb,
#breadcrumb a { color: #7fc758; text-decoration:none; }

#breadcrumb a:hover { text-decoration: underline;}


#breadcrumb { margin: 20px 0 20px 0; }




/* Itinerario */

.itinerario {
	position: relative;
	margin-bottom: 20px;
}

.itinerario span { font-weight: bold; margin-right: 24px; }

.itinerario ul {
	position: absolute;
	top: 50px;
	right: 160px;
	list-style-type: none;
}

.itinerario ul li { display: inline; }

.itinerario ul li a,
.itinerario ul li a:visited {
	display: block;
	float: left;
	height: 11px;
	padding: 0 6px;
	line-height: 10px;
	color: #000000;
	border-right: 1px solid #000000;
	text-decoration: none;
	font-weight: bold;
}

.itinerario ul li a#prevDay {
	padding: 0 2px;
	border: none;
	background: transparent url('../images/buttons/gallery-prev.png') center center no-repeat;
}

.itinerario ul li a#currDay {
	color: #7fc758;
	cursor: default;
} 

.itinerario ul li a#lastDay { border: none; } 

.itinerario ul li a#nextDay {
	padding: 0 2px;
	border: none; 
	background: transparent url('../images/buttons/gallery-next.png') center center no-repeat;
}

.itinerario .iterLinks { margin-top: 3px; }
.itinerario .iterLinks a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.itinerario .iterLinks a span {
	padding-right: 10px;
	background: transparent url('../images/buttons/arrow-right-black.png') center right no-repeat;
}

#mapBox {
	margin-top: 20px;
	padding: 10px 0;
	background: transparent url('../images/bg-red-dots.gif') top left repeat-x;
}

#mapBox1 {
	margin-top: 20px;
	padding: 10px 0;
	background-color: #e5f4de;
}

#mapBox img {
	display: block;
	margin: 0 auto;
}



/* Box form */

.formBox {
	overflow: hidden;
	height: 1%;
	position: relative;
	margin: 0;
	padding: 20px 15px 15px 20px;
	background: #F2F2F2;	
}


.formBox .message2 
{  
	margin: 20px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #EF41B0;
}

.formBox .message2 label { display: none; }

.formBox .message2 textarea 
{
    font-family: "Trebuchet MS", Verdana, Tahoma, Tahoma, Verdana;
    font-size: 110%;
	display: block;
	width: 98%;
	margin: 0 auto;
}

.formBox .message1 
{  
	margin: 10px 0;
	padding-bottom: 5px;
	/*border-top: 1px solid #EF41B0;
	border-bottom: 1px solid #EF41B0;*/
}

.formBox .message1 label {  margin-left: 2px; }

.formBox .message1 textarea {
	display: block;
	width: 98%;
	margin: 0 auto;
}

.imageBox_dotted {
	/*margin: 18px 0 14px 0;
	padding-bottom: 18px;*/
	margin: 0 10px;
	overflow: hidden;
	height: 1%;
	background: transparent url('../images/bg-red-dots.gif') top left repeat-x;	
	/*border-bottom: 1px dotted #EF41B0;*/
}

.formBox1 {
	overflow: hidden;
	height: 1%;
	position: relative;
	margin: 0;
	padding: 20px 15px 15px 20px;
	background: #F2F2F2;	
}

.formBox #gallery {
	float: left;
	margin: 0 24px 0 0;
	padding-bottom: 15px;
}

.formBox #gallery img {
	padding: 4px;
	border: 1px solid #7fc758;
}

.formBox #gallery p { padding: 5px 0 0 4px; }
.formBox #gallery p span { padding-left: 8px; }

.formBox #gallery ul {
	position: absolute;
	top: 256px;
	left: 60px;
	list-style-type: none; }

.formBox #gallery ul li {
	display: inline;
}

.formBox #gallery ul li a,
.formBox #gallery ul li a:visited {
	display: block;
	float: left;
	height: 11px;
	padding: 0 4px;
	line-height: 10px;
	border-right: 1px solid #7fc758;
	text-decoration: none;
	font-weight: normal;
}

.formBox #gallery ul li a#prevPic {
	padding: 0 2px;
	border: none;
	background: transparent url('../images/buttons/gallery-prev.png') center center no-repeat;
}

.formBox #gallery ul li a#currPic {
	color: #000000;
	cursor: default;
} 

.formBox #gallery ul li a#lastPic { border: none; } 

.formBox #gallery ul li a#nextPic {
	padding: 0 2px;
	border: none; 
	background: transparent url('../images/buttons/gallery-next.png') center center no-repeat;
}

.formBox #vediPartenze { margin-top: 50px; }

.formBox #selPeriodo { margin-top: 10px; }

.formBox #selPeriodo label { 
	float: none;
	display: inline;
	font-weight: bold;
	color: #7fc758;
}


.formBox .bottomPanel {
	margin: 22px 0;
	padding-top: 10px;
	background: transparent url('../images/bg-red-dots.gif') left top repeat-x;
}

.formBox .bianco
{
    	background: #FFF;
}

.formBox .middlePanel h3
{
    margin-bottom:15px;
}
    

.formBox .middlePanel {
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

.formBox .topPanel div,
.formBox .middlePanel div,
.formBox .bottomPanel div { float: left; }

.formBox .leftPanel { width: 260px; }
.formBox .rightPanel { width: 200px; }

.formBox .topPanel label,
.formBox .middlePanel label {
	display:inline-block;
	color: #000;
	font-weight: bold;
}


.formBox .middlePanel div.small { height: 35px; margin-right: 10px; width: 120px; }
.formBox .middlePanel div.medium { height: 35px; margin-right: 15px; width: 220px; }

.formBox .middlePanel div.small { height: 35px; margin-right: 10px; width: 50px; }
.formBox .middlePanel div.medium { height: 35px; margin-right: 15px; width: 105px; }
.formBox .middlePanel div.big { height: 35px; margin-right: 15px; width: 140px; }


.formBox .middlePanel div.supplemento { padding-top: 15px;  }

.formBox .middlePanel div.supplemento label {
	display: inline;
	color: #000000;
	font-weight: normal;
}

.formBox .middlePanel div.small span {
	display: block;
	margin-top: 18px;
	color:#000000;
	font-weight: bold;
}

.formBox .middlePanel div.medium span {
	display:inline;
	/*margin-top: 18px;*/
	color:#7fc758;
	font-weight: bold;
}

.formBox .middlePanel div.small label 
{
    width:125px;
	display:inline;
	/*margin-top: 18px;*/
	color:#7fc758;
	font-weight: bold;
}

.formBox .middlePanel div.medium label 
{
    width:95px;
	display:inline ;
	/*margin-top: 18px;*/
	color:#000000;
	font-weight: bold;
}

.formBox .middlePanel div.big label {
	display:inline;
	/*margin-top: 18px;*/
	color:#000000;
	font-weight: bold;
}

.formBox .middlePanel div.medium span {
	display: block;
	margin-top: 18px;
	color:#000000;
	font-weight: bold;
}

.formBox .middlePanel p {
	margin-bottom: 14px;
}

.formBox .nota1 {
	clear: left;
	margin-bottom: 2px;
	padding-top: 10px;
	color:#7fc758;
}

.formBox .nota1 a { color: #000000; }



.formBox .middlePanel p.nota2 {color:#7fc758; margin: 0; }

.formBox .customerData { padding: 0;  list-style-type: none; }

.formBox .customerData span { font-weight: bold; }

.formBox .padded { margin-top: 14px; }


.formBox .bottomPanel div.big { height: 35px; margin-right: 0; width:auto; }

.formBox .bottomPanel label {
	font-weight: bold;
} 

.formBox .bottomPanel div.small label { color: #7fc758;}

.formBox .bottomPanel div.supplemento { height: 20px; padding-top: 15px;  }
.formBox .bottomPanel div.supplemento2 {
	padding-top: 15px; 
	background: transparent url('../images/bg-europass.png') right center no-repeat;
}

.formBox .bottomPanel .quotaCad { color: #7fc758; padding-top: 20px; padding: 0;}



.formBox dl {
	margin: 0 0 10px 0; 
	font-weight: bold;
}

.formBox dt { color: #7fc758; font-size: 120%; margin: 0 0 10px 0;}

.formBox dd {
	margin: 0 0 10px 0;
	color: #000000;	
	font-weight: bold;
}


.formBox dl.riepilogo {
	margin-top: -15px; 
	font-weight: bold;
}

.formBox dl.riepilogo dt { 
	color: #000000;
	padding-top: 14px;
}

.formBox dl.riepilogo dd {
	margin: 0;
	color: #000000;	
	font-weight: normal;
}


.formBox dl.coordinate {
	 
	font-weight: bold;
}

.formBox dl.coordinate dt { display: none; }

.formBox dl.coordinate dd {
	margin: 0;
	color: #000000;	
	font-weight: normal;
}

.formBox a,
.formBox a:visited {
	font-weight: bold;
	text-decoration: underline;
}


.formBox h2 {
	margin-top: 8px;
	font-size: 130%;
}

.formBox h3 { font-size: 130%; }

.formBox h3.modeTitle {
	margin-top: 10px;
	color: #000000;
}

/*
.formBox ul {
	margin: 17px 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}*/

.formBox .totale {
	position: absolute;
	top: 220px;
	right: 14px;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
	color: #7fc758;
}

.formBox .totale span {
	font-size: 130%;
	color: #000000;
}

.formBox #dotsBar {
	clear: left;
	height: 6px;
	margin: 0 -16px;
	padding: 0 16px;
	line-height: 6px;
	background: #FFFFFF;
	
	
}

.formBox #dotsBar span {
	display: block;
	height: 6px;
	background: #FFFFFF url('../images/bg-red-dots.gif') center bottom repeat-x;	
}


/* ANDREA */

.dot_separator {
background: url('../images/bg-red-dots.gif') 0 0 repeat-x;
padding: 10px 0;
/*border-top:1px dotted #7FC758;
margin-bottom:30px;
font:0;*/
}

.bord_dotten{
	text-align: top;
	margin: 0 0 7px 120px;

}
.formBox #dotsBar {
	clear: left;
	height: 6px;
	margin: 0 -16px;
	padding: 8px 0 8px 8px;
	line-height: 6px;
	background: #FFFFFF;
}
.formBox #dotsBar1 {
	clear: left;
	border-top:1px dotted #7fc758;
}

.bold{
	font-weight: bold;
	font-size: 1.2em;
}
.bold a {
	text-decoration: none;
}
.bold a:hover {
	text-decoration: underline;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}

.formBox .middlePanel div.large { 
 margin-right: 15px; width: 350px; margin-bottom: 10px;
}
.trattamento{
	padding: 0 0 0 60px;
}
.colore_verde{
	color: #7fc758;	
}
.azz{
	margin: 0 0 0 10px;
}

.text_note { width: 485px; height: 100px; margin-bottom:15px; margin-top:10px;}

.colore_rosso{
	color: #FF0000;
}
.bianco{
	background-color: #ffffff;
}

.barfine {
	clear: left;
	height: 50px;
	width: auto;
	margin: 20px 0 20px 0;
	background: #99D536;
}

.check_barfine{
	float: left;
	padding: 15px 0 0 5px;
}
.text_barfine{
	float: left;
	font-size: 1.0em;
	color: #000000;
	padding: 10px 0 0 15px;
	vertical-align: middle;
}
.puls_barfine {
	float: right;
	margin: 0 10px 0 0;
	padding: 30px 0 20px 0;
}

.table_ord {
	width: 500px;
	height: 31px;
	background:url(../images/sfondo_ordina_per.gif) 0 0 no-repeat;
	margin: 50px 0 30px 0;
}
.table_ord TD {
	padding: 0 10px 0 10px;
}
.align_right{
	text-align: right;
}
.verde{
	color: #7FC758;
}

.content1 { margin: 0 0; }

.contentBriciole { margin: 0 12px;}

.contentradio { margin: 0 0 0 70px; }

.barra_verde{
	background-color: #80C758;
	padding: 8px 0 8px 15px;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
}
.sss{
	margin: 0 0 10px 0;
}

/* FINE ANDREA */



.formBox #dotsBar  {
	display: block;
	height: 6px;
	background: url('../images/bg-red-dots.gif') center bottom repeat-x;	
}

.formBox fieldset {
	margin: 0;
	padding: 0 0 0 0;
	border: none;
	/*background: transparent url('../images/bg-red-dots.gif') top left repeat-x;	*/
}

.formBox legend { display: none; }

.formBox fieldset h3 { margin: 0; }

.formBox .formNote {
	margin-bottom: 25px;
	text-align: right;
	color: #7fc758;
}

.formBox fieldset div {
	margin-bottom: 12px;
}

.formBox fieldset label {
	float: left;
	display: block;
	width: 90px;
	font-weight: bold;
	line-height: 20px;
}

.formBox fieldset input.textField { width: 389px; margin-bottom:5px; margin-left:10px; }

.formBox fieldset input.textFieldCorto { width: 95px; margin-bottom:15px; margin-left:29px; }

.formBox fieldset input.textFieldMedio { width: 135px; margin-bottom:15px; margin-left:5px; margin-right:5px }

.formBox fieldset select.textField { width: 100px; margin-left:29px; }

.formBox fieldset input.check { margin-left:25px; }

.formBox .extraField { padding-left: 126px; }

.formBox .message {
	margin: 15px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #7fc758;
	background: transparent url('../images/bg-red-dots.gif') left top repeat-x;	
}

.formBox .message textarea {
	/*display: block;*/
	width: 68%;
	margin-bottom: 5px;
	/*margin: 0 auto;*/
}

.formBox h3.payBar a {
	vertical-align: middle;
	padding-left: 10px;
}

.actionsBar {
	position: relative;
	height: 20px;
	margin-bottom: 5px;
}

.borderBar {
	height: 70px;
	padding-top: 10px;
	border-top: 1px solid #7fc758; 
}

.borderBar p strong,
.borderBar p span {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-weight: bold;
}

.borderBar p strong { color: #7fc758; }

.actionsBar h3 { margin:  0; }

.formBox .noBorder {
	height: 20px;
	border: none;
}

.actionsBar a.left {
	position: absolute;
	left: 0;
	bottom: 0;
}

.actionsBar a.right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.formBox #payResult {
	margin-bottom: 20px;
}

.formBox #payResult h3 {
	padding: 5px 0;
	background: #F2F2F2 url('../images/bg-star.png') center left no-repeat;	
	text-indent: 30px;
	height: 1%;
}

.formBox #payResult p {
	line-height: 22px;
	margin-bottom: 5px;
	font-size: 130%;
} 

.formBox #payResult p  span {
	color: #7fc758;
	font-weight: bold;
}


.actionsBar {
	position: relative;
	height: 20px;
	margin-bottom: 5px;
}

.borderBar {
	height: 70px;
	padding-top: 10px;
	border-top: 1px solid #b1515d; 
}



/* Notifica inserimento dati */

.notify {
	margin-bottom: -20px;
	padding: 3px 0 3px 42px;
	border: 1px solid #FF0000;
	background: transparent url('../images/bg-notify-error.png') 10px 50% no-repeat;	
	font: normal 130% "Trebuchet MS", Tahoma, Verdana;
	color: #FF0000;
}

.notify ul { 
	margin: 10px 0 10px 50px;
	padding: 0;
}

.notify ul a,
.notify ul a:visited {
	color: #FF0000;
	font-size: 90%;
}









/* Copyright note */

#copy {
	position: absolute;
	left: 215px;
	bottom: 5px;
	color: #888888; 
}

/* Navigazione pagina */

.pageNavLinks,.pageNavLinks_noborder {
	position: relative;
	height: 15px;
	padding: 10px 0; 
	margin: 5px 0 10px 0;
	border-top: 1px solid #7FC758;
}
.pageNavLinks_noborder {
	border: none;
}


.pageNavLinks a.prev,.pageNavLinks a.next,.pageNavLinks a.top {
	position: absolute;
	color: #7FC758;
	text-decoration: none;
}
.pageNavLinks_noborder a.prev,.pageNavLinks_noborder a.next,.pageNavLinks_noborder a.top {
	position: absolute;
	color: #7FC758;
	text-decoration: none;
}
.pageNavLinks a.prev {
	padding-left: 10px;
	background: #FFFFFF url('../images/buttons/pagenav-back.png') 0 6px no-repeat;
	text-decoration: none;
}

.pageNavLinks a.next {
	padding-right: 10px;
	background: #FFFFFF url('../images/buttons/pagenav-next.png') 100% 6px no-repeat;
}

.pageNavLinks a.top { right: 0; }
.pageNavLinks_noborder a.prev {
	padding-left: 10px;
	background: #FFFFFF url('../images/buttons/pagenav-back.png') 0 6px no-repeat;
}

.pageNavLinks_noborder a.next {
	padding-right: 10px;
	background: #FFFFFF url('../images/buttons/pagenav-next.png') 100% 6px no-repeat;
}
.pageNavLinks a:hover { text-decoration: underline;}
.pageNavLinks_noborder a:hover { text-decoration: underline;}
.pageNavLinks_noborder a.top { right: 0; }

.topBorder {
	border-bottom: none;
	border-top: 1px solid #7fc758;
}

.clean { 
	margin: 0;
	padding: 5px 10px;
	border: none;
}

/* Condizioni  */

#conditions {
	background: #F9E5E6;
	padding:  0 14px 18px 14px;
	margin-bottom: 15px;
	border-top: 1px solid #F9E5E6;
}

#conditions h4 {
	font-size: 100%;
	margin: 14px 0 3px 0;
	color: #7fc758;
}

#conditions ul {
	margin: 5px 0 12px 0;
	list-style-type: none;
}

#conditions ul li {
	margin:0; 
	padding: 0;
	text-indent: 8px;
	background: transparent url('../images/bg-conditions-item.png') center left no-repeat;	
}

#conditions .bordered {
	padding: 0 0 20px 0;
	background:  #F9E5E6 url('../images/bg-red-dots.gif') bottom left repeat-x;
}



/* Box immagine */

.imageBox {
	position: relative;
	margin: 0 0 10px 0;
	padding-bottom: 45px;
	overflow: hidden;
}

.botDotted {
	margin-bottom: 20px;
	background:  #FFFFFF url('../images/bg-red-dots.gif') bottom left repeat-x;
}

.puntini {
	margin-bottom: 20px;
	background:  #FFFFFF url('../images/bg-red-dots.gif') bottom left repeat-x;
}

.botDotted p { padding-bottom: 10px;}

.solidBotBorder { border-bottom: 1px solid #7fc758; }

.imageBox img {
	float: left;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px solid #7fc758;
}

.imageBox h3 { 
	margin: 0;
	font: bold 130% Tahoma, Verdana, Arial; 	
}

.imageBox h3.boxTitle {
	margin-bottom: 8px;	
} 

.imageBox h3.small {
	font-size: 100%;
} 

.imageBox h4 { 
	margin: 0;
	font-size: 100%;
	font-weight: bold; 	
}

.imageBox img.link {
	margin-top: 65px;
	border: 0;
	padding: 0;
	
}

.imageBox p { 
	margin: 0;
}

.imageBox p.high { 
	font-weight: bold;
	margin-top: 8px;	
}

.imageBox p.collegamenti,
.imageBox p.partenze {	
	/*margin: 15px 0;	*/
	margin: 5px 0 0 0;
}

.imageBox p.durata { 
	color: #7fc758;
	font-weight: bold;
}

.imageBox p.address,
.imageBox a.more{
	position: absolute;
	left: 142px;
	bottom: 0;	
} 

.imageBox a.more {
	padding-right: 10px;
	background: transparent url('../images/buttons/view.png') center right no-repeat;
}

.imageBox .info {
	display: block;
	width: 100%;
	margin-top: 5px;
	clear: left;
	font-weight: bold; 
	color: #7FC758;
}

.imageBox a.botLinks {
	margin-top: 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.imageBox .price,
.imageBox .price1,
.imageBox .price2{
	position: absolute;
	bottom: 36px;
	right: 0;
	z-index: 2;
}

.imageBox .price { bottom: 45px; }
.imageBox .price1 { bottom: 51px; }
.imageBox .price2 { bottom: 33px; }

.imageBox .price strong,
.imageBox .price1 strong,
.imageBox .price2 strong {
	color: #7FC758;
	font-size: 130%;
	padding-left: 5px;
}

.imageBox .go {  
	position: absolute;
	right: 0;
	bottom: 15px;
}

.imageBox .goUp {
	 bottom: 25px;
}

.imageBox .go img {
	padding: 0;
	margin: 0;
	border: none;
}  

.imageBox a.botLinks span {
	padding-right: 10px;
	background: transparent url('../images/buttons/pagenav-next.png') center right no-repeat;
}




.detail {
	border: none;
	padding: 0;
	margin-bottom: 24px;
} 

.detail img {
	margin: 0 12px 0 0;
	background: #FFFFFF;
}

.detail p { margin-bottom: 11px; }

.detail p.availables { color: #EF41B0; }
.detail p.selectQuotes { font-weight: bold; }

.detail p span {
	 font-weight: bold;
	 font-size: 130%; 
}


/* Riepilogo dati */

.riepilogo p {margin-bottom: 3px;}
.riepilogo p span {
 	color: #EF41B0;
}

.userData {
	margin-bottom: 20px;
	padding-top: 8px;
	background: transparent url('../images/bg-red-dots.gif') top left repeat-x;	
}

.userData ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.userData ul span { font-weight: bold; }


/*
.right img {
	float: right;
	margin: 0 0 0 8px;
}*/





/* Links di servizio */

#extraLinks {
	position: absolute;
	top: 5px;
	left: 215px;
	width: 525px;
	padding: 0 0 10px 0;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #004f94;
}



#extraLinks li {
	display: inline;
	height: 12px;
}

#extraLinks li a,
#extraLinks li a:visited {
	display: block;
	float: left;
	color: #004F94;
	padding: 0 3px;
	line-height: 12px;
	border-right: 1px solid #004F94;
}

#extraLinks li a#lastLink { border: none; }


p, blockquote, pre, ol, dl, ul, form {
	line-height: 1.3em;
	margin: 0;
}

form { margin: 0; padding: 0; }


input,
textarea,


 {
	/*width: 125px;*/
	font-size: 110%;
}

/*
input:focus,
textarea:focus,
select:focus {
	background: #FFEEB2;
}*/


input.button {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color: #0D1673;
	font-weight:bold;
	font-size: 90%;
	background:url(../images/bg-login-btn.gif) repeat-x left top;
	padding: 1px 0.3em;
    width: 0;
    overflow:visible;
}

input.button[class] {
    width: auto;
}

h3.dotted {
	position: relative;
	clear: left;
	margin: 30px 0 20px 0;
	padding-top: 20px;
	background:  #FFFFFF url('../images/bg-red-dots.gif') top left repeat-x;
}

.centerBox {
	float: left;
	width: 162px;
	margin: 0 10px 20px 0;
	padding: 0;
	color: #000000;
}

.centerBox h2 {
	margin: 0 0 8px 0;
	font-size: 130%;
}

.centerBox h3 {
	font-size: 120%;
	color: #000000;
	margin: 10px 0 2px 0;
}

.centerBox ul {
	list-style-type: none; 
	padding: 0;
	margin-top: 10px;
}

.centerBox li { padding: 2px;}

.centerBox ul a,
.centerBox ul a:visited {
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	background: transparent url('../images/buttons/arrow-black.png') center left no-repeat;
}


.leftBox h2 { color: #C01E24; }
.centerBox h2 { color: #F20000; }
.rightBox h2 { color: #006FB6; }

.rightBox { 
	width: 160px;
	background: none;
	margin-right: 0; 
}

.centerBox p {
	margin-bottom: 10px;
} 

.centerBox a.viewMore {
	padding-right: 10px;
	color: #006FB6;
	background: transparent url('../images/buttons/arrow-blue.png') center right no-repeat;
}
.linkpadd {
	padding: 8px 10px; 
}







.select_off{ width: 190px; }
.radio_offerte,.radio_offertemargine{
	font-weight: bold; 
	margin-bottom: 30px;
}
.radio_offertemargine{
	margin: 0 0 0 70px; 
}
h5 {
	padding: 30px 0 22px 0;
	position: relative;
	font: bold 140% "Trebuchet MS", Tahoma, Verdana;
	color: #7fc758;
	text-indent: 0;
	margin: 0;
}
h5 a {
	position: absolute;
	right: 0;
	top: 35px;
	font-size: 70%;
	text-indent: 10px;
}

h5 a.back {
	background: #FFFFFF url('../images/buttons/pagenav-back.png') 0 6px no-repeat;
}
dl{ font-weight: bold; }
dt{  }
.prezzo_off{ margin: 68px 0 0 45px; text-align: right;}
.puls_pren{ margin: 8px 0 0 27px; text-align: right;}
.contsxdx{ width: auto; height: 120px; background: url('../images/bg-red-dots.gif') bottom left repeat-x;
padding: 10px 0; margin: 10px 0 0 0;}
.cont_sx { width: 200px;}
.cont_dx { width: 160px;}

