@charset "UTF-8";
.inputext, .inputitle{
  border:1px solid #ced4de;
  height:18px;
  width:185px;
  _width: 168px;
  padding:3px 0 0 5px;
}
#codegeo1 {
	float: left;
	width:192px; 
	_width: 173px;
}
#postcode { float: left; }
.smallinput{
  border:1px solid #ced4de;
  height:18px;
  width:90px;
  padding:3px 0 0 5px;
  margin-right:5px;
}

.inputitle{
  width:460px;
}

.description{
  width:465px;
  *width:460px;
  height:115px;
}

.inputitle2{
  width:680px;
}

.description2{
  width:680px;
  *width:680px;
  height:115px;
}

.inputfile{
  margin-top:10px;
  position:relative;
}

label{
  color:#464f75;
  font-size:12px;
  font-weight: bold;
}


/************************************
*   BOTTOM HEADER
*************************************/

.bottomHeader{
  background-color: #fff;
  height: 108px;
  z-index: 1;
  position: relative;
}

.bottomHeader .content{
  height: 122px;
  width: 960px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.bottomHeader .content .title{
  float:left;
  display:inline;
  height: 30px;
  width: 129px;
  margin:30px 0 0;
}

.bottomHeader .content .subtitle{
  float:right;
  display:inline;
  height: 35px;
  width: 407px;
  margin:30px 0 0;
}
.buttonsCont {
	width:960px;
	border-bottom:1px solid #bebebe;
	height:32px;
	float:left;
	margin-top:10px;
}
.bottomHeader .content ul.buttons{
  float:left;
  display:inline;
  clear:both;
  list-style:none;
  padding:0;
  margin:0;
  width: 500px;
}

.bottomHeader .content ul.buttons li{
  float:left;
  clear:none;
  display:inline;
  height:33px;
  cursor: pointer;
  margin:0 10px 0 0;
  background:#fff;
  color:#3e5194;
}

.bottomHeader .content ul.buttons li a{
  color:#3e5194;
  padding:0 8px;
  line-height:32px;
  display:block;
  height:32px;
  font-weight:bold;
  font-size:14px;
  text-align:center;
  border-bottom:1px solid #bebebe;
}

.bottomHeader .content ul.buttons li a.i_tuoi_itinerari_off{
  width:105px;
}

.bottomHeader .content ul.buttons li a.i_tuoi_itinerari_off:hover,
.bottomHeader .content ul.buttons li a.i_tuoi_itinerari_on{
  width:105px;
  background: url(../images/i_tuoi_itinerari_on.gif) no-repeat bottom left;
  border-bottom:none;
  height:33px;
  color:#fff;
}


.bottomHeader .content ul.buttons li a.tuoi_dati_off{
  width:70px;
}

.bottomHeader .content ul.buttons li a.tuoi_dati_off:hover,
.bottomHeader .content ul.buttons li a.tuoi_dati_on{
  width:70px;
  background: url(../images/tuoi_dati_on.gif) no-repeat bottom left;
  border-bottom:none;
  height:33px;
  color:#fff;
}

.bottomHeader .content ul.buttons li a.crea_itinerario_off{
  width:105px;
}

.bottomHeader .content ul.buttons li a.crea_itinerario_off:hover,
.bottomHeader .content ul.buttons li a.crea_itinerario_on{
  width:105px;
  background: url(../images/crea_itinerario_on.gif) no-repeat bottom left;
  border-bottom:none;
  height:33px;
  color:#fff;
}

.bottomHeader .content ul.buttons li a.crea_tappa_off{
  width:80px;
}

.bottomHeader .content ul.buttons li a.crea_tappa_off:hover,
.bottomHeader .content ul.buttons li a.crea_tappa_on{
  width:80px;
  background: url(../images/crea_tappa_on.gif) no-repeat bottom left;
  border-bottom:none;
  height:33px;
  color:#fff;
}

.bottomHeader .content ul.buttons li a.inviaci_tappa_off{
  width:112px;
  background: url(../images/pulsanti/crea_tappa_singola.gif) no-repeat top left;
}


.bottomHeader .content ul.buttons li a.inviaci_tappa_off:hover,
.bottomHeader .content ul.buttons li a.inviaci_tappa_on{
  width:112px;
  background: url(../images/pulsanti/crea_tappa_singola.gif) no-repeat bottom left;
}

.bottomHeader .content ul.buttons li a.consigli_faq_off{
  width:81px;
  background: url(../images/pulsanti/btn_consigli_faq.gif) no-repeat top left;
}

.bottomHeader .content ul.buttons li a.consigli_faq_off:hover,
.bottomHeader .content ul.buttons li a.consigli_faq_on{
  width:81px;
  background: url(../images/pulsanti/btn_consigli_faq.gif) no-repeat bottom left;
}

#riepilogo_tappe {
	float:right;
	height:32px;
	line-height:32px;
	color:#2b2b2b;
	font-size:14px;
}
#riepilogo_tappe .tappe, #riepilogo_tappe .itinerari {
	background:url(/images/bandierina_piccola.gif) 0 6px no-repeat;
	font-weight:bold;
	padding:10px 0 10px 20px;
}
#riepilogo_tappe .itinerari {
	background:url(/images/bandierine_varie.gif) 0 2px no-repeat;
	padding-left:37px;
}

#crea_steps {
	list-style:none;
	margin:40px 0 0;
	float:left;
	width:275px;
	height:117px;
	padding:0;
	font-size:14px;
	color:#475177;
}
#crea_steps li {
	margin-bottom:10px;
	height:29px;
	width:275px;
	background:url(/images/crea_step_off.gif) 0 0 no-repeat;
}
#crea_steps li .step_nr {
	margin:4px;
	display:block !important;
	float:left;
	height:21px;
	line-height:21px;
	width:21px;
	text-align:center;
	font-weight:bold;
}
#crea_steps li .testo {
	margin:4px 0 4px 6px;
	display:block !important;
	float:left;
	height:21px;
	line-height:21px;
}
#crea_steps li.on {
	background:url(/images/crea_step_on.gif) 0 0 no-repeat;
	color:#fff;
}

.feedback {
	width:205px;
	color:#2b2b2b;
	padding:15px 0 25px 60px;
	margin-top:20px;
	float:left;
	border-bottom:1px dashed #999;
}
.feedback ul {
	padding:0 0 0 10px;
	margin:10px 0 0;
}
.feedback.no {
	background:url(/images/feedback_no.gif) 0 0 no-repeat;
}
.feedback.ok {
	background:url(/images/feedback_ok.gif) 0 0 no-repeat;
}

#need_help {
	display:block;
	width:265px;
	height:58px;
	overflow:hidden;
	line-height:999px;
	text-indent:-999px;
	background:url(/images/need_help.gif) 0 0 no-repeat;
	margin-top:17px;
	float:left;
}

/************************************
*   CORPO TUOI DATI
*************************************/
#user_form_wrapper ul.path_dati{
  width: 300px;
}
.corpo{
	margin:0 auto;
	padding:0;
	position:relative;
	width:960px;
	z-index:3;
}
/*.bg_corpo { background: url(../images/bg_corpo.gif) no-repeat bottom left; }*/

.corpo .col-left{
  clear: left;
  float:left;
  display:inline;
  width: 275px;  
  margin:0 0px 0 0;
}
/*
.corpo .col-left ul.error_list{
  background: url(../images/validation_error.gif) no-repeat left top;
  margin: 0;
  padding: 0 10px 0 15px;
  list-style: none;
  color: #ff3333;
  font-weight: bold;
  
  width: 194px;
  float:left;
  height: auto;
  font-size: 12px;
}

.corpo .col-left ul.error_list li{
  float:none;
  display: inline;
  padding-right:0;
  padding-top: 0;
}

.corpo .col-left ul{
  width: 194px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #4b4b4b;
  background: url(../images/hdot.gif) repeat-x bottom;
  margin:0px;
    padding:0px;
  float:left;
  height: 60px;
}

.corpo .col-left ul li a{
  color: #4b4b4b;
  background: url(../images/freccia_navigatore_blu.gif) center right no-repeat;
  padding-right: 11px;
}

.corpo .col-left ul li.current a{
  color: #364377;
  background: none;
}

.corpo .col-left ul li{
  float:left;
  display: inline;
  padding-right:7px;
  padding-top: 25px;
}

.corpo .col-left ul li.first{
  list-style: none;
}

.corpo .col-left ul li.current{
  color: #364377;
  float:left;
  display: inline;
  padding-right:10px;
}

*/

.corpo .col-left h1{
  padding: 30px 0 10px 0;
  width:100%;
}

.corpo .col-left p{
  padding-bottom: 15px;
  padding-right: 18px;
}

.corpo .col-left .file{
  position:relative;
}

.corpo .col-left .file img.profFoto{
  border:1px solid #e2dfd9;
  float:left;
  display:inline;
  margin: 10px 7px 0 7px;
}
.corpo .col-left .file .infoFoto{
  float:right;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display:inline;
  width: 92px;
  height: 163px;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/user/testoimmg.png) no-repeat top left;  
}

.corpo .col-left .file .infoFoto{
  *background-image: none; 
  *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 
  src = "/images/user/testoimmg.png", 
  SizingMethod = "scale" 
  );
}

.corpo .col-left .title{
  font-size:12px;
  font-weight:bold;
  color: #364377;
  clear:both;
  *clear:none;
  padding:8px 18px 3px 0;
  margin:0;
}
.corpo .col-left .smalltitle{
  font-size:12px;
  font-weight:bold;
  color: #364377;
  padding:5px 18px 3px 0;
  margin:0;
  width:85px;
}

.corpo .col-left .titleNoPadding,
  .corpo .col-right .titleNoPadding{
  font-size:12px;
  font-weight:bold;
  color: #364377;
  margin:0;
  padding:0 0 10px 0;
}

/* AMBITI */

