BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
}

A {
	color: #1686E4;
}

A:hover {
	color: #002DA5;
}

#CorpoPagina {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 70%;
	line-height: 1.8em;
}

#CorpoPagina IMG.Riq {
	border: 1px solid #909090;
	padding: 3px;
}

#CorpoPagina STRONG {
	color: #18A171;
}

#CorpoPagina EM {
	color: #000000;
	font-weight:bold;
	font-style:normal;
}

#CorpoPagina .Gr1 {
	color: #A118A0;
}

#CorpoPagina P {
	margin-bottom: 0.5em;
}

#CorpoPagina A {
    text-decoration: underline;
}

#CorpoPagina A:hover {
    text-decoration: none;
}

#CorpoPagina H1 {
	font-size: 120%;
	color: #0065BA;
	font-weight: bold;
}

#CorpoPagina H2 {
	color: #0065BA;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#CorpoPagina UL {
	margin-bottom: 0.5em;
}

#CorpoPagina LI {
	margin-left: 30px;
	list-style-image: url('../immagini/b_li.gif');
	list-style-type: none;
	list-style-position: outside;
}

.Centro {
	text-align: center;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

FormWrapper {
 margin-left: auto;
 margin-right: auto;
 width: 500px;
}
 
.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: #fefefe;
}
 
.FormWrapper .Check {
 margin-right: 6px;
}
 
.FormWrapper .Submit {
 padding-left: 10px;
 padding-right: 10px;
 height: 21px;
 font-size: 11px;
 font-weight: bold;
 background-color: #C5C5C5;
 color: #606060;
}

.FormAccesso .Campo {
 border: 1px solid #606060;
 width: 200px;
 padding-top: 1px;
 padding-bottom: 1px;
 background-color: #fefefe;
 margin-bottom: 10px;
}

.FormAccesso .Submit {
 padding-left: 10px;
 padding-right: 10px;
 height: 21px;
 font-size: 11px;
 font-weight: bold;
 background-color: #C5C5C5;
 color: #606060;
}

#ListaProdotti {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}


#ListaProdotti TH {
	text-align: left;
	color: #18A171;
	border-bottom: 1px solid #a0a0a0;
}

#ListaProdotti TD {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}

#ListaProdotti TD A {
	font-weight: bold;
}


#ListaRicambi {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}

#ListaRicambi TH {
	text-align: left;
	color: #18A171;
	border-bottom: 1px solid #a0a0a0;
}

#ListaRicambi TD {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}

#ListaRicambi TD A {
	font-weight: bold;
}

#ListaRicambi .Qta {
 border: 1px solid #606060;
 width: 16px;
 font-size: 11px;
 font-weight: bold;
 padding-top: 1px;
 padding-bottom: 1px;
 background-color: #fefefe;
 margin-top: 3px;
 margin-bottom: 3px;
}

#ListaCarrello {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}

#ListaCarrello TH {
	text-align: left;
	color: #18A171;
	border-bottom: 1px solid #a0a0a0;
}

#ListaCarrello TD {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}

#ListaCarrello TD A {
	font-weight: bold;
}

#ListaCarrello .Qta {
 border: 1px solid #606060;
 width: 16px;
 font-size: 11px;
 font-weight: bold;
 padding-top: 1px;
 padding-bottom: 1px;
 background-color: #fefefe;
 margin-top: 3px;
 margin-bottom: 3px;
}

#ListaCarrello .Submit {
 padding-left: 10px;
 padding-right: 10px;
 height: 21px;
 font-size: 11px;
 font-weight: bold;
 background-color: #C5C5C5;
 color: #606060;
}

.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
