BODY {
	font-family: Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

A {
	color: #496aff;
    outline: none;
}

A:hover {
	color: #000000;
}


#CorpoPagina  {
	padding: 20px;
	font-size: 11px;
	line-height: 1.3em;
	text-align: justify;
	/* height: 817px;  */
}

#CorpoPagina P {
	margin-bottom: 0.8em;
}

#CorpoPagina .Verde {
	color: #43a51c;
}


#CorpoPagina H1 {
	font-size: 16px;
	color: #3751ca;
	font-weight: bold;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#CorpoPagina H2 {
	font-size: 14px;
	color: #3751ca;
	font-weight: bold;
	margin-bottom: 5px;
}


#CorpoPagina  UL {
	margin-bottom: 0.8em;
}

#CorpoPagina LI {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 18px;
}

#CorpoPagina A {
    text-decoration: underline;
}

#CorpoPagina 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;
}

.Separatore {
	width: 100%;
	background-color: #2aa400;
	height: 3px;
	font-size: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}



.FormSito {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.FormSito BR {
	clear: both;
}

.FormSito LABEL {
	width: 130px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
	padding-right: 15px;
}

.FormSito .Campo, .FormSito .CampoObbligatorio {
	border: 1px solid #606060;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #eeeeee;
}

.FormSito .Check {
	margin-right: 6px;
}

.FormSito .Submit {
	padding-left: 15px;
	padding-right: 15px;
	margin-top:10px;
	font-weight: bold;
	background-color: #FFE2E5;
	color: #000000;
}

#FormInviatoRisposta {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}


#BloccoRiconosci {
	position:absolute;
	width: 270px;
	height:150px;
	top:70px;
	left:480px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #003E62;
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;	
}

#BloccoRiconosci LABEL {
	width: 80px;
	float: left;
	text-align:right;
	margin-top:5px;
	}

#BloccoRiconosci .Campo {
	background-color: #ffffff;
	border: 1px solid #003E62;
	margin-top:5px;
	width:130px;
}

#BloccoRiconosci .Submit {
	position:absolute;
	background-color: #f3803f;
	border: 0px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	width: 50px;
}

#BloccoCommunity {
	width: 160px;
	float: left;
	font-size: 11px;
	color:#000000;
	line-height: 1.3em;
	margin-right: 10px;
	margin-bottom: 5px;
}
#BloccoCommunity H2 {
	font-size: 12px;

}

#BloccoCommunity H3 {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
}

#BloccoCommunity LABEL {
	width: 50px;
	float: left;
	text-align:right;
	margin-top:5px;
	padding-right:5px;
}

#BloccoCommunity .Campo {
	background-color: #ffffff;
	border: 1px solid #003E62;
	margin-top:5px;
	width:90px;
}

#BloccoCommunity .Submit {
	background-color: #f3803f;
	margin-left:100px;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	width: 50px;
}

/* codice form */

.FormWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.FormWrapper BR {
	clear: both;
}

.FormWrapper LABEL {
	width: 140px;
	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;
	font-size: 11px;
}

.FormWrapper .Campo {
	border: 1px solid #606060;
	background-color: #fefefe;
	height: 15px;
	font-size: 11px;
}

.FormWrapper .Check {
	margin-right: 6px;
}

.FormWrapper .Submit {
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	font-weight: bold;
	background-color: #C5C5C5;
	background-image: url('../immagini/b_submit.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #606060;
}

.FormWrapper FIELDSET {
	border: 0px;
}

/* fine codice form */


/* codice carrello */

#ContenutoCarrello {
	width: 100%;
	font-size: 11px;
	background-color: #909090;
}

#ContenutoCarrello TH, #ContenutoCarrello TD {
	text-align: left;
	padding: 5px;
	background-color: #ffffff;
}

#ContenutoCarrello TH {
	background-color: #f5ecc4;
	color: #ff0000;
}








#SpeseSpedizione {
	float:left;
	text-align:right;
}

#SpeseSpedizione SELECT{
	border:1px solid #000000;
	width:160px;
}

#TotaleOrdine {
	float:right;
	/*border-top:  1px solid #dba600;
	padding-top: 10px;*/
	padding-bottom: 10px;
	font-weight: bold;
	color: #00387f;
}	

#TotaleOrdine SPAN {
	display: block;	
}


#BaseModalitaPagamento {
	width: 714px;
	height: 71px;
	background-image: url('../immagini/base-modalita-pagamento.jpg');
	background-repeat: no-repeat;
	position: relative;
	margin-top: 5px;
	font-size: 11px;
}

#BaseModalitaPagamento #ModalitaPagamento {
	position: absolute;
	top: 6px;
	left: 0px;
	font-weight: bold;
	color: #00387f;
}

#BaseModalitaPagamento .TipoPagamento {
	position: absolute;
	top: 38px;
	color: #525961;
	font-size: 10px;
}




