﻿/* Colori comuni negli span */
.titolo1
{
	color: #003882;
}
/* blu */
.titolo2
{
	color: #BE282C;
}
/* rosso */
.titolo3
{
	color: #FFFFFF;
}
/* bianco */
.testo1
{
	color: #000000;
}
/* nero */
.testo2
{
	color: #003882;
}
/* blue */
.testo3
{
	color: #666666;
}
/* grigio scuro */
.testo4
{
	color: #BE282C;
}
/* arancione */
.testo5
{
	color: #909090;
}
/* grigio chiaro */
.testoBarrato
{
    font-weight: bold;
    color: #666666;
    text-decoration: line-through;
}
.linea
{
	background-color: #B7C7DF;
	height: 2px;
	width: 780px;
}

a
{
	text-decoration: none;
}
.testo
{
	background-color: #FFEAAA;
	border: 1px solid #999999;
	font: normal 12px "Verdana";
	color: #444444;
}
.testo_disabled
{
	background-color: #EEEEEE;
	border: 1px solid #999999;
	height: 18px;
	font: normal 12px "Verdana";
	color: #AAAAAA;
}
.testo_errore
{
	background-color: #FFFF00;
	border: 2px solid #FF0000;
	height: 18px;
	font: normal 12px "Verdana";
	color: #111111;
}
input:focus
{
	border: 1px solid #F25B20;
}

.container_dati
{
 width:774px;
 float:left;
}

/* history carrello ------------------------------------------------------------------- */
.historycarrello
{
	width: 785px;
	height: 27px;
	position: relative;
	float: left;
	font: bold 13px "arial black"; /*letter-spacing:-1px;*/
	overflow: hidden;
	background-image: url(../Images/hst_bgb.gif);
	background-repeat: repeat;
	margin-bottom:20px;
}
.historycarrello_step
{
	width: 13px;
	height: 27px;
	float: left;
	background-image: url(../Images/hst_to.gif);
	background-repeat: no-repeat;
}
.historycarrello_step_rosso
{
	width: 13px;
	height: 27px;
	float: left;
	background-image: url(../Images/hst_rtob.gif);
	background-repeat: no-repeat;
}
.historycarrello_step_blue
{
	width: 13px;
	height: 27px;
	float: left;
	background-image: url(../Images/hst_btor.gif);
	background-repeat: no-repeat;
}
.historycarrello_text
{
	height: 27px;
	padding-top: 5px;
	padding-right: 28px;
	padding-left: 28px;
	float: left;
	font-size: 12px;
}
.historycarrello_text_rosso
{
	height: 27px;
	padding-top: 5px;
	padding-right: 28px;
	padding-left: 28px;
	float: left;
	background-image: url(../Images/hst_bgr.gif);
	background-repeat: repeat;
}
/* colonne carrello ------------------------------------------------------------------- */
.gridcarrello_head
{
	width: 795px;
	height: 20px;
	position: relative;
	float: left;
	font: bold 11px "Verdana";
	overflow: hidden;
}
.gridcarrello_title
{
	background-color: #EFF0F1;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 3px;
	width: 100px; /*tranne la prima colonna 'Articoli'*/
	height: 17px;
	text-align: center; /*tranne la prima colonna 'Articoli'*/
	float: left;
}
/* righe carrello prodotto ------------------------------------------------------------------- */
.gridcarrello_rows
{
	width: 795px;
	height: 100px;
	position: relative;
	float: left;
	font: bold 11px "Verdana";
	overflow: hidden;
}
.gridcarrello_row
{
	margin-left: 3px;
	margin-right: 3px;
	width: 100px; /*tranne la prima colonna 'Articoli'*/
	height: 100px;
	float: left; /* per allineare verticalmente cross-browser */
	display: table;
	position: relative; /*overflow: hidden;*/
}
.gridcarrello_valign
{
	position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}
/* per allineare verticalmente cross-browser */

.gridcarrello_cifra
{
	text-align: right;
	font: bold 12px "Verdana";
	margin-right: 5px; /*float:right;	*/
	right: -50%;
}

.gridcarrello_image
{
	width: 80px;
	height: 65px;
	float: left;
}
.gridcarrello_desc
{
	font: normal 11px "Verdana";
	width: 260px;
	float: left;
	letter-spacing: -1px;
}
.gridcarrello_consegna
{
	position: relative;
	top: -50%;
	text-align: center;
	font: normal 10px "Verdana";
	width: 100px;
}
.gridcarrello_quantita
{
	position: relative;
	text-align: center;
	font: normal 10px "Verdana";
	right: 50%;
	left: 50%;
}
/* footer carrello ------------------------------------------------------------------- */
.gridcarrello_footer
{
	width: 795px;
	position: relative;
	float: left;
	overflow: hidden;
}
.gridcarrello_spedcons
{
	margin-left: 3px;
	margin-right: 3px;
	width: 340px;
	float: left;
	font: normal 11px "Verdana";
}
.gridcarrello_buoni
{
	margin-left: 3px;
	margin-right: 3px;
	width: 170px;
	float: left;
	background-color: #EFEFF1;
	border: 1px solid #8C91A4;
	padding: 5px;
	text-align: center;
	font: normal 10px "Verdana";
}
.gridcarrello_totali
{
	margin-left: 10px;
	margin-right: 20px;
	width: 230px;
	float: right;
}
.totale_articoli
{
	width: 106px;
	float: left;
	font: bold 11px "Verdana";
	text-align: right;
	height: 20px;
}
.totale_carrello
{
	text-align: right;
	font: bold 15px "Arial";
	float:right;
	margin-top: 4px;
	margin-right: 5px;
}
.promobox
{
	width: 230px;
	height: 80px;
	position: relative;
	float: left;
	font: normal 11px "Verdana";
}