.corpo .col-right .ambiti .ambiti_sx{
  margin-right:10px;
  width:250px;  
}

.corpo .col-right .ambiti .ambiti_dx{
  width:230px;  
}

.corpo .col-right .listambito{
  margin:0;
  padding:2px 0 !important;
}

.corpo .col-right .listambito label{
  font-weight: normal !important;
}

.corpo .listambito input {
  float: left;
}

.corpo .listambito {
  clear: both;
}

.corpo .ambiti {
  margin: 10px 0;
}
/* FINE AMBITI */

.corpo .col-right .textdescriviti{
  height: 150px;
  width: 525px;
  margin:10px  0 0 0;
  padding:4px;
  border: 1px solid #ced1dd;
  float:left;
}

.corpo .col-left .iscrizione_concorso{
  position:relative;
  margin:10px 0 0 0px;
}

.corpo .col-left .iscrizione_concorso input{
  position:absolute;
  left:0;
  top:0;
  margin: 1px 0 0 0;
  padding:0 0 0 0;
  width:13px;
  height:13px;
}

.corpo .col-left .iscrizione_concorso label{
   margin: 0 0 0 0;
  padding:0 0 0 0;
  display: block;
  margin-left: 25px;
  width: 170px;
  color:#464f75;
  font-weight:bold;
  font-size: 12px;
}


.corpo .col-left img.elimina_account{
  margin-right:15px;
}


.corpo .col-right{
  float:left;
  display:inline;
  width: 665px;
  margin: 0 0 0 0;
  position:relative;
  min-height:729px;
  background:url(/images/italia.gif) 0 0 no-repeat;
}

#user_form_wrapper .col-right{
_width: 670px !important;
padding:0 0 0 20px;
overflow: hidden;
}
.corpo .col-right h1{
  padding-top:15px;
  margin:0;
}

.corpo .col-right p {
  padding-right:30px;
}

.corpo .col-right .dati_principali{
  width:685px;
  float:left;
  position:relative;
  background: #fff url(../images/bg_top_reg_right.jpg) no-repeat top left;
  padding: 40px 0 0 15px;
  display: inline;
}
.corpo .col-right .dati_secondari{
  width:685px;
  float:left;
  position:relative;
  background: url(../images/bg_bottom_it.gif) no-repeat bottom center;
  padding: 0px 0 0 15px;
  margin: 0 0 0 0 ;
  display: inline;
}

/*\*/ * html .corpo .col-right .dati_principali { padding-bottom:5px !important;} /**/ 

.corpo .col-right .dati_principali h2.registra{
  float:left;
  clear:both;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display:inline;
  width: 210px;
  height: 23px;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/titoli/registrazione.gif) no-repeat top left;  
  }
.corpo .col-right .dati_principali h2.modifica{
  float:left;
  clear:both;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display:inline;
  width: 102px;
  height: 23px;
  font-size:16px;
  /* text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  */
  background: url(../images/titoli/modifica.gif) no-repeat top left;  
  }
.corpo .col-right .dati_principali span.obbligatori{
  position: absolute;
  right:20px;
  top:0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display:inline;
  width: 90px;
  height: 8px;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/titoli/dati_obblig.png) no-repeat top left;  
}
.corpo .col-right .dati_secondari span.secondari,
.corpo .col-right .dati_principali span.secondari {
  position: absolute;
  right:20px;
  top:0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display:inline;
  width: 77px;
  height: 8px;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/titoli/dati_facol.png) no-repeat top left;  
}

.corpo .col-right .dati_principali .contentDati{
  float:left;
  width: 672px;
  height:262px;
 /* background: url(../images/bg_datiPrincipali.jpg) no-repeat top left;*/
}
.corpo .col-right .dati_secondari .plusDati{
  float:left;
  width: 672px;
  height:292px;
/*  background: url(../images/bg_plusDati.jpg) no-repeat top left;*/
}

.corpo .col-right .dati_principali .contentDati .leftCol,
  .corpo .col-right .dati_secondari .plusDati .leftCol{
  float:left;
  padding: 8px 0 0 10px;
  width: 325px;
  height:264px;
}
.corpo .col-right .dati_principali .contentDati .rightCol{
  float:left;
  padding: 0 0 0 10px;
  width: 325px;
  height:202px;
}
  .corpo .col-right .dati_secondari .plusDati .rightCol{
  float:left;
  padding: 10px 0 0 10px;
  width: 325px;
  height:280px;
}

.corpo .col-right .dati_principali p, .corpo .col-right .dati_secondari p{
  padding:5px 0;
  margin:0;
}

#gender ul.radio_list{
  display: inline;
  float: left;
  list-style: none;
  padding: 0;
  margin: 2px 0 0 0px;
}

#gender ul li{
  display: inline;
  float: left;
  list-style: none;
  padding: 0;
}

#family{
  width:100%; 
  padding:9px 0;
}

#family ul{
  display: inline;
  float: left;
  list-style: none;
  padding: 0;
  margin: 2px 0 0 0px;
}

#family ul li{
  display: inline;
  float: left;
  list-style: none;
  padding: 0;
}

#child ul{
  display: inline;
  float: left;
  list-style: none;
  padding: 0;
  margin: 2px 0 0 0px;
}

#child ul li{
  display: inline;
  float: left;
  list-style: none;
  padding: 0;
}

.corpo .col-left .bg_bottom_reg{
  background: #FFFFFF url(../images/user/bg_bottom_reg.jpg) no-repeat bottom left;
  float: left;
  display:inline;
  width:237px;
  padding: 0px 0 0 13px;
}

.corpo .col-left .bg_top_reg{
  background:#FFFFFF url(../images/bg_top_reg.jpg) no-repeat scroll left top;
display:inline;
float:left;
padding:16px 0 0 13px;
width:225px;
}


.corpo .col-left .bg_top_registration {
background: transparent none no-repeat top left;
float: left;
height: 255px;
display:inline;
width:225px;
margin-left: 5px;
padding: 10px 0 0 10px;
}

.corpo .col-left .centerBox{
float: left;
display:inline;
width:225px;
padding: 10px 0 0 13px;
}

.corpo .col-left .bg_top_reg .par{
float: left;
display:inline;
width:220px;
margin: 10px 0 0 0;
padding: 0;
clear:both;
height: 10px;
position: relative;
}
.corpo .col-left .bg_top_reg span.obbligatori{
  position: absolute;
  right:20px;
  top:0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display:inline;
  width: 90px;
  height: 8px;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/titoli/dati_obblig.png) no-repeat top left;  
  }

.corpo .col-left .tuo_profilo{
  border: 0px solid;
  padding: 0 0 15px 0;
  display:inline;
  float:left;
  width: 180px;
  height: 19px;
  margin:0px 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/titoli/tuo_profilo.gif) no-repeat top left;
  clear:both;
}
.corpo .col-left .help_me{
  margin:10px 0 0 -5px;
  width:211px;
}

.corpo .col-left .help_me .bd .c .s {
  margin:0px 6px 0px 6px;
  background: #f3f4f7 url(../images/help_me/ms_big.jpg) repeat-x top;
  padding:0 10px;
  position:relative;
}


/************************************
*   CORPO HOME TUOI ITINERARI
*************************************/

.corpo_home{
  width: 925px;
  padding-left: 35px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  position: relative;
}

.corpo_home .col-left,
.corpo_home .col-left-dettagli{
  width: 210px;
  padding-right:10px;
  position: relative;
}

.corpo_home .col-left ul,
.corpo_home .col-left-dettagli ul{
  width: 194px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #4b4b4b;
  background: url(../images/hdot.gif) repeat-x bottom;
  margin:0px;
    padding:0px;
  float:left;
  height: 60px;
}

.corpo_home .col-left ul li a,
.corpo_home .col-left-dettagli ul li a{
  color: #4b4b4b;
  background: url(../images/freccia_navigatore_blu.gif) center right no-repeat;
  padding-right: 11px;
}

.corpo_home .col-left ul li.current a,
.corpo_home .col-left-dettagli ul li.current a{
  color: #364377;
  background: none;
  padding-right:0px;
}

.corpo_home .col-left ul li,
.corpo_home .col-left-dettagli ul li{
  float:left;
  display: inline;
  padding-right:7px;
  padding-top: 25px;
}

.corpo_home .col-left ul li.first,
.corpo_home .col-left-dettagli ul li.first{
  list-style: none;
}

.corpo_home .col-left ul li.current,
.corpo_home .col-left-dettagli ul li.current{
  color: #364377;
  float:left;
  display: inline;
  padding-right:0px;
}

.corpo_home .col-left h1,
.corpo_home .col-left-dettagli h1{
  padding: 30px 0 10px 0;
  width:100%;
}

