body{
margin:0;
padding:0;
text-align:justify;
background-color:#e6e6e6;
}

#main{
	margin:0 auto;
	padding:0;
	background-color:#f7f7f7;
	/*consiglio sempre di specificare le dimensioni del main*/
width:1003px;
	height:100%;
}

#contenuto{ width:100%; height:100%; margin:15px;}
.testo{
	/* [disabled]margin:20px; */
	/* [disabled]width:90%; */
}



.apri{ font-size:18px; font-family:Verdana, Geneva, sans-serif; float:right; margin-right:50px;}
.apri:hover{ font-size:22px; font-family:Verdana, Geneva, sans-serif; cursor:pointer;}
.chiudi{
	font-size:18px;
	color:#000;
	font-weight:bold;
	right:2%;
	cursor:pointer;
}



.overlay{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
	cursor:pointer;
/*Trasperenza cross browser*/
opacity: .7; filter: alpha(opacity=70); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
	
}


#box{
	display:none;
	z-index:+300;
	position:absolute;
	left:30%;
	top:20%;
}




#cont_acquista {
	width:500px;
	height:auto;
	float:left;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 1px 1px 6px 2px #333333;
}
.f_acquista {
	width:500px;
	min-height:250px;
	float:left;
	background:url(immagini/f_pop.jpg) left top repeat-x #393D43;
}
.cont_acquista_top {
	width:490px; 
	height:64px; 
	float:left; 
	margin-left:5px;
}
.titolopop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #666666;
	letter-spacing: -1px;
}
.testopop {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #CCC;
}
.numeri {
	font-family: Tahoma, Arial;
	font-size: 20px;
	/* [disabled]color: #FFF; */
}
a:link {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #6CF;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #6CF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #FC0;
	text-decoration: underline;
	font-weight: normal;

}
