@charset "utf-8";
/* CSS Document */
html { 
	height: 100%; 
} 
body {
	 height: 100%; 
	 margin: 0; 
	 padding: 0; 
}
#googleMap { 
	margin-bottom: 25px;
	height: 450px;
	width: 100%;
	border: 1px solid #666666;
}
#googleDetailsMap {
	margin-bottom: 25px;
	height: 350px;
	width: 680px;
	border: 1px solid #666666;
}
#googleMap2 {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 350px;
    width: 700px;
    border: 1px solid #666666;
}
.cluster {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.cluster-1 {
	background-image: url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m1.png);
	line-height: 53px;
	width: 53px;
	height: 52px;
}
.cluster-2 {
	background-image: url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m2.png);
	line-height: 53px;
	width: 56px;
	height: 55px;
}
.cluster-3 {
	background-image: url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m3.png);
	line-height: 66px;
	width: 66px;
	height: 65px;
}
.arrow {
    position: absolute;
    left: 45px;
    height: 0pt;
    width: 0pt;
    margin-left: 0pt;
    border-width: 10px 10px 0pt 0pt;
    border-color: #2C2C2C transparent transparent;
    border-style: solid;
}

/* Info Windows */
/* Must have this CSS for img, otherwise the "X" image to close the infowindow will disappear! */
#googleMap img, #googleDetailsMap img, #googleMap2 img {
    max-width: none;
}
.info-window {
    width:300px;
    padding: 0px;
    /* background-color: #EEE; */
}
.info-window-text {
    color:#333;
    font-family: Roboto,Arial,sans-serif;
    font-weight: normal;
    font-size:13px;
    /*
    font-weight:bold;
    margin: 2px;
    */
}
.info-window-title {
    font-weight: bold;
    font-size: 15px;
}
.info-window-label {
    display: inline-block;
    font-weight: bold;
    min-width: 65px;
}
.info-window a {
    /* text-decoration: none; */
}
.info-window a:link, .info-window a:visited {
    /* color:#000; */
}
.info-window a:hover {
    /* color:#000; */
}

/* Custom Overlays */
.infobulle {
	overflow: hidden; 
	cursor: default; 
	clear: both; 
	position: relative; 
	height: 40px; /* 34 */
	padding: 0pt;
	background-color: rgb(57, 57, 57);
	border-radius: 4px 4px; 
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	border: 1px solid #2C2C2C;
}
.infobulle .bg {
	font-size:1px;
	height:18px; /* 16 */
	border:0px;
	width:100%;
	padding: 0px;
	margin:0px;
	background-color: #6A5A48;
}
.infobulle .text {
	color:#FFFFFF;
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	line-height:18px; /* 25 */
	padding: 0px 20px; /* 4px 20 */
	text-shadow:0 -1px 0 #000000;
	white-space: nowrap;
	margin-top: -17px;
}
.infobulle.drive .text {
	background: url(images/drive.png) no-repeat 2px center;
	padding:4px 20px 4px 36px;
}
.infobulle a {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.infobulle a:link, .infobulle a:visited {
	color:#FFFFFF;
	background-color: #CC0000;
	border: 1px solid #333333;
}
.infobulle a:hover {
	color:#FFFFFF;
	background-color: #1379D5;
	border: 1px solid #333333;
}