.corpo_home .col-left-dettagli ol{
  float: left;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.corpo_home .col-left-dettagli ol.ol_nostyle{
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.corpo_home .col-left-dettagli ol.ol_nostyle li a,.corpo_home .col-left-dettagli ol.ol_nostyle li{
  text-decoration: underline;
  padding-bottom: 5px;
}

.corpo_home .col-left p{
  margin:0 0 7px 15px;
}

.corpo_home .col-left .bt_modifica{
  margin:6px 0 0 0;
  width: 130px;
  height: 44px;
  background: url(../images/pulsanti/bt_modifica_profilo.jpg) no-repeat top left;
}

.corpo_home .col-left .bt_modifica:hover{
  background-position:bottom left;
}

.corpo_home .col-left-dettagli p{
  margin:0 15px 7px 0;
}


.corpo_home .col-left p span,
.corpo_home .col-left-dettagli p span{
  color:#576d9d;
  font-weight:bold;
  display:block;
  width: 120px;
}

.corpo_home .col-left .miei_itnerari .help_me .bd .c .s,
.corpo_home .col-left-dettagli .miei_itnerari .help_me .bd .c .s  {
  margin:0px 6px 0px 6px;
  background: #f3f4f7 url(../images/help_me/ms.jpg) repeat-x top;
  padding:10px 0 0 0;
  position:relative;
}

.corpo_home .col-left .miei_itnerari .help_me .bd .c .s h1,
.corpo_home .col-left-dettagli .miei_itnerari .help_me .bd .c .s h1{
  padding:0 10px 10px 10px;
  margin:0 0 0 0;
  width: 185px;
}

.corpo_home .col-left .miei_itnerari .help_me .bd .c .s p,
.corpo_home .col-left-dettagli .miei_itnerari .help_me .bd .c .s p{
  padding:10px;
  margin:0 0 0 0;
  width: 185px;
  background:url(../images/hdot.gif) repeat-x top;
}

.corpo_home .col-left .miei_itnerari .help_me .bd .c .s p span, .corpo_home .col-left .help_me .bd .c .s p span a,
.corpo_home .col-left-dettagli .miei_itnerari .help_me .bd .c .s p span, .corpo_home .col-left .help_me .bd .c .s p span a{
  color:#576d9d;
  font-weight:bold;
  display:block;
  width: auto;
}

.corpo_home .col-right{
  width: 685px;
  position: relative;
  border-left: 1px solid #ced4de;
  border-right: 1px solid #ced4de;
  border-bottom: 1px solid #ced4de;
  background: #f9f9fa;
  padding-bottom: 20px;
  padding-left:15px;
}

.corpo_home .col-right h1{
  padding-top:35px;
  margin:0;
}

.corpo_home .col-right p{
  padding-right:30px;
  text-align:justify;
}

.corpo_home .col-right .crea_itinerario{
  background: url(../images/pulsanti/bt_crea_itinerario_grande.jpg) no-repeat top left;
  height: 75px;
  width: 185px;
  display: block;
  position: relative;
  margin: auto;
}

.corpo_home .col-right .crea_itinerario:hover{
  background-position: bottom left;
}

.corpo_home .col-right .selezione{
  background: #eff0f6;
  height: 109px;
  *height:115px;
  width: auto;
  margin:0 11px 7px 0;
}

.corpo_home .col-right .selezione .descrizione{
  height: 95px;
  width: 480px;
}

.corpo_home .col-right .selezione .bt_vedi{
  height: 45px;
  width: 97px;
  margin-top: 28px;
  background: url(../images/pulsanti/bt_vedi_tuoi_itinerari.jpg) no-repeat top left;
}

.corpo_home .col-right .selezione .bt_vedi:hover{
  background-position: bottom left;
}

.corpo_home .col-right. selezione img{
  margin-top:23px;
}

/************************************
*   CORPO TUOI ITINERARI DETTAGLI
*************************************/

.corpo_home .col-right-dettagli{
  width: 685px;
  position: relative;
  background: #fff;
  padding-bottom: 20px;
  padding-left:15px;
  margin-top:60px;
}

.corpo_home .col-right-dettagli h1{
  margin:0 0 20px 0;
  color: #576d9d;
}

.corpo_home .col-right-dettagli .file{
  margin:0;
  padding: 0px 0 10px 0;
}

.corpo_home .col-right-dettagli .selezione{
  background: #eff0f6;
  height: 72px;
  width: 684px;
  margin:0 0 7px 0;
}

.corpo_home .col-right-dettagli .selezione .numero{
  padding:23px 25px;
  color: #364377;
  font-size: 24px;
  font-family:Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing:-0.4px;
}

.corpo_home .col-right-dettagli .selezione .descrizione{
  height: 62px;
  width: 410px;
  padding-right:25px;
}

.corpo_home .col-right-dettagli .selezione img{
  margin-top:18px;
}

.corpo_home .col-right-dettagli .addremove{
  margin:24px 0 0 5px;
  color:#334073;
  font-size:11px;
  font-family: Helvetica, sans-serif;
  font-weight:bold;
  text-transform:uppercase;
}

.corpo_home .col-right-dettagli .addremove a{
  color:#334073;
}

.corpo_home a.bt_salvaAggiungi,
.corpo_home a.bt_salvaTorna,
.corpo_home a.bt_salvaTappaInvia,
.corpo_home a.bt_salvaCrea,
.corpo_home a.bt_inviaItinerario,
.corpo_home a.bt_salvaItinerario,
.corpo_home a.bt_aggiungiTappa{
  width:161px;
  height:70px;
  margin:10px 0 0 0;
  background: transparent no-repeat top left;
  text-indent:-9999px;
  overflow:hidden;
}

.corpo_home a.bt_salvaAggiungi{
  background-image: url(../images/pulsanti/bt_salvaAggiungi_big.jpg);
}

.corpo_home a.bt_salvaTorna{
  background-image: url(../images/pulsanti/bt_salvaTorna_big.jpg);
}

.corpo_home a.bt_salvaTappaInvia{
  background-image: url(../images/pulsanti/invia_itinerario_cercasfizio.gif);
}

.corpo_home a.bt_salvaCrea{
  background-image: url(../images/pulsanti/bt_salvaCrea_big.jpg);
}

.corpo_home a.bt_inviaItinerario{
  background-image: url(../images/pulsanti/bt_invia_itinerario_enable.jpg);
}

.corpo_home a.bt_salvaItinerario{
  margin:0;
  width:78px;
  background-image: url(../images/pulsanti/bt_salva_big.jpg);
}

.corpo_home a.bt_aggiungiTappa{
  margin:0 14px 0 0;
  width:199px;
  background-image: url(../images/pulsanti/bt_aggiungiTappa.png);
}

.corpo_home a:hover.bt_salvaAggiungi,
.corpo_home a:hover.bt_salvaTorna,
.corpo_home a:hover.bt_salvaTappaInvia,
.corpo_home a:hover.bt_salvaCrea,
.corpo_home a:hover.bt_inviaItinerario,
.corpo_home a:hover.bt_salvaItinerario,
.corpo_home a:hover.bt_aggiungiTappa{
  background-position:bottom left;
}


.corpo .col-right .bottomButton{
  clear: both;
  float:left;
  margin-top:33px;
  position:relative;
  width: 685px;
}
.corpo .col-right .bottomButton .firstBtn{
  position: absolute;
  bottom: 5px;
  right: 30px;
}

.corpo .col-right .bottomButton input{
 width: 101px;
 height: 23px;
 border: 0px solid;
 padding: 0 0 0 0;
 display:inline;
 margin:0px 0 0 0;
 text-indent:-9999px;
 /*line-height:9999px;*/
 overflow:hidden;
 cursor:pointer;
 *display: block;
}
.corpo .col-right .bottomButton input.saveOptionalProfile{
 background: url(../images/user/salvafacoltativi.png) no-repeat top left
}
.corpo .col-right .bottomButton input.saveOptionalProfile:hover{
background: url(../images/user/salvafacoltativi.png) no-repeat bottom left;
}
.corpo .col-right .bottomButton input.saveProfile{
 background: url(../images/user/salva.gif) no-repeat top left
}
.corpo .col-right .bottomButton input.saveProfile:hover{
background: url(../images/user/salva.gif) no-repeat bottom left;
}
.corpo .col-right input.newProfile{
  background: url(../images/user/registrati.png) no-repeat top left;
}
.corpo .col-right input.newProfile:hover{
  background: url(../images/user/registrati.png) no-repeat bottom left;
}

.corpo .col-right .bottomButton .secondBtn{
  position: absolute;
  bottom: 20px;
  right: 190px;
}

 .corpo .col-right .bottomButton a.eliAccount{
  width: 146px;
  height: 33px;
  margin:0px 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/elimina_acc.gif) no-repeat top left;
  cursor:pointer;
  display: block;
 }
 
.corpo .col-right .bottomButton a.eliAccount:hover{
  background: url(../images/pulsanti/elimina_acc.gif) no-repeat bottom left;
}

.corpo .col-right .overlayer{
  position: absolute;
  top:0;
  left:0;
  width:700px;
  height:745px;
  background-color: #fff;
}

.corpo a.nextStep{
  width: 92px;
  height: 23px;
  margin:0px 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/user/vaistep2.gif) no-repeat top left;
  cursor:pointer;
  display: block;
}

.corpo a.nextStep:hover{
    background: url(../images/user/vaistep2.gif) no-repeat bottom left;
}

/************************************
*   BOX PROFILE
*************************************/
.corpo .col-left .tuo_nome{
  padding: 0 0 15px 0;
  display:inline;
  float:left;
  width: 210px;
  height: 25px;
  margin:0px 0 0 0;
  font-size: 20px;
  color:#464f75;
  font-weight: bold;  
}

div.box_image{
  float:left;
  position: relative;
  width: 123px;
  height: 150px;
  padding:20px 0 10px 0px;
}
.box_image img{
  float:left;
}

.corpo .col-left .profileBox,
.corpo .col-left .profileBox *{
  padding: 0 0 0 0;
  margin: 5px 0 0 0;
  float:left;
  width: 95px;
  font-size: 12px;
}
.corpo .col-left .profileBox span{
  color:#464f75;
  font-weight: bold;
  margin-top:25px;
}
.corpo .col-left .profileBox a{
  color:#464f75;
  font-weight: bold;
  margin-top:15px;
  text-decoration: underline;
}

