
/* 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;
}

p {
	margin: 4px;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

/* 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;
	padding: 10px;
	font-weight: bold;
	/*
	position: absolute;
	top: -30px;
	right: 5px;
	*/
}

.indietro A, .indietro A:LINK, .indietro A:VISITED {
	color: #ccc;
}

.indietro A:HOVER {
	color: #666;
}

.tornamenu {
	text-align: center;
	padding: 0px;
	font-weight: bold;
	position: absolute;
	top: 50px;
	right: 50px;
}

#map {
	text-align: center;
	margin: 10px auto;
	padding: 0px;
	width: 650px;
}

.pagetitle {
	margin: 20px;
	text-align: center;
	font-size: 18px;
}

.pagetitle A, .pagetitle A:LINK, .pagetitle A:VISITED {
	color: #fe5431;
}

.pagetitle A:HOVER {
	color: red;
}

.logoimg {
	/*
	float: left;
	display: inline;
	width: 310px;
	margin-left: 20px;
	text-align: center;
	margin: 0 20px;
	*/
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.logoimg A, .logoimg A:LINK, .logoimg A:VISITED {
	color: #fff;
}

.logoimg A:HOVER {
	color: #345b7c;
}

.banneralti {
	float: left;
	display: inline;
	width: 305px;
	text-align: center;
	margin-top: 60px;
}

.logoimgtrasp {
	position: absolute;
	top: 30px;
	left: 320px;
}

.logoimgtrasp img {
	width : 320px;
	height : 140px;
	border: 0px solid green;
}

.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;
}

.formbutton {
	width : 26px;
	height : 21px;
	background : url('../fixed/lente.jpg') no-repeat;
	border : 0;
	cursor: pointer;
	/*
	overflow : hidden;
	position: relative;
	top: -5px;
	*/
}

.formfield {
	/*
	height : 16px;
	*/
}

.borded {
	border: 1px solid green;
}

.cartmsg {
	border: 1px solid white;
	width: 90%;
	text-align: center;
	margin: 8px auto;
	padding: 3px;
	font-weight: bold;
}

.formmsg {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #444;
	width: 70%;
}

.privacy {
	text-align: center;
	background: #bbb;
}

#flashbanner {
	position: absolute;
	top: 0px;
	left: 0px;
}

#flashmenu {
	position: absolute;
	top: 94px;
	left: 0px;
}

.catsearch {
	font-weight: bold;
	text-align: center;
	margin: 6px;
}

.searchnores {
	font-style: italic;
	margin: 6px;
}

.intlinks {
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #f1f4f8;
	text-align: center;
	padding: 10px;
}

.intlinks A, .intlinks A:LINK, .intlinks A:VISITED {
	color: #fff;
}

.intlinks A:HOVER {
	color: #F00;
}

.intlinks a.intlinksact {
	color: #f00;
}

#TICKER {
	overflow:hidden;
	width: 580px;
	margin-left: 20px;
	border: 1px solid #a6d1d6;
	padding: 4px;
	color: #000;
	font-size: 13px;
}