div.separatore {
	height: 1px;
	background-color: black;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.separatore_grigio {
	height: 1px;
	background-color: #E1E1E1;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

#titolo {
	font-size: 20px;
	margin-left: 10px;
}

div.contenitore_step{
	text-align: center;
	padding-top: 4px;
	font-size: 12px;
	height: 20px;
	margin-left: 188px;
}

div.step {
	float: left;
	margin-right: 15px;
}

div.totale {
	text-align: right;
	margin-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
}

#selezionato {
	font-weight: bold;
}

#grigio {
	color: grey;
}

table {
	text-align: center;
}

#proceed {
	background-color: #9fddb9;
	border: 1px #009a55 solid;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	height: 25px;
}

#back {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	height: 25px;
        background-color: #bdc4c0;
	border: 1px #4f5457 solid;
}

#svuota {
	background-color: #ffc3a1;
	border: 1px #fd4239 solid;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	height: 25px;
}

#aggiorna_prezzi {
	background-color: #fef28e;
	border: 1px #ebdb26 solid;
	margin-left: 20px;
        float: left;
}
