﻿.carrello-block
{
	margin: 0 auto;
	margin-top:20px;
	width: 650px;

	}

.carrello-block table {
	border-collapse: collapse;
	margin: 0;		
	width: 650px;
}


.carrello-block td {
	padding: 10px;	
	vertical-align:middle;
	font-size:11px;
	border-bottom:1px solid #DCDBD7;
	line-height:15px;
}	

.carrello-block td.centrato 
{
	text-align:center;
}

.carrello-block td.destra
{
	text-align: right;
}


.carrello-block th.destra
{
	text-align: right;

}




.carrello-block th {
	text-align: center;			
	border-width: 1px;
  	border-style: solid;
}
.carrello-block th
{
	/*color: #ffffff;
	background: #333333;*/
	padding: .5em 1em;
	/*border-color: #666666 #666666 #111111 #666666;*/
	font-weight: bold;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	
	border: 1px solid #e3e3de;
	background-color: #ffffff;
}

.carrello-block .footer td
{
	/*color: #ffffff;
	background: #333333;*/
	padding: .5em 1em;
	/*border-color: #666666 #666666 #111111 #666666;*/
	font-weight: bold;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	
	border: 1px solid #e3e3de;
	background-color: #ffffff;
}


.carrello-block th.descrizione 
{
	width:500px;
	}
	
	.carrello-block th.quantit
{
    text-align:center;
	width:100px;
	}

.carrello-block .footer td
{
	border:none;
}

.carrello-block table a:link, .carrello-block table a:visited, .carrello-block table a:active 
{
    color:#6b7c31;
}

.carrello-block table a:hover 
{
    color:#505d24;
}
