/* STEPS */
UL#cartSteps {
	list-style: none;
	width: 768px;
	padding: 0;
	margin: -2px 0px 0px 0px;
	float: left;
}
UL#cartSteps LI {
	background: url(../image/cart/cartStepsLi.png) no-repeat;
	width: 190px;
	padding: 0;
	margin: 0px 2px 0px 0px;
	float: left;
	display: inline;
}
UL#cartSteps LI SPAN {
	display: block;
	padding: 30px 0px 11px 40px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 16px;
}
UL#cartSteps LI.active {
	background: url(../image/cart/cartStepsLiActive.png) no-repeat;
	color: #FFF;
}
UL#cartSteps LI.step1 SPAN {background: url(../image/cart/cartSteps1.png) no-repeat right;}
UL#cartSteps LI.step2 SPAN {background: url(../image/cart/cartSteps2.png) no-repeat right;}
UL#cartSteps LI.step3 SPAN {background: url(../image/cart/cartSteps3.png) no-repeat right;}
UL#cartSteps LI.step4 SPAN {background: url(../image/cart/cartSteps4.png) no-repeat right;}
UL#cartSteps LI.step1.active SPAN {background: url(../image/cart/cartSteps1Active.png) no-repeat right;}
UL#cartSteps LI.step2.active SPAN {background: url(../image/cart/cartSteps2Active.png) no-repeat right;}
UL#cartSteps LI.step3.active SPAN {background: url(../image/cart/cartSteps3Active.png) no-repeat right;}
UL#cartSteps LI.step4.active SPAN {background: url(../image/cart/cartSteps4Active.png) no-repeat right;}
UL#cartSteps LI SPAN EM {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
UL#cartSteps LI A {
	text-decoration: none;
}

/* MESSAGE */
.cartMsg {
	background: url(../image/cart/cartMsgBg.png) no-repeat top;
	width: 756px;
}
.cartMsg P {
	background: url(../image/cart/cartMsgP.png) no-repeat bottom;
	padding: 7px 10px 50px 10px;
	margin: 0;
	font-size: 18px;
}
.cartMsg P IMG {
	vertical-align: middle;
	margin-right: 5px;
}
.cartMsg.noArrow P {
	background: url(../image/cart/cartMsgNoArrowP.png) no-repeat bottom;
	padding-bottom: 30px;
}
.cartMsg.centerArrow P {
	background: url(../image/cart/cartMsgCenterArrowP.png) no-repeat bottom;
}


