BODY {
	font-family: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
	color: #ffffff;
}

A {
	color: #ff0000;
    outline: none;
}

A:hover {
	color: #a92322;
}

#CorpoPagina  {
	padding: 20px;
}

#CorpoPagina P {
	margin-bottom: 0.5em;
}

#CorpoPagina H1 {
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}

#CorpoPagina H2 {
	font-weight: bold;
	font-size: 18px;
	color: #ff0000;
}

#CorpoPagina .Foto {
	padding: 3px;
	border: 1px solid #a0a0a0;
}

UL.Pagina {
	margin-bottom: 1em;
}

.Pagina LI {
	list-style-type: circle;
	list-style-position: outside;
	margin-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;
}

TABLE#GalleryFoto {
			margin-left: auto;
			margin-right: auto;
			width: 100%;
		}
		
		#GalleryFoto TD {
			width: 33%;	/* la larghezza della cella, la dimensione dell'immagine thumb deve essere inferiore di 20px */
			background-color: #f1f1f1;	/* colore di background della cella che contiene la foto */
			border: 4px solid #FFFFFF;
			color:#FFFFFF;
			text-align: center;
			font-size: 11px;
			line-height: 13px;
			padding: 5px;
		}
		
		#GalleryFoto TD IMG {
			background-color: #ffffff;
			padding: 5px;
			border: 1px solid #909090;
			margin-bottom: 4px;
		}
		
		#PagineFoto {
			font-size: 11px;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			text-align: center;
		}
		
		#GalleryFoto A {
			color:#ff0000;
			text-decoration:none;
		}
		
		#GalleryFoto A IMG {
			color:#ff0000;
			text-decoration:none;
		}
		

.News {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #bfbfbf;
	color: #cccccc;
	text-align: left;
}

.News STRONG {
	display: block;
	padding-top: 3px;
	padding-bottom: 8px;
	color: #ff0000;
}

.News P {
	padding-bottom: 8px;
}

#TabellaCarrello {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#TabellaCarrello TH, #TabellaCarrello TD {
	font-size: 11px;
	text-align: left;
}

#TabellaCarrello TH {
	color: #ff0000;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.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');
}

#WrapperElencoCategorie {
	width: 618px;
	margin-left: auto; 
	margin-right: auto;
}

#WrapperElencoCategorie .WCategoria {
	width: 206px;
	text-align: center;
	height: 198px; 
	float: left;
	background:url('../images/b-prodotti.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#WrapperElencoCategorie .WCategoria1 {
	width: 206px;
	text-align: center;
	height: 198px; 
	float: left;
	background:url('../images/b-prodotti1.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#WrapperElencoCategorie .Categoria {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#WrapperElencoCategorie .Categoria .Link {
	font-size: 16px;
	font-weight: bold;
	color: #515151;
}

#WrapperElencoCategorie .Categoria .Link:hover {
	color: #ff0000;
}


/* Carrello */

#TabellaCarrello1 {
	width: 100%;
	border-collapse: collapse;
}

#TabellaCarrello1 TD, #TabellaCarrello1 TH {
	color: #404040;
	padding: 2px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}

 #TabellaCarrello1 TH {
	color: #ff0000;
 }
 
 #TabellaCarrello1 #NomeProdotto {
 	width: 200px;
 }

 #TabellaCarrello1 #CampoNumerico {
 	text-align: right;
 }
 
 #TabellaCarrello1 #CampoNumerico STRONG {
 	color: #ff0000;
 }
 
 #TabellaCarrello1 #TotaleProdotti {
 	text-align: right;
	border-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 1px;
 }
 
#BottoneCarrello {
 	float:right;
	padding-right:20px;
	margin-top:20px;
 }
 
 #TabellaCarrello1 #TotaleProdotti STRONG {
 	color: #ff0000;
 }
 
 #TabellaCarrello1 #TotaleProdotti EM {
 	font-weight: bold;
	font-style: normal;
 }
 
 /* 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: 13px;
}

.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: 26px;
	font-size: 13px;
	font-weight: bold;
	background-color: #000000;
	background-image: url('../immagini/b_submit.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #ff0000;
}

.FormWrapper FIELDSET {
	border: 0px;
}

/* fine codice form */
