@charset "utf-8";
/* CSS Document */


.titolone{
	background-image:url(../img/dettagli/barraCATEGORIA.png);
	padding:10px;
	background-color:#555;
	height:24px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;

}

.aggiungiR{
	background-image:url(../img/carrello/aggiungi_REGISTRATI.jpg);
	background-repeat:no-repeat;
	background-color:#333;
	height:70px;
	width:166px;
	font-size:0px;
	color:#c7451d;
	cursor:pointer;
	border:0px;
}


.aggiungi{
	background-image:url(../img/carrello/aggiungi.jpg);
	background-repeat:no-repeat;
	background-color:#333;
	height:70px;
	width:166px;
	font-size:0px;
	color:#c7451d;
	cursor:pointer;
	border:0px;
}
	
.aggiungi:hover{
	background-image:url(../img/carrello/aggiungi_ROLL.jpg);
	color:#1d9fc8;
}


.passaggioSPENTO{
	background-color:#EEEEEE;
	font-size:10px;
	background-image:url(../img/carrello/passaggi.png);
	background-repeat:no-repeat;
	background-position:right;
	height:26px;
	font-weight:bold;
	vertical-align:top;
	padding-right:20px;
	padding:3px;
}

.passaggioACCESO{
	background-color:#892527;
	font-size:10px;
	color:#FFF;
	background-image:url(../img/carrello/passaggi.png);
	background-repeat:no-repeat;
	background-position:right;
	height:26px;
	font-weight:bold;
	vertical-align:top;
	padding-right:20px;
	padding:3px;
}

.numeroneACCESO{
	font-size:24px;
	font-weight:bold;
	color:#892527;
	padding:0px;
	padding-left:5px;
}
.numeroneSPENTO{
	font-size:24px;
	color:#CCCCCC;
	padding:0px;
	font-weight:bold;
	padding-left:5px;
}
.elimina{
	background-image:url(../img/carrello/elimina.png);
	border:0px;
	font-size:1px;
	color:#FFF;
	height:24px;
	width:24px;
	cursor:pointer;
	background-color:#FFF;
}

.prosegui{
	background-image:url(../img/carrello/verdeDX.png);
	width:175px;
	height:84px;
	background-color:#FFF;
	border:0px;
	cursor:pointer;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.prosegui:hover{
	background-image:url(../img/carrello/neraDX.png);
}


.indietro{
	background-image:url(../img/carrello/grigiaSX.png);
	width:175px;
	height:84px;
	background-color:#FFF;
	border:0px;
	cursor:pointer;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.indietro:hover{
	background-image:url(../img/carrello/neraSX.png);
}

