/* STILE TABELLA DEL CARRELLO */

.carrello td, th{
    color:#000000;
}

.carrello td, th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}

.carrello th {
	background-color: #F3F3F3;
	vertical-align: top;
}

.sftotale{
       background-color:#a8eff5;
}

