#dettagli_step{
	text-align:center;
}

#corpo_carrello{
position:relative;
top:30px;
	
}

#prodotto_carrello{
	width:97%;
	height:160px;
	padding:10px;
	border-bottom: 1px solid #CCCCCC;
}

#immagine_prodotto_carrello{
	width:145px;
	height:145px;
	border: 1px solid #CCCCCC;
	text-align:center;
	float:left;
}

#testo_prodotto_carrello{
	position:relative;
	left:50px;
	font-size:70%;	
}

#elimina_prodotto_carrello{
	float:right;
}

#svuota_carrello{
	padding:10px;
	float:left;
}

#opzioni_di_pagamento{
	float:right;
	font-size:75%;
	text-align:right;
	padding-bottom:30px;
}
