 /*googleWebFont*/

@import 'https://fonts.googleapis.com/css?family=Hind:400,700|Roboto:400,700';
/*input button*/


/*RESET Gen*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline; - ele 15-02-2013*/
	vertical-align:top
  

}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}


html, body
{
  height:100%;

  
}
/*FINE RESET*/

/*dissolvenze morbide*/
* { transition: color 0.6s ease-out 0s, background-color 0.6s ease-out 0s, border-color 0.6s ease-out 0s, opacity 0.6s linear 0s;}
a{color:#0290cc; text-decoration:none;  transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s; }

/*Custom Reset*/
body {
  background-color:#ffffff;
  font-family:'Roboto','Hind', sans-serif;
  font-size:14px;
  color: #414546;
  line-height: 1.7em;
  margin:0 auto;
  height:100%;
  
    
}

/* sistema form */
form {margin: 0;}
/* nico 18/09/2012 */
/*fieldset {border: 1px solid #414546; margin: 0 0 1.5em 0; padding: 5px; background: #fff;}*/
fieldset {
  /*border: 1px solid #414546; *//*ele: bordo delle tebelle*/
  margin: 0px; 
  padding: 5px;
  /*background: #fff;*/}
legend {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; font-weight: bold; margin: 0 0 0.7em 0; padding: 0 0.2em;}
label {
  /*margin: 0 7px 10px 0;*/
  /*font-size:11px; - ele 20-05-13*/
  }
input {
  /*ele*/
  /*margin: 0 5px 0 0; */
  margin: 0 5px 0 0; 
  color: #5e5e5e; vertical-align: middle; font-size: 9pt;}
  
  
textarea {border: 1px solid #bebebe; color: #666667; vertical-align: middle; height:175px; font-size: 9pt;}
select {
  margin: 2px; 
  padding: 2px; 
  border: 1px solid #bebebe; 
  /*color: #5e5e5e; 
  vertical-align: top; /*ele: allineamento verticale sul modulo gestione carrello*/
  font-size: 9pt;}

.nocompiled {border: 1px solid #005bab !important; background: url(../images/ico_input_warning.png) center right no-repeat #fff !important;}
.nocompiled2 {padding: 0 17px 0 0; color: #005bab; background: url(../images/ico_input_warning.png) center right no-repeat !important;}

/**/

table { border-collapse: collapse; border: 0px solid #FFF;}
td { border-collapse: collapse; border: 0px solid #FFF;}
th { /*border-collapse: collapse;*/ border: 0px solid #FFF;
font-family: 'Roboto', sans-serif; 

}

a {color: #414546; text-decoration: underline; outline: none}
a:hover {
  text-decoration: none; 
  /*ele:modifica - color: #414546;*/
  color:#335b96;
    }

p {margin: 0 0 1.3em 0;}
strong {font-weight: 700}

h1,h2,h3,h4,h5,h6 {color: #3F4F5E; /*margin: 0 0 1em 0;*/ padding:0; clear: both;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #414546; text-decoration: none;}

h1{
  font-family: 'Roboto', sans-serif;
  font-size: 22px; 
  font-weight: bold;
  padding-bottom:8px;
  padding-top:15px;
  color:#2d2b2b;
  border:none}
h2{
 font-family: 'Roboto', sans-serif;
  font-size:18px; 
  font-weight: bold;
  padding-top:15px;
  padding-bottom:2px;
  color:#2d2b2b; 
  text-transform:uppercase;
  line-height:1.3em;}
h2.spiegazione {
  font-family: 'Roboto', sans-serif;
  height:20px;
  background-color:#335b96;
  border-radius:5px;
  padding-left:9px;
  font-weight:normal;
  color:#ffffff;
  text-shadow:1px 1px #5176ad;}
h2.spiegazioneShort{
  font-family: 'Roboto', sans-serif;
  height:20px;
  padding-left:9px;
  font-weight:normal;
  color:#377EB0;
  text-shadow:1px 1px #B1CDDD;}
h3{font-family: 'Roboto', sans-serif;font-size: 15px; font-weight: bold; color:#2d2b2b;}
h4{font-family: 'Roboto', sans-serif;font-size: 13px; font-weight: normal;}
h5{font-family: 'Roboto', sans-serif;font-size: 11px;}
h6{font-family: 'Roboto', sans-serif;font-size: 10px;}

ol {margin:0; padding: 0; line-height:normal;}
ul {margin:0; padding: 0; line-height:normal;}
li {margin:0; padding: 0; line-height:normal;}

dl, dt, dd {margin:0; padding: 0;}


.noborder {border: 0px solid #FFF !important;}
.marginclear {margin-right: 0px !important;}
.paddingclear {padding-right: 0px !important;}
.bgclear {background: none !important;}
.clear {clear: both !important;}

.sSmall {font-size: 8pt !important;}
.alignDx {text-align: right;}
.alignCenter {text-align: center}

.floatSx {float: left; }
.floatDx {float: right; }


/****************************/
/* Contenitore Generale */
/****************************/
 
#master{  
  margin: 0 auto;
  height:100%;
  height: auto !important;
  height:100%;

}


    #container{
    width: 1220px;
    margin: 0 auto;
    background-color:none;
    height: auto !important;
    height:100%;
    overflow:hidden;
      }

    #container .wrapper{
    width: 1220px;
    margin: 0 auto;
    height: auto !important;
    height:100%;
    overflow:hidden;
	
      }
    
  #container .b2b{}


#PopUpLayout{
    margin: 0 auto;
    background-color:none;
    height: auto !important;
    height:100%;
    overflow:hidden;
    width:100%;
}

#PopUpLayout .wrapper{
    padding:10px;
    margin: 0 auto;
    height: auto !important;
    height:100%;
    overflow:hidden;
}

#PopUpLayout .b2b{
    background:url(/Images/bgbianco.png) repeat;
    margin-top:9px}


.breadcrumb
{  border-top:1px #bcbbbb solid;
  height:2px;
  width:100%;
  background:url(/images/bgbianco.png) repeat;
  text-indent:20px;
  
  
}

.Pagebreadcrumb{
  border-top:1px #bcbbbb solid;
  height:100%;
  width:100%;
  text-indent:20px;
}

/* Header */
/****************************/

    #header {
    padding-top:20px;
    width: 100%;
	height: 80px;
    margin: 0 auto;
	z-index:1px;
	/* background-color:#EFEFEF;*/
	border-bottom: 1px solid #ddd;
  }

  #header .wrapper{
    width: 1220px;
    margin: 0 auto;
    height: auto !important;
    height:100%;
    }
  
.wrap{

    margin-left:10px;
	margin-right:10px;
   
      }

    #logo {
        width: 300px;
        float: left;
		overflow:hidden;
    }
	#nav{width:900px;float:left;}
    #secondary-nav {
		height:40px;
		height: auto !important;
		overflow:hidden;
		padding:0px;
		margin:auto 0;
		text-align:center;
		background-color: #414546;
		width:100%;	
        }
	
	#secondary-wrap{
		width:1170px;
		margin:0 auto;
		height:100%;
		
	}
		
	#secondary-nav img{
		margin:10px;
		margin-left:auto;
		margin-right:auto;
		
		
			}
		
	td.centra{
		align:center;
		
	}
		
  #lingua{
    clear:both;
    height:15px;
    margin-right:20px;
  }
  #Secondlogo{
    width:200px;
    
  }
  #ricerca{
  float:right;
  margin-top:20px;
  }
 /* Navigazione */
/****************************/

    #nav {

        margin: 0 auto;
    	vertical-align:bottom;
		
   }
  
  
    #nav .wrap{
        width: 1220px;
        min-height: 100%;
        height: auto !important;
        height:100%;
		margin:0 auto;
  }

#nav .wrap p
{
	height:30px;
	background-color:#0f3977;
	color:#ffffff;
	padding-left:25px;
	font-family: 'Roboto', sans-serif;
	padding-top:4px;
	
}

/* Contenuti */
/****************************/

    #content {
        width: 1220px;
        margin:1.5em 0;
    	padding:0px;
		min-height: 100%;
        height: auto !important;
        height:100%;

    }

#contentCms {
        width: 1170px;
        float: left;
        margin:0;
		margin-left:5px;
    	padding:0px;
		min-height: 100%;
        height: auto !important;
        height:100%;
    }   
	
/*stili per i paragrafi dentro content CMS*/


#contentCms div{
	padding:3px;}

#contentCms h1{
	font-size: 30px; 
	text-align:center;	
	color:#333333;
	text-shadow:1px 1px #dddddd;
	font-weight:bold;
}

#contentCms h2{
	font-size:25px;
	color:#999999;
	text-shadow:1px 1px #ffffff;
	line-height:28px;
}

#contentCms ul{
margin-left:60px;	
}

  /*TopZone*/
#TopZone{
  border-top:1px #bcbbbb solid;
  width:1170px;
  height:270px;
  background:url(/images/bgbianco.png) repeat;
}
#TopZone .wrap{
  
  
  padding:0px;
  padding-top:0px;}

/*#B2BTopZone{
	width:1065px;
	clear:both;
	/*background-color:#efefef;
	border:1px #dcdcdc solid;
	border-radius:5px;
	 -moz-box-shadow: 0 0 5px 1px #dddddd;
	-webkit-box-shadow: 0 0 5px 1px #dddddd;
	box-shadow: 0 0 5px 1px #dddddd;*/
	height:100%;
	height: auto !important;
	margin:0 0 8px 5px;
	min-height:230px;
	float:left;
	overflow:hidden;

}
*/

    /*Area editoriale*/
     #article {
        width: 1170px;
        min-height: 300px;
        height: auto !important;
        height:100%;
        float: left;
   		background:url(/images/bgcolor.png) repeat;
    	overflow:hidden;
        
    }
        #article .wrap{
            
            padding:15px;
      height:100%;
        }
    
  /*BottomZone*/  
  #BottomZone{
    
    width:1170px;
    min-height:300px;
    height:auto !important;
    height:100%;
    background-color:#ffffff;
    overflow:hidden;
    }
  
  #BottomZone .wrap{
    padding:15px;
        
  }
  
#Pagearticle{
  width:720px;
  float:left;
  min-height: 300px;
    height: auto !important;
    height:100%;
  overflow:hidden;
  border-right:1px #bcbbbb solid;
}

#Pagearticle .wrap{
  width:690px;
  padding:15px;
  height:100%;}

#ColonnaDx{
  margin-left:721;
  min-height: 300px;
    height: auto !important;
    height:100%;
  width:300px;
  overflow:hidden;
  
}

#ColonnaDx .wrap{
  padding:15px;
  height:100%;
}

#PageBottomZone{
    width:1170px;
    clear:both;
    min-height:150px;
    height:auto !important;
    height:100%;
    background:url(/images/bgcolor.png) repeat;
    overflow:hidden;
  
}

#Monoarticle{
  
    width: 1170px;
    min-height: 300px;
    height: auto !important;
    height:100%;
    float: left;
    
    overflow:hidden;
}

#Monoarticle .wrap{
  padding:15px;
  height:100%;
  
}


#MonoPopUp{
  
        width: 100%;
        min-height: 300px;
        height: auto !important;
        height:100%;
        float: left;
    
    overflow:hidden;
}



#B2Barticle{
  	width:905px;
  	float:left;
    height: auto !important;
    height:100%;
  	overflow:hidden;
  	border-right:1px #bcbbbb solid;
}


  

#B2BColonnaDx{
  margin-left:770;
  height: auto !important;
  height:100%;
  width:310px;
  overflow:hidden;
  
}

#MonoB2Barticle{
	width:100%;
  	float:left;
  	min-height: 300px;
    height: auto !important;
    height:100%;
  	overflow:hidden;
}

#MonoB2Barticle .wrap{

  padding:10px;
  height:100%;
	
}



#TopGallery{
	
	height:195px;
	width:100%;
	background-color:#ffffff;

}




.RigaIntera{overflow:hidden;}



  /*#freccina {
      width:19px;
      margin-left:201px;
      min-height:650px;
      background-image:url(/images/indica2.png);
      background-repeat:no-repeat;
      background-position:0 30px;
      position:absolute;
      z-index:2;
    }*/
    

/* Footer */
/****************************/
    #footer {
    
    width: 100%;
    height: 160px;
    float: left;
    color:#ffffff;
    background: #414546;
	margin-top:3em;
    }
	

        #footer .wrap{
	  height:130px;
      width:1170px;
      margin-left:auto; 
      margin-right:auto;
      padding: 20px;
      color:#fff;
	  	
        }

       #footer .wrap h2{
       color:#ffffff;
       font-weight:bold;
	   font-weight:11px;
       text-align:center;
       padding-bottom:5px;
       margin:0px;
  }


  #footer .wrap p, #footer .wrap div{
	font-family:Tahoma, Geneva, sans-serif;
    text-align:center;
    font-size:10px;
    margin:0 auto;
    padding:0px;}

  #logoIce{
    width:500px;
    height:50px;
    text-align:center;
    border-top:1px #bcbbbb solid;
    font-size:10px;
    margin:0 auto;}

#footer a{color:#fff;}	
/*regolarizzare la pagina*******************/
  #segnaposto {
    clear:both;}
  
  

 
  input.btnPred {

    border: 1px solid #cccccc;
    font-size: 13px;
    background: #ffffff;
  color:#333333;
  padding:3px;
  border-radius:4px;
  width:90%;
  -moz-box-shadow: 1px 1px 2px #888;
  -webkit-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
}

  input.btnPred:hover
  {
    color:#3E7FAF;
    border:1px solid #3E7FAF;
  }

.eice_tbl_res tfoot td a{color: #335b96;}


  div.casella{
  border:none;
   padding:0px;
   border-top-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  width:105px;
}


/*19dicembre 2012: classi cancellate ed aggiunte*/

#top{
  height:40px;
  width:100%;
  background:url(/images/px_by_Gre3g.png) repeat;

}
#userLogin {
  width: 450px;
  height:45px; 
  float:left;
  margin-left:620px;
  }
  
 #userRegistra{

	float:right;
	width:100px;
	height:38px;
  	margin-top:13px;
	 }
 
  
  
  
#MonouserLogin
{
  width:175px;
  height:100px; 
  margin:0 auto;
  clear:both;
  border:1px #b2b1af solid;
  border-bottom:3px #b2b1af solid;
  border-top:none;
  background-color:#efefef;
}
  
.loginCont {width:500px;margin:0 auto;}
.LoginDoppia .cred {
    margin: 0 auto;
    width: 100%;
    background: none;
}
.LoginDoppia label {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px;
}
.LoginDoppia input, .LoginDoppia label {
    font-size: 16px;
    color: #414546;
    vertical-align: middle;
}

.LoginDoppia .user, .LoginDoppia .password, .LoginDoppia .ricordami {
    margin: 20px 0;
} 

.LoginDoppia .invia{ margin: 0 auto;text-align: center;} 
.LoginDoppia input {	width:50%;}
.LoginDoppia .ricordami input{width:15px;}
.invia input[name=login]{text-transform:uppercase;background: #009ee0;
    border: none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    margin: 7px 0;}
.invia input[name=login]:hover{background: #77022D;}	
	
	
  .eice_error li
    {
  color:#ffffff;
  margin-right:150px;
  float:right;
  padding:4px;
  border: 1px #bcbbbb solid;
  background-color:#397dad;
  border-radius:4px;
  margin-top:5px;
  font-weight:bold;
  font-size:12px;
  position: absolute;
 
}  
    .eice_error2
    {
  color:#ffffff;
  margin-right:150px;
  float:right;
  padding:4px;
  border: 1px #bcbbbb solid;
  background-color:#397dad;
  border-radius:4px;
  margin-top:5px;
  font-weight:bold;
  font-size:12px;
  position: absolute;
 
}  

.cred{
  padding-top:4px;
  width:450px;
  flost:right;
  background:url(/framework/eice/images/lock.png) no-repeat 0 5px;
  color:#a8a8a8;
 
}

#Monotitoletto{
	width:158px;
font-family: 'Roboto', sans-serif;
  	height:25px;
  	background-color:#335b96;
  	border-top-left-radius:5px;
	border-top-right-radius:5px;
  	padding-left:9px;
  	font-weight:normal;
  	color:#ffffff;
  	text-shadow:1px 1px #5176ad;
	font-size:15px;
	padding: 9px 3px 0 15px;
	
}

