/*////////HOMEPAGE ///////////////////////////*/
.ricerca-check label {
	padding: 2px 0px 5px 24px;
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	color: #777;
	border: 0px solid red;
	height: 18px;
}


.ricerca-check label.checked {
	background: url("../img/checked.gif") no-repeat;
	color: #e63e39;
}

.ricerca-check label.over {
	color: #c2c7d0;
}



/*//////////////// TROVA IL TESSUTO ///////////////////////////*/
.lista-scelte label {
	padding-left: 24px;
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	color: #484848;
	padding-bottom: 10px;
	height: 18px;
}


.lista-scelte label.checked {
	background: url("../img/checked.gif") no-repeat;
}


.lista-scelte label.over {
	color: #c9a3a2;
}



.percorso-1 label{
	background: url("../img/unchecked.gif") no-repeat;
	width: 15px;
	margin-top: 2px;
	padding: 2px 0px 2px 26px;
	float: left;
	cursor: pointer;
	display: block;
	color: #922925;
}

.percorso-1 label.checked{
	background: url("../img/checked.gif") no-repeat;
	color: #e63e39;
}

.percorso-1 label.over{
	color: #c2c7d0;
}


.blocco-icona label{
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	padding-bottom: 2px;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	}

.blocco-icona label.checked{
	background: url("../img/checked.gif") no-repeat;
	color: #e63e39;
}

.blocco-icona label.over{
	color: #c2c7d0;
}

.blocco-icona img{
	display: block;
	float: left;
	padding: 1px 0px 0px 5px;
}

.blocco-icona .etichetta{
	text-align: center;
}

.blocco-icona label span{
	display: hover;
}	
/*/////////////////////////////////////////*/

.passo5 label{
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	padding-bottom: 2px;
	display: block;
	float: left;
	width: auto;
	height: 16px;
	padding-left: 25px;
	}

/*///////////////////// CLUETIP /////////////////////////*/


.blocco{
	display: block;
	padding-bottom: 20px;
}

#form-cluetip-caratteristiche label, #form-cluetip-peso label{
	padding-left: 24px;
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	color: #777;
	padding-bottom: 10px;
	height: 18px;
}

#form-cluetip-famiglie label, #form-cluetip-peso label {
	padding-left: 24px;
	background: url("../img/unchecked.gif") no-repeat;
	cursor: pointer;
	color: #777;
	height: 18px;
	padding-bottom: 4px;
}

#form-cluetip-caratteristiche label.checked, #form-cluetip-famiglie label.checked,  #form-cluetip-peso label.checked {
	background: url("../img/checked.gif") no-repeat;
	color: #e63e39;
	
}

#form-cluetip-caratteristiche label.over, #form-cluetip-famiglie label.over,  #form-cluetip-peso label.over{
	color: #c2c7d0;
}

#form-cluetip-famiglie label img{
	line-height: 18px;
	vertical-align: middle;
	background: white;
}


.labelFamiglia{
	line-height: 18px;
	vertical-align: middle;
}

/*/////////////////////// RICHIESTA CARTELLINO //////////////////////////*/

.cartellinoImg label.labelCartellino{
	padding-left: 24px;
	background: url("../img/unchecked.gif") center left no-repeat;
	cursor: pointer;
	color: #777;
	display: block;
	float: left;
	vertical-align: middle;
	height: 46px;
	width: auto;
}

#immagineCartellino{
	position: relative;
	display: block;
	float: left;
	padding-left: 8px;
}

.cartellinoImg label span.txt-cartellino{
	line-height: 45px;
	display: block;
	height: 18px;
	width: auto;
	float: left;
	padding-left: 15px;
}

.cartellinoImg label.checked{
	background: url("../img/checked.gif") center left no-repeat;
	color: #777777;
	
}
.cartellinoImg label.over {
	color: #c2c7d0;
}


