
/* formattazione generica */

A:LINK {
	text-decoration: none;
	color: blue;
}

A:VISITED {
	text-decoration: none;
	color: blue;
}

A:HOVER {
	text-decoration: none;
	color: blue;
}

a img {
	border: none;
}

table, tr, td {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

object {
	display: block;
}

/* classi per uso generico */

.centered {
	text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

a .iecursor {
	cursor: pointer;
}

.cleared {
	clear: both;
	border: 0px solid green;
	font-size: 1px;
}

.indietro {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	margin: 8px;
}

.indietro A, .indietro A:LINK, .indietro A:VISITED {
	color: black;
}

.indietro A:HOVER {
	color: red;
}

#map {
	text-align: center;
	margin-top: 30px;
	padding: 0px;
}

.pagetitle {
	margin-left: 15px;
	padding-top: 8px;
}

.logoimg {
	position: absolute;
	top: 90px;
	left: 175px;
}

.logoimgprodotti {
	position: absolute;
	top: 80px;
	left: 370px;
}

#player {
	width: 320px;
	margin: 0 auto;
}

.pagetitleimg {
	position: absolute;
	bottom: -3px;
	left: 547px;
}

/* tapullo per div flottanti dentro ad altri div */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

 .clearfix {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

/* fine tapullo */

.imgblock {
	display: block;
}

#counter {
	font-size: 13px;
	color: white;
	padding: 10px;
}

#counter span {
	font-size: 15px;
	font-weight: bold;
}

.bannerleft {
	margin: 5px;
	text-align: center;
	width: 150px;
	font-size: 12px;

}

.bannerleft img {
	width: 150px;
	margin-bottom: 30px;
}

.bannerleft A, .bannerleft A:LINK, .bannerleft A:VISITED {
	color: white;
}

.bannerleft A:HOVER {
	color: #2f2f2f;
}

.leggitutto {
	text-align: right;
	cursor: pointer;
}
.leggitutto:hover{
	text-decoration: underline;
}


