﻿body
{
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    background-color: #EFE3DA;
    color: #5C321B;
}

#BoxBody
{
    width: 818px;
    margin-left: auto;
    margin-right: auto;
}

#Logo
{
	width: 160px;
	height: 740px;
	background-image: url('../../Design/logo-verticale.jpg');
	background-repeat: no-repeat;
}

#Menu
{
    width: 658px;
    height:40px;
}


#Footer
{
    width: 658px;
    height: 40px;
    padding-top: 20px;
    color: #5C321B;
}

.LatoSinistro
{
    width: 230px;
}
.Centro
{
    padding: 20px;
}

#TestaPagina
{
    width: 658px;
}

#BodyPagina
{
    background-position: center;
    background-image: url('../../Design/frame_centrale.png');
    background-repeat: repeat-y;
    min-height: 520px;
    width: 658px;
}

#PiediPagina
{
    background-position: center;
    height: 17px;
    background-image: url('../../Design/frame_centrale_sotto.png');
    background-repeat: no-repeat;
    width: 658px;
}

.ImageBanner
{
    height: 152px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Menu navigazione */

.menuNavigazione
{
	margin:0;
	padding:0.5em 0;
	text-align:center;
	font-weight:bold;
}

.menuNavigazione li.ultimavoce
{
    background-image: none;
}

.menuNavigazione li
{
    display: inline;
    height: 0;
    padding: 0 3em 0 2em;
    background-image: url('../../Design/button/red_dot.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.menuNavigazione a
{
	white-space:nowrap;
}

/* Box */
.BoxUpGrigio
{
    background-image: url('../../Design/standard/boxUp.png');
    background-repeat:no-repeat;
    height:6px;
}

.BoxCorpoGrigio
{
    background-image: url('../../Design/standard/boxCorpo.png');
    background-repeat:repeat-y;
    padding-left:5px;
    padding-right:5px;
}

.BoxDownGrigio
{
    background-image: url('../../Design/standard/boxDown.png');
    background-repeat:no-repeat;
    height:6px;
}

.BoxCorpo
{
    background-position: center;
    background-image: url('../../Design/logo_sfondo.png');
    background-repeat: no-repeat;
    min-height: 440px;
}

.BoxElencoArticoli
{
    border-right-style: double;
    border-right-width: 4px;
    border-right-color: #EFE3DA;
}

/* Formattazione generica */

.TitoliPagine
{
    font-weight: bold;
    font-size:1.4em;
}

.TitoliSezioni
{
    font-weight: bold;
    font-size:1.2em;
}

.TestoConLinea
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C50D46;
	margin-bottom: 10px;
	color: #C50D46;
}

.Indentazione
{
	margin-left:20px;
}

.immagine img {
padding:4px;
width: expression(this.width > 400 ? 400: "auto"); /* x ie */
height: expression(this.height > 400 ? 400: "auto"); /* x ie */
max-width:400px; /* x tutti gli altri! */
max-height:400px;
}

/* LINK */

.LinkDinamico
{
	color:#5C321B;
	text-decoration:none;
}

.LinkDinamico:link, .LinkDinamico.visited
{
	color: #5C321B;
}

.LinkDinamico:hover, .LinkDinamico:focus, .LinkDinamico:active
{
    color: #C50D46;
    text-decoration: underline;
}


/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:80px;
		height:80px;
		line-height:80px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-40px;	
	}
	
	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */

