/* INPUT E BOTTONI */
input,textarea {
	border: solid #969699 1px;
	margin-top: 4px;
	margin-left: 3px;
}

.inputNoborder {
	border: 0;
}

.inputNoedit {
	border: 0;
	font-weight: bold;
}

.inputNoeditTxtarea {
	border: 0;
	width: 250px;
	height: 100px;
	font-weight: bold;
}

select {
	height: 18px;
	background-color: #fff;
	border: solid #4d4d4e 1px;
}

.inLittle {
	width: 100px;
	height: 16px;
}

.inMedium {
	width: 250px;
	height: 16px;
}

.inBig {
	width: 100%;
	height: 16px;
}

.inTopRicerca {
	width: 150px;
	height: 16px;
	margin-top: 7px;
	margin-bottom: 6px;
}
.inTopLogin {
	width: 100px;
	height: 16px;
	margin-top: 7px;
	margin-bottom: 6px;
}

.inMdlLogin {
	width: 306px;
	height: 24px;
}

.inDxNewsletter {
	width: 90px;
	height: 16px;
	margin-top: 7px;
	margin-left: 0px;
}

.inOrdineQuantita {
	width: 30px;
	height: 16px;
	text-align: center;
	margin-top: 4px;
	margin-left: 0px;
}

.inLittleSel {
	width: 60px;
	height: 18px;
}

.inMediumSel {
	width: 250px;
	height: 18px;
}

.inBigSel { /* font-size: 11px; */
	width: 100%;
	height: 18px;
}

.inMediumTextarea {
	width: 250px;
	height: 150px;
}

.inBigTextarea {
	width: 100%;
	height: 150px;
}

	
/* BOTTONIIIII */
.inBtBase {
	background-color : #093795;
	border:  solid #093795 2px;
	color: #fff; 
	text-align: center;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin-top: 8px;
	cursor: pointer;
}
	a.inBtBase {
		display: block;
		text-decoration: none;
	}
		a.inBtBase:hover {
			text-decoration: none;
		}

/* bottoni a sfondo IMG con testo scritto */
/* lunghezza dinamica */
/*
.inBtDin {
	display: block;
	font-size: 12px;
 	letter-spacing: 1.2px;
	color: #fff;
	font-weight : bold;
	text-align: center;
	border: 0;
	background-image: url(../img/bt_sf_dinam_base.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	cursor: pointer;
	padding: 0px 4px 4px 4px;
	margin-top: 7px;	
	line-height: 15px;
	width: auto !important;
	overflow: visible !important;
	vertical-align: middle;
}
*/
.inBtDin {
	display: block;
	font-size: 12px;
 	letter-spacing: 1px;
	color: #fff;
	font-weight : bold;
	text-align: center;
	height: 18px;
	border: 0;
	background-image: url(../img/bt_sf_dinam_base.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	cursor: pointer;
	padding: 0px 0px 3px 4px; /* no margin right per letter-spacing */
	padding: 0px 4px 3px 4px!important;
	margin-top: 7px;	
	line-height: 16px;
	width: auto !important;
	overflow: visible !important;
	vertical-align: middle;
}
	a.inBtDin {
		display: block;
	}
		a.inBtDin span {
			display: block;
			padding: 0px 0px 0px 0px;
			text-decoration: none;
		}
		a.inBtDin:hover {
			text-decoration: none;
		}
		
.inBtDinDue {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 25px;
	border: 0;
	background-image: url(../img/bt_sf_dinam_due.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	cursor: pointer;
	padding: 0px 10px 3px 10px;
	line-height: 24px;
	margin-top: 0; /* annullo regola di default input */
	width: auto !important;
	overflow: visible !important;
	vertical-align: middle;
}
	a.inBtDinDue {
		display: block;
	}
		a.inBtDinDue span {
			display: block;
		 	padding: 0px 0px 0px 0px;
		  	text-decoration: none;
		}
			a.inBtDinDue:hover {
				text-decoration: none;
			}
	
	.inBtDinSfOth {
		background-image: url(../img/bt_sf_dinam_tre.gif);
	}
	
		
	.inBtDinBia {
		background-color: #fff;
	}
	.inBtDinAra {
		background-color: #ffa746;
	}
	.inBtDinCar {
		background-color: #c3d6fe;
	}
	.inBtDinForm {
		background-color: #f8f8f8;
	}
	
	.inBtDinWcinquezero {
		width: 50px;
	}
	.inBtDinWseizero {
		width: 60px;
	}
	
/* lunghezza fissa */
.inBtFisso {
	  display: block;
	  font-size: 12px;
	  letter-spacing: 1.2px;
	  color: #000;
	  font-weight : bold;
	  text-align: center;
	  text-transform: uppercase;
	  /* 19 bottone +2 bk position */
	  height: 21px;
	  width: 80px;
	  background-image: url(../img/bt_sf_fisso_80.gif);
	  background-repeat: repeat-x;
	  background-position: 0px 2px;
	  border: 0;
	  cursor: pointer;
}
	a.inBtFisso span {
		display: block;
		padding: 4px 3px 0px 3px;
		text-decoration: none;
	}
	a.inBtFisso:hover {
		text-decoration: none;
	}
	
	.inBtFissoBia {
		background-color: #fff;
	}
	.inBtFissoCar {
		background-color: #c3d6fe;
	}
	
	.inBtFissoLittle {
		  /* 19 bottone +2 bk position */
		  height: 21px;
		  width: 50px;
		  background-image: url(../img/bt_sf_fisso_50.gif);
	}

/* FINE bottoni a sfondo IMG con testo scritto */

/* bottoni solo a immagine */
.inBtImgCassa {
	display: block;
	text-align: center;
	background-image: url(../img/bt_sf_img_cassa.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width: 149px;
	height: 30px;
	border: 0;
	cursor: pointer;
}
	.itBtImgCassa {
		background-image: url(../img/bt_sf_img_cassa.gif);
	}
	.enBtImgCassa {
		background-image: url(../img/bt_sf_img_cassa_en.gif);
	}
/* FINE bottoni solo a immagine */

/* bottone carrello */
ul.btCarrello li a,  ul.btCarrello li strong {
	font-size: 12px;
	color: #3d5169;
	display: block;
	text-align: center;
	height: 25px;
	border: 0;
	background-image: url(../img/bt_sf_arancione.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: 10px;
	cursor: pointer;
}

ul.btCarrelloOff li strong {
	cursor: default;
}

ul.btCarrello li a:hover {
	color: #fff;
	text-decoration: none;
	/*background-image: url(../img/bt_sf_blu.gif);*/
}
	ul.btCarrello li span {
		display: block;
		font-weight: bold;
		padding: 4px 4px 0px 4px;
	}
/* FINE bottone carrello */

/* bottone ascolta */
ul.btAscolta li a,  ul.btAscolta li strong {
	font-size: 12px;
	color: #3d5169;
	display: block;
	text-align: center;
	height: 25px;
	border: 0;
	background-image: url(../img/bt_sf_green.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: 10px;
	cursor: pointer;
}

ul.btAscoltaOff li strong {
	cursor: default;
}

ul.btAscolta li a:hover {
	color: #fff;
	text-decoration: none;
	/*background-image: url(../img/bt_sf_blu.gif);*/
}
	ul.btAscolta li span {
		display: block;
		font-weight: bold;
		padding: 4px 4px 0px 4px;
	}
/* FINE bottone ascolta */

/* FINE BOTTONIIIII */

/* FINE INPUT E BOTTONI */	