.benvenuto
{
 /*width:350px;*/
 margin-right:20px;
  height:38px;
  /*margin:0 auto;*/
  padding-top:5px;
  color:#a8a8a8;
  float:right;
}


#firtsrow {
 height:85px;  
}

 input[type="text"].cred{
font-size:9px;
width:60px;
height:12px;
background-color:#ffffff;

}

 input[type="password"].cred{
font-size:9px;
width:60px;
height:12px;
background-color:#ffffff;

}



/*ele: classe appioppata al form custom*/
.interesse{
  display:table-row; /*ele: ricorda questo stile, serve per impaginare decorosamente i campi di un form con classe personalizzata*/
}

.spazioV{
 width:100%;
 clear:both;
 background:none;
}

.spazioM{
 width:100%;
 clear:both;
 background:none;	
}
.ombra{
	background:url(/images/ombraFooter.png) no-repeat 50% 0;
	
}

.ombraSu{
	background:url(/images/ombraSu.png) no-repeat 50% -7px;
}

div #overBox{
  height:230px;
  width:230px;
  background-color:#414546414546;
  float:left;
  margin-left:50px;
  padding:20px;
  color: #ffffff;
  opacity:0.6;
  
}

div #overBox h2{
color:#ffffff;
font-size:15px;
border-bottom: 1px #ffffff solid;
}


div .ModRicerca{
width:98%;
height:100%;
padding:5px;
background-color:#efefef;
border-radius:5px;
border:1px #dddddd solid;
overflow:hidden;
}


/*manutenzione*/
.manutenzione{padding:8px; background-color: #efefef;
    border: 1px solid #bcbbbb;
    margin-bottom: 30px;}
.manutenzione h2{color:#414546414546; font-size:16px;}

a.GoCart{
vertical-align: middle;
}




.White .img-thumbnail{width:50%;}
.White .img-thumbnail .eice_main{width:50%;min-height:200px;margin:0; border-radius:0; padding:0 15px;}
.White .img-thumbnail.ThSm .eice_main{min-height:100px;}
div.box.RicercaKromeda.BDbox a img{overflow:hidden; border:1px solid #ccc; padding:10px; display:block; margin:10px;margin-left:auto; margin-right:auto; background:#f1f1f1;%}
div.box.RicercaKromeda.BDbox a img:hover{border:1px solid #999;background:#ddd;}
div.box.RicercaKromeda.BDbox a img:active{border:1px solid #1f487c;background:#fff;}
.box.RicercaKromeda.BDbox a + p.MiniTitle{margin-bottom:0;}
.box.RicercaKromeda.BDbox{ width: 98.8%;

border: 1px #ddd solid;
margin-bottom: 10px;
background-color: #fff;}
h2.kstoreh2{
    text-transform: inherit;
font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0.7em 0;
    padding: 0 0.2em;
	color:#414546
}





/*erica*/

#master{    min-width: 1220px;}
/*body{    min-width: 1170px;}*/



.eice-tool-ico td{
border:none;
}


.tooltipcontent td{
border:none;
border-bottom:1px solid #bcbbbb;
}






div.cred{
    padding-left: 10px;
}



#TdMainTabs{
font-size:13px;
font-family:'Roboto';
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
border-color: #ddd;
}
.ui-tabs .ui-tabs-nav,.ui-tabs .ui-tabs-nav li{

border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
border-color: #ddd;
}
 .ui-widget-header {
    border: 1px solid #ddd;
    background: #f2f5f8;
}
 .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .8em 1em;
    text-decoration: none;
    color: #414546;
	}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.width10{
padding: 0;
width: 10px;
}

.width30{
width:30px;
}
.wQta {
padding:4px;
text-align:right;
}
.promo_accordion div, .promo_accordion h3 { 
border-radius:0!important;
}
.promo_totali
{
	color: #069;
    margin-left: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
	padding: 10px;
    
}
table.eice_tbl_promo{
width:100%;
}

.error{
    color: #cc4145460!important;
}

.eice_error li {
background-color:#a8a8a8;
}

.attenzione{
color:#cc4145460;
}

.btnBlu.backprovider{
float:right;
}

input.ui-button, input{
border-radius:0!important;

}

input[type="button"]{
       padding: 10px 23px 8px;
	   }