﻿/* ---------------------------------------- */

a.tastini {
	background-position: center 20px;
	background-image: url('../../publicBianco/images/completa_110b.png');
	height: 20px;
	width: 110px;
	background-repeat: no-repeat;
	display: inline-block;
}
a.tastiniaggiorna:hover {
	background-position: center 20px;
	background-image: url('../../publicBianco/images/aggiorna_110b.png');
	height: 20px;
	width: 110px;
	background-repeat: no-repeat;
	display: inline-block;
}

/* ---------- carrello -------------------- */
.processing {
	background-position: center;
	color: #FFFFCC;
	padding-top: 2px;
	padding-bottom: 5px;
	display: block;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	height: 14px;
	width: 208px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#cart_progressContainer { visibility:hidden;}
.cart {
	/*border-color: #E4E4E4;
	border-width: 1px;
		background-color: #FBFBFB;
	border-style: solid;*/
	font-weight: bold;
	float: left;
	clear: left;
	width: 99%;
	padding: 10px;
	margin-top: 15px;

}
.cart h4 {
	color: #003366;
	margin-top: 10px;
	padding-left: 25px;
	background-image: url('../images/shopping_bag.gif');
	background-repeat: no-repeat;
	background-position: left;
}
.cart ul {
	margin-left: 0px;
}
.cart ul li {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
}
.cart ul li .prezzo {
	color: #005177;
}
.cart ul li ul {
	margin-left: -10px;
}
.cart ul li ul li {
	font-size: 11px;
	font-weight: normal;
}





/* --- table --- */

.cart table 

{width: 98%;}

.cart table td
{
    font-weight:normal;
    height:24px;
    vertical-align:middle;
    
    }
.cart table tr.intestazioni td
{
    font-weight:bold;
    color:#333333;
    text-align:left;
    
    } 
.cart table td.CD_Product, .cart table td.smalltext 
{
    font-size:10px;
    text-align:left;}

.cart table td.azioni 
{
    width:100px;
  }


/* cart account */
.daticliente {
	padding: 10px;
	width: 100%;
/*	border-color: #E4E4E4;
	border-width: 1px;
	border-style: solid;
	background-color: #FBFBFB;*/
	display: block;
}
.carttotal {
	padding: 10px;
	/*border-color: #E4E4E4;
	border-width: 1px;
	border-style: solid;
	background-color: #FBFBFB;*/
	font-weight: bold;
	float: left;
	clear: left;
	width: 100%;
	margin-top: 15px;
	
}
.carttotal ul li {
	list-style: none;
	float: left;
	display: inline-block;
	width: 200px;
}
.carttotal h5 {
	color: #000000;
	font-size: 13px;
}
.cart .remove {
	color: #CC3300;
}
.carttotal h5 a {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
/* workflow checkout ------------------------------------ */

.creditCards {
	background: url('../images/creditCards.gif') no-repeat center;
	float: left;
	width: 200px;
	height:48px;
	margin-top:5px;
	margin-bottom:10px;
	text-indent:-9999px;
	clear:both;
	display:block;
}



.WFli {
	font-size: 13px;
	line-height: 25px;
}


.WFstep {
	font-size: 18px;
	color: #CC3300;
	width: 4000px;
	float:left;
	display:block;
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:
}