.corpo .col-left .profileBtn{
  float:left;
  display:inline;
  width: 225px;
  margin-top:5px;
}
.corpo .col-left .profileBtn a{
  float:left;
  display:inline;
  width: 92px;
  height:23px;
  margin:0 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  cursor:pointer;
  display: block;
}
.corpo .col-left .profileBtn a.canc{
  background: url(../images/pulsanti/canc_profilo.gif) no-repeat top left;
}
.corpo .col-left .profileBtn a.canc:hover{
  background: url(../images/pulsanti/canc_profilo.gif) no-repeat bottom left;
}
.corpo .col-left .profileBtn a.mod{
  background: url(../images/pulsanti/mod_profilo.gif) no-repeat top left;
  margin-right:20px;
}
.corpo .col-left .profileBtn a.mod:hover{
  background: url(../images/pulsanti/mod_profilo.gif) no-repeat bottom left;
  margin-right:20px;
}
.corpo .col-left .profileBtn a.canc_iti{
  background: url(../images/pulsanti/elimina_iti.gif) no-repeat top left;
}
.corpo .col-left .profileBtn a.canc_iti:hover{
  background: url(../images/pulsanti/elimina_iti.gif) no-repeat bottom left;
}
.corpo .col-left .profileBtn a.mod_iti{
  background: url(../images/pulsanti/modifica_iti.gif) no-repeat top left;
  margin-right:20px;
}
.corpo .col-left .profileBtn a.mod_iti:hover{
  background: url(../images/pulsanti/modifica_iti.gif) no-repeat bottom left;
  margin-right:20px;
}

/****************
* NUOVE REGOLE LEFT-COL
*
***************************/

.corpo .col-left .miei_itnerari{
  float: left;
  display: inline;
  margin-top:10px;
  padding-bottom:20px;
  
}
.corpo .col-left .miei_itnerari h2{
  float:left;
  display:inline;
  width: 79px;
  height:13px;
  margin:10px 0 0 0;
  padding:0 0 10px 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  display: block;
  background: url(../images/titoli/small_tuoi_itinerari.png) no-repeat top left;
}

.corpo .col-left .miei_itnerari .boxItinerario{
  float: left;
  display: inline;
  background: url(../images/bg_point_itinerari.gif) no-repeat top left;
  padding: 10px 0 5px 0;
  width:225px;
}
.corpo .col-left .miei_itnerari .boxItinerario h3,
  .corpo .col-left .miei_itnerari .boxItinerario h3 a,
  .corpo .col-left .miei_itnerari .boxItinerario h3 a:visited,
  .corpo .col-left .miei_itnerari .boxItinerario h3 a:hover{
  color: #464f75;
  font-weight:bold;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 205px;
  float: left;
  display: inline;
  cursor:pointer;
}
.corpo .col-left .miei_itnerari .boxItinerario h4{
  color: #464f75;
  font-weight:bold;
  padding: 0 0 0 0;
  margin: 10px 10px 0 0;
  width: 100px;
  float: left;
  display: inline;
  font-size: 12px;
}
.corpo .col-left .miei_itnerari .boxItinerario span{
  padding: 0 0 0 0;
  margin: 0px 10px 0 0;
  width: 100px;
  float: left;
  display: inline;
}

/******************************
*
* HELPME
*
*********************************/

.corpo .col-left .helpme, 
.corpo_dett .col-left .helpme{
  float:left;
  display:inline;
  width:217px;
  height:214px;
  margin:6px 0 0 0;
  padding:0 0 0 20px;
  background: transparent url(../images/bg_help_itinerari.gif) no-repeat top left;
}

.corpo .col-left .helpme h2,
.corpo_dett .col-left .helpme h2{
  width:111px;
  height:37px;
  margin:16px 0 0 0;
  text-indent:-9999px;
  font-size: 0px;
  overflow: hidden;
  background: transparent url(../images/titoli/h2_helpme.gif) no-repeat top left;
}

.corpo .col-left .helpme p ,
.corpo_dett .col-left .helpme p{
  float:left;
  clear:left;
  width:200px;
  margin:10px 0 0 0;
  font-size:11px;
  color:#4b4b4b;
}

.corpo .col-left .helpme p a ,
.corpo_dett .col-left .helpme p a{
  text-decoration:underline;
  width:auto; 
  float:none;
}

.corpo .col-left .helpme a.btn_redArrow ,
.corpo_dett .col-left .helpme a.btn_redArrow{
  float:left;
  clear:left;
  display:inline;
  width: 25px;
  height: 24px;
  margin:10px 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/btn_redArrow.gif) no-repeat top left;
}

.corpo .col-left .helpme a.btn_redArrow:hover, .corpo_dett .col-left .helpme a.btn_redArrow:hover{
  background: url(../images/pulsanti/btn_redArrow.gif) no-repeat bottom left;
}

/**********************************
*
* ITINERARI CERCATI
*
*
***********************************/


ul.pager {
  float:right;
  display:inline;
  margin: 0 15px 0 0;
  padding: 0 ;
  list-style: none;
  text-align: center;
  white-space:nowrap;
}

ul.pager li {
  margin: 0 3px;
  padding: 0;
  list-style: none;
  display: inline;
  color:#364377;
  font-weight:bold;
}

ul.pager li a img{
  margin:0 0 -2px 0;
}

ul.pager li a, ul.pager li a:visited, ul.pager li a:hover {
  font-weight:normal;
  color:#576d9d;
  text-decoration:none;
}


.corpo .col-cultori{
  float:left;
  display:inline;
  width: 683px;
  min-height:245px;
  height:auto !important;
  height:245px;
  padding:0 0 0 18px;
  margin-top:5px;
  background: url(../images/bg_box_elenco.gif) no-repeat top left;
}

.corpo .col-cultori .title{
  float:left;
  width:310px;
  padding:0;
  margin:20px 0 0 0;
  color:#576d9d;
  font-weight:bold;
}

.corpo .col-cultori .title strong{
  font-size:20px;
  color:#363835;
  font-weight:normal;
  display:block;
}

.corpo .col-cultori .title p{
  margin:0;
}

.corpo .col-cultori .ricerca{
  float:right;
  display:inline;
  width:310px;
  height:37px;
  padding:0;
  margin:0 35px 0 0;
}

.corpo .col-cultori .ricerca div.search{
  float:right;
  width: 219px;
  height:48px;
  background: transparent url(../images/bg_search.gif) top left no-repeat;
}

.corpo .col-cultori .ricerca div.search input {
  border: 0;
  margin:15px 0 0 12px;
  width: 180px;
  background-color: transparent;
  color:#8289a7;
  font-weight:bold;
  font-family:Helvetica, sans-serif;
  font-size:13px;
}

.corpo .col-cultori .ricerca .btn_cerca{
  float:right;
  display:inline;
  width: 71px;
  height: 23px;
  margin:11px 0 0 20px;
  background: url(../images/pulsanti/btn_cerca.gif) no-repeat top left;
}

.corpo .col-cultori .ricerca .btn_cerca:hover{
  background-position:bottom left;
}

.corpo .titoli_ricerca{
  float:left;
  clear:left;
  width:646px;
  padding:20px 0 10px 0;
}

.corpo .titoli_ricerca p{
  float:left;
  margin:0;
  padding:0;
  color:#576d9d;
}
/*****************************************
  *
  *  NUOVE REGOLE COL-RIGHT
  *
*********************************************/  

.corpo .col-right .favouriteProfile{
  float:left;
  display:inline;
  width: 700px;
  padding:0 0 20px 0px;
  /*background: transparent url(../images/bg_pref_top.gif) no-repeat top right;*/
}
.corpo .col-right .favouriteProfile .descFav{
  float:left;
  display:inline;
  width: 587px;
  height:486px;
  padding:0 0 0 110px;
}
.corpo .col-right .favouriteProfile .itinerariPref{
	background: transparent url(../images/bg_pref_bottom.gif) no-repeat bottom right;
  float:left;
  display:inline;
  width: 680px;
  padding:0 0 20px 20px;
  min-height: 450px;
  height: auto !important;
  height: 450px;
}

.corpo .col-right .favouriteProfile span{
  float:left;
  display:inline;
  margin: 0px 0 0 0 ;
  width: 470px;
  position:relative
}
.corpo .col-right .favouriteProfile h4{
  float:left;
  display:inline;
  color: #464f75;
  padding: 0 0 0 0;
  font-weight: bold;
  margin: 40px 0 0 0 ;
  width: 470px;
}

.corpo .col-right .favouriteProfile h2.tuoi_preferiti{
  float:left;
  clear:left;
  display:inline;
  width: 409px;
  height: 53px;
  margin:110px 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/titoli/tuoi_itinerari_preferiti.gif) no-repeat top left;
}

.corpo .col-right .favouriteProfile .creaItinerario{
  position: absolute;
  top:0;
  right:0;
  width: 141px;
  height: 52px;
  margin:0 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/crea_un_itinerario.gif) no-repeat top left;
  cursor: pointer;
}

.corpo .col-right .favouriteProfile .creaItinerario:hover{
  background: url(../images/pulsanti/crea_un_itinerario.gif) no-repeat bottom left;
}

.corpo .col-right .favouriteProfile  .suggerisciTappa{
  position: absolute;
  top:0;
  right:160px;
  width: 141px;
  height: 52px;
  margin:0 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/crea_una_tappa.gif) no-repeat top left;
  cursor: pointer;
}
.corpo .col-right .favouriteProfile .suggerisciTappa:hover{
  background: url(../images/pulsanti/crea_una_tappa.gif) no-repeat bottom left;
}


.corpo .col-right .favouriteProfile .itinerariPref h3{
  font-size: 20px;
  color: #363835;
  float:left;
  display: inline;
  margin: 17px 0 0 0;
  padding: 0 0 20px 0;
  width:677px;
}
/**********************
  *
  *  CREAZIONE NUOVO ITINERARIO
  *
*******************************/
.corpo .col-left .createIti p{
   float:left;
   font-size:12px;
   color:#282a27;
   padding: 10px 0 0 0;
   margin: 0 0 0 0;
   width: 220px;
  }
  .corpo .col-left .createIti span.number{
   float:left;
   display: inline;
   width: 15px;
  }
  .corpo .col-left .createIti span{
   float:left;
   display: inline;
   width: 200px;
  }