/**********************************************************************/
/* TABLE CART */
TABLE.cart {
	margin: 10px 0px 10px 0px;
	font-size: 12px;
}
TABLE.cart TH {
	padding: 6px 5px 6px 5px;
	font-size: 14px;
	color: #3083b9;
	background: #eaf2f8;
	border-top: 1px solid #cdd9e3;
}
TABLE.cart TD {
	padding: 6px 5px 6px 5px;
	font-size: 12px;
	vertical-align: top;
	border-top: 1px solid #cdd9e3;
}
TABLE.cart TR.parziale TH {
	font-size: 12px;
	background: #fff;
	border-top: 1px solid #cdd9e3;
}
TABLE.cart TR.parzialeFake TH {
	font-size: 0px;
	height: 2px;
	padding: 0;
	background: #fff;
	border-top: 1px solid #cdd9e3;
}
TABLE.cart Th.qta,
TABLE.cart TD.qta {
	width: 5%;
}
TABLE.cart Th.spe,
TABLE.cart TD.spe {
	width: 10%;
}
TABLE.cart Th.des,
TABLE.cart TD.des {
	width: 30%;
}
TABLE.cart TD.des IMG {
	border: 1px solid #ccc;
	width: 50px;
	float: left;
	margin-right: 5px;
}
TABLE.cart Th.typ,
TABLE.cart TD.typ {
	width: 25%;
}
TABLE.cart Th.prz,
TABLE.cart TD.prz {
	width: 14%;
	color: #3083b9;
	text-align: right;
}
TABLE.cart Th.tot,
TABLE.cart TD.tot {
	width: 14%;
	color: #3083b9;
	text-align: right;
}
TABLE.cart Th.del,
TABLE.cart TD.del {
	width: 2%;
}
TABLE.cart TR.total Th.des {
	width: 78%;
	font-size: 18px;
	color: #053f72;
	border-bottom: 1px solid #cdd9e3;
}
TABLE.cart TR.total Th.tot {
	width: 20%;
	font-size: 18px;
	color: #053f72;
	text-align: right;
	border-bottom: 1px solid #cdd9e3;
}
TABLE.cart TR.total Th.del {
	width: 2%;
	border-bottom: 1px solid #cdd9e3;
}
TABLE.cart SELECT {
	margin: 3px 0px 3px 0px;
	font-family: Arial;
	font-size: 11px;
	color: #053F72;
	background: #EAF2F8;
}
TABLE.cart INPUT {
	width: 30px;
	padding: 0px 0px 0px 2px;
	font-family: Arial;
	font-size: 13px;
	border-top: 2px solid #9BB2C7;
	border-right: 2px solid #E3EAEF;
	border-bottom: 2px solid #E3EAEF;
	border-left: 2px solid #9BB2C7;
	color: #053F72;
	font-weight: bold;
}
/* LINK BUTTONS */
A.cartLink {
	background: url(../image/cart/cartLink.png) no-repeat left top;
	padding: 0px 0px 0px 10px;
	margin: 0;
	float: left;
	font-size: 18px;
	color: #053f72;
	text-decoration: none;
}
A.cartLink.right {
	float: right;
}
A.cartLink SPAN {
	background: url(../image/cart/cartLinkSpan.png) no-repeat right top;
	padding: 2px 10px 9px 0px;
	cursor: hand;
	float: left;
	display: block;
}
A.cartLink SPAN IMG {
	vertical-align: middle;
	margin-right: 3px;
}
A.cartLink:hover {
	background-position: 0% -43px;
}
A.cartLink:hover SPAN,
A.cartLink:hover EM {
	background-position: 100% -43px;
	color: #FFF;
}
A.cartLink EM {
	font: normal 16px Arial;
	font-style: normal;
	color: #3083b9;
}

/* ALLINEO 2 LINK BUTTON */
.linkDouble,
.linkSingle {
	width: 358px;
	padding: 10px;
	float: left;
}
/* ALLINEO 1 LINK BUTTON */
.linkSingle {
	width: 536px;
	padding-left: 200px;/*centro il button*/
}
/* BOX ACQUISTO */
.cartBox {
	background: url(../image/cart/cartBoxBg.png) no-repeat bottom;
	width: 756px;
	padding-bottom: 50px;
	margin-top: 20px;
	float: left;
}
.cartBox H3 {
	background: url(../image/cart/cartBoxH3.png) no-repeat top;
	width: 736px;
	padding: 5px 10px 6px 10px;
	margin: 0;
	float: left;
	font: normal 18px Arial;
	line-height: 18px;
}
.cartBox H3 IMG {
	vertical-align: middle;
	margin-right: 5px;
}
.cartBox H3 SPAN {
	color: #3083b9;
	font-weight: bold;
}
.cartBox H3 EM {
	font-size: 12px;
	color: #3083b9;
}
.cartBox A.copyFrom {
	background: url(../image/content/copyFrom.png) no-repeat right 0px;
	position: relative;
	width: 260px;
	height: 32px;
	float: right;
	margin: 0px 270px 0px 0px;
	text-decoration: none;
}
.cartBox A.copyFrom SPAN {
	background: url(../image/content/copyFromSpan.png) no-repeat 0px 0px;
	display: block;
	padding: 8px 30px 5px 10px;
	font: bold 14px Arial;
	color: #fff;
}
.cartBox A.copyFrom:hover {
	background: url(../image/content/copyFrom.png) no-repeat right -32px;
}
.cartBox A.copyFrom:hover SPAN {
	background: url(../image/content/copyFromSpan.png) no-repeat 0px -32px;
}


