.riga_sopra {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9EAB05;
	font-family: Arial, Helvetica, sans-serif;
}
.riga_sotto {
	border-bottom-width: 1px;
	border-bottom-color: #9EAB05;
	border-bottom-style: solid;
}
.pulsante_aggiorna {
   background-image: url(../img/pulsante_sabbia_aggiorna.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pulsante_prosegui {
   background-image: url(../img/pulsante_verde_prosegui.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pulsante_torna {
   background-image: url(../img/pulsante_blu_torna.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#titolo_carrello {
   background-image: url(../img/banda_verde_carrello.jpg);
	background-repeat: no-repeat;
}
#nome_articolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00789C;
}
#prezzo_unitario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9EAB05;
}
#quantita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00789C;
}
#box_codice {
	height: 17px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9EAB05;
	text-decoration: none;
}
#box_quantita {
	height: 20px;
	width: 40px;
	padding-left: 5px;
	margin-left: 5px;
	color: #00789C;
}
#prezzo_unitario a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9EAB05;
	text-decoration: none;
}
#prezzo_unitario a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9EAB05;
}
#prezzo_unitario a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00789C;
}


