
#GMappaBig_wrap
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #786046;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

#GMappaBig_inner  {
	display: none;
	position: fixed;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 700px;
	border: 2px solid #EFEEDC;
	background-color: white;
	z-index:1002;
}
#GMappaBig_inner #btnCloseMap
{
    position:absolute;
    top:-40px;
    right:-10px;
    cursor:pointer;
}
#GMappaBig
{
    width:100%;
    height:100%; 
    overflow:hidden; 
}
#infoBox 
{
width:250px;
height:100px;
height:auto !important;
min-height:90px;
position:absolute;
}
/*fix hover con troppo testo*/
.horizontal_gmap #infoBox 
{
margin-left:120px; 
}
#infoBox .hotelBox 
{
background:#FFF;
color:#fff;
padding:1px;
float:left;
border:1px solid #786046;
}
.hotelBox h3 
{
font-size:11px;
display:block;
margin:0;
padding:3px 5px;
background:#786046;
color:#FFF;
height:14px;
line-height:14px;
width:238px;
}
.hotelBox div
{
display:block;
padding:5px;
clear:both;
float:left;

font-size:9px;
line-height:10px;
font-weight:normal;
color:#786046;
}
.hotelBox img 
{
margin-right:6px;
height:70px;
float:left;
border:1px solid #fff;
}
 .hotelBox img.star {
 float:left;
 margin:0px;
 border:0;
 background:none;
 width:auto !important;
 height:auto !important;}