/* OPT REGALO */
.cartBox FIELDSET#giftBox {
	background: url(../image/cart/giftFieldsetBg.png) no-repeat;
	width: 420px;
	height: 80px;
	padding: 0;
	margin: 20px 0px 0px 20px;
	border: 0;
	float: left;
	font-size: 18px;
}
.cartBox FIELDSET#giftBox P {
	padding: 0;
	margin: 0;
}
.cartBox FIELDSET#giftBox LABEL {
	display: block;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	color: #FFF;
	cursor: pointer;
}
/* HELP */
.cartBox .help {
	background: url(../image/cart/cartBoxHelp.png) no-repeat top;
	width: 286px;
	padding: 0;
	margin: 20px 0px 0px 10px;
	float: left;
	clear: right;
}
.cartBox .help P {
	padding: 10px 10px 10px 40px;
	margin: 0;
}
/* CART LOGIN */
.cartBox FIELDSET.login {
	width: 420px;
	padding: 0;
	margin: 20px 0px 0px 20px;
	border: 0;
	float: left;
}
.cartBox FIELDSET.login P,
.cartBox FIELDSET.login SPAN,
.cartBox FIELDSET.login EM {
	padding: 0;
	margin: 0;
	font-size: 18px;
	clear: both;
}
.cartBox FIELDSET.login P IMG {
	vertical-align: middle;
}
.cartBox FIELDSET.login LABEL {
	background: url(../image/cart/cartBoxLoginInput.png) no-repeat 0px 19px;
	width: 132px;
	padding: 0 0 10px 3px;
	margin: 0;
	float: left;
}
.cartBox FIELDSET.login LABEL.user {margin-left: 40px;}
.cartBox FIELDSET.login LABEL.pass {margin-left: 20px;}
.cartBox FIELDSET.login LABEL.sub {background:none; width: 29px;margin:19px 0px 0px 10px;}
.cartBox FIELDSET.login LABEL.user INPUT,
.cartBox FIELDSET.login LABEL.pass INPUT {
	display: block;
	width: 125px;
	background: none;
	border: 0;
	padding: 0;
	margin: 5px 0 0 3px;
}
.cartBox FIELDSET.login SPAN,
.cartBox FIELDSET.login EM {
	display: block;
	padding: 10px 50px 10px 10px;
	font-size: 11px;
	text-align: right;
}
.cartBox FIELDSET.login SPAN A {
	font-weight: normal;
}
.cartBox FIELDSET.login EM {
	font-size: 14px;
	font-style: normal;
	text-align: left;
}










/************************************************************************************************************/

.obbligo {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #ff6600;
	margin-left: 3px;
}

/* TABLE CART */
TABLE.reg {
	width: 420px;
	margin: 0px 0px 10px 20px;
	font-size: 12px;
	float: left;
}
TABLE.reg.order {
	width: 710px;
	margin: 20px 0px 10px 20px;
}
TABLE.reg.order TD {
	padding: 3px 5px 3px 5px;
	font-size: 14px;
	vertical-align: top;
	border-top: 1px solid #cdd9e3;
}


TABLE.reg TD {
	padding: 5px;
	font-size: 12px;
	vertical-align: top;
	border-top: 1px solid #cdd9e3;
}
TABLE.reg TD.sx {
	width: 35%;
	text-align: right;
}
TABLE.reg TD.dx {
	width: 65%;
	text-align: left;
}
TABLE.reg TD INPUT,
TABLE.reg TD SELECT,
TABLE.reg TD TEXTAREA {
	background: #f1f6fa;
	border-top: 1px solid #b1c5d6;
	border-right: 1px solid #eaf2f8;
	border-bottom: 1px solid #eaf2f8;
	border-left: 1px solid #b1c5d6;
	color: #3083b9;
	font-family: Arial;
	font-size: 12px;
}
TABLE.reg TD.noborder {
	border: 0;
}

