
body {
	height:100%;
	width:100%;
	margin:0;padding:0;
	font-family: arial;
}
img{
  border: 0;
}
.blocked{
  opacity: 0.4;
}
h1{
  margin:20px 50px; 0 50px; 
  float: left;
}
h1 span{
  display: block;
  position: absolute;
  top: -9999px; 
}

h2.item_title{
  display: block;
  padding-left: 80px;
  margin-top: 0;
}
h3{
  font-weight: normal;
}
a span {
  display: block; 
  position: absolute; 
  top: -99999px;
}
#mainbox {
	width:1200px;
	height:600px;
	position:relative;
	top:0;left:0;
	background-color:#ccc;
	overflow:hidden;
	margin: 0 auto;
	z-index: 10;
}
#header {
	width:1200px;
	height:140px;
	position:relative;
	background-color:#ffffff;
	margin: 0 auto;
}
#footer {
	width:1200px;
	height:100px;
	position:relative;
	color: #cccccc;
	background-color:#ffffff;
	overflow:hidden;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-size: 12px;
}
#footer a{
  text-decoration: none;
  color: #cccccc;
}

#wrapper {
	width:600px;
	height:600px;
	position:relative;
	top:0;left:0;
	background-color:#ccc;
	overflow:hidden;
}
#thumb-container{
	width:600px;
	height:600px;
	position:absolute;
	right: 0px;
	background-color:#ffffff;
}
#thumb-container img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#thumb-container .hidden_mask{
  top: 1000px;
}
	#mask {
		width:500%;
		background-color:#eee;
		top: 0;
		margin: 0;
		position:relative;
	}
  #gallery{
    margin: 0; 
    padding: 0; 
    list-style: none;
  }
	.item {
		width:20%;
		height:600px;
		float:left;
		background-color:#ddd;
		display: block;
	}
	
	
	.content {
	  display: block;
	  font-family:verdana;
		/*width:100%;*/
		width: 540px;
		height:600px;
		
		margin:0 auto;
		background-color:#ffffff;
		position:relative;
		background-repeat: no-repeat;
		background-position: 20px 20px;
		padding: 30px;
	}	
	.selected {
		font-weight:normal;
	}

	.clear {
		clear:both;
	}
	.guida, .scelta{
    display: block;
    width: 40%;
    background-repeat: no-repeat;
    height: 60px;
  }
	.avanti{
	  position: relative;
    float: right;
    background-image: url(../icone/avanti.png);
    background-position: left center;
  }
	.indietro{
	  position: relative;
    float: left;
    background-image: url(../icone/indietro.png);
    background-position: right center;
  }
	.si{
	  position: relative;
    float: right;
    background-image: url(../icone/si.png);
    background-position: left center;
  }
	.no{
	  position: relative;
    float: left;
    background-image: url(../icone/no.png);
    background-position: right center;
  }
  #note{
    width: 70%;
    height: 300px;
  }
  .da{
    width: 300px;
    padding: 5px;
    border: 1px solid #cccccc;
  }
  #privacy span {
    position: relative;
    top: 0;
    color: #000000;
  }
  .foto{
    border: 3px solid #dddddd;
  }
  #right {
    position: relative;
    float: right;
    padding: 40px 160px 10px 10px;
    font-family: arial, sans-serif;
    font-size: 11px;
    text-align: right;
  }
  #nero_bold{
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
  }
  #rosso_bold{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: #bd152e;
  }
  #offerta{
    position: absolute;
    right: 0;
    top: 10px;
    width: 160px;
    height: 160px;
    background-image: url(../icone/offerta.png);
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 1000000;
  }