﻿/*-- Generic --*/
.SottoTitolo
{
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
/*-- Generic --*/
/*-- Carrello --*/
.CarrelloShop
{
	width: 783px;
}
.CarrelloShop .HeaderValore
{
	font-size: 12px;
	position: relative;
	width: 350px;
	height: 20px;
	color: #be2a2e;
	font-weight: bold;
}

.CarrelloShop .CarrelloBody
{
	background-color: #eff0f1;
}

.CarrelloShop .HeaderValore .LabelValuta
{
	position: absolute;
	left: 470px;
	top: 4px;
}

.CarrelloShop .HeaderValore .LabelQuantita
{
	position: absolute;
	left: 555px;
	top: 4px;
}

.CarrelloShop .HeaderValore .LabelTotale
{
	position: absolute;
	left: 630px;
	top: 4px;
}

.CarrelloShop .HeaderValore .LabelElimina
{
	position: absolute;
	left: 705px;
	top: 4px;
}
.CarrelloShop .Elemento
{
	border-bottom: 3px solid #E5E6E8;
	background-color: #FFFFFF;
	margin: 0px 2px 0px 2px; /*padding:2px;*/
}

.CarrelloShop .Elemento .Principale
{
	padding-bottom: 1px;
}

.CarrelloShop .Elemento .Principale .Immagine
{
	float: left;
	width: 70px;
	height: 70px;
	margin: 5px 0px 0px 5px;
}

.CarrelloShop .Elemento .Principale .Dettaglio
{
	float: left;
	width: 300px;
	font-weight: bold;
	font-size: 12px;
	margin: 16px 0px 0px 8px;
}

.CarrelloShop .Elemento .Principale .Dettaglio .Titolo
{
	text-transform: uppercase;
	color: #be2a2e;
}

.CarrelloShop .Elemento .Principale .BoxValore
{
	float: right;
	width: 350px;
	height: 70px;
}

.CarrelloShop .Elemento .Principale .BoxValore .ElementiValore
{
	position: relative;
	margin-top: 10px;
	font-size: 12px;
	width: 350px;
	height: 48px;
	font-weight: bold;
	color: #093048;
}

.CarrelloShop .Elemento .Principale .BoxValore .ElementiValore .ElementoValuta
{
	position: absolute;
	left: 30px;
	top: 15px;
	text-align: center;
	width: 50px;
}

.CarrelloShop .Elemento .Principale .BoxValore .ElementiValore .ElementoQuantita
{
	position: absolute;
	left: 120px;
	top: 10px;
}
.CarrelloShop .Elemento .Principale .BoxValore .ElementiValore .ElementoQuantita input[type=text]
{
	width: 30px;
	height: 15px;
	text-align: right;
}

.CarrelloShop .Elemento .Principale .BoxValore .ElementiValore .ElementoTotale
{
	position: absolute;
	left: 195px;
	top: 15px;
	text-align: center;
	width: 50px;
}

.CarrelloShop .Elemento .Principale .BoxValore .ElementiValore .ElementoElimina
{
	position: absolute;
	left: 290px;
	top: 13px;
}

.CarrelloShop .Elemento .Principale .BoxValore .ElementiValore .ElementoElimina a
{
	width: 13px;
	height: 15px;
	display: block;
	background-image: url('../Images/cestino.gif');
}
.CarrelloShop .SottoElemento
{
	font-size: 12px;
	position: relative;
	border-top: 1px solid #E5E6E8;
	background-color: #F8F8F8;
}
.CarrelloShop .SottoElemento .SottoElementoLabel
{
	background-image: url('../Images/freccia_figlio.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 5px;
	width: 250px;
	height: 20px;
	padding-top: 2px;
}
.CarrelloShop .SottoElemento .SubElementiValore
{
	position: absolute;
	width: 230px;
	height: 25px;
	top: 0px;
	left: 430px;
}
.CarrelloShop .SottoElemento .SubElementiValore .SubElementoValuta
{
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: 10px;
	text-align: center;
	width: 50px;
}
.CarrelloShop .SottoElemento .SubElementiValore .SubElementoQuantita
{
	position: absolute;
	left: 110px;
	width: 40px;
	top: 6px;
	text-align: center;
}
.CarrelloShop .SottoElemento .SubElementiValore .SubElementoTotale
{
	position: absolute;
	left: 190px;
	top: 6px;
	text-align: center;
	width: 50px;
}
.CarrelloShop .SottoElemento .SubElementiValore .SubElementoElimina
{
	position: absolute;
	left: 268px;
	top: 6px;
}

.CarrelloShop .SottoElemento .SubElementiValore .SubElementoElimina A
{
	width: 13px;
	height: 15px;
	display: block;
	background-image: url('../Images/cestino.gif');
}
.CarrelloShop .FooterCarrello
{
	height: 24px;
	padding: 6px;
}
.CarrelloShop .FooterCarrello .TotaleContainer
{
	float: right;
	margin-right: 5px;
}
.CarrelloShop .FooterCarrello .TotaleContainer .LabelTotale
{
	color: #be2a2e;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	float: left;
}
.CarrelloShop .FooterCarrello .TotaleContainer .Totale
{
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	float: left;
}
.CarrelloShop .Vuoto
{
	padding: 15px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #F8F8F8;
}
.CarrelloShop .Vuoto .Messaggio
{
	color: #D30000;
	font-size: 15px;
	border-bottom: 1px solid #2A6C8E;
	padding: 0px 5px;
}

/*-- Selezione Destinazione --*/

.ContainerDestinazioni
{
}
.ContainerDestinazioni .TitoloSelezionaModalita
{
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}
.ContainerDestinazioni .Tabelladestinazioni
{
	padding: 0px;
}
.ContainerDestinazioni .Tabelladestinazioni tbody tr td
{
	padding: 16px 0px;
}
.ContainerDestinazioni .Tabelladestinazioni tbody tr td .TitoloConsegna
{
	font-weight: bold;
}
.ContainerDestinazioni .Tabelladestinazioni tbody tr td .TitoloConsegna img
{
	vertical-align: text-bottom;
}
.ContainerDestinazioni .Tabelladestinazioni tbody tr td .TestoConsegna
{
	margin: 4px 0px;
	padding: 4px 0px;
}
.ContainerDestinazioni .Tabelladestinazioni .ColonnaSeleziona
{
	vertical-align: top;
	text-align: center;
}
.ContainerDestinazioni .Tabelladestinazioni tbody tr td.ColonnaSeleziona
{
	padding: 24px 4px 0px 4px;
}
/*-- Selezione Destinazione --*/

/*-- TNT Points --*/

.ContenitoreElencoPoints
{
}
.ContenitoreElencoPoints .TNTRicercaCodicePostale
{
	float: left;
	width: 450px;
}
.ContenitoreElencoPoints .TNTRicercaCodicePostale input[type=text]
{
	width: 60px;
}
.ContenitoreElencoPoints .BottoneRicerca
{
	background-image: url('../Images/it-IT/but_vaiTabs.gif' );
	width: 63px;
	height: 20px;
	margin-top: 3px;
	display: block;
	float: left;
}
.ContenitoreElencoPoints .BottoneRicerca A
{
	width: 63px;
	height: 20px;
	display: block;
	float: left;
}
.ContenitoreElencoPoints .ElencoPoints
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 760px;
}
.ContenitoreElencoPoints .ElencoPoints thead
{
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	background-color: #F8F8F8;
}
.ContenitoreElencoPoints .ElencoPoints thead td
{
	border-top: 1px solid #e2e3e5;
}
.ContenitoreElencoPoints .ElencoPoints tbody
{
	line-height: 15px;
}
.ContenitoreElencoPoints .ElencoPoints tbody tr
{
	font-size: 10px;
}
.ContenitoreElencoPoints .ElencoPoints tbody td
{
	border-top: 1px solid #e2e3e5;
}
.ContenitoreElencoPoints .ElencoPoints td.ColonnaSelezione
{
	width: 20px;
}
.ContenitoreElencoPoints .ElencoPoints td.ColonnaDescrizione
{
	width: 310px;
}
.ContenitoreElencoPoints .ElencoPoints td.ColonnaIndirizzo
{
	width: 310px;
}
.ContenitoreElencoPoints .ElencoPoints td.ColonnaPOS
{
	width: 80px;
}
.ContenitoreElencoPoints .ElencoPoints tbody td.ColonnaDescrizione
{
	text-align: left;
}
.ContenitoreElencoPoints .ElencoPoints tbody td.ColonnaIndirizzo
{
	text-align: left;
}
.ContenitoreElencoPoints .ElencoPoints tbody td.ColonnaPOS
{
	text-align: left;
}
.ContenitoreElencoPoints .ElencoPoints tbody td.ColonnaPOS
{
	text-align: center;
}

/*-- TNT Points --*/

/*-- Selezione Garanzie --*/
.BoxGaranzie
{
}
.BoxGaranzie table.DettaglioGaranzia
{
	width: 100%;
}
.BoxGaranzie hr
{
	height: 1px;
	color: #EFEFEF;
}
/*-- Selezione Garanzie --*/

/*-- Tipi Utenza --*/
.ContainerTipiUtenza
{
}

.ContainerTipiUtenza .ImmagineUtenza
{
	width: 163px;
	margin: 10px auto 5px auto;
}
.ContainerTipiUtenza .TipoUtenza
{
	background-color: #f4f5f5;
	border-top: 2px solid #e5e6e8;
	border-bottom: 2px solid #e5e6e8;
	float: left;
	margin: 2px;
	padding: 15px 10px;
	width: 236px;
	height: 100px;
	font-size: 11px;
	text-align: justify;
	line-height: 15px;
}

.ContainerTipiUtenza .TestoDescrittivo
{
	font-size: 12px;
	padding: 10px 4px;
}
/*-- Tipi Utenza --*/


/*-- Login --*/
.LoginBox
{
	background-color: #F8F8F8;
	margin: 10px 0px;
	border-bottom: 1px solid #e2e3e5;
	border-top: 1px solid #e2e3e5;
	padding: 10px 15px;
}
.LoginBox .LgLabel
{
	font-size: 11px;
	font-weight: bold;
	color: #2A6C8E;
}
.LoginBox input
{
	width: 200px;
}
.LoginBox .BottoneLogin
{
	background-image: url('../Images/it-IT/but_login.gif');
	background-repeat: no-repeat;
	width: 124px;
	height: 22px;
	display: block;
	margin: 10px 0px 10px 0px;
}

.LoginBox .BottoneLogin A
{
	width: 124px;
	height: 22px;
	display: block;
	margin: 10px auto 10px auto;
}


/*-- Dati Fatturazione / Dati Spedizione --*/
.DatiOrdinazioneContainer
{
	background-color: #F8F8F8;
	width: 100%;
	margin-top: 10px;
}

.DatiOrdinazioneContainer .BandaDati
{
	border-bottom: 4px solid #FFFFFF;
	padding: 8px 5px 8px 5px;
	margin: 0px;
}

.DatiOrdinazioneContainer .DatoOrdinazione
{
	float: left;
	margin: 5px 4px 0px 2px;
	font-size: 12px;
}
.DatiOrdinazioneContainer .LabelInfoCampi
{
	font-size: 11px;
	line-height: 15px;
}

.DatiOrdinazioneContainer .DatoOrdinazione .LabelDato .LabelDatoObbligatorio, .DatiOrdinazioneContainer .DatoOrdinazioneSmall .LabelDato .LabelDatoObbligatorio
{
	color: #be2a2e;
}

.DatiOrdinazioneContainer .DatoOrdinazione input[type=text], .DatiOrdinazioneContainer .DatoOrdinazione select
{
	width: 165px;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #e2e3e5;
}

.DatiOrdinazioneContainer .DatoOrdinazioneSmall
{
	float: left;
	padding-left: 5px;
	margin: 5px 10px 0px 0px;
	font-size: 12px;
}

.DatiOrdinazioneContainer .DatoOrdinazioneSmall input[type=text], .DatiOrdinazioneContainer .DatoOrdinazioneSmall select
{
	width: 80px;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #e2e3e5;
}
.DatiOrdinazioneContainer input[type=text]
{
	height: 16px;
}
.DatiOrdinazioneContainer select
{
	height: 20px;
}
.DatiOrdinazioneContainer .BandaInformazioni
{
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	background-color: #FFFFFF;
	color: #d43204;
	padding: 4px 0px 12px 0px;
}
.DatiOrdinazioneContainer .BandaInformazioni .DettaglioInformazioni
{
	font-size: 11px;
	color: #d43204;
	margin-top: 1px;
	padding: 5px 10px 10px 20px;
	font-weight: normal;
	border: 2px solid #e5e6e8;
}
/*-- Dati Fatturazione / Dati Spedizione --*/

/*-- Riepilogo --*/
.PageTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #2A6C8E;
	border-bottom: 1px solid #e2e3e5;
	width: 760px;
	margin: 0px 0px 10px 0px;
}
.RiepilogoContainer
{
	margin-top: 10px;
	font-size: 12px;
}
.RiepilogoContainer .LabelRiepilogo
{
	color: #be2a2e;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}
.RiepilogoContainer .LabelNominativo
{
	float: left;
}

.RiepilogoContainer .RiepilogoFatturazione
{
	border: 1px solid #e2e3e5;
	background-color: #F8F8F8;
	padding: 8px;
	width: 364px;
	height: 240px;
	float: left;
	margin: 0px 20px 0px 0px;
}

.RiepilogoContainer .RiepilogoFatturazione .TitoloRiepilogoFatturazione
{
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	font-style: italic;
}
.RiepilogoContainer .RiepilogoSpedizione
{
	border: 1px solid #e2e3e5;
	background-color: #F8F8F8;
	padding: 8px;
	width: 364px;
	height: 240px;
	float: left;
	margin: 0px;
}
.RiepilogoContainer .RiepilogoSpedizione .TitoloRiepilogoSpedizione
{
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	font-style: italic;
}


.RiepilogoContainer .RiepilogoAcquisti .TitoloAcquisti
{
	font-size: 14px;
	font-weight: bold;
	color: #2A6C8E;
	border-bottom: 1px solid #e2e3e5;
	margin: 0px 0px 10px 0px;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti
{
	width: 100%;
	border-top: 1px solid #e2e3e5;
	border-left: 1px solid #e2e3e5;
	border-right: 1px solid #e2e3e5;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti TR.HeaderProdotti
{
	background-color: #F8F8F8;
	color: #be2a2e;
	font-weight: bold;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti TR.HeaderProdotti TD
{
	border-bottom: 2px solid #e2e3e5;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti TR.ProdottoPrimario TD
{
	border-bottom: 1px solid #e2e3e5;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti TR.ProdottoSecondario TD
{
	border-bottom: 1px solid #e2e3e5;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti TR.ProdottoSecondario TD.ColonnaNome
{
	background-image: url( '../Images/freccia_figlio.gif' );
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti TD
{
	padding: 5px;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti TD.ColonnaNome
{
	width: 75%;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti TD.ColonnaQuantita
{
	width: 10%;
	text-align: center;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerProdotti TD.ColonnaValore
{
	width: 15%;
	text-align: right;
}
.RiepilogoContainer .RiepilogoAcquisti
{
	margin-top: 20px;
	width: 783px;
}
.RiepilogoContainer .RiepilogoAcquisti .TitoloVariazioni
{
	font-size: 14px;
	font-weight: bold;
	color: #be2a2e;
	border-bottom: 1px solid #e2e3e5;
	margin: 0px 0px 10px 0px;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerVariazioni
{
	width: 783px;
	border-left: 1px solid #e2e3e5;
	border-right: 1px solid #e2e3e5;
}

.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerVariazioni .Variazione
{
	background-color: #F8F8F8;
	padding: 5px;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerVariazioni .Variazione .ColonnaNome
{
	width: 75%;
	border-bottom: 1px solid #e2e3e5;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerVariazioni .Variazione .ColonnaQuantita
{
	width: 10%;
	text-align: center;
	border-bottom: 1px solid #e2e3e5;
}
.RiepilogoContainer .RiepilogoAcquisti TABLE.ContainerVariazioni .Variazione .ColonnaValore
{
	width: 15%;
	text-align: right;
	border-bottom: 1px solid #e2e3e5;
}

.RiepilogoContainer .RiepilogoRegistrazione
{
	border: 1px solid #e2e3e5;
	background-color: #F8F8F8;
	padding: 5px 8px 5px 8px;
	width: 364px;
	height: 35px;
	float: left;
	margin: 0px 20px 0px 0px;
}
.RiepilogoContainer .RiepilogoModalitaPagamento
{
	border: 1px solid #e2e3e5;
	background-color: #F8F8F8;
	padding: 5px 8px 5px 8px;
	width: 364px;
	height: 35px;
	float: left;
	margin: 0px;
}
.RiepilogoContainer .RiepilogoTotale
{
	border-left: 1px solid #e2e3e5;
	border-right: 1px solid #e2e3e5;
	border-bottom: 1px solid #e2e3e5;
	padding: 4px;
	margin: 0px 0px 10px 0px;
	background-color: #F8F8F8;
	color: #be2a2e;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
	width: 773px;
}
.RiepilogoContainer .RiepilogoTotale .RiepilogoSpese
{
	color: #000000;
	font-weight: normal;
	text-align: right;
}
.RiepilogoContainer .ConsensoPrivacy
{
	border: 1px solid #e2e3e5;
	background-color: #F8F8F8;
	padding: 5px;
}

.RiepilogoContainer .ConsensoPrivacy .TitoloPrivacy
{
	color: #be2a2e;
	font-weight: bold;
}

.RiepilogoContainer .ConsensoPrivacy .TestoPrivacyRdBtn
{
	text-align: center;
}

.RiepilogoContainer .ConsensoPrivacy .TestoPrivacy a
{
	text-decoration: underline;
}

.RiepilogoContainer .MessaggioSpeseTrasportoExtra
{
	padding: 4px;
	line-height: 20px;
	border: 1px solid #e2e3e5;
	background-color: #F8F8F8;
	float: left;
	width: 773px;
	margin-bottom: 10px;
}

/*-- Riepilogo --*/

/*-- Chiusura Ordine --*/
.ChiusuraOrdineContainer .BoxChiusuraOrdine
{
	font-size: 12px;
	border-top: 1px solid #e2e3e5;
	border-bottom: 1px solid #e2e3e5;
}
.ChiusuraOrdineContainer .BoxChiusuraOrdine .TitoloChiusuraOrdine
{
	text-align: center;
	font-size: 12px;
}
.ChiusuraOrdineContainer .BoxChiusuraOrdine .NumeroOrdine
{
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	color: #be2a2e;
}

/*-- Chiusura Ordine --*/

/*-- Pagamento Esterno --*/
.BottoniPagamento
{
	background-image: url('../../Images/it-IT/but_chiusuraCarte.gif' );
	background-repeat: no-repeat;
	height: 25px;
	width: 556px;
	margin: 0px auto 0px auto;
	position: relative;
}
.BottoniPagamento A.BottAnnulla
{
	left: 25px;
	top: 0px;
	position: absolute;
	width: 186px;
	height: 25px;
	display: block;
}
.BottoniPagamento A.BottProsegui
{
	left: 334px;
	top: 0px;
	position: absolute;
	width: 186px;
	height: 25px;
	display: block;
}
/*-- Pagamento Esterno --*/

/*-- Servizi --*/
.ServiziContainer .TabellaServiziGlobali
{
	font-size:12px;
}
.ServiziContainer .TabellaServiziGlobali td.ColonnaCheck
{
	width: 30px;
	text-align: center;
}
.ServiziContainer .TabellaServiziGlobali td.ColonnaServizio
{
	width: 580px;
}
.ServiziContainer .TabellaServiziGlobali td.ColonnaValore
{
	width: 130px;
	font-weight: bold;
	text-align: right;
}
.ServiziContainer .TabellaServiziProdotto
{
	font-size:12px;
}
.ServiziContainer .TabellaServiziProdotto thead
{
	font-weight: bold;
	color: #be2a2e;
}
.ServiziContainer .TabellaServiziProdotto thead td
{
	border-bottom: 1px solid #e2e3e5;
}
.ServiziContainer .TabellaServiziProdotto td.ColonnaCheck
{
	width: 30px;
	text-align: center;
}
.ServiziContainer .TabellaServiziProdotto td.ColonnaServizio
{
	width: 480px;
}
.ServiziContainer .TabellaServiziProdotto td.ColonnaValore
{
	width: 130px;
	font-weight: bold;
	text-align: right;
}
.ServiziContainer .ElencoServiziProdotto
{
	float: left;
	width: 645px;
	padding-top: 10px;
}
.ServiziContainer .ImmagineProdotto
{
	float: left;
	width: 100px;
	padding-top: 10px;
}
/*-- Servizi --*/

/*-- Garanzie --*/
.GaranzieContainer .TabellaGaranzieProdotto
{
	font-size: 12px;
}
.GaranzieContainer .TabellaGaranzieProdotto thead
{
	font-weight: bold;
	color: #be2a2e;
}
.GaranzieContainer .TabellaGaranzieProdotto thead td
{
	border-bottom: 1px solid #e2e3e5;
}
.GaranzieContainer .TabellaGaranzieProdotto td.ColonnaCheck
{
	width: 30px;
	text-align: center;
}
.GaranzieContainer .TabellaGaranzieProdotto td.ColonnaGaranzia
{
	width: 480px;
	font-weight: bold;
}
.GaranzieContainer .TabellaGaranzieProdotto td.ColonnaValore
{
	width: 130px;
	font-weight: bold;
	text-align: right;
}
.GaranzieContainer .TabellaGaranzieProdotto td.ColonnaDescrizione
{
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 6px;
	width: 350px;
}
.GaranzieContainer .ElencoGaranzieProdotto
{
	float: left;
	width: 645px;
	padding-top: 10px;
}
.GaranzieContainer .ImmagineProdotto
{
	float: left;
	width: 100px;
	padding-top: 10px;
}
/*-- Garanzie --*/

/*-- SceltaModalitaPagamento.ascx --*/
.ModalitaPagamentoContainer
{
	margin: 10px 0px;
	font-size: 12px;
}
.ModalitaPagamentoContainer .TotaleOrdine
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #c1cee1;
	border-top: 1px solid #c1cee1;
	margin-bottom: 10px;
	color: #003882;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 10px;
}
.ModalitaPagamentoContainer .ModalitaItem
{
	padding: 5px 0px 0px 0px;
}

.ModalitaPagamentoContainer .ModalitaItem .SelezioneModalita
{
	width: 25px;
	float: left;
}

.ModalitaPagamentoContainer .ModalitaItem .DescrizioneModalita
{
	width: 230px;
	float: left;
}

.ModalitaPagamentoContainer .ModalitaItem .DescrizioneModalita .TitoloModalita
{
	font-size: 12px;
	font-weight: bold;
}

.ModalitaPagamentoContainer .ModalitaItem .InformazioniModalita
{
	width: 300px;
	float: left;
}
.ModalitaPagamentoContainer .ModalitaItem .InformazioniModalita UL
{
}
.ModalitaPagamentoContainer HR
{
	border: 0px;
	height: 1px;
	margin: 2px;
	padding: 0px;
	color: #e2e3e5;
	background-color: #e2e3e5;
}
/*-- /SceltaModalitaPagamento.ascx --*/

/*-- Buono Sconto --*/
.ElencoBuoni
{
	width: 760px;
	margin-bottom: 10px;
	background-color: #F8F8F8;
	border-top: 2px solid #E5E6E8;
	border-bottom: 2px solid #E5E6E8;
	padding: 8px 20px;
}
.ElencoBuoni .DescrizioneBuono
{
	width: 80%;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.ElencoBuoni .BottoneEliminaBuono
{
	width: 10%;
	background-color: #E5E6E8;
}
.ElencoBuoni .BottoneEliminaBuono a
{
	width: 13px;
	height: 15px;
	display: block;
	margin: 0px auto 0px auto;
	background-image: url( '../Images/cestino.gif' );
}
.BuoniScontoContainer
{
	background-color: #F8F8F8;
	width: 760px;
	border-left: 2px solid #E5E6E8;
	border-right: 2px solid #E5E6E8;
	border-top: 8px solid #E5E6E8;
	margin-bottom: 10px;
}
.BuoniScontoContainer .titleBuoniSconto
{
	color: #be2a2e;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 300px;
	float: left;
}
.BuoniScontoContainer .FormBuono
{
	float: left;
	margin: 5px 10px;
}
.BuoniScontoContainer .BottoniBuono
{
	float: right;
	width: 150px;
	padding-top: 25px;
	margin-right: 250px;
}
.BuoniScontoContainer .CondizioniBuoni
{
	font-size: 13px;
	text-align: center;
	padding: 6px 0px;
	border-top: 1px solid #cbd4db;
	background-color: #E5E6E8;
}
.BuoniScontoContainer .FormBuono .titleBuoniSconto .LabelBuono
{
	float: left;
	font-size: 12px;
	padding-top: 5px;
}
.BuoniScontoContainer .FormBuono .titleBuoniSconto .InputBuono
{
	float: left;
	width: 150px;
	margin-left: 10px;
}
.BuoniScontoContainer .BottoniBuono .BottoneAggiungiBuono
{
	background-image: url('../Images/it-IT/but_aggiungiBuono.gif' );
	background-repeat: no-repeat;
	width: 135px;
	height: 22px;
	display: block;
	float: right;
}
.BuoniScontoContainer .BottoniBuono .BottoneAggiungiBuono A
{
	width: 135px;
	height: 24px;
	display: block;
	margin: auto;
}
/*-- Buono Sconto --*/
/*-- Donazioni --*/
.DonazioneContainer
{
	font-size: 12px;
}

/*-- Donazioni --*/
