/* CSS Document */

body {
	margin:0px;
	text-align:center;
	background-color:#ffffff;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}

a {
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}

a:hover {
	font-size:11px;
	color:#000000;
}

.menu {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align:center;
}

.boxNews {border-right: 1px solid #0059A5;}
.bordoInf {border-bottom: 1px solid #0059A5;}

.sezione {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.sezione:hover {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#000033;
}

.boxProd {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#AC171A;
}

.boxProd:hover {
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	color:#000033;
}

.footer{
	font-size:10px;
	color:#0059A5;
}

.condizioni{font-size:10px;margin-left:10px;}

.titolo {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FFFFFF;
}

.tabProdotti {
	 width:770px;
	 background-color:#000000;
	 text-align:center;
}

/* Scheda Prodotto */

.schedaProd {
	margin:10px;
	background-color:#ffffff;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -100; /*position where enlarged image should offset horizontally */

}