.corpo .col-left .createIti a{
  color:#30407a;
  text-decoration: underline;
  float:left;
  display:inline;
  font-size:12px;
  margin-top:5px;
}
.corpo .col-left .box{
  margin-top:15px;
  padding: 0 0 20px 50px;
  position:relative;
  float:left;
  display: inline;
  width: 170px;
}
.corpo .col-left .first{
  background:transparent url(../images/help_me/esempio.png) no-repeat scroll left top;
}
.corpo .col-left .second{
  background:transparent url(../images/help_me/nuovo.png) no-repeat scroll left top;
}
.corpo .col-left .third{
  background:transparent url(../images/help_me/immagine.png) no-repeat scroll left top;
}
.corpo .col-left .box p{
  color: #464f75;
  float:left;
  display: inline;
  width: 160px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/************************
  *
  * COL_RIGHT NUOVE REGOLE FORM
  *
***************************/

.corpo .col-right .creazione,
.corpo .col-right .creazione2{
   padding-left:45px !important;
   padding-right:45px !important;
   padding-bottom: 0px !important;
   width: 612px !important;
}


.corpo .col-right .creazione2{
  margin-top:0px !important;
}

.corpo .col-right .creazione *,
.corpo .col-right .creazione2 *{
  float:left;
}
.corpo .col-right .creazione br,
.corpo .col-right .creazione2 br {
	float: none;
}
.corpo .col-right .creazione h2{
  clear:left;
  margin: 0 0 0 0;
  font-size: 14px;
  color: #464f75;
  font-weight: bold;
  padding:0 0 10px 0;
}

.corpo .col-right .creazione h2.titolo{
  clear:both;
  width: 211px;
  height: 20px;
  margin:3px 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/titoli/form_creazione.gif) no-repeat top left;
}
.corpo .col-right .creazione h2.tit_tappa{
  clear:left;
  color:#464F75;
  font-size:16px;
  font-weight:bold;
  margin:2px 0 0 0;
  padding:0 0 10px;
}

.corpo .col-right .creazione .step_creazione{
  clear:left;
  width: 612px;
  height: 50px;
  padding-bottom:10px;
  margin:15px 0 0 0;
  background: url(../images/bg_step_creazione.jpg) repeat-x top left;
  position:relative;
}
.corpo .col-right .creazione .step_creazione div{
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  height: 45px;
  position: absolute;
  top:0;
}
.corpo .col-right .creazione .step_creazione .step1{
  width: 76px;
  background: url(../images/pulsanti/step1.gif) no-repeat top left;
  left:0;
}
.corpo .col-right .creazione .step_creazione .step1_active{
  width: 76px;
  background: url(../images/pulsanti/step1_active.gif) no-repeat top left;
  left:0;
}
.corpo .col-right .creazione .step_creazione .step2{
  width: 65px;
  background: url(../images/pulsanti/step2.gif) no-repeat top left;
  left:126px;
}
.corpo .col-right .creazione .step_creazione .step2_active{
  width: 65px;
  background: url(../images/pulsanti/step2_active.gif) no-repeat top left;
  left:126px;
}
.corpo .col-right .creazione .step_creazione .step3{
  width: 65px;
  background: url(../images/pulsanti/step3.gif) no-repeat top left;
  left:279px;
}
.corpo .col-right .creazione .step_creazione .step3_active{
  width: 65px;
  background: url(../images/pulsanti/step3_active.gif) no-repeat top left;
  left:279px;
}
.corpo .col-right .creazione .step_creazione .step4{
  width: 65px;
  background: url(../images/pulsanti/step4.gif) no-repeat top left;
  left:430px;
}
.corpo .col-right .creazione .step_creazione .step4_active{
  width: 60px;
  background: url(../images/pulsanti/step4_active.gif) no-repeat top left;
  left:430px;
}
.corpo .col-right .creazione .step_creazione .step5{
  width: 60px;
  background: url(../images/pulsanti/step5.gif) no-repeat top left;
  right:0;
}
.corpo .col-right .creazione .step_creazione .step5_active{
  width: 60px;
  background: url(../images/pulsanti/step5_active.gif) no-repeat top left;
  right:0;
}
.corpo .col-right .info_generiche{
  width: 393px;
}

.corpo .col-right .info_tappa{
  width: 612px;
}

.corpo .col-right .info_secondarie{
	clear: both;
	position: absolute;
	right: 0;
	top: 0;
  width: 169px;
  z-index: 100;
}
.corpo .col-right .creazione .inputitle{
  width: 385px !important;
}
.corpo .col-right .creazione .description,
.corpo .col-right .creazione2 .description{
  width: 385px !important;
  margin: 0 0 0 0;
  padding:3px 0 0 5px;
  font-family: arial;
  font-size: 12px;
}
.corpo .col-right .creazione .inputitle2{
  width: 605px !important;
  padding: 0;
  height:26px;
}
.corpo .col-right .creazione .description2,
.corpo .col-right .creazione2 .description2{
  width: 378px !important;
  margin: 0 0 0 0;
  padding: 3px 5px;
}
.corpo .col-right .creazione label{
  width: 365px !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.corpo .col-right .creazione2 label{
  width: 200px !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.corpo .col-right .creazione2 input.file{
  width: 393px;
  margin: 0 0 0 0;
  padding: 1px;
}
.corpo .col-right .creazione2 input.file2{
  width: 610px;
  margin: 0 0 0 0;
  padding: 1px;
}
.corpo .col-right .creazione2  .boxFoto{
  position:relative;
  width: 457px;
  margin-top:10px;
}
.corpo .col-right .creazione2  .boxFoto2{
  position:relative;
  width: 612px;
  margin-top:10px;
}
.corpo .col-right .creazione2  .boxAdd{
  margin-top:3px;
  width: 393px;
  height: 23px;
  display: block;
}
.corpo .col-right .creazione2  .boxAdd2{
  margin-top:3px;
  width: 612px;
  height: 23px;
  display: block;
}
.corpo .col-right .creazione2  a.bt_addPhoto{
  display: inline;
  float: left !important;
  width: 104px;
  height: 23px;
  margin:2px 0 0 0;
  padding: 0 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/aggiungi_foto.gif) no-repeat top left;
}
.corpo .col-right .creazione2 a.bt_annullaItinerario{
  display: inline;
  width: 146px;
  height: 33px;
  margin:20px 0 0 0;
  padding: 0px 0 0 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/annulla_itinerario.gif) no-repeat top left;
}

.corpo .col-right .creazione2 a.bt_annullaItinerario:hover{
  background: url(../images/pulsanti/annulla_itinerario.gif) no-repeat bottom left;
}

.corpo .col-right .bt_salvaAggiungi{
  display: block !important;
  width: 171px;
  height: 45px;
  margin:0px 0 0 0;
  padding: 0px 0 0px 0;
  position: absolute;
  clear: both;
  bottom: 10px;
  right: 265px;
}
* html .corpo .col-right .bt_salvaAggiungi { right: 245px; }
.corpo .col-right .bt_salvaAggiungi a{
  display: block !important;
  width: 171px;
  height: 45px;
  margin:0px 0 0 0;
  padding: 0px 0 0px 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/salva_itinerario_tappa.gif) no-repeat top left;
}

.corpo .col-right .bt_suggerisciTappa a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/btn_suggerisci_tappa.gif) no-repeat scroll left top;
	display:block !important;
	height:45px;
	margin:0 0 0;
	overflow:hidden;
	padding:0 0;
	text-indent:-9999px;
	width:171px;
}

.corpo .col-right .bt_suggerisciTappa a:hover { background-position: bottom left; }

.corpo .col-right .bt_salvaAggiungi a:hover{
  background: url(../images/pulsanti/salva_itinerario_tappa.gif) no-repeat bottom left;
}

.corpo .col-right .creazione2 .buttonsBox, .corpo .col-right .creazione2 .buttonsBox2{
  width:625px;
  position:relative;
  margin: 40px 0 0 0;
  padding-bottom: 20px !important;
}

.corpo .col-right .creazione2 .buttonsBox{
  margin:0;
  padding:0;
}

.corpo .col-right .creazione2 .buttonsBox .bt_salvaAggiungi2{
  width: 171px;
  height: 45px;
  margin:0px 0px 0 10px;
  padding: 0px 0 0px 0;
  float: right;
}
.corpo .col-right .creazione2 .buttonsBox .bt_salvaAggiungi2 a{
  display: block !important;
  width: 171px;
  height: 45px;
  margin:0px 0 0 0;
  padding: 0px 0 0px 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/salva_itinerario_tappa.gif) no-repeat top left;
}

.corpo .col-right .creazione2 .bt_annullaTorna{
  display: block !important;
  width: 171px;
  height: 45px;
  margin:0px 0 0 0;
  padding: 0px 0 0px 0;
  text-indent:-9999px;
  overflow:hidden;
  background: url(../images/pulsanti/annulla_tappa_e_torna.gif) no-repeat top left;
}

.corpo .col-right .creazione2 .bt_salvaTappaInvia{
  display: block !important;
  width: 171px;
  height: 45px;
  margin:0px 0 0 0;
  padding: 0px 0 0px 0;
  text-indent:-9999px;
  overflow:hidden;
  background: url(../images/pulsanti/invia_itinerario_cercasfizio.gif) no-repeat top left;
}


.corpo .col-right .creazione2 .buttonsBox .bt_salvaTorna{
  display: block !important;
  width: 171px;
  height: 45px;
  margin:0px 0 0 0;
  padding: 0px 0 0px 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/salva_itinerario_torna.gif) no-repeat top left;
}
.corpo .col-right .creazione2 a.bt_aggiungiTappa2{
  display: block !important;
  width: 104px;
  height: 23px;
  margin:0px 0 0 0;
  padding: 0px 0 0px 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/aggiungi_tappa.gif) no-repeat top left;
  cursor: pointer;
  float:right;
}

.corpo .col-right .creazione2 a.bt_addPhoto:hover{
  background: url(../images/pulsanti/aggiungi_foto.gif) no-repeat bottom left;
}

