@CHARSET "UTF-8";

.CARRELLO {
	font-size:13px;
	width: 560px;
	margin:0 0 20px 0;
	padding:10px;
	line-height: 20px;
	background-color: #F2FAFF;
	border:2px solid #38B2FF;
	border-radius: 7px 7px 7px 7px; 
	-moz-border-radius: 7px 7px 7px 7px; 
	-webkit-border-radius: 7px 7px 7px 7px; 
}
.CARRELLO a {
	padding: 3px 0px 2px 20px;
	text-decoration:none;
}
.CARRELLO a:link, .CARRELLO a:visited, .CARRELLO a:active {
	color: #06C;
	border-bottom: 1px solid #06C;
	text-decoration:none;
}
.CARRELLO a:hover {
	color: #09C;
	border-bottom: 1px solid #09C;
	text-decoration:none;
}
.CARRELLO .but {
	color: #555;
	padding: 3px 5px 2px 5px;
	font-size: 12px;
	line-height: 18px;
}
.CARRELLO .but-ml {
	color: #555;
	padding: 3px 5px 2px 5px;
	margin: 0 0 0 20px;
	font-size: 12px;
	line-height: 18px;
}

.CARRELLO .top {
	padding:5px;
}
.CARRELLO .bot {
	padding:5px;
}
.CARRELLO .importi {
	clear:both;
	text-align:right;
	padding:5px;
	border-top: 1px solid #DADADA;
}
.CARRELLO .riga {
	clear:both;
	border-top: 1px solid #ADADAD;
}
.CARRELLO .ele {
	float:left;
	margin-right:10px;
}
.CARRELLO .col_01 {
	float:left;
	width:300px;
	padding:5px;
	text-align: left;
	color: #0c8b18;
}
.CARRELLO .col_02 {
	float:left;
	width:150px;
	text-align: right;
	padding:5px;
}
.CARRELLO .totali {
	padding:5px;
	color: #8D1E02;
}
.CARRELLO #VISCAR {
	width:32px;
	height:32px;
	background-image:url(../images/viscar.gif);
	background-repeat:no-repeat;
	border:0;
	padding:0;
	cursor:pointer;
}
.CARRELLO #DELCAR {
	width:22px;
	height:22px;
	background-image:url(../images/delrow.gif);
	background-repeat:no-repeat;
	border:0;
	padding:0;
	cursor:pointer;
}
.CARRELLO #AGGCAR {
	width:22px;
	height:22px;
	background-image:url(../images/aggrow.gif);
	background-repeat:no-repeat;
	border:0;
	padding:0;
	cursor:pointer;
}

/* ORDINE */
.BOX-ORDINE {
	font-size:13px;
	width: 560px;
	margin:0 0 20px 0;
	padding:10px;
	line-height: 20px;
	background-color: #F2FAFF;
	border:2px solid #38B2FF;
	border-radius: 7px 7px 7px 7px; 
	-moz-border-radius: 7px 7px 7px 7px; 
	-webkit-border-radius: 7px 7px 7px 7px; 
}
.BOX-ORDINE .titolo {
	font-size: 18px;
	color: #38B2FF;
}
