/* CSS Document */

table{
	width:488px;
	border-spacing: 0;
	margin-bottom:5px;
}

table td, table th{
	width:81px;
}

td.bordo-bianco, th.bordo-bianco{
	border-right:1px solid #fff;
}


/*===========THEAD===========*/

thead th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#F69908;
	padding:5px;
	border-bottom:1px dotted #F69908;
	border-right:1px solid #F69908;
}


/*===========TBODY==========*/

tbody td {
	border-right:1px solid #F69908;
	text-align:center;
	padding:5px;
}

/*===========TFOOT==========*/


/*=========== padding ==========*/
tfoot td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5A9421;
	padding:5px 5px 5px 35px;
	margin:5px;
	border-top:1px dotted #F69908;
	border-right:1px solid #F69908;
	background:#F0F9E5 url(../images/freccia-tabella.gif) 5px 5px no-repeat;
}
/*=========== padding ==========*/


tfoot td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#5A9421;
}

tfoot td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#5A9421;
}

tfoot td.bordo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	padding:5px 5px 5px 35px;
	margin:5px;
	border-top:1px dotted #ffffff;
	border-right:1px solid #ffffff;
	background:#FFFFFF url(../images/ciccio.html) 5px 5px no-repeat;
}

tbody td.bordo2 {
	border-right:1px solid #ffffff;
	text-align:center;
	padding:5px;
}


/* tabella scheda */

table.scheda{
	width:100%;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	margin-bottom:20px;
	border-bottom:1px dotted #F69908;
}


table.scheda th{
	width:50%;
	text-align:left;
}
table.scheda td{
	width:50%;
	text-align:left;
}


/*===========THEAD===========*/

table.scheda thead th {
	font-weight:bold;
	color:#F69908;
	padding:5px;
	border-bottom:1px dotted #F69908;
	border-right:1px solid #F69908;
}
table.scheda thead td {
	font-weight:bold;
	color:#F69908;
	padding:5px;
	border-bottom:1px dotted #F69908;
	border-right:none;
}



/*===========TBODY==========*/
table.scheda tbody th {
	border-right:1px solid #F69908;
	text-align:left;
	padding:10px 10px 20px;
}

table.scheda tbody td {
	border-right:none;
	text-align:left;
	padding:10px 5px 20px;
}

/*===========TFOOT==========*/


/*=========== padding ==========*/
table.scheda tfoot th, table.scheda tfoot td {
	font-size:12px;
	color:#5A9421;
	padding:0px 5px 0px 35px;
	margin:0;
	border-top:1px dotted #F69908;
	background:#F0F9E5;
}
/*=========== tabella scheda ==========*/


table.scheda tfoot th a, table.scheda tfoot td a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#5A9421;
}

table.scheda tfoot th a:hover, table.scheda tfoot td a:hover {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#5A9421;
}
table.scheda tfoot th {
border-right:1px solid #F69908;
padding-top:8px;
padding-bottom:8px;
}
table.scheda tfoot td {
border-right:none;
padding-top:5px;
padding-bottom:5px;
}

table.scheda tbody td  p input {
border:1px solid #5A9421;
padding:2px;
color:#5A9421;
margin:0;
width:auto;
background:#fff;

}
p input.quantita {
border:1px solid #C4DCEA;
padding:2px;
color:#F69908;
margin:0;
display:inline;

}
table.scheda p {
padding-bottom:20px;}




/*tabella carrello*/
	
#table-carrello {
	width:470px;
	font-size:12px;
	border-collapse: collapse;
	text-align:left;
	font-weight:normal;
	margin:4px 0;
	padding-bottom:15px;
	color:#02295E;
}


#table-carrello th, #table-carrello td {
	padding: 2px;
}


#table-carrello thead th {
	background-color: #fff;
	color: #F69908;
	text-align: left;
	font-weight:bold;
}

#table-carrello tbody tr.odd {
	background-color: #F1F5F7;
}


#table-carrello tbody td {
	padding-left:5px;
	width:30px;
}
#table-carrello tbody td a{
font-size:10px;
}

#table-carrello tbody th {
	padding-left:5px;
	border-right:1px solid #F69908;
	width:78px;
}


#table-carrello input.bordo-quantita{
	border:1px solid #C4DCEA;
	font-size:10px;
	color:#000;
}
.no-bordo-dx{
border-right:none;}

.tipo-grafica{
	float:left;
	margin-left:10px;

}

.tipo-grafica-contenitore{
	float:left;
	width:100%;
	

}