#WrapperBarraCarrello {
	width: 215px;
	float: right;
}

#BaseCarrello {
	width: 195px;
	height: 350px;
	background-image: url('../immagini/base-carrello.jpg');
	background-repeat: no-repeat;
	position: relative;
	margin-top: 5px;
	color: #ffffff;
	font-size: 11px;
}

#BaseCarrello #Riepilogo {
	position: absolute;
	top: 16px;
	left: 19px;
	font-weight: bold;
}

#BaseCarrello #Prezzo {
	position: absolute;
	top: 65px;
	left: 19px;
	font-size: 13px;
}

#BaseCarrello #Stampa, #BaseCarrello #Salva {
	display: block;
	position: absolute;
	width: 76px;
	height: 42px;
	top: 145px;
	left: 17px;
	text-indent: -9999px;
}

#BaseCarrello #Salva {
 	left: 99px;
	
}

#BaseCarrello #Cassa {
	display: block;
	position: absolute;
	width: 195px;
	height: 80px;
	top: 202px;
	left: 0px;
	text-indent: -9999px;
}

#BaseCarrello #Verisign {
	display: block;
	position: absolute;
	width: 110px;
	height: 60px;
	top: 292px;
	right: 0px;
	text-indent: -9999px;
}

.ContinuaShopping {
	display: block;
	width: 185px;
	height:30px;
	color: #298629;
	background-color: #bddfbd;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	line-height:30px;
}

.ContinuaShopping A {
	color: #298629;
}

.SvuotaCarrello {
	display: block;
	width: 185px;
	height:30px;
	color: #ff0000;
	background-color: #ffa894;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	line-height:30px;
}

.SvuotaCarrello A {
	color: #ff0000;
}


/* Aggiunto da Mirko */

#IlTuoCarrello {
	float:left;
}

#CarrelloRiepilogo {
	float:left;
	color:#FFFFFF;
	margin-left:2px;
}

#AggiornaCarrello {
	border:0px;
	background-image: url('../ext/icone/refresh.jpg');
	width:25px;
	height:25px;
	background-repeat: no-repeat;
}

#CancellaCarrello {
	border:0px;
	background-image: url('../ext/icone/trash.jpg');
	width:25px;
	height:25px;
	background-repeat: no-repeat;
}

#SvuotaCarrello A {
	display: block;
	width: 130px;
	height:20px;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	float:left;
	margin-left:20px;
	background-image: url('../ext/icone/freccia_rossa.gif');
	background-position:left;
	background-repeat:no-repeat;
	line-height:20px;	
	vertical-align:middle;
	text-align:right;
}

#SvuotaCarrello A:hover{
	color: #000000;
}

/*#FormIscrizione {
	width:500px;	
}

#FormIscrizione .label{
	float:left;
}

#FormIscrizione INPUT{
	float:right;
}*/

.FormIscrizione {
	position: relative;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: auto;
	background-color: #EEEEEE; 
	border: 1px solid #AFAFAF;
	margin-bottom: 70px;
	font-size: 11px;
}

.FormIscrizione LABEL {
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.FormIscrizione INPUT.Visualizza {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #eeeeee;
	border: 1px solid #AFAFAF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.FormIscrizione INPUT.Modifica,  .FormIscrizione SELECT, .FormIscrizione TEXTAREA  {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
	border: 1px solid #AFAFAF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.Riga {
	border-top: 1px solid #dba600;
	width:100%;
}

.QuantitaCarrello {
	border:1px solid #000000;
}


#CorpoPagina TABLE.Riepilogativa {
	border: 1px dashed #808080;
	width: auto;
	padding: 5px;
	margin: 5px;
	width: 600px;
}

#CorpoPagina TABLE.Riepilogativa TD {
	background-color: #e1e1e1;
	padding: 3px;
}

#CorpoPagina TABLE.Riepilogativa TH {
	background-color: #e1e1e1;
	width: 100px;
	padding: 3px;
}

.Tabella {
	width: 100%;	
}
.Tabella TH, .Tabella TD {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

.Tabella TH {
	background-color: #AFAFAF;
	color: #000000;
}

.Tabella TD {
	background-color: #EEEEEE;
}


#RicercaProduttore {
	width: 155px;
	height: 180px;
	background-image: url(../immagini/b-ricercaproduttore.jpg);
	background-repeat: no-repeat;
	margin-right: auto; 
	margin-left: auto;
	border: 1px solid #c5c5c5;
	font-size: 11px;
	position: relative;
}


#RicercaProduttore SELECT {
	background-color: white;
	border: 1px solid #c5c5c5;
	width: 145px;
	margin-bottom: 5px;
}

#RicercaProduttore #CercaProduttore {
	display: block;
	position: absolute;
	background-color: red;
	border: 0px;
	color: white;
	font-weight: bold;
	top: 150px;
	left: 55px;
}


