/*.cart {
	font-family:verdana;
	color:#3c3c3c;
	background:#9EAFA8;
	font-size:8pt;
	text-align:right;
	padding-right:10px;
}*/
.totProdotti {
	font-weight: bold;
	color:white;
}
div.popCarrello {
	z-index:100;
	position:absolute;
	top:250px;
	left:350px;
	/*background: white;
	border: 2px solid #9CACA5;
	width: 280px !important;
	width: 300px;
	height: 100px !important;
	height: 120px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10pt;*/
}
div.caricamentoCart {
	z-index:200;
	position:absolute;
	top:250px;
	left:350px;
}
.prodInserito {
	font-family: Arial;
	font-size: 12px;
	color:black;
	/*margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;*/
}
.pulsantiera {
	margin-top:20px;
	/*position:absolute;
	bottom:10px;
	text-align:center;
	width:100%;*/
}
div.middle {
   width: 310px;
   background-image: url(/images/middleBox.gif);
   background-repeat: repeat-y;
}
div.top {
   background-image: url(/images/topBox.gif);
   background-position: top left;
   background-repeat: no-repeat;
}
div.bottom {
   background-image: url(/images/bottomBox.gif);
   background-position: bottom left;
   background-repeat: no-repeat;
   padding: 5px 10px 10px 10px;
}
span#insDettCart {
	font-size: 12px;
}
span#insDescCart {
	color:white;
	font-size: 12px;
	text-transform: uppercase;
}
span#insIntCart {
}
span#insMsgCart {
	color:white;
}
