.scheda {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.scheda th {
	font-family: "Courier New", Courier, mono;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	font-size: 105%;
	color: #D51717;
}
.scheda td {
	vertical-align: top;
}
.homeBox {
	height: 160px;
	width: 120px;
	float: left;
	padding: 5px 8px 5px 7px;
}
.copertine {
	width: 100%;
	text-align: center;
}
.copertine img {
	margin: 6px;
	
}
div.bannerHome {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.bannerHome ul{
	text-align: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.bannerHome li{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.bannerHome a img{
	margin-right: 2px;
	border: 1px solid #999999;
	filter: Alpha(Opacity=40);
	-moz-opacity:0.4;
	opacity:0.4:
}
div.bannerHome a:hover img {
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.img {
	float: left;
	width: 92px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.txt {
	float: left;
	text-align: justify;
	vertical-align: baseline;
	width: 300px;
}
.clear {
	clear: both;
}
.sinistra {
	float: left;
}
.destra {
	float: right;
}
.margine {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 22px;
	margin-right: 22px;
}
.box {
	padding: 5px;
	margin: 10px;
	border-bottom: 1px solid #DED6CD;
	border-left: 3px double #990000;
}

.commento {
	font-size: 86%;
	color: #993300;
	line-height: 1.1em;
}
.listaLinkOriz {
	text-align: center;
	list-style-type: none;
	margin: 7px 0px;
	padding: 0px;
	display: inline;
}

.listaLinkOriz li {
	margin: 7px 0px;
	padding: 0px;
	display: inline;
}
.listaLinkVert {
	list-style-type: none;
}

.news {
	line-height: 43px;
}
.news img {
	vertical-align: text-top;
	margin-bottom: 5px;
}
.clearRight {

	clear: right;
}
