#map-container {
        padding: 6px;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc #ccc #999 #ccc;
        -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
        -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
        box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
        width: 970px;
		position: relative;
      }

      #map {
        width: 970px;
        height: 600px;
      }
	  div.normalOpacity,#legend_container {
		margin : 0;
		padding : 5px;
		width: 120px;
		height: 120px;
		font-size:11px;
		font-family:Tahoma;
		background-color:#FFFFFF; 
		}

	  div.lowOpacity {
		  opacity:.60;
		  filter: alpha(opacity=60);
		  -moz-opacity: 0.6;
		}
	  
      #legend_container p {
        font-weight: bold;
		text-align:center;
		font-size:14px;
        margin-top: 3px;
        margin-bottom: 3px;
      }

/*	div.infobox{
			border: 1px solid black;
			margin : 0;
			padding : 0;
			width: 230px;
			font-size:11px;
			font-family:Tahoma;
		}
		h3{margin:0;padding:4px;}
		div.clear{clear:both;}
		div.contents{background:#FFFFCC;margin:0;padding:4px;}
		.no1{ float:left;}
		.no2{ float:left; margin-left: 10px;}
		.no2 p{ margin:5px;}*/

.cluster-1{
	background-image:url(/booking/hotel/searchbymap/images/show_cluster_yellow.png);
	width:26px;
	height:34px;
	/*font-size:12px;*/
}
.cluster-2{
	background-image:url(/booking/hotel/searchbymap/images/show_cluster_orange.png);
	width:36px;
	height:48px;
		/*font-size:12px;*/
}
.cluster-3{
	background-image:url(/booking/hotel/searchbymap/images/show_cluster_red.png);
	width:45px;
	height:60px;
		/*font-size:12px;*/
}
.font-cluster3 {
position: absolute;
font-size: 12px;
font-weight: bold;
left: 9px;
top: 15px;
}
.font-cluster2 {
font-size: 12px;
left: 8px;
top: 10px;
position: absolute;
font-weight:bold;
}
.font-cluster1 {
font-size: 12px;
left: 7px;
top: 6px;
position: absolute;
font-weight:bold;
}
.font-cluster0 {
font-size: 12px;
left: 10px;
top: 6px;
position: absolute;
font-weight:bold;
}