.corpo .col-right .creazione2 a.bt_aggiungiTappa2:hover{
  background: url(../images/pulsanti/aggiungi_tappa.gif) no-repeat bottom left;
}

.corpo .col-right .creazione2 .buttonsBox2 a{
  display: block !important;
  width:147px;
  height:46px;
  margin:0px 0 0 0;
  padding: 0px 0 0px 0;
  text-indent:-9999px;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/invia_itinerario.gif) no-repeat top left;
  cursor: pointer;
}

.corpo .col-right .creazione2 .buttonsBox2 a:hover{
  background: url(../images/pulsanti/invia_itinerario.gif) no-repeat bottom left;
}

.corpo .col-right .creazione2 .buttonsBox2 a.bt_salvaItinerario{
  display: inline !important;
  width:171px;
  height:45px;
  margin:0px 0 0 5px;
  padding: 0px 0 0px 0;
  text-indent: -999em;
  /*line-height:9999px;*/
  overflow:hidden;
  background: url(../images/pulsanti/salva_itinerario.gif) no-repeat top left;
  cursor: pointer;
}

.corpo .col-right .creazione2 .buttonsBox2 a.bt_salvaItinerario:hover{
  background: url(../images/pulsanti/salva_itinerario.gif) no-repeat bottom left;
}

/************************
  *
  * CLASSI CONSIGLI E FAQ
  *
***************************/


.faq_first{
  width:612px;
  background-color:#FFFFFF;
  background:url(../images/bg_top_reg_right.jpg) top left no-repeat;
  padding:13px 6px 0 45px;
  position:relative;
  }
  
.faq_second{
  width:612px;
  height:auto;
  min-height:300px;
  background-color:#FFFFFF;
  background:url(../images/bg_bottom_reg_right.jpg) bottom left no-repeat;
  padding:0 43px 15px 45px;
  position:relative;
  }
  
.corpo .col-right .faq_first h2.titolo {
  margin:3px 0 0;
  width:400px;
  color:#C80706;
  font-size:20px;
  font-weight:bold;
}

.corpo .col-right .faq_first p.question, .corpo .col-right .faq_first p.answer, .corpo .col-right .faq_second p.question, .corpo .col-right .faq_second p.answer { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#464F75;
  }
  
.corpo .col-right .faq_first p.answer, .corpo .col-right .faq_second p.answer{
  color:#403F3F;
}

.corpo .col-right .faq_first p.answer a, .corpo .col-right .faq_second p.answer a{
  text-decoration:underline;
}

.corpo .col-right .faq_first p.question, .corpo .col-right .faq_second p.question {
  font-weight:bold;
  }
  
option{
  display:block !important;
  float:none !important;
}

#formRegistrazioneUtenti .path_dati {
  width: 200px;
}

#form_header {
  background: url(../images/bg_path_dati.jpg) no-repeat top left !important;
  height: 36px;
  margin-bottom: 15px;
  width: 936px;
}

.corpo .col-left .bg_top_registration.step1 {
  background-image: url(../images/user/baloon.png);
}
.corpo .col-left .bg_top_registration.step1 {
  *background-image: none; 
  *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 
    src = "/images/user/baloon.png", 
    SizingMethod = "scale"
    );
}

.corpo .col-left .bg_top_registration.step2 {
  background-image: url(../images/user/torna_allo_step.png);
  margin: 0;
  padding: 0;
  width: auto;
}

.corpo .col-left .bg_top_registration.step2 {
  *background-image: none; 
  *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 
    src = "/images/user/torna_allo_step.png", 
    SizingMethod = "scale" 
  );
}
.corpo .col-left .bg_top_registration.step2 a {
  display: block;
  height: 147px;
  width: 237px;
}

#user_steps {
  display: inline;
  float: right;
  list-style: none;
  margin: -3px 0 0 0;
}
#user_steps li {
  display: block;  
  float: left;
  height: 46px;
  width: 157px;
}
#user_steps li.active {
  font-weight: bold;
}

#user_steps li.active {
  background: transparent url(../images/user/tab_registrazione.png) repeat scroll 0 0;
}
#user_steps li.active {
  *background-image: none; 
  *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 
    src = "/images/user/tab_registrazione.png", 
    SizingMethod = "scale"
  );
}
#user_steps li.step1 span {
  background: transparent url(/images/user/step1.png) no-repeat scroll 0 0;
}

#user_steps li img {
  display: block;
  margin: 0 auto;;
  margin-top: 15px;
}

.corpo label {
  display: block;
  float: left;
  line-height: 18px;
  width: 135px;
}

.corpo .formfield {
  float: left;
}
.corpo .error_list {
  padding-bottom: 0;
  clear: left;
  float: left;
  margin-top: 2px;
}

.corpo .iscrizione_concorso label, #optin_permission label, #optin_barilla_permission label, .corpo li label {
  width: auto;
}

#optin_permission label, #optin_barilla_permission label {
  float: none;
}
#iscrizione_concorso, #optin_permission input, #optin_barilla_permission input, #gender input, #family input, #child input, .ambiti input {
  float: left;
  margin: 0;
  margin-right: 5px;
}
#iscrizione_concorso {
 margin-left: 5px; 
}
#optin_permission p, #optin_barilla_permission p {
  margin-top: 2px;
}

.corpo .row {
  clear: both;
  display: inline;
  float: left;
  margin: 9px 0;
  width: 100%;
}
.corpo .row input {
  margin-right: 15px;
}
#privacy {
  clear: left;
  width: 100%;
}
#autorizzazioni {
  margin-left: 45px;
  width: 300px;
}

#autorizzazioni input {
  left: -25px;
}

#autorizzazioni .bottomButton {
  width: 300px;
}

#user_form_wrapper {
  background: transparent url(../images/user/sfondo-sfumato-down.jpg) no-repeat scroll center bottom;
  float: left;
  padding-bottom: 15px;
}

#user_form_wrapper h1 {
  color: #C80706;
  float: left;
  padding: 0 0 15px 0;
}
#user_form_wrapper .notice {
  clear: both;
  float: left;
  width: 100%;
}
#user_form_wrapper .notice p {
  float:  right;
  margin-top: 0;
}

#user_form_wrapper .col-right {
  margin-top: 20px;
}
#user_form_wrapper ul.error_list {
  width: 170px;
}

#map_edit_canvas div div div {
	float: none;
	display: block;
}

.corpo .col-right .creazione2 .mceEditor *, 
.corpo .col-right .creazione .editor * 
{ float: none; }

#address, #city { 
	width: 185px;
	_width: 170px;
  padding:0;
  font-family: arial;
  font-size: 12px;
  height: 26px; 
}

#regione { height: 23px !important; }
#provincia { height: 23px !important; }
#province { height: 23px !important; }

.corpo .col-right .creazione .info_secondarie label { width: 150px !important; }

input.trova_mappa {
	width: 134px;
	height: 25px;
	float: left;
	display: inline;
	text-indent: 999em;
	line-height: 999em;
	overflow: hidden;
	font-size: 0;
	background: url(../images/cerca_sulla_mappa.gif) no-repeat top left;
	border: none;
	cursor: pointer;
	margin: 24px 0 0 10px;
	position: absolute;
	top: 0;
	right: 0;
}
input.trova_mappa:hover {
	background-position: bottom left !important;
}

#imagesBox div.image {
	padding-top: 20px; 
	float: left;
	display: inline;
	width: 130px;
}

.mceEditor { clear: left; }
.mceEditor * { float: none !important; }


div.fileinputs {
  position: relative;
  display:inline;
  float:left;
  width:100%;
  height:23px;
  margin:0;
  padding:0;
}

div.fileinputs input.file {
  position: absolute;
  right:0;
  top:0;
  z-index: 2;
  width:352px;
  height:23px; 
  display:inline;
  margin:0;
  padding:0;
  -moz-opacity:0 ;
  filter:alpha(opacity: 0);
  opacity: 0;
  text-align:right;
  cursor:pointer;
}

div.fileinputs div.fakefile {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display:inline;
  float:left;
  width:457px;
  height:28px;
}

div.fileinputs div.fakefile input {
  font-family: Arial;
  position:absolute;
  z-index:1;
  float:left;
  left:0px;
  top:1px;
  width:360px;
  height:21px;
  margin:0;
  padding:2px 0 3px 0;
  background-color:#FFF;
  border:none;
  color:#000;
  font-size:12px;
  line-height:11px;
  border: 1px solid #C1C9D9;
}

div.fileinputs div.fakefile img {
  cursor: pointer;
  position:absolute;
  right:0px;
  top:1px;
  z-index:1;
  float:left;
  clear:none;
  margin:0 0 0 20px;
  padding:0;
}
div.fileSize
{
  float:left;
  clear: left;
  margin: 10px 0 0 110px;
  width: 280px;
}


.corpo .col-right .creazione2 .boxAdd2 { padding: 3px 0 25px 0; }

.corpo .col-right .creazione2 .boxAdd2 a {
  float: left;
  display: inline;
  width: 104px;
  height: 23px;
  text-indent:-9999px;
  margin: 0px 0 0 0;
  overflow:hidden;
  background: url(../images/pulsanti/aggiungi_foto.gif) no-repeat top left; 
}

.itinerariPref .selezione {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/bg_selezione.gif) no-repeat scroll left top;
clear:left;
float:left;
margin:5px 0 0;
overflow:hidden;
width:659px;
}

.itinerariPref .selezione .sel_neutral {
	margin-top: 7px;
	padding-bottom: 15px;
	background:transparent url(../images/bg_selezione.gif) no-repeat bottom left;
}

