
/* 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;
}

/* 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: 14px;
	font-weight: bold;
}

.indietro A, .indietro A:LINK, .indietro A:VISITED {
	color: #525e7c;
}

.indietro A:HOVER {
	color: #ca4d19;
}

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

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

.logoimg {
	position: absolute;
	top: 5px;
	left: 5px;
}

#player {
	width: 320px;
	margin: 0px 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 */