BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D3D3D;
}

A {
	color: #D73D07;
    outline: none;
}

A:hover {
	color: #645900;
}

#CorpoPagina  {
	margin-right: 19px;
}

#CorpoPagina P, #SeparatoreColonnaCentrale P {
	margin-bottom: 1em;
}

#CorpoPagina H1, #SeparatoreColonnaCentrale H1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #D73C0C;
	margin-bottom: 4px;
}

#CorpoPagina H2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #D73C0C;
	margin-bottom: 4px;
}

#CorpoPagina .Foto {
	padding: 3px;
	border: 1px solid #a0a0a0;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}

#CorpoPagina A, #PiedePagina A {
    text-decoration: none;
}

#CorpoPagina A:hover, #PiedePagina A:hover  {
    text-decoration: none;
}

.Centro {
	text-align: center;
}

.Dx {
	text-align: right;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

#DoppiaColonna {
	background-color: #ffffff;
	float: left;  /* importante */
	width: 100%;  /* importante */
} 

#ColonnaCentrale {
	width: 474px;
	float: left;
}

#SeparatoreColonnaCentrale {
	width: 460px;
}

#SeparatoreColonnaCentrale IMG {
	margin-right: 15px;
}

#SeparatoreColonnaCentrale P {
	font-size: 12px;
	text-align: justify;
}

#ColonnaSinistra {
	width: 232px;
	float: right;
}

#Carrello {
	position: relative;
	width: 212px;
	height: 139px;
	background-image: url('../immagini/b-carrello.gif');
	background-repeat: no-repeat;
	color: #635E00;
	font-size: 12px;
	margin-bottom: 15px;
}

#EmailLBL, #PasswordLBL {
	position: absolute;
	display: block;
	top: 5px;
	left: 110px;
}

#PasswordLBL {
	top: 41px;
}

#Email, #Password {
	position: absolute;
	background-color: #ffffff;
	width: 87px;
	height: 18px;
	border: 1px solid #645900;
	top: 21px;
	left: 110px;
}

#Password {
	top: 57px;
}

#CarrelloSubmit {
	position: absolute;
	border: 0px;
	font-weight: bold;
	top: 77px;
	right: 10px;
	color: #635E00;
}

#TotaleCarrello {
	position: absolute;
	top: 99px;
	left: 15px;
}

#CarrelloCompleto {
	display: block;
	position: absolute;
	top: 120px;
	right: 10px;
	font-size: 11px;
	font-weight: bold;
}

#NonRiconosciuto {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	width: 110px;
	height: 80px;
	font-size: 10px;
	text-align: center;
}

#Benvenuto {
	display: block;
	position: absolute;
	top: 40px;
	right: 5px;
	width: 110px;
	height: 40px;
	font-size: 10px;
	text-align: center;
}

#Benvenuto STRONG {
	font-size: 11px;
	color: #DC3D13;
}

#Logout {
	display: block;
	position: absolute;
	top: 120px;
	left: 10px;
	font-size: 11px;
}

/* HomePage */
.BloccoHomepage {
	position: relative;
	width: 210px;
	height: 300px;
	border: 1px solid #635E00;
	margin-right: 14px;
}


.BloccoHomepage  .BloccoInfo {
	position: absolute;
	width: 190px;
	height: 40px;
	top: 226px;
	left: 7px;
	line-height: 13px;
	font-size: 13px;
	overflow: hidden;
}

.Scopri {
	position: absolute;
	bottom: 5px;
	right: 10px;
	display: block;
	width: 150px;
	text-align: right;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.ListaCompleta {
	text-align: right;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-right: 20px;
}


/* Elenco Prodotti */



.BloccoElencoProdotti {
	position: relative;
	width: 150px;
	height: 365px;
	border: 1px solid #635E00;
	margin-right: 15px;
}

.BloccoElencoProdotti IMG {
	border-bottom: 1px solid #635E00;
}

.BloccoElencoProdotti .BloccoInfo {
	position: absolute;
	width: 135px;
	height: 120px;
	top: 210px;
	left: 7px;
	line-height: 12px;
	font-size: 11px;
	overflow: hidden;
}

.BloccoElencoProdotti .BloccoInfo H3 {
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 15px;
}

.BloccoElencoProdotti .BloccoPrezzo {
	position: absolute;
	width: 135px;
	height: 20px;
	bottom: 5px;
	left: 7px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.Dettagli {
	display: block;
	width: 150px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

/* scheda prodotto */

#Allegato {
	display: block;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 15px;
	height: 39px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	background-image: url('../immagini/icona-pdf.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 45px;
	line-height: 39px;
}

#TornaCategoria {
	display: block;
	font-weight: bold;
	margin-top: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 400px;
}


#AcquistaProdotto {
	width: 210px;
	border: 1px solid #645900;
	font-size: 12px;
	line-height: 16px;
}

#AcquistaProdotto .Titolo {
	display: block;
	text-align: center;
	color: #D73D07;
	border-bottom: 1px solid #645900;
	margin-bottom: 5px;
	padding-bottom: 2px;
	
}

#AcquistaProdotto LABEL {
	display: block;
	float: left;
	width: 70px;
	height: 16px;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 2px;
}

#AcquistaProdotto #Qta {
	background-color: #ffffff;
	width: 20px;
	height: 16px;
	border: 1px solid #645900;
	padding-left: 3px;
	font-weight: bold;
	color: #D73D07;
}

#AcquistaProdottoSubmit {
	display: block;
	border: 0px;
	font-weight: bold;
	color: #D73D07;
	text-align: right;
	width: 190px;
	height: 39px;
	font-size: 15px;
	background-image: url('../immagini/icona-acquista.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 40px;
	line-height: 55px;
}

/* Carrello */

#TabellaCarrello {
	width: 100%;
}

#TabellaCarrello TH, #TabellaCarrello TD {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#TabellaCarrello TH {
	background-color: #EEE9BF;
	color: #615A00;
}

#TabellaCarrello TD {
	background-color: #FFF7D8;
}

.QtaCarr {
	border: 1px solid #004C95;
	background-color: #ffffff;
	color: #DC0017;
	font-weight: bold;
}

.Paggiorna, .Pcancella {
	display: block;
	border: 0px;
	width: 30px;
	height: 20px;
	background-image: url('../immagini/btn_refresh.gif');
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
}

.Pcancella {
	background-image: url('../immagini/btn_delete.gif');
}

#TabellaCarrello TD#TotaleProdotti {
	background-color: #EEE9BF;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #615A00;
}	

.Pulsante {
	background-color: #EEE9BF;
	color: #DC0017;
	font-weight: bold;
	border: 0px;
	padding: 4px;
}

.SvuotaCarrello {
	background-color: #EEE9BF;
	font-weight: bold;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.FormWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.FormWrapper FIELDSET {
	background-color: #FFF7D8;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #645900;
}

.FormWrapper BR {
	clear: both;
}

.FormWrapper LABEL {
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url('../immagini/freccia_form.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.FormWrapper .Campo {
	border: 1px solid #606060;
	width: 200px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
}

.FormWrapper .Check {
	margin-right: 6px;
}