.itinerariPref .selezione .numero {
color:#364377;
display:inline;
float:left;
font-size:30px;
font-weight:bold;
margin:28px 0 0;
text-align:center;
width:82px;
}
.itinerariPref .selezione .descrizione {
display:inline;
float:left;
margin:11px 50px 0 0;
width:400px;
}
.itinerariPref .selezione .descrizione h2 {
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
}
.itinerariPref .selezione .descrizione p {
float:left;
font-size:11px;
margin:0;
overflow:hidden;
padding:5px 0;
}
.itinerariPref .selezione .descrizione .valutazione {
clear:left;
float:left;
width:100%;
}
.itinerariPref .selezione .descrizione .valutazione strong {
color:#647DAC;
float:left;
font-size:11px;
margin:8px 7px 0 0;
padding:0;
}
.itinerariPref .selezione .descrizione .valutazione .rating, .rating {
height:19px;
margin:5px 0 0;
}
.itinerariPref .selezione .descrizione .valutazione .rating img, .rating img {
margin:0;
}

.itinerariPref .selezione img {
margin-top:28px;
}
.itinerariPref .selezione a.btn_vedi {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/pulsanti/btn_vedi.gif) no-repeat scroll left top;
cursor:pointer;
display:inline;
float:left;
font-size:0;
height:23px;
margin:34px 0 0 35px;
overflow:hidden;
text-indent:-9999px;
width:71px;
}
.itinerariPref .selezione a.btn_vedi:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/pulsanti/btn_vedi.gif) no-repeat scroll left bottom;
}
.itinerariPref .selezione a.btn_modifica {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/pulsanti/modifica_iti.gif) no-repeat scroll left top;
cursor:pointer;
display:inline;
float:left;
font-size:0;
height:23px;
margin:15px 0 0 10px;
overflow:hidden;
text-indent:-9999px;
width:92px;
}
.itinerariPref .selezione a.btn_modifica:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/pulsanti/modifica_iti.gif) no-repeat scroll left bottom;
}
.itinerariPref .selezione a.btn_elimina {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/pulsanti/elimina_iti.gif) no-repeat scroll left top;
cursor:pointer;
display:inline;
float:left;
font-size:0;
height:23px;
margin:10px 0 0 10px;
overflow:hidden;
text-indent:-9999px;
width:92px;
}
.itinerariPref .selezione a.btn_elimina:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/pulsanti/elimina_iti.gif) no-repeat scroll left bottom;
}
.itinerariPref .selezione a.btn_vedi:hover {
background-position:left bottom;
}

.dati_secondari .selezione {
	width: 612px;
	background: url(../images/bg_selezione_small.gif) no-repeat top left;
	min-height: 109px;
	height: 109px!important;
}

.dati_secondari .selezione .descrizione {
	display:inline;
	float:left;
	margin:9px 20px 0 0;
	padding:0 0 5px;
	width:350px;
	overflow: hidden;
}

.corpo .col-right .creazione2 .buttonsBox a:hover { background-position: bottom left !important; }

#imagesBox div.image a {
  background: url(../images/pulsanti/bt_elimina_item.gif) no-repeat top left;
  width: 13px;
  height: 12px;
  float: left; 
  display: inline;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 15px 0 5px;
}

.titoli_ricerca ul.pager {
  margin-right: 6px;
 }
 
 * html .col-right { overflow: hidden; width: 690px !important; }
 * html .info_generiche { overflow: hidden; width: 612px !important; }
 
 input.default, textarea.default {
   color: #666;
 }
.info_tappa h3 {
	float:none !important;
	clear:both;
	color:#000;
}
/*******************************************
		creazione tappa
*******************************************/
#primo_titolo, #secondo_titolo, #terzo_titolo {
	width:388px;
	height:23px;
	background:url(/images/inserisci_caratt_gen.png) 0 0 no-repeat;
	overflow:hidden;
	line-height:999px;
	text-indent:-999em;
	float:left;
}
#secondo_titolo {
	width:398px;
	height:23px;
	background:url(/images/aggiungi_sfizio.png) 0 0 no-repeat;
}
#terzo_titolo {
	width:364px;
	height:23px;
	background:url(/images/inserisci_rif_geo.png) 0 0 no-repeat;
}
.disclaimer {
	font-size:14px;
	color:#2b2b2b;
	text-align:justify;
	margin:15px 0 30px !important;
	padding:0 !important;
	width:457px;
	float:left;
}
.disclaimer strong {
	float:none !important;
}
.info_tappa {
	width:500px !important;
}
.corpo .col-right .creazione label, .corpo .col-right .creazione2 label{
	width: 457px !important;
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
	color:#2b2b2b;
	font-weight:normal;
	font-size:14px;
}
.corpo .col-right .creazione label *, .corpo .col-right .creazione2 label * {float:none !important;}
#om_product_id, #category_id, #contour_whim_id {
	width:457px !important;
	height:29px !important;
}
#closing_day {
	width:163px !important;
	height:29px !important;
}
#description, #category_description, #contour_whim_description, #links {
	width:457px !important;
	height:166px;
	padding:0 !important;
}
#tag, #category_name_stage, #phone {
	width:457px !important;
}
#imagesBox {
	width:457px !important;
}
.boxFoto {
	height:93px;
}
.bt_addPhoto, .corpo .col-right .creazione2 a.bt_addPhoto {
	float:left;
	width:154px;
	height:28px;
	background:url(/images/aggiungi_immagine.gif) 0 0 no-repeat;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	margin-top:16px;
}
.corpo .col-right .creazione2 a.bt_addPhoto:hover {
	background:url(/images/aggiungi_immagine.gif) 0 0 no-repeat;
}
.perSubmit {
	width:600px;
	border-top:1px dashed #999;
	margin-top:40px;
	padding-top:30px;
	padding-bottom:20px;
	float:left;
}
#vai_step_2 {
	width:222px;
	height:36px;
	background:url(/images/02_aggiungi_sfizio.gif) 0 0 no-repeat;
	border:none;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	cursor:pointer;
	float:right;
}
#vai_step_3 {
	width:282px;
	height:36px;
	background:url(/images/03_aggiungi_rif_geo.gif) 0 0 no-repeat;
	border:none;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	cursor:pointer;
	float:right;
}
#salva_tappa {
	width:202px;
	height:36px;
	background:url(/images/04_salva_tappa.gif) 0 0 no-repeat;
	border:none;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	cursor:pointer;
	float:right;
}
.icona_info {
	width:26px;
	height:26px;
	background:url(/images/icona_info.gif) 0 0 no-repeat;
	float:left;
	margin-left:15px;
	display:block;
}
.divOpenClose {
	width:441px;
	height:37px;
	background:url(/images/div_chiuso.gif) 0 0 no-repeat;
	line-height:37px;
	padding-left:20px;
	font-size:16px;
	cursor:pointer;
}
label.higher {
	height:35px;
}
#morning_opening_time_hour, #morning_opening_time_minute,
#morning_closing_time_hour, #morning_closing_time_minute,
#afternoon_opening_time_hour, #afternoon_opening_time_minute,
#afternoon_closing_time_hour, #afternoon_closing_time_minute {
	width:60px;
	height:26px;
	border:1px solid #C1C9D9;
}
/**********************************************
		creazione itinerario
**********************************************/
#gestisci_tappe {
	width:256px;
	height:24px;
	background:url(/images/gestisci_tappe.png) 0 0 no-repeat;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
}
.corpo.createRoute {
	padding-top:35px;
	background:url(/images/italia.gif) 125px -3px no-repeat;
	width:940px;
	min-height:729px;
	font-size:14px;
	line-height:18px;
}
.corpo.createRoute .notice {
	margin:0;
	float:left;
}
.corpo.createRoute .col-left {
	background:none;
	width:457px;
}
.corpo.createRoute.step2 .col-left {
	background:none;
	width:275px;
}
.corpo.createRoute .col-right {
	background:none;
	width:457px;
	margin-left:22px;
}
#your_routes {
	margin:30px 0;
	float:left;
}
#your_routes h3 {
	height:33px;
	line-height:33px;
	width:930px;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#2b2b2b;
	margin:0;
	background:#eaeaea;
}
#your_routes h3 .blue {
	color:#3146a1;
}
#your_routes ul {
	margin:20px 0 0;
	padding:0 0 0 20px;
}
#your_routes ul li {
	width:900px;
}
#your_routes ul li span {
	text-transform:uppercase;
	font-weight:bold;
}
#your_routes ul li .ok {
	margin-left:20px;
	color:#00b53c;
}
#your_routes ul li .no {
	margin-left:20px;
	color:#ff0200;
}
#tue_tappe, #tappe_community {
	text-transform:uppercase;
	font-size:14px;
	line-height:45px;
	background:url(/images/tue_tappe.gif) 0 0 no-repeat;
	height:39px;
	width:401px;
	padding-left:57px;
	color:#2b2b2b;
	margin:0;
}
#tuo_itinerario {
	text-transform:uppercase;
	font-size:14px;
	line-height:45px;
	background:url(/images/tuo_itinerario.gif) 0 0 no-repeat;
	height:39px;
	width:394px;
	padding-left:64px;
	color:#2b2b2b;
	margin:0;
}
.corpo.createRoute.step2 .col-left #tuo_itinerario {
	width:211px;
	margin-bottom:5px;
}
.corpo.createRoute.step2 .col-left .tappaSmall {
	padding:15px;
	border-bottom:1px dashed #999;
}
.corpo.createRoute.step2 .col-left .tappaSmall h3, h5 {
	font-size:14px;
	color:#2b2b2b;
	margin:0;
}
.corpo.createRoute.step2 .col-left .tappaSmall h5 {
	font-weight:normal;
}
.lista_tappe {
	list-style:none;
	margin:5px 0 0;
	padding:0;
	float:left;
}
.lista_tappe li {
	width:438px;
	padding:10px 10px 15px;
	border-bottom:1px dashed #999;
	position:relative;
}
.lista_tappe li h3 {
	font-size:16px;
	color:#2b2b2b;
	margin:0;
	font-weight:bold;
}
.lista_tappe li h5 {
	font-size:14px;
	margin:0;
	font-weight:normal;
}
.lista_tappe li .tappa_completa {
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	width:100px;
	height:18px;
	background:url(/images/tappa_completa.gif) 0 0 no-repeat;
	display:block;
	margin-top:5px;
}
.lista_tappe li .tappa_incompleta {
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	width:111px;
	height:18px;
	background:url(/images/tappa_incompleta.gif) 0 0 no-repeat;
	display:block;
	margin-top:5px;
}
.stageControls {
	position:absolute;
	bottom:6px;
	right:0;
	font-size:12px;
	color:#2b2b2b;
}
.addStage {
	width:100px;
	height:26px;
	display:block;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	background:url(/images/aggiungi.gif) 0 0 no-repeat;
	margin-left:10px;
	position:relative;
	top:-4px;
}
.stageControls a {
	float:left;
	text-decoration:underline;
}
.stageControls .divisore {
	float:left;
	margin:0 10px;
}
.pagination {
	width:458px;
	height:20px;
	margin-top:25px;
	float:left;
	text-align:center;
	position:relative;
}
.pagination ul {
	margin:0 0 0 120px !important;
	display:block !important;
	height:20px !important;
	border:none !important;
	padding:0;
	list-style:none;
	float:left;
}
.pagination ul li {
	float:left !important;
	width:20px !important;
	min-height:20px !important;
	height:20px !important;
	line-height:20px !important;
	color:#fff !important;
	background:#6e79cd !important;
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	text-align:center;
	font-weight:bold;
}
.pagination ul li a:link, .pagination ul li a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:20px;
	height:20px;
	background:#fff;
}
.pagination ul li a:hover, .pagination ul li a:active {
	color:#6e79cd;
}
.pagination ul li.linkFirst {
	margin-right:30px !important;
}
.pagination ul li.linkLast {
	margin-left:30px !important;
}
#suggest_header {
	margin-top:30px;
}
.corpo.createRoute .col-left .bg_bottom_reg {
	width:458px;
}
.corpo.createRoute .col-left .bg_bottom_reg h2 {
	font-size:16px;
	color:#2b2b2b;
}
#miei_itinerari {
	position:relative;
	width:458px;
	height:80px;
	float:left;
}
select.styled {
	margin:0;
	position:relative;
	left:-229px;
	width:229px !important;
}
.tappa_itinerario {
	border-bottom:1px dashed #999;
	margin:15px 0;
	position:relative;
	padding-left:15px;
}
.tappa_itinerario h3 {
	font-size:16px;
	color:#2b2b2b;
	margin:0 0 5px;
}
.tappa_itinerario h5 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 15px;
}
.tappa_itinerario .remover {
	position:absolute;
	bottom:5px;
	right:5px;
	font-size:12px;
	text-decoration:underline;
}
#completa_itinerario {
	width:180px;
	height:36px;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	background:url(/images/completa_itinerario.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	margin-top:20px;
	float:right;
}
/****************************************
	anteprima tappa modal
****************************************/
#modal_corpo_dett {
	padding:25px;
	background:#fff;
}
#modal_corpo_dett .tappa{
	position:relative;
	float:left;
	margin:0;
	width:624px;
	padding: 0 0 0 0px;
	border:1px solid #cdcdcd;
}

