/* ############################# CssObject [EC_Carrello] ############################### */
/*------------ CARRELLO ------------*/
#wdgECCarrello {
	width:300px;
	height:50px;
	padding:5px;
	/*padding-right:10px;*/
	float:right;
	margin-top:10px;
	margin-right:5px;
	font-size:10px;
	color:#fff;
	/*background: url(../Images/sf_carrello-1414.png) no-repeat top right;*/
}
.RiepilogoCarrello_Titolo {
	clear:both;
	float:right;
	text-transform:uppercase;
	width:290px;
	height:16px;
	line-height:16px;
	vertical-align:middle;
	font-weight:bold;
}
.RiepilogoCarrello_Prodotti {
	clear:both;
	float:right;
	width:290px;
	height:16px;
}
.RiepilogoCarrello_ProdottiTitle {
	float:left;
}
.RiepilogoCarrello_ProdottiNum {
	float:right;
	font-weight:bold;
}
.RiepilogoCarrello_Importo {
	clear:both;
	float:right;
	width:290px;
	height:16px;
	line-height:16px;
	vertical-align:middle;
	/*background-color:#fff;*/
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #d8001d solid;
}
.RiepilogoCarrello_ImportoTitle {
	float:left;
}
.RiepilogoCarrello_ImportoNum {
	float:right;
	font-weight:bold;
}
.RiepilogoCarrello_Link {
	clear:both;
	float:right;
	width:290px;
	line-height:16px;
	height:16px;
	vertical-align:middle;
	font-weight:bold;
	color: #d8001d;
	/*text-transform:uppercase;*/
	vertical-align:top;
	font-size:10px;
}

.RiepilogoCarrello_Link a{
	color: #d8001d;
}

.RiepilogoCarrello_Link a:visited {
	color: #d8001d;
}
.RiepilogoCarrello_Link a:hover {
	color: #d8001d;
	text-decoration:underline;
}

/*--- FINE CARRELLO---*/

