/* 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; padding-bottom: 20px;}

.content { margin: 0 12px; }
.content p { 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;
}
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;*/
}

#offerte 
{
    position:absolute;
    top:230px;
}

h1 span { display: none; }

h2 {
	font: bold 210% "Trebuchet MS", Tahoma, Verdana;
	color: #EF41B0;
	text-indent: 0;
	margin: 0 0 8px 0;
	margin:0;
}
h2 span {
	display: block;
	font-size: 70%;
}
h2.bar,
h2.barTitle {
	clear: left;
	margin: 40px 0 0 0;
	padding: 2px 0 2px 12px;
	color: #FFFFFF; 
	background: #EF41B0;
	font-size: 160%;
}

h2.barTitle { 
	margin: 20px 0 0 0;
	font-size: 160%;
 }
 
 h2.barTitle span {
 	display: inline;
 	margin: 0;
 	font-size: 90%;
 } 
h2.bar,
h2.barQuota {
	margin: 20px 0;
	padding: 4px 0 4px 12px;
	color: #FFFFFF; 
	background: #EF41B0;
	font-size: 130%;
}

h2.barQuota { margin: 30px 0 0 0; }

h3 {
	font: bold 140% "Trebuchet MS", Verdana, Tahoma, Tahoma, Verdana;
	color: #EF41B0;
	margin: 0 0 8px 0;
}



h4 {
	font: bold 100% "Trebuchet MS", Verdana, Tahoma, Tahoma, Verdana;
	color: #EF41B0;
	margin: 0 0 8px 0;
}

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: #004F94;
	font-weight: normal;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.hidden {
	display: none;
	position: absolute;
	top: -1000px;
	left: -2000px;
}

.invisible { visibility: hidden; }


/* Clearings */

/*#wrapper:after {
    content: "."; 
    display: block; 
    height: 0;
    background: red; 
    clear: both; 
    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 3px;
	/*background: #FFFFFF url('../images/bg-langsel.png') bottom center no-repeat;*/
}

#langSel,
#langSel a,
#langSel a:visited { color: #7F7F7F; }


/* Menu principale */

#mainMenu {
	width: 531px;
	height: 32px;
	margin: 0 0 9px 0;
	padding: 0;
	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;
	height: 16px;
}

#mainMenu li a,
#mainMenu li a:visited {
	display: block;
	float: left;
	width: 81px;
	height: 16px;
	padding: 0 3px;
	margin-top: 8px;
	color: #FFFFFF;
	background: #EF41B0;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}

#mainMenu li a#current,
#mainMenu li a:hover {
	color: #FFFFFF;
} 

#mainMenu li a#last { border: none; }


/*  Breadcrumb */

#breadcrumb,
#breadcrumb a { color: #EF41B0; }

#breadcrumb { margin: 20px 0 20px 0; }

/* Itinerario */

#itinerario {
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
}

#itinerario li {
	margin: 6px 0;
}

#itinerario span { font-weight: bold; margin-right: 24px;}

/* Box form quota */

.formBox {
	position: relative;
	margin: 0;
	padding: 10px 15px;
	background: #F2F2F2;	
}

.formBox h2 {
	margin-top: 8px;
	font-size: 130%;
}

.formBox h3 { font-size: 130%; }

.formBox h3.modeTitle {
	margin-top: 10px;
	color: #000000;
}

.formBox dl { margin: 0 0 17px 0; }

.formBox dt { display: none; }

.formBox dd {
	margin: 0;
	color: #EF41B0;	
	font-weight: bold;
}

.formBox ul {
	margin: 17px 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

.formBox .totale {
	position: absolute;
	top: 155px;
	right: 16px;
	text-align: right;
	font-size: 125%;
	font-weight: bold;
}

.formBox .totale span {
	font-size: 100%;
	color: #EF41B0;
}

.formBox fieldset {
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	border: none;
	background: transparent url('../images/bg-red-dots.gif') 20px left repeat-x;
}

.formBox legend { display: none; }

.formBox fieldset h3 { margin-top: 0; }

.formBox .formNote {
	position: absolute;
	top: 220px;
	right: 16px;
	color: #EF41B0;
}

.formBox fieldset div {
	margin-bottom: 12px;
}

.formBox fieldset label {
	float: left;
	display: block;
	width: 130px;
	font-weight: bold;
	line-height: 20px;
}

.formBox fieldset input.textField { width: 360px; }

.formBox .extraField { padding-left: 126px; }


.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;
}

.formBox .message 
{  
	margin: 20px 0;
	padding-bottom: 30px;
	border-top: 1px solid #EF41B0;
	border-bottom: 1px solid #EF41B0;
}

.formBox .message label { display: none; }

.formBox .message textarea {
	display: block;
	width: 98%;
	margin: 0 auto;
}

.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 h3.payBar a {
	vertical-align: middle;
	padding-left: 20px;
}

.formBox .actionsBar {
	position: relative;
	height: 40px;
	border-top: 1px solid #EF41B0;
}

.formBox .noBorder {
	height: 20px;
	border: none;
}

.formBox .actionsBar a.left {
	position: absolute;
	left: 0;
	bottom: 5px;
}

.formBox .actionsBar a.right {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.formBox #payResult {
	margin-bottom: 20px;
}

.formBox #payResult p {
	line-height: 22px;
	margin-bottom: 5px;
	font-size: 130%;
}

/* 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: 15px;
	color: #888888; 
}

/* Navigazione pagina */

.pageNavLinks,.pageNavLinks_noborder {
	position: relative;
	height: 15px;
	padding: 10px 0; 
	margin: 5px 0 0 0;
	border-top: 1px solid #EF41B0;
}
.pageNavLinks_noborder {
	border: none;
}


.pageNavLinks a.prev,.pageNavLinks a.next,.pageNavLinks a.top {
	position: absolute;
	color: #EF41B0;
}
.pageNavLinks_noborder a.prev,.pageNavLinks_noborder a.next,.pageNavLinks_noborder a.top {
	position: absolute;
	color: #EF41B0;
}
.pageNavLinks a.prev {
	padding-left: 10px;
	background: #FFFFFF url('../images/buttons/pagenav-back.png') 0 6px no-repeat;
}

.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_noborder a.top { right: 0; }

/* Condizioni  */

.conditions { text-align: justify; }



/* Box immagine */

.imageBox {
	margin: 20px 0 5px 0;
	padding-bottom: 18px;
	overflow: hidden;
	height: 1%;
}
.imageBox_dotted {
	overflow: hidden;
	height: 1%;
	background: transparent url('../images/bg-red-dots.gif') top left repeat-x;	
	padding-bottom: 10px;
	padding-top: 10px;
}

.imageBox img {
	float: left;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px solid #EF41B0;
}

.imageBox h3 { 
	margin: 0;
	font: bold 130% "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 	
}

.imageBox img.link {
	margin-top: 65px;
	border: 0;
	padding: 0;
	
}

.imageBox p {  margin: 0; }

.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%; 
}

.detail p span.pic {
	 font-weight: bold;
	 font-size: 120%; 
}

/* 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; }




/* 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;
	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,
select {
	/*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;
}
