#carrello {
	background: #003;
	
	width:90%;
	display: none;
	z-index:20;
	position:absolute;
	/* for IE */
 	filter:alpha(opacity=95);
 	/* CSS3 standard */
  	opacity:0.95;
  	-moz-border-radius-bottomleft:1em;
  	-webkit-border-bottom-left-radius:1em;
   	-moz-border-radius-bottomright:1em;
 	-webkit-border-bottom-right-radius:1em;
	padding-bottom:8px;
	
	z-index:999;
  
}

div#c_carrello{
	background: #003;
	height: 394px;
	width:98%;
	margin:auto;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	-moz-border-radius-bottomleft:1em;
  	-webkit-border-bottom-left-radius:1em;
   	-moz-border-radius-bottomright:1em;
  	-webkit-border-bottom-right-radius:1em;
  
  	/*hack x altezza minima*/
	min-height: 260px; /* Interpretata dai browser aderenti agli standard */
	height: auto !important; /* Interpretata dai browser aderenti agli standard */
	height: 260px; /* Interpretata da IE che considera però height come fosse min-height */
}




div#c_carrello h2{
	padding-top:0.6em;
	padding-bottom:0;
	
	background-color:#d1d3e0;
	color:#2B2B60;
	background-image:url('img/carrello_2.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
}


div#c_carrello  table{
	width:100%;
	border-collapse:collapse;
}
div#c_carrello  table tr th{
	color:#ccc;
	font-weight:bolder;
	font-size:1em;
	padding:0.6em;
	border:2px solid #fff;
}


div#c_carrello  table tr td{
	padding:0.6em;
	border:2px solid #333366;
	color:#ccc;
	font-size:0.9em;
	font-weight:200;
}


div#c_carrello  table tr .t_1{border-left:none;border-right-color:#fff;}
div#c_carrello  table tr .t_2{border-left:none;border-right-color:#fff; }
div#c_carrello  table tr .t_3{border-left:none;border-right:none;}
div#c_carrello  table tr .t_4{border-left:none;border-right:none;}


span.gestisci,span.canc{	
	width:32px;
	height:30px;
	display:block;
	float:right;
	margin-left:8px;
	top:-10px;
	cursor:pointer;
}

span.piu{background-image:url('img/+.png');}
span.meno{background-image:url('img/-.png');}
span.canc{background-image:url('img/x.png');}




div#c_carrello table tr#totale {
	
	text-align:right;
	margin-bottom:4px;
	border:0;
	
}
div#c_carrello table tr#procedi{
	border:0;
}
div#c_carrello table tr#totale  td{
		border:0;
		
}
div#c_carrello table tr#procedi td{
	border:0;text-align:right;
}




div#c_carrello table tr#totale input{
	width:40%;
	text-align:right;
	height:1.5em;
	font-size:1.2em;
}

 div#c_carrello table tr#totale span{
 	font-size:1.6em;
	color:#fff;
 }
div#c_carrello table tr#totale h3{
	margin-right:5%;
	padding:0.5em;
	background-color:#d1d3e0;
	color:#2B2B60;
	margin-top:1em;
}




 h2 span.bottone_carrello_chiudi{
	display:inline-block;
	cursor:pointer;
	width:20%;
	background-image:url('img/chiudi_carrello.png');
	background-repeat:no-repeat;
	background-position:right;
	float:right;
	color:transparent;
	
}
 h2 span.bottone_carrello_chiudi:hover{
 	background-image:url('img/chiudi_carrello_hover.png');
 }	

input#vai_cassa
{
	background-image:url('img/procedi_con_acquisto.png');
	border:0;
	width:211px;
	height:62px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#020235;
	
}
input#vai_cassa:hover
{
	background-image:url('img/procedi_con_acquisto_hover.png');
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#020235;
}	
