/* Carrello   */
div.riga_carrello{
 float:left;
 width: 480px;
 height: 65px;
 margin-left:4px;
 text-align:left;
 margin-top:2px;
 margin-bottom:2px;
 border:1px solid #dddddd;
/* background:lightgreen;opacity:0.5;filter:alpha(opacity=50);*/
}

div#imma_carrello{
 float:left;
 width:80px;
 line-height:65px;
 height: 65px;
 text-align:left;
 /*background:orange;*/
}

div#titolo_carrello{
 float:left;
 width: 180px;
 height: 65px;
 text-align:left;
 border-right:1px solid #dddddd;
}

div#prezzo_carrello{
 float:left;
 width: 60px;
 height: 60px;
 line-height:65px;
 text-align:center;
 border-right:1px solid #dddddd;
}

div#qta_carrello{
 float:left;
 width: 50px;
 height: 65px;
 text-align:center;
 line-height:65px;
 border-right:1px solid #dddddd;
}

div#prezzo_carrello2{
 float:left;
 width:68px;
 height: 65px;
 line-height:65px;
 text-align:center;
 border-right:1px solid #dddddd;
}

div#elimina_carrello{
 float:left;
 width:28px;
 height: 65px;
 line-height:65px;
 text-align:center;
 border:0px;
}
div#riga_carrello_tot{
 float:left;
 width: 570px;
 height: 65px;
 margin-left:0px;
 text-align:left;
 margin-top:2px;
 margin-bottom:2px;
 line-height:65px;
}
div#piede_cart{
 float:left;
 height:32px;
 width:570px;
 margin-top:15px;
}

div#butt_cart{
 float:left;
 height:32px;
 width: 334px;
}

