/* CSS Document */

BODY {
	background-color: #99BCA6;
	color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

A {
	color: #008B00;
}

A:hover {
	text-decoration: none;
	color: #004100;
}

#CorpoPagina {
	line-height: 1.5em;
	font-size: 80%;
}

#CorpoPagina UL {
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#CorpoPagina H1.CategoriaProdotto {
	font-size: 200%;
	color: #E3E3E3;
	margin-bottom: 10px;
	font-weight: bold;
}

#CorpoPagina .SeparatoreProdotti {
	font-size: 0px;
	background-color: #C5C5C5;
	height: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#CorpoPagina .TestoArticoli {
	font-size: 85%;
}

#CorpoPagina .EtichettaArticolo {
	color: #959595;
}

