
* { margin: 0; padding: 0; }
body {
	font-family: Verdana, Georgia, serif;
	font-size: 14px;
}

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

#page-wrap {
	//width: 960px;
	height: 520px;
	width: 1160px;
	margin: 10px auto;
}

#map_elenco {
	background-color: #f6f6f6;
	
}

#map_canvas {
	//width: 100%;
	height: 500px;
	//width: 300px;
	width: 500px;
	float: left;
	position: relative;
	z-index: 30 !important;
}
#map_elenco { height: 500px; float: left; overflow-x:hidden; overflow-y: scroll; }

h1 {
	margin: 0 0 15px 0;
	font: bold 38px Helvetica, Arial, Sans-Serif;
	letter-spacing: -2px;
	color: #FFF;
}
h2 {
	margin: 0 0 15px 0;
	font: bold 22px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	text-shadow: 0 1px 0px rgba(255,255,255,0.3);
}
h3 { margin: 0 0  1px 0; font: bold 18px Helvetica, Arial, Sans-Serif; letter-spacing: -1px; }


#locations { 
	list-style: none; 
	width: 250px; 
	float: left;
	//background-color: gray; 
}

#locations li {
	padding: 10px;
	width: 230px;
	float: left;
	position: relative;
	z-index: 20;
}
#locations li:hover, #locations li.hover {
	background-repeat: repeat-y;
	background-position: 128px 0;
}
#locations li:hover h3, #locations li.hover h3 { text-shadow: 0 1px 0px rgba(255,255,255,0.3); }




#content { width: 300px; }

#more-info {
	font-family: Arial;
	width: 340px;
	height: 500px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: 460px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: relative;
}
#more-info * { position: relative; z-index: 40; }
#more-info > div { padding: 20px; height: 320px; }
.longdesc { display: none; }
html, body{  
    width: 100%;  
    //height: 100%;  
    margin: 0;  
    padding: 0;  
    //overflow: hidden;  
}  
  
#sfondo{  
    position:absolute;  
    //height:100%;  
    width: 100%;  
    margin: 0;  
    padding: 0;  
}  


.indirizzo{
	color: black;
}

.luoghi {
	color: white;
}

.infinito.hover {
	//color: orange;
	color: #da12e7;
}

.oversize.hover {
	color: orange;
}

.wallstreet.hover {
	color: green;
}

.beniconfiscati.hover {
	color: red;
}

.simbolo.hover {
	color: blue;
}

.metastasi.hover {
	color: #2b3638;
}

#spaziatura_pulsanti{
	//padding-right: 30px;
}