.carrello table {
		margin:20px 0px;
		border-collapse:collapse;
		width:85%;
}

.carrello table tr th{
		text-align:center;
		background-color:#a4a495;
		border-bottom:3px solid #8a8a7b;
		border-top:3px solid #8a8a7b;
		border-left:1px dotted #ffffff;
		border-right:1px dotted #ffffff;
		padding:15px 5px 5px 5px;
		font-size:12px;
		color:#ffffff;
}

.carrello table tr td{
		text-align:left;
		border-bottom:3px double #c0bfb0;
		border-top:3px double #c0bfb0;
		border-left:1px dotted #c0bfb0;
		border-right:1px dotted #c0bfb0;
		padding:5px;
		font-size:11px;
}

.carrello table tr td.thumb{
		width:1%;
		border-left:1px solid #c0bfb0;
		border-right:1px solid #c0bfb0;
		padding:1px;
}

.carrello table tr td.thumb img{
		display:block;
}


