*{margin:0;padding:0;}

html,body{
	font-family:Tahoma;
	font-size:9pt;
	color:#666;
	background-color:#F7EEE7;
	line-height:16px;
	background-image:url('../images/back_html.jpg');
}

/*------------------------------------------------------
  BORDI
------------------------------------------------------*/

b.rtop, b.rbottom{
	display: block; 
}

b.rtop b, b.rbottom b{
	display: block; 
	height: 1px; 
	overflow: hidden; 
	border-right:1px solid #eef2f3; 
	border-left:1px solid #eef2f3;
	background: #eef2f3;
}

b.r1{margin: 0 5px;background:#eef2f3;}

b.r2{margin: 0 3px;background:#eef2f3;}

b.r3{margin: 0 2px;background:#eef2f3;}

b.rtop b.r4, b.rbottom b.r4{margin: 0 1px; height: 2px;background:#eef2f3;}

b.rtop2 b, b.rbottom2 b{
	display: block; 
	height: 1px; 
	overflow: hidden; 
	border-right:1px solid #cdcdcd; 
	border-left:1px solid #cdcdcd;
	background: #eeeeee;
}

b.r1{margin: 0 5px;background:#eeeeee;}

b.r2{margin: 0 3px;background:#eeeeee;}

b.r3{margin: 0 2px;background:#eeeeee;}

b.rtop2 b.r4, b.rbottom2 b.r4{margin: 0 1px; height: 2px;background:#eeeeee;}

/*--------------------------------------------------------
	DIV MASCHERAMENTO
--------------------------------------------------------*/
div.mask{
	position:fixed;
	z-index:30;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#000000;
	display:none;
	opacity:0.4;
	filter:alpha(opacity=40);	
}

/*------------------------------------------------------
  DIV PRINCIPALE
------------------------------------------------------*/

div.mainShadow{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:100%;
	background-color:#e4d9ca;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

div.main{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:760px;
	background-color:#e4d9ca;
	border-left:1px solid #666666;
	border-right:1px solid #666666;	
}

div.copyright{
	position:absolute;
	bottom:26px;
	right:35px;
	text-align:right;
}

div.copyright span{
	cursor:pointer;
}

div.copyright span:hover{
	text-decoration:underline;
}

div.link{
	position:absolute;
	top:5px;
	left:35px;
	height:70px;
	width:400px;
	line-height:32px;
	text-transform:uppercase;
	font-size:8pt;
}

div.link div.voice{
	float:left;
	margin-left:5px;
	height:70px;
}

div.link div.voice:hover{
	background-image:url('../images/selpageH.png');
	background-repeat:no-repeat;
	background-position:center top;
}

div.link div.voice:hover a{
	text-decoration:underline;
}

div.link div.voiceSel{
	float:left;
	margin-left:5px;
	height:70px;
	background-image:url('../images/selpage.png');
	background-repeat:no-repeat;
	background-position:center top;
}

div.link div.voiceSel a{
	font-weight:bold;
}

div.link div.spazio{
	height:36px;
	width:100%;
}

div.link a{
	text-decoration:none;
	color:#666;
}

img.titolo{
	position:absolute;
	top:0;
	right:0;
	z-index:15;
}

img.titoloP{
	position:absolute;
	top:0;
	right:0;
	z-index:15;
}

div.innerMain{
	position:absolute;
	top:70px;
	left:30px;
	width:740px;
	height:600px;
}

div.innerMain img.top{
	position:absolute;
	top:0;
	right:0;
	width:90%;
	height:6px;
}

div.innerMain img.bottom{
	position:absolute;
	bottom:0;
	right:0;
	width:90%;
	height:6px;
}

div.innerMain img.left{
	position:absolute;
	top:6px;
	left:0;
	width:6px;
	height:588px;
}

div.innerMain img.right{
	position:absolute;
	top:6px;
	right:0;
	width:6px;
	height:588px;
}

div.innerMain div.canvas{
	position:absolute;
	top:6px;
	left:6px;
	width:728px;
	height:588px;
	background-color:#f7efe7;
}

div.locandina{
	position:absolute;
	top:0;
	left:0;
	width:350px;
	height:100%;
}

div.content{
	position:absolute;
	top:/* 83px*/ 30px;
	right:5px;
	height:500px;
	width:370px;
	overflow:hidden;
	overflow-y:auto;
	font-size:9pt;
	line-height:18px;
}

img.gradient{
	position:absolute;
	top:0;
	left:350px;
	width:30px;
	height:100%;
}

button{
	height:26px;
	line-height:26px;
	border:0;
	border:1px solid #666666;
	background-color:#E4D9CA;
	font-family:'Arial';
	font-size:8pt;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
	width:56px;
	margin:3px;
	cursor:pointer;
}

div.window{
	position:fixed;
	top:50%;
	left:50%;
	height:400px;
	width:450px;
	margin-top:-200px;
	margin-left:-225px;
	background-image:url('../images/backwindow.png');
	z-index:99;
	display:none;
}

div.window div.title{
	position:absolute;
	top:10px;
	left:10px;
	width:406px;
	height:32px;
	background-color:#CFCAC2;
	line-height:32px;
	font-weight:bold;
	font-size:9pt;
}

div.window span.close{
	margin-right:10px;
	float:right;
	cursor:pointer;
}

div.window div.contenuto{
	position:absolute;
	top:12px;
	left:12px;
	width:426px;
	height:378px;
	background-color:#F7EFE7;	
}

div.ditte{
	position:absolute;
	top:50px;
	left:10px;
	width:407px;
	height:328px;
	overflow:hidden;
	overflow-y:auto;
}

div.ditte div{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	text-align:center;
}