.promobox_img
{
	width: 60px;
	height: 40px;
	float: left;
	background-image: url(../Images/MrPoint.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 10px;
}
.promobox_txt
{
	width: 160px;
	height: 40px;
	margin-top: 10px;
	float: left;
}
.carrello_donazione
{
	width: 230px; 
	height: 78px; 
	position: relative; 
	float: left; 
	background-image: url(../Images/cart_bg_donazione.gif);
	background-repeat: no-repeat;
}
.continua_btn
{
	width: 230px;
	position: relative;
	float:left;
	font: normal 10px "Verdana";
	text-align: center;
	margin-left: 0px;
}
.continua_img a
{
	width: 185px;
	height: 40px;
	background-image: url(../Images/it-IT/btn_continua.gif);
	background-repeat: no-repeat;
	display: block;
	margin-left:22px;
}

/*.carrello_Vuoto----------------------------------------------------- */
.ImgEmptyCart1
{
	width: 150px;
	height: 150px;
	border: 0px;
	margin: 25px;
	background-image: url(../Images/emptycart_1.gif);
	background-repeat: no-repeat;
	display: block;
}

.ImgEmptyCart2
{
	width: 150px;
	height: 150px;
	border: 0px;
	margin: 25px;
	background-image: url(../Images/emptycart_2.gif);
	background-repeat: no-repeat;
	display: block;
}

.ImgEmptyCart3
{
	width: 150px;
	height: 150px;
	border: 0px;
	margin: 25px;
	background-image: url(../Images/emptycart_3.gif);
	background-repeat: no-repeat;
	display: block;
}

/* ------------------------------------------------------------------- */
.plus_bullet a
{
	width: 9px;
	height: 9px;
	float: left;
	background-image: url(../Images/PlusInfos.gif);
	background-repeat: no-repeat;
	display: block;
}

.icone_creditcard
{
	width: 350px;
	height: 30px;
	float: left;
	background-image: url(../Images/loghi_carte_carrello.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
}
/* selezione login/senza reg ------------------------------------------------------------------- */
.areaTNTPoints
{
	width: 795px;
	position: relative;
	float: left;
	font: normal 11px "Verdana";
}
.rigaTNTPoints
{
	width: 795px;
	position: relative;
	float: left;
	font: normal 11px "Verdana";
	margin-top: 10px;
	margin-bottom: 20px;
}
.box_ricercaTNT
{
	width: 785px;
	height: 140px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #8C91A4; /*padding:5px;*/
	margin-bottom: 20px; /* nel caso lo sfondo sia un'immagine: 	background-image: url(../Images/PlusInfos.gif);  	background-repeat: no-repeat; 	*/
}

/* ------------------------------------------------------------------- */

.box_dati
{
	width: 785px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #8C91A4;
	padding-bottom: 10px; /* nel caso lo sfondo sia un'immagine: 	background-image: url(../Images/PlusInfos.gif);  	background-repeat: no-repeat; 	*/
}
.titolo_box
{
	position: relative;
	float: left;
	width: 100%;
	font: bold 16px "arial";
	margin-top: 3px;
	margin-bottom: 6px;
}
.riga_form
{
	position: relative;
	float: left;
	width: 780px;
	margin-bottom: 2px;
}
.titolo_campo
{
	width: 150px;
	float: left;
	font: normal 11px 'Verdana';
	padding-left: 42px;
	margin-top: 3px;
}
.classe_campo
{
	width: 180px;
	float: left;
}
.messaggio_campo
{
	float: left;
	font: normal 10px 'Verdana';
	padding-left: 4px;
	margin-top: 3px;
}
.lucchetto
{
	width: 13px;
	height: 13px;
	float: left;
	background-image: url(../Images/lucchetto.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.alert_campo
{
	width: 15px;
	height: 13px;
	float: left;
	background-image: url(../Images/alert_field.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 3px;
}
.btn_privato
{
	width: 185px;
	height: 40px;
	background-image: url(../Images/it-IT/btn_privato.gif);
	background-repeat: no-repeat;
	display: block;
}

.btn_azienda
{
	width: 185px;
	height: 40px;
	background-image: url(../Images/it-IT/btn_azienda.gif);
	background-repeat: no-repeat;
	display: block;
}
.box_destinazione
{
	border:1px solid #A9BCD5;
	padding:5px;	
	background-image:url(../Images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:27px 50%;
}
.box_destinazione_selezionato
{
	border:1px solid #A9BCD5;
	padding:5px;
	background-color:#FFF3DD;	
	background-image:url(../Images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:27px 50%;
}
.box_destinazione input[type=radio],
.box_destinazione_selezionato input[type=radio]
{
	width:20px;
	height:40px;	
	float:left;
	margin-right:12px;	
}
/* ------------------------------------------------------------------- */
.area_artservice
{
	width: 785px;
	float: left;
	font: normal 11px 'Verdana';
}
.articolo_servizio
{
	width: 140px;
	float: left;
	text-align: center;
	margin-right: 20px;
}
.riga_servizio
{
	width: 620px;
	float: left;
	margin-bottom: 20px;
}
.colonna_servizio
{
	width: 350px;
	position: relative;
	float: left;
}
.loghettino_servizio
{
	width: 70px;
	float: left;
	margin-top: 2px;
	text-align: center;
}
.scelta_servizio
{
	width: 155px;
	float: left;
	margin-top: 20px;
	text-align: right;
}
.area_servcheck
{
	width: 20px;
	float: left;
	margin-top: 30px;
}
.colonna_prezzo
{
	width: 85px;
	float: left;
	font: bold 15px 'Arial';
	margin-top: 32px;
	text-align: right;
}
.immagine_tnt
{
	width: 50px;
	height: 36px;
	background-image: url(../Images/tntpoints_logo.gif);
	background-repeat: no-repeat;
}
.btn_scegliservizio a
{
	width: 140px;
	height: 40px;
	background-image: url(../Images/it-IT/btn_scegliservizio.gif);
	background-repeat: no-repeat;
	display: block;
}

/* modalità spedizione ------------------------------------------------------------------- */
.spedizione_tipi
{
	width: 795px;
	position: relative;
	float: left;
	font: normal 11px "Verdana";
}
.sped_colonna
{
	position: relative;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.plus_bullet
{
	width: 9px;
	height: 9px;
	float: left;
	background-image: url(../Images/PlusInfos.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 5px;
}

.btn_sceglipagamento a
{
	width: 165px;
	height: 40px;
	background-image: url(../Images/it-IT/btn_sceglipagamento.gif);
	background-repeat: no-repeat;
	display: block;
}
/* riepilogo ------------------------------------------------------------------- */

.sottotitolo
{
	width: 785px;
	float: left;
	font: normal 11px 'Verdana';
	margin-top: 10px;
	margin-bottom: 20px;
}
.areaindirizzi
{
	width: 784px;
	float: left;
}
.boxindirizzo
{
	width: 360px;
	height: 295px;
	float: left;
	margin: 12px;
	background-image: url(../Images/bg_boxindirizzo.gif);
	background-repeat: no-repeat;
}
.boxindititolo
{
	position: relative;
	float: left;
	width: 300px;
	font: bold 16px 'arial';
	margin: 5px;
	margin-left: 10px;
}
.boxindidati
{
	position: relative;
	float: left;
	width: 300px;
	height: 130px;
	font: normal 11px 'Verdana';
	margin-left: 12px;
}
.boxpulscambio
{
	position: relative;
	float: left;
	width: 350px;
	text-align: right;
}
.boxpagtitolo
{
	position: relative;
	float: left;
	width: 330px;
	font: bold 16px 'arial';
	margin: 5px;
	margin-top: 10px;
}
.riga_art_riep
{
	width: 795px;
	font: normal 11px 'Verdana';
	margin-top: 15px;
	margin-bottom: 15px;
}
.riga_riep_foto
{
	width: 70px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.riga_riep_descr
{
	width: 420px;
	float: left;
	margin: 3px;
}
.riga_riep_taglia
{
	width: 100px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	margin-top: 15px;
}
.riga_riep_prezzo
{
	width: 100px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	text-align: right;
	margin-top: 20px;
}
.riga_riep_quant
{
	width: 50px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	margin-top: 20px;
}
.riga_riep_totale
{
	width: 100px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	text-align: right;
	margin-top: 20px;
}
.cond_vendita
{
	width: 370px;
	float: left;
	position: relative;
	font: normal 11px 'Verdana';
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.button_inviaord
{
	width: 370px;
	float: left;
	font: normal 10px 'Verdana';
	margin-left: 10px;
}

.totale_articoli_riepilogo
{
	width: 240px;
	float: left;
	font: bold 11px "Verdana";
	text-align: right;
	height: 20px;
}
.gridcarrello_taglia
{
	position: relative;
	top: -50%;
	text-align: center;
	font: normal 10px "Verdana";
}
.gridcarrello_quantitasenzatxt
{
	position: relative;
	top: -50%;
	text-align: center;
	font: normal 10px "Verdana";
	right: 50%;
	left: 50%;
}
.riepilogo_donazione
{
	width: 370px; 
	height: 78px; 
	position: relative; 
	float: left; 
	background-image: url(../Images/cart_bg_donazione2.gif);
	background-repeat: no-repeat;
}
/* thankyoupage ------------------------------------------------------------------- */
.sottotitolo
{
	width: 785px;
	float: left;
	font: normal 11px 'Verdana';
	margin-top: 10px;
	margin-bottom: 20px;
}
.boxordineric
{
	width: 370px;
	height: 180px;
	float: left;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../Images/bg_boxordineric.gif);
	background-repeat: no-repeat;
}
.boxordin_testo
{
	position: relative;
	float: left;
	width: 360px;
	font: normal 11px 'Verdana';
	margin: 5px;
}
.boxordin_numero
{
	width: 370px;
	float: left;
	text-align: center;
	font: bold 16px 'arial';
	margin-top: 15px;
	margin-bottom: 15px;
}
.boxordin_titolo
{
	position: relative;
	float: left;
	width: 360px;
	font: bold 16px 'arial';
	margin: 5px;
}
.cosasucc_titolo
{
	width: 700px;
	float: left;
	padding-left: 30px;
	font: bold 14px 'arial black';
}
.cosasucc_testo
{
	width: 700px;
	float: left;
	padding-left: 43px;
	font: normal 11px 'Verdana';
	margin-bottom: 20px;
}
.faq_titolo
{
	width: 700px;
	float: left;
	padding-left: 30px;
	font: normal 11px 'Verdana';
}
.faq_testo
{
	width: 700px;
	float: left;
	padding-left: 30px;
	font: normal 11px 'Verdana';
	margin-bottom: 20px;
}

/* selezione login/senza reg ------------------------------------------------------------------- */
.scelte_tipocliente
{
	width: 795px;
	position: relative;
	float: left;
	font: normal 11px "Verdana";
}
.box_tipocliente
{
	margin: 35px;
	width: 310px;
	height: 270px;
	float: left;
	padding: 5px;
	/* background-color:#FFFFFF;
	border:1px solid #8C91A4;*/

	
	background-image: url(../Images/bg_boxtipocliente.gif); 
	background-repeat: no-repeat;
}

.sottotitolo_box
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 6px;
}
/*-- Garanzie --*/
.TitoloGaranzie
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 6px;
	font: bold 16px "arial";
}
.SottoTitoloGaranzie
{
	position: relative;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 6px;
	font: 11px 'Verdana';
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto
{
	width: 580px;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .RigaGaranzia
{
	vertical-align:top;
	background-color:#FFFFFF;
	height:130px;
	width: 580px;
	padding-left: 20px;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .RigaGaranziaSelezionata
{
	vertical-align:top;
	background-color:#EAEAEB;
	height:130px;
	width: 580px;
	padding-left: 20px;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .ColonnaNessunaGaranzia
{
	
	width: 323px;
	font: bold 16px 'arial';
	color: #F25B20;
	float:left;
	height:130px;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .ColonnaVuota
{
	width: 302px;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .ColonnaCheck
{
	width: 158px;
	margin-top: 20px;
	text-align: right;
	float: left;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .ColonnaCheck .BtnCheck a
{
	background-image: url(../Images/it-IT/btn_scegligaranzia.gif);
	width: 158px;
	height: 40px;
	float: left;
	display:block;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .ColonnaCheck .BtnChecked a
{
	background-image: url(../Images/it-IT/btn_scegligaranzia_selected.gif);
	width: 158px;
	height: 40px;
	float: left;
	display:block;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .ColonnaCheck .SelCheck
{
	width: 20px;
	height: 20px;
	margin-top: 10px;
	float:left;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .ColonnaGaranzia
{
	margin-top: 10px;
	width: 323px;
	position: relative;
	font: bold 16px 'arial';
	color: #F25B20;
	float:left;
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .ColonnaValore
{
	color: #F25B20;
	margin-top: 40px;
	width: 85px;
	font: bold 15px 'Arial';
	text-align: right;
	float:left;
	
}
.GaranzieContainer .ElencoGaranzieProdotto .TabellaGaranzieProdotto .ColonnaDescrizione
{
	margin-top: 10px;
	font: 11px 'verdana';
	line-height: 14px;
	padding-bottom: 6px;
	width: 323px;
	color:#003882;
}
.GaranzieContainer .ElencoGaranzieProdotto
{
	float: left;
}
.GaranzieContainer .LineaSeparatoreVuota
{
	background-color: #A9BCD5;
	height: 2px;
	width: 780px;
}
.GaranzieContainer .LineaSeparatoreVuota .LineaPiena
{
	width: 1px;
	height: 1px;
	border: 0px;
	background-image: url(../../Images/spacer.gif);
	background-repeat: no-repeat;
}
.GaranzieContainer .BoxArticolo
{
	width: 160px;
	float: left;
	text-align: center;
}
.GaranzieContainer .BoxArticolo .ImmagineProdotto
{
	width: 160px;
	padding-top: 10px;
}
.GaranzieContainer .BoxArticolo .EtichettaProdotto
{
	font: bold 11px 'Verdana';
}

.GaranzieContainer .GridTotali
{
	margin-left: 10px;
	margin-right: 20px;
	width: 230px;
	float: right;
	margin-top: 10px;
}
.GaranzieContainer .GridTotali .TotArticoli
{
	width: 106px;
	float: left;
	font: bold 11px "Verdana";
	text-align: right;
	height: 20px;
}
.GaranzieContainer .GridTotali .Cifra
{
	text-align: right;
	font: bold 12px "Verdana";
	margin-right: 5px; /*float:right;	*/
	right: -50%;
}
.GaranzieContainer .GridTotali .TotCarrello
{
	text-align: right;
	font: bold 15px "Arial";
	margin-right: 5px; /*float:right;	*/
	right: -60%;
	height: 20px;
	margin-top: 4px;
}
.GaranzieContainer .GridTotali .Continua
{
	width: 230px;
	float: left;
	text-align: center;
}
.GaranzieContainer .GridTotali .Continua .ImmaginePulsante
{
	width: 185px;
	height: 40px;
	background-image: url(../Images/it-IT/btn_continua.gif);
	background-repeat: no-repeat;
	display: block;
}
.GaranzieContainer .GridTotali .Continua .TestoPulsante
{
	color: #F25B20;
	font: normal 10px "Verdana";
	text-decoration: none;
}
/*-- Garanzie --*/