#modal_corpo_dett .tappa .box_sinistro{
	width:auto;
	padding:20px;
	width:370px;
	border-right:1px dashed #cdcdcd;
}

#modal_corpo_dett .tappa .box_sinistro .icona_tappa{
	margin:0 0 0 10px;
	width: 30px;
	height: 30px;
	background: url(../images/ico_tappa.png);
	position:absolute;
	top: 8px;
	left:10px;
}

#modal_corpo_dett .tappa .box_sinistro h1{
	font-size:20px;
	font-weight:bold;
	color:#2b2b2b;
}
#modal_corpo_dett .tappa .box_sinistro h1 .blue{
	color:#415599;
}

#modal_corpo_dett .tappa .box_sinistro p{
	font-size:14px;
	padding:10px 0 10px 0px;
	width:374px;
}

#modal_corpo_dett .tappa .box_sinistro .anteprima_big{
	width: 382px;
	height: 108px;
	/*background:url(../images/bg_anteprima_itinerario_big.gif) no-repeat;*/
	position:relative;
	margin-left:-5px;
	padding-bottom:5px;
}
#modal_corpo_dett .results .tappa .box_sinistro .anteprima_big { margin-left: -14px; }

#modal_corpo_dett .tappa .box_sinistro .anteprima_big .prev,
#modal_corpo_dett .tappa .box_sinistro .anteprima_big .previous_button{
	position:absolute;
	left:7px;
	top:49px;
	background: transparent url(../images/pulsanti/bt_anteprima_left_small.gif) no-repeat;
	width:14px;
	height:14px;
	float:left;
	cursor:pointer;
}

#modal_corpo_dett .tappa .box_sinistro .anteprima_big .next,
#modal_corpo_dett .tappa .box_sinistro .anteprima_big .next_button{
	position:absolute;
	right:7px;
	top:49px;
	background: transparent url(../images/pulsanti/bt_anteprima_right_small.gif) no-repeat;
	width:14px;
	height:14px;
	float:left;
	cursor:pointer;
}

/*#modal_corpo_dett .tappa .box_sinistro .anteprima_big .previous_button_disabled,
#modal_corpo_dett .tappa .box_sinistro .anteprima_big .next_button_disabled{
	display:none;
}*/

/* HORIZONTAL CAROUSEL ANTEPRIMA BIG */
.bigCarousel{
	float:left;
	display:inline;
	position:relative;
	clear:left;
}

.bigCarousel .container{
  float:left;  
  clear:left;
  width: 342px;
  height:85px;
  margin:14px 0 0 20px;
  overflow: hidden !important;
  position:relative;
}
* html #bigCarousel .container{
	margin: 13px 0 0 10px;
}

.bigCarousel ul {
  margin: 0;
  padding:0;
  width: 10000px;
  height:85px;
  position: relative;
  top: 0;
  left: 0;
  float:left;
}

.bigCarousel ul li {  
  list-style:none;
  float:left;
  padding:0 5px 0 5px;
  margin:0;
  width:104px;
  height:85px;
  overflow:hidden;
  text-align:center;
}
/* FINE HORIZONTAL CAROUSEL ANTEPRIMA BIG */

#modal_corpo_dett .tappa .box_destro{
	width:195px;
	padding:8px 8px 158px 10px;
	font-size:13px;
	position:relative;
}

#modal_corpo_dett .tappa .box_destro .prodotto_tipico, #modal_corpo_dett .tappa .box_destro .sfizio_contorno {
	background:url(/images/bg_e9.gif);
	margin-bottom:9px;
}
#modal_corpo_dett .tappa .box_destro .prodotto_tipico span, #modal_corpo_dett .tappa .box_destro .sfizio_contorno div.contInt {
	padding:11px 18px 13px;
	float:left;
	display:inline;
}
#modal_corpo_dett .tappa .box_destro .prodotto_tipico h2 {
	width:195px;
	height:28px;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	background:url(/images/prodotto_tipico.gif) 0 0 no-repeat;
}
#modal_corpo_dett .tappa .box_destro .sfizio_contorno h2 {
	width:195px;
	height:28px;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	background:url(/images/sfizio_contorno.gif) 0 0 no-repeat;
}
#modal_corpo_dett .tappa .box_destro .sfizio_contorno .contInt h3 {
	float:left;
	color:#2b2b2b;
	font-size:13px;
	margin:0;
}

#modal_corpo_dett .tappa .box_destro h2{
	float:left;
	margin: 0 0 0 0;
	width: 150px;
	font-size:12px;
	color:#364377;
}

#modal_corpo_dett .tappa .box_destro p{
	padding:0 0 5px 0;
  margin: 0 0 0 0;
  width: 150px;
  float:left;
	text-align: left;
}

#modal_corpo_dett .tappa .box_destro p span{
	color:#364377;
	font-weight:bold;
	padding-top:5px;
}

#modal_corpo_dett .tappa .box_destro p a{
	color:#403f3f;
	text-decoration:none;
}

#modal_corpo_dett .tappa .box_destro .more_on{
	padding-top:10px;
}

.tappa_rustica {
	position:absolute;
	bottom:7px;
	right:7px;
}
#closeTappa {
	width:27px;
	height:27px;
	position:absolute;
	top:20px;
	right:20px;
	background:url(/images/closeTappa.gif) 0 0 no-repeat;
	cursor:pointer;
}
#parte_di {
	margin:10px 0 25px;
	font-size:14px;
	color:#2b2b2b;
}
#info_generiche {
	width:314px;
	height:23px;
	background:url(/images/info_generiche.png) 0 0 no-repeat;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
}
#info_geografiche {
	width:331px;
	height:23px;
	background:url(/images/info_geografiche.png) 0 0 no-repeat;
	overflow:hidden;
	line-height:999em;
	text-indent:-999em;
	margin:30px 0;
}
.corpo.createRoute .col-right .dati_principali {
	padding:7px 0 0 !important;
	background:none;
}
.corpo.createRoute .col-right .dati_secondari {
	padding:0 !important;
	background:none;
}
.corpo.createRoute .col-right .dati_principali .notice strong {
	float:none !important;
}
.corpo.createRoute .col-right .box_secondari {
	width:200px;
}
.corpo.createRoute .col-right #tag {
	width:160px !important;
}
#agreeT {
	float:left !important;
	margin-top:20px;
}
#agreeSpan {
	float:left !important;
}
#formRegistrazioneUtenti .col-left, #formAccountUtenti .col-left {
	width:240px;
}
#formRegistrazioneUtenti .col-right, #formAccountUtenti .col-right {
	width:685px;
	background:none;
}
#formRegistrazioneUtenti #address, #formRegistrazioneUtenti #city,
#formAccountUtenti #address, #formAccountUtenti #city {
	width:185px;
	height:18px;
	padding:3px 0 0 5px;
}
.corpo.faq .col-right {
	background:none;
}
