﻿/* per favore non toccare da qui in poi */
html 
{
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	background: #fff; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body 
{
	height: 100%; 
	max-height: 100%; 
	overflow: hidden; 
	padding: 0; 
	margin: 0; 
	border: 0;
	
	font-family: Trebuchet MS, Arial Narrow, Sans-Serif;
	font-size: 13px;
}

/* MODIFICA DA QUI SOTTO */



/* TOOLBAR PAGINA PRINCIPALE */
td.toolbar
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
	color: white;
	text-transform: uppercase;
}

td.toolbar a
{
	color: #988344; 
	text-decoration: none;
	
	
}

td.toolbar a:hover
{
	text-decoration: underline;
}


/* MENU COLLEZIONI */
td.menu
{
	color: Black;
	vertical-align: top;
	text-align: left;
}

td.menu a
{
	display: block;
	color: Black;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 4px;
}

td.menu a:hover
{
	color: Red;
}

td.menu hr
{
	margin: 8px 0;
	border-color: Gray;
	border-width: 1px;
	border-style: solid none none none;
	height: 1px;
}


/* NAVIGATORE COLLEZIONI */
td.navigator a
{
	display: inline-block;
	padding: 4px 8px;
	margin: 0px 4px;
	text-decoration: none;
	color: black;
}

td.navigator a:hover
{
	color: black;
}



/* IMMAGINI */
td#piccole
{
	text-align: left;
}

td#piccole table
{
	/* overflow: hidden; */
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #291010;
	background-color: White;
}

td#piccole td
{
	width: 100px;
	height: 100px;
	padding: 2px;
	vertical-align: middle;
}

td#piccole img
{
	max-width: 96px;
	max-height: 96px;
	vertical-align: middle;
}