TABLE.reg TD INPUT#txtAvailableCardTextChars ,
TABLE.reg TD TEXTAREA#txtCardMessage {
	background: #fff;
	border-top: 2px solid #b1c5d6;
	border-right: 2px solid #eaf2f8;
	border-bottom: 2px solid #eaf2f8;
	border-left: 2px solid #b1c5d6;
	font-size: 14px;
	font-weight: bold;
}
.regSel {
	width: 420px;
	margin: 10px 0px 0px 20px;
	float: left;
	border-bottom: 1px solid #cdd9e3;
}
.regSel LABEL {
	background: url(../image/content/regSelLabel.png) no-repeat;
	width: 100px;
	padding: 3px 0px 3px 0px;
	display: block;
	font-weight: bold;
}
.regSel LABEL.sx {
	float: left;
}
.regSel LABEL.dx {
	float: right;
}
.privacyTxt {
	font-size: 11px;
	margin: 10px 20px 0px 20px;
	float: left;
}
.regSpedOpen {
	width: 756px;
	margin: 10px 0px 0px 0px;
	float: left;
}
.regSpedOpen SPAN {
	padding: 5px 30px 5px 10px;
	float: left;
	font: bold 16px Arial;
	color: #3083b9;
}
.regSpedOpen A {
	background: url(../image/content/regSelLabel2.png) no-repeat #053f72;
	padding: 7px 10px 7px 10px;
	display: block;
	float: left;
	font: normal 14px Arial;
	color: #FFF;
	text-decoration: none;
}
/*metodi di pagamento*/
LABEL.payment {
	width: 716px;
	margin-left: 20px;
	float: left;
	border-bottom: 1px solid #b8d4e7;
	cursor: pointer;
}
LABEL.payment:hover {
	background: #dbe9f3;
}
LABEL.payment.first {
	margin-top: 20px;
	border-top: 1px solid #b8d4e7;	
}
LABEL.payment.choose {
	margin-top: 20px;
	border-top: 1px solid #b8d4e7;
	cursor: default;
}
LABEL.payment.choose:hover {
	background: none;
}

LABEL.payment INPUT {
	margin-right: 10px;
	vertical-align: middle;
}
LABEL.payment SPAN {
	display: block;
	float: left;
}
LABEL.payment SPAN.type {
	width: 200px;
	padding: 20px 0px 0px 6px;
	font-size: 18px;
}
LABEL.payment SPAN.foto {
	width: 130px;
}
LABEL.payment SPAN.desc {
	width: 356px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	line-height: 13px;
}
DIV.missing {
	background: #EAF2F8;
	padding: 10px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #b8d4e7;
	font-size: 14px;
}
DIV.missing B {
	color: #E14230;
}

/* TABLE HISTORY */
TABLE.history {
	margin: 10px 0px 10px 0px;
	font-size: 12px;
}
TABLE.history TH {
	padding: 6px 6px 6px 6px;
	font-size: 12px;
	color: #3083b9;
	background: #eaf2f8;
	border-top: 1px solid #cdd9e3;
	border-bottom: 1px solid #cdd9e3;
}
TABLE.history TH.total {
	text-align: right;
	border-right: 1px solid #cdd9e3;
	border-left: 1px solid #cdd9e3;
}

TABLE.history TD {
	padding: 6px 6px 6px 6px;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #cdd9e3;
}
TABLE.history TD IMG {
	vertical-align: middle;
	margin-right: 3px;
}
TABLE.history TD A {
	text-decoration: none;
}
TABLE.history TD A:hover {
	background: #eaf2f8;
	text-decoration: none;
}
TABLE.history TD.date {
	border-right: 1px solid #cdd9e3;
}
TABLE.history TD.total {
	background: #eaf2f8;
	font: bold 14px Arial;
	text-align: right;
	border-right: 1px solid #cdd9e3;
	border-left: 3px solid #dee9f1;
}

TABLE.history TD SPAN.no {
	font-weight: bold;
	color: #e03d2b;
}
TABLE.history TD SPAN.yes {
	font-weight: bold;
	color: #009900;
}

