/**********************************
*       ELEMENTI PRINCIPALI       *
**********************************/



body 
{
	margin: 1px 0; 
	padding: 0; 
	font: 75% Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	background: #fff; 
	text-align: center; 
}

a:link, a:visited 
{
	color: #06c;
	text-decoration: underline;
}
a:hover 
{
	color: #801010; 
	text-decoration: underline;
}

input 
{
	margin: 0; 
	padding: 2px; 
	border: 1px solid #bababa;
	font-size: 12px;
}

select 
{
	margin: 0; 
	padding: 0; 
	border: 1px solid #8e2e2e; 
	font-size: 90%;
}

img 
{
	border: none; 
	background: transparent;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 
{
	color: #801010; 
}
h1 
{
	font-size: 100%;
}
h2 
{
	font-size: 110%;
}
h3 
{
	font-size: 120%;
}
h4 
{
	font-size: 160%;
}
h5 
{
	font-size: 200%;
}

acronym,abbr  
{
	color: #999; 
	border-bottom: 1px dotted #999;
}

address 
{
	padding: 10px 20px 40px;
}

label 
{
	cursor: pointer; 
	cursor: hand; 
	color: #000;
}

hr
{
	border: none;
	border-top: 2px dotted #ccc;
	width: 100%;
	margin: 15px auto 10px auto;
	text-align: center;
}

sup
{
	font-size: 8px;
}

blockquote
{
	line-height: 150%;
}


fieldset,address{margin:0;padding:0;}

/**********************************
*            STRUTTURA            *
**********************************/



#header 
{
	margin: 0 auto 1px auto; 
	padding: 0; 
	width: 748px; 
	height: 85px; 
	font-size: 90%; 
	background: url(../immagini/logo.gif) no-repeat;
	border: 0 solid black;
}

#contenuti 
{
	margin: 0 auto; 
	padding: 0; 
	width: 748px; 
	background: #fff; 
	text-align: left;
	height:auto !important;
	min-height:300px;
	height:300px;
}

#sinistra 
{
	float: left; 
	margin: 0; 
	padding: 0 !important; 
	padding-right: 10px;
	background: #fff; 
	width: 135px; 
	text-align: center; 
	font-size: 95% !important; 
	font-size: 90%;
}

#destra 
{
	float: right; 
	margin: 0; 
	padding: 0 !important; 
	background: #fff; 
	padding-left: 10px;
	width: 135px;
}

#centro 
{
	margin: 0; 
	padding: 10px 5px 0 5px; 
	font-size: 100%;
}

#footer 
{
	padding: 0.2em 0; 
	margin: 10px auto 10px auto; 
	background-color: #fff; 
	color: #961c12; 
	width: 748px; 
	text-align: center; 
	font-size: 90%;
}

#crediti
{
	display: none;
}

#cartaIntestata, #datiSociali
{
	display: none;
}



/**********************************
*           INTESTAZIONE          *
**********************************/



#logo a 
{
	background: trasparent;
	display:block;
	float: left; 
	margin: 0; 
	padding: 0;  
	width: 281px; 
	height: 70px; 
	vertical-align: top;
}

#headerdestra
{
	float: right;
	width: 460px;
	height: 85px;
	background: #fbe8a3;
}

#barraricerca 
{
	margin: 0; 
	padding: 0 10px 0 0; 
	height: 61px; 
	text-align: right; 
	border: none; 
	background: #960101; 
}

#barraricerca form
{
	margin: 0; 
	padding: 25px 0 0; 
}
#barraricerca input
{
	border: none;; 
}

#usermenu 
{
	margin: 2px 0 0 0; 
	padding-top: 0 !important;
	padding: 3px 10px 0 0; 
	height: 21px !important; 
	height: 18px; 
	text-align: right; 
	background: #000; 
	color: #fae7a3;
	line-height: 21px;
	font-size: 11px;
}

#usermenu a:link,a:visited 
{
	color: #fae7a3;
	text-decoration: none;
}
#usermenu a:hover 
{
	color: #fff;
	background: transparent;
	text-decoration: none;
}

.bottoneimmagine
{
	margin: 0; 
	padding: 0; 
	background: #397822; 
	color: #fff; 
	border: none; 
	cursor: pointer; 
	cursor: hand;
	vertical-align: -5px !important;
	vertical-align: -2px;
}

#topMenu 
{
	margin: 0 auto;
	width: 748px;
	background: url(/immagini/sfondo_menu.gif) no-repeat right top !important;
}

#topMenu ul 
{
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none; 
}

#topMenu li 
{
	float: left;
	background: url(/immagini/menu_destro.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	list-style: none !important;
}

#topMenu a:link, #topMenu a:visited, #topMenu a:hover
{
	display: block;
	background: url(/immagini/menu_sinistro.gif) no-repeat left top;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
#topMenu a:hover 
{
   color: #000;
	text-decoration: underline;
}

#topMenu li.attivo 
{
	background: url(/immagini/menu_destro_attivo.gif) no-repeat right top;
}
#topMenu li.attivo a:link, #topMenu li.attivo a:visited, #topMenu li.attivo a:hover
{
   color: #000;
	background: url(/immagini/menu_sinistro_attivo.gif) no-repeat left top;
}



/**********************************
*              FOOTER             *
**********************************/



#footer a:link, #footer a:visited 
{
	color: #000;
	text-decoration: underline;
}
#footer a:hover 
{
	color: #961c12; 
	text-decoration: underline;
}



/**********************************
*        CONTENUTI CENTRO         *
**********************************/



#contenuti div.centrohome
{
	margin: 0; 
	padding: 0; 
	font-size: 100%;
	height: 210px;
	border-bottom: 7px solid #397822;
}
#contenuti div.centrohome img
{
	margin-left: 10px;
	float: right;
}
#contenuti div.centrohome h1
{
	margin: 0;
	margin-bottom: 10px;
	font: 28px "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#contenuti div.centrohome p
{
	font: 19px "Trebuchet MS", Arial, Verdana;
	line-height: 24px;
	margin: 0;
	text-align: center;
}
#contenuti div.centrohome span
{
	color: #900;
	font-weight: bold;
}
#contenuti div.centrohome p.collegamento
{
	padding-top: 15px;
	font-size: 12px;
	text-align: left;
}
#contenuti div.centrohome p.collegamento a:link, #contenuti div.centrohome p.collegamento a:visited 
{
	color: #06c;
	background: transparent;
	text-decoration: underline;
}
#contenuti div.centrohome p.collegamento a:hover 
{
	color: #801010; 
	background: transparent;
	text-decoration: underline;
}
#contenuti div.centrohome p.condizioni
{
	font-size: 10px;
	text-align: left;
}

#menuhome
{
	float: right;
	width: 215px;
	height: 208px;
	padding-left: 2px;
}
#menuhome ul
{
	margin: 0;
	padding: 0;
}
#menuhome ul li
{
	height: 30px;
	line-height: 30px;
	font-size: 11px;
}
#menuhome ul li.voceprincipale
{
	font-weight: bold;
	background: #eaecec;
	padding-left: 20px;
}
#menuhome ul li.vocesemplice
{
	background: #dde1e1 url(/immagini/freccetta.gif) 20px center no-repeat;
	padding-left: 30px;
	border-bottom: 1px solid #b9c1c1;
}
#menuhome ul li.voceseparatore
{
	font-weight: bold;
	background: #eaecec;
	padding-left: 20px;
	height: 24px;
}
#menuhome ul li a:link, #menuhome ul li a:visited 
{
	color: #000;
	background: transparent;
	text-decoration: underline;
}
#menuhome ul li a:hover 
{
	color: #801010;
	background: transparent;
	text-decoration: underline;
}

#contenuti div.boxhome
{
	margin: 0; 
	padding: 0; 
	font-size: 100%;
	height: 250px;
	border-bottom: 7px solid #397822;
}
#contenuti div.boxhome h2
{
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #cfcfcf;
}
#contenuti div.boxhome h3
{
	margin: 5px auto 10px auto;
	font-size: 14px;
	color: #000;
	text-align: center;
}
#contenuti div.boxhome p
{
	margin-top: 5px;
	text-align: left;
}
#contenuti div.boxhome p.collegamento
{
	font-size: 10px;
	text-align: right;
}
#contenuti div.boxhome p.collegamento img
{
	vertical-align: -2px;
}
#contenuti div.boxhome p.collegamento a:link, #contenuti div.boxhome p.collegamento a:visited 
{
	color: #06c;
	background: transparent;
	text-decoration: underline;
}
#contenuti div.boxhome p.collegamento a:hover 
{
	color: #801010; 
	background: transparent;
	text-decoration: underline;
}

#prodottoDestra
{
	float: right;
	height: 210px;
	width: 240px;
	text-align: center;
}
#prodottoSinistra
{
	padding-right: 5px;
	float: left;
	height: 210px;
	width: 235px;
	text-align: center;
}
#prodottoCentro
{
	margin-left: 244px; 
	padding: 0 10px;
	height: 210px;
	width: 230px;
	text-align: center;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

#iconastampa 
{
	float: right; 
	width: 20px; 
	height: 20px; 
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	margin-top: 4px;
}

#testosezioni 
{
	margin: 0; 
	padding: 0;
}
#testosezioni p 
{
	line-height: 170%;
}
#testosezioni h4 
{
	margin: 0; 
	padding: 0;
	padding-bottom: 5px;
	background: url(/immagini/sfondo_sezione.gif) no-repeat left bottom;
	font-size: 14px;
}
#testosezioni a:link, #testosezioni a:visited 
{
	color: #06c;
	text-decoration: underline;
}
#testosezioni a:hover 
{
	color: #801010; 
	text-decoration: underline;
}
#testosezioni ul 
{
	line-height: 170%;
}
#testosezioni li.intestazione 
{
	margin-bottom: 5px;
	font-weight: bold;
	color: #397822; 
}
#testosezioni div.mappasito ul
{
	margin-left: 0;
	padding-left: 0;
}
#testosezioni div.mappasito li
{
	list-style-type: none;
}

#tabellaHome
{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 7px solid rgb(241,232,213);
}
#tabellaHome td
{
	font-size: 0px
}
#tabellaHome td h2
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	text-align: center;
	border-bottom: none;
}
table a:link, table a:visited 
{
	color: #06c;
	text-decoration: underline;
}
table a:hover 
{
	color: #801010; 
	text-decoration: underline;
}



/**********************************
*       CONTENUTI SECONDARI       *
**********************************/



#breadcrumbs 
{
	margin: 10px 0 15px 0; 
	padding: 0; 
	color: #000; 
	font-size: 90%;
}
#breadcrumbs a:link, #breadcrumbs a:visited 
{
	color: #000;
	text-decoration: underline;
}
#breadcrumbs a:hover 
{
	color: #801010; 
	text-decoration: underline;
}

#infobcc 
{
	margin: 10px 0 15px 0; 
	padding: 0; 
	color: #000; 
	font-size: 90%; 
	font-weight: bold;
	text-align: center;
}

#testisecondari p 
{
	margin-top: 0;
	padding-top: 0;
}
#testisecondari h3 
{
	margin: 0; 
	padding: 0;
	font-variant: small-caps;
	font-size: 14px;
}
#testisecondari h5 
{
	margin: 0; 
	padding: 0;
	font-variant: small-caps;
	font-size: 12px;
}
#testisecondari address 
{
	padding: 10px 20px 0 20px;
}
#testisecondari span 
{
	font-size: 80%;
}
#testisecondari a:link, #testisecondari a:visited 
{
	color: #000;
	text-decoration: underline;
}
#testisecondari a:hover 
{
	color: #801010; 
	text-decoration: underline;
}

#errore 
{
	margin-top: 20px; 
	padding: 5px 5px; 
	border: 1px solid #900; 
	background: #fdd;
	line-height: 170%;
}
#errore h3 
{
	margin: 0; 
	padding: 0; 
	color: #900; 
	padding-bottom: 5px;
}
#errore label 
{
	color: #900;
}
#errore input 
{
	border-color: #900;
}
#errore a:link, #errore a:visited  
{
	color: #801010; 
	background: transparent; 
	text-decoration: underline;
}
#errore a:hover 
{
	color: #801010; 
	background: transparent; 
	text-decoration: underline;
}

.barraprofilocontenitore 
{
	height: 53px; 
	padding-left: 10px; 
	line-height: 100%; 
	background: #f1f7f1; 
	border-top: 1px solid #397822; 
	border-bottom: 1px dotted #397822;
}
.barraprofilo 
{
	height: 23px; 
	margin: 15px 0;
}
.barraprofilo div 
{
	margin: 0; 
	padding: 0; 
	width: 39px; 
	height: 23px; 
	float: left;
}
.barraprofilo h2 
{
	display: inline; 
	color: #397822;
}
.barraprofilo span 
{
	font-size: 80%;
}

#avviso 
{
	margin: 5px auto 20px auto;  
	padding: 5px; 
	border: 1px solid #8e2e2e; 
	background: #f7f1f1; 
	line-height: 150%;
}

#avviso h3 
{
	margin: 0; 
	padding: 0; 
	color: #8e2e2e; 
	padding-bottom: 5px;
}

table.tabellaFranchising th
{
	height: 25px;
	background-color: #ebf3f8;
	border-bottom: 3px double #000;
}

table.tabellaFranchising td
{
	height: 25px;
}

table.tabellaFranchising td.scura
{
	background-color: #e0e0e0;
}



/**********************************
*              FORM               *
**********************************/



#contenitorebottoni div 
{
	width: 200px; 
	float: right; 
	text-align: right;
}
#contenitorebottoni input 
{
	border: none; 
	cursor: pointer; 
	cursor: hand;
}

input.bottone
{
	border: none;
}

table.tabellaForm td.celladestra
{
	text-align: right;
}

table.tabellaForm td
{
	text-align: right;
}

table.tabellaForm
{
	margin-left: 30px;
}

table.tabellaForm input
{
	font-size: 14px;
}

.evidenziato 
{
	color: #900; 
	font-weight: bold;
}
.bordoevidenziato 
{
	border: 1px solid #900;
}



/**********************************
*         BARRA SINISTRA          *
**********************************/



#sinistra a:link, #sinistra a:visited 
{
	color: #06c;
	text-decoration: underline;
}
#sinistra a:hover 
{
	color: #801010; 
	text-decoration: underline;
}

#sinistra h3
{
	margin: 20px auto 10px auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#menulocale
{
	float: right;
	width: 135px;
	margin-bottom: 15px;
}
#menulocale ul
{
	margin: 0;
	padding: 0;
}
#menulocale ul li
{
	
	line-height: 25px;
	font-size: 11px;
	list-style-type: none;
	text-align: left;
	padding-right:3px;
}
#menulocale ul li.voceprincipale
{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background: #eaecec;
	padding-left: 10px;
}
#menulocale ul li.vocesemplice
{
	background: #dde1e1 url(/immagini/freccetta.gif) 15px center no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #b9c1c1;
}
#menulocale ul li.marche select
{
	width:100px;
}
#menulocale ul li.voceseparatore
{
	font-weight: bold;
	background: #eaecec;
	padding-left: 10px;
	height: 24px;
}
#menulocale ul li a:link, #menulocale ul li a:visited 
{
	color: #000;
	background: transparent;
	text-decoration: underline;
}
#menulocale ul li a:hover 
{
	color: #961c12;
	background: transparent;
	text-decoration: underline;
}

#offertePersonalizzate
{
	padding: 5px;
	border: 1px solid #ccc;
}

#offertePersonalizzate h3
{
	margin-top: 0;
	color: #900;
	font-size: 12px;
	font-weight: bold;
}

#offertePersonalizzate p
{
	color: #5a5a5a;
	font-size: 10px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#bannerServizioClienti
{
}



/**********************************
*          BARRA DESTRA           *
**********************************/



#destra a:link, #destra a:visited 
{
	color: #06c;
	text-decoration: underline;
}
#destra a:hover 
{
	color: #801010; 
	text-decoration: underline;
}

div.prodottiPopolari
{
	height: 100px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 10px;
	text-align: left;
}

div.prodottiPopolari p
{
	margin: 0;
	height: 80px;
}

div.prodottiPopolari p.prezzo
{
	height: auto;
}

div.prodottiPopolari img
{
	float: right;
}

#destra h3
{
	margin: 28px auto 10px auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#carrello
{
	margin-top: 28px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 5px;
}



/**********************************
*            PRODOTTI             *
**********************************/



#centroprodotti 
{
	margin: 0; 
	padding-left: 145px !important;
	padding: 0; 
	font-size: 100%;
}

#centroprodotti.concarrello 
{
	margin: 0; 
	padding-left: 145px !important;
	padding-right: 145px !important;
	padding: 0; 
	font-size: 100%;
}

#centroprodotti h2
{
	margin: 0 auto;
	padding: 10px auto;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #000;
	font-size: 10px;
	text-align: center;
	border-bottom: 7px solid #397822;
}

#sceltaNavigazione
{
	height: 250px;
	text-align: center;
}

#sceltaNavigazione a:link, #sceltaNavigazione a:visited 
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#sceltaNavigazione a:hover 
{
	color: #000; 
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#sceltaNavigazione td.divisorecentrale
{
	width: 1px;
	background: #ccc;
	font-size: 1px;
}

#navigazioneCategoria
{
	margin: 0;
	padding: 5px;
	padding-right: 10px;
	width: 48%;
	border-right: 1px solid #ccc;	
	float: left;
	height: 200px;
}

#prodottiSpecial
{
	height: 200px;
	text-align: center;
	border: 1px solid #ccc;
}

#prodottiSpecial h1
{
	color: #000;
	font: 24px "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	margin-top: 5px;
}

#prodottiSpecial p
{
	padding: 0 10px;
	color: #000;
	font: 16px "Trebuchet MS", Arial, Verdana;
	text-align: right;
}

#prodottiSpecial span
{
	color: #900;
	font-size: 18px;
	font-weight: bold;
}

#prodottiSpecial p.collegamento
{
	margin: 0;
	font: 10px Verdana, Arial;
}

#prodottiSpecial p.collegamento img
{
	float: none;
	vertical-align: -2px;
}

#prodottiSpecial img
{
	float: left;
}

#prodottiSpecial a:link, #prodottiSpecial a:visited 
{
	color: #06c;
	text-decoration: underline;
}
#prodottiSpecial a:hover 
{
	color: #801010; 
	text-decoration: underline;
}

table.tabellaProdotti
{
	border-collapse: collapse;
}

table.tabellaProdotti td
{
	border: 1px solid #ccc;
	width: 33%;
	text-align: center;
}

table.tabellaProdotti tr
{
	margin-bottom: 20px;
}

table.tabellaProdotti td.separatoreLaterale
{
	border: none;
	width: 20px;
}

table.tabellaProdotti td.separatoreLateraleInferiore
{
	border: none;
	width: 20px;
}

table.tabellaProdotti td.separatoreInferiore
{
	border: none;
	width: 33%;
}

table.tabellaProdotti td.senzaBordo
{
	border: 1px solid #fff;
	width: 33%;
}

#centroprodotti h1.nomeProdotto
{
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}

#centroprodotti span.modelloProdotto
{
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #8c8c8c;
	font-weight: bold;
	border: none;
	font-size: 95%;
}

#centroprodotti a.nomeProdotto:link, #centroprodotti a.nomeProdotto:visited, #centroprodotti a.nomeProdotto:hover
{
	color: #397822;
	font-size: 110%;
	text-decoration: none;
}

#centroprodotti table.tabellaProdotti img
{
	margin-top: 5px;
	display: block;
}

#centroprodotti h2.prezzoProdotto
{
	margin: 0 auto;
	padding: 0;
	color: #067149;
	font-weight: bold;
	border: none;
	font-size: 120%;
}

#centroprodotti p.dettagliProdotto
{
	margin-bottom: 0;
	margin-top: 0;
	text-align: right;
}

#centroprodotti p.dettagliProdotto img
{
	display: inline;
	margin: auto;
	text-align: right;
}

#dettaglioProdotto 
{
	text-align: left;
}

#dettaglioProdotto h5
{
	border: none;
	padding: 0;
	margin: 0;
	color: #067149;
	font-size: 100%;
}

#dettaglioProdotto td.separatoreDettaglio
{
	width: 10px;
}

#dettaglioProdotto td.dettaglioProdotto
{
	border: 1px solid #ccc;
	vertical-align: top;
	padding: 15px 10px 10px 10px;
}

#dettaglioProdotto td.dettaglioProdotto p
{
	line-height: 150%;
	margin: 0;
}

#dettaglioProdotto table td
{
	padding-top: 5px;
	font-size: 11px;
}

.prezzoBase
{
	font-weight: bold;
	font-size: 10px;
}

.prezzoBCC
{
	/* font-weight: normal; */
	font-weight: bold;
	font-size: 10px;
	/* color: #aaa; */
}

.scontoBCC
{
	font-weight: bold;
	font-size: 10px;
	color: #c63;
}

.offertaSpeciale
{
	font-weight: bold;
	font-size: 10px;
	color: #c63;
}

.prezzoFinale
{
	font-weight: bold;
	font-size: 12px;
	color: #b00;
}

#dettaglioProdotto table td.prezzoFinale
{
	padding-top: 20px;
	font-size: 12px;
}

#dettaglioProdotto table td.bottoneCarrello
{
	padding-top: 30px;
}

#dettaglioProdotto table td.testoMinimo
{
	font-size: 9px;
	color: #000;
}

#intestazioneInformazioni
{
	height: 31px;
	background: url(/immagini/linguetta_dettagli_prodotto_sfondo.gif) repeat-x;
	margin: 30px 0 0 0;
}

#descrizioneBreve
{
	border-left: 1px solid #7bade3;
	border-right: 1px solid #7bade3;
	padding: 10px 15px 5px 15px;
	background: #d3e5f6;
}

#descrizioneLunga
{
	border: 1px solid #7bade3;
	border-top: none;
	padding: 15px;
	line-height: 150%;
	margin-bottom: 20px;
}

span.prodottoDisponibile
{
	font-size: 10px;
	color: #090;
}

span.prodottoNonDisponibile
{
	font-size: 10px;
	color: #900;
}

span.prodottoGaranzia
{
	font-size: 10px;
	color: #000;
}

#listaelementi th
{
	padding: 0 10px;
	background: #ebf3f8;
	height: 30px;
	color: #000;
}

#listaelementi 
{
	font-size: 10px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	color: #5a5a5a;
}

#listaelementi td
{
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

#listaelementi td span
{
	font-size: 10px;
}

#listaelementi th.prezzoTotale
{
	text-align: right;
	line-height: 30px;
	height: 30px;
}

#listaelementi th.prezzoTotale img
{
	vertical-align: -5px;
}

#infoSpedizioni
{
	margin-top: 20px;
	font-size: 10px;
	color: #919191;
}

#infoAssicurazione
{
	font-size: 10px;
	color: #919191;
}

#infoCondizioni
{
	font-size: 10px;
	color: #919191;
}

#listaelementi td.subTotale
{
	padding: 30px 10px 0 10px;
	border-bottom: none;
	text-align: right;
}

#listaelementi td.scontoApplicato
{
	padding: 5px 10px 0 10px;
	color: #c63;
	text-align: right;
	border-bottom: none;
}

#listaelementi td.costoSpedizioni
{
	padding: 5px 10px 0 10px;
	text-align: right;
	border-bottom: none;
}

#listaelementi td.costoAssicurazione
{
	padding-bottom: 25px;
	text-align: right;
}

#listaelementi td.riepilogoCostoAssicurazione
{
	padding: 5px 10px 10px 10px;
	text-align: right;
	border-bottom: none;
}

#listaelementi td.riepilogoPrezzoTotale
{
	padding-bottom: 25px;
	text-align: right;
	font-weight: bold;
	color: #000;
}

table.tabellaDati th
{
	padding: 0 10px;
	background: #ebf3f8;
	height: 30px;
	color: #000;
}

table.tabellaDati
{
	font-size: 10px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	color: #5a5a5a;
}

table.tabellaDati td
{
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

table.tabellaDati table td
{
	border-bottom: none;
}

table.tabellaDati th.faseFatturazione
{
	background: #ebf3f8 url(/immagini/icona_billing.png) no-repeat 5px;
	padding-left: 45px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}

table.tabellaDati th.faseSpedizione
{
	background: #ebf3f8 url(/immagini/icona_shipping.png) no-repeat 5px;
	padding-left: 45px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}

table.tabellaDati th.fasePagamento
{
	background: #ebf3f8 url(/immagini/icona_metodo.png) no-repeat 5px;
	padding-left: 45px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}



/**********************************
*             OFFERTE             *
**********************************/



table.tabellaOfferte
{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 7px solid #397822;
	margin-bottom: 20px;
}
table.tabellaOfferte td
{
	vertical-align: top;
}
table.tabellaOfferte td h6
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #900;
	text-align: right;
	border-bottom: none;
	font-family: "Lucida Sans", Arial, Verdana, Helvetica, Sans-serif;
}
table.tabellaOfferte td.separatoreDettaglio
{
	width: 25px;
}
table.tabellaOfferte p.offertaHome
{
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	text-align: right;
}
table.tabellaOfferte p.offertaPrezzo
{
	margin-top: 15px;
	text-align: right;
	line-height: 150%;
	font-size: 10px;
}
table.tabellaOfferte p.offertaPrezzo span
{
	font-size: 12px;
	color: #b00;
}
table.tabellaOfferte p.offertaDettaglio
{
	font-size: 10px;
	text-align: right;
}
table.tabellaOfferte p.offertaAvviso
{
	margin-top: 15px;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	color: #bbb;
}

#tabellaOfferte
{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 7px solid #397822;
}
#tabellaOfferte td
{
	vertical-align: top;
}
#tabellaOfferte td h6
{
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #900;
	text-align: center;
	border-bottom: none;
	font-family: "Lucida Sans", Arial, Verdana, Helvetica, Sans-serif;
}
#tabellaOfferte td.separatoreDettaglio
{
	width: 25px;
}

p.offertaHome
{
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;	
}
p.offertaPrezzo
{
	margin-top: 30px;
	text-align: right;
	line-height: 150%;
}
p.offertaPrezzo span
{
	font-size: 14px;
	color: #b00;
}
p.offertaDettaglio
{
	font-size: 12px;
	text-align: right;
}
p.offertaAvviso
{
	margin-top: 30px;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	color: #bbb;
}

#listaofferte th
{
	padding: 0 10px;
	background: #ebf3f8;
	height: 30px;
	color: #000;
}

#listaofferte 
{
	font-size: 10px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	color: #5a5a5a;
}

#listaofferte td
{
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

#carrello_form h6
{
	margin-bottom: 5px;
	font-size: 12px;
	color: #c63;
}

img.iconaOfferta
{
	position: absolute; 
	bottom: 45px !important; 
	left: 20px !important;

	_top: -100px; 
	_left: -70px;
}



/**********************************
*            ACQUISTO             *
**********************************/



table.tabellaAcquisto
{
	line-height: 150%;
}

table.tabellaAcquisto td
{
	text-align: left;
}

table.tabellaAcquisto label
{
	display: block;
}

#bottoniAcquisto
{
	margin: 20px auto;
	text-align: right;
}

#bottoniAcquisto input
{
	border: none;
}



/**********************************
*             RICERCA             *
**********************************/



#listaricerca
{
	font-size: 10px;
	border-collapse: collapse;
	color: #5a5a5a;
}

#listaricerca td
{
	padding: 5px 10px 15px 10px;
}

#listaricerca th
{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background: #e3ebd3;
	padding-left: 10px;
}

#elencoCategorie
{
	border: 1px solid #ccc;
	padding: 10px;
}

#elencoCategorie td
{
	font-weight: bold;
}

#elencoCategorie h6
{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
	border-bottom: 3px double #ccc;
}



/**********************************
*              AVVISI             *
**********************************/



#contenitoreAvviso
{
	position: relative;
}

#contenitoreAvviso div
{
	position: absolute; 
	border: 1px solid #900; 
	height: 90px; 
	width: 250px; 
	top: -134px; 
	left: 20px;
}

#contenitoreAvviso h3
{
	margin: 3px 0 0 3px; 
	font-size: 13px; 
	color: #900; 
	font-family: 'Arial';
}

#contenitoreAvviso p
{
	padding: 3px; 
	font-size: 10px; 
	margin: 0;
}

#tabellaAccesso
{
	margin-top: 0;
	font-size: 10px;
}

#tabellaAccesso td
{
	padding: 2px 0;
}

#nuovoUtente
{
	border: 1px solid #ccc; 
	width: 260px; 
	height: 100px !important; 
	height: 106px; 
	margin: 20px 5px 20px auto; 
	text-align: left; 
	padding: 5px;
}

#nuovoUtente h3 
{
	margin-top: 3px; 
	font-size: 13px; 
	color: #111; 
	font-family: Arial;
}

#vecchioUtente
{
	border: 1px solid #ccc; 
	width: 260px; 
	height: 100px !important; 
	height: 106px; 
	margin: 20px 5px 20px auto; 
	text-align: left; 
	padding: 5px;
}

#vecchioUtente h3
{
	margin-top: 3px; 
	font-size: 13px; 
	color: #111; 
	font-family: Arial;
}



/**********************************
*         CLASSI GLOBALI          *
**********************************/



.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */

.testoPiccolo
{
	font-size: 10px;
}

.testoBarrato
{
	text-decoration: line-through;
}

.stringaErrore
{
	color: #900;
}

	#ghost
	{
		position: absolute;
		top: 0;
		z-index: 1;
		width: 200px;
		/* display: none; */
	}

	#ghost h1
	{
		font-size: 1px;
		color: #fff;
	}
	
	#ghost h1 a:link, #ghost h1 a:visited, #ghost h1 a:hover
	{
		color: #fff;
		text-decoration: none;
		background: transparent;
	}
