.icit_google_map {
	height: 475px;
	width: 100%;
	position: relative;
	z-index: 1000;
	background: url('ajax-loader.gif') no-repeat center center #F3F3F3;
}

	.icit_google_map img {
		/* Scrub any dims from the theme */
		width: auto;
		height: auto;
		max-height: none;
		min-height: 0;
		max-width: none;
		min-width: 0;
	}

	.icit_google_map .re-centre {
		-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
		-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
		box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
		margin: 5px;
		padding: 2px;
		width: 22px;
		height: 18px;
		overflow: hidden;
		text-indent: 50px;
		border: 1px solid #717B87;
		cursor: pointer;
		text-align: left;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 13px;
		background: url('home.png') no-repeat 3px 3px #fff;
	}

.info-window {
	background: none transparent;
	position: relative;
}

.info-window.loading {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
	background: url('ajax-loader.gif') no-repeat 50% 50% #f3f3f3;
}

.info-window-content {
	background-color: #EDEDE9;
	border: solid 2px #fff;
	padding: 3px;
	position: absolute;
	bottom: 0;
	line-height: 1.2em;
	width: 100%;

	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

	.info-window-content .map-title {
		line-height: 16px;
		display: block;
		font-weight: normal;
		margin-bottom: 6px;
		margin-right: 15px;
	}

	.info-window-content .post-meta {
		color: #6F6B68;
		font-size: smaller;
		text-align: right;
	}

	.info-window-content .description {
		font-size: smaller;
	}

	.info-window-content .description p {
		margin-bottom: 6px;
	}

	.info-window-content .map-thumb {
		float: left;
		margin-right: 6px;
	}

	.info-window-content .map-thumb img {
		width: 64px;
	}


.info-window-content:after {
	border-width: 12px 9px 0 9px;
	left: 50%;
	margin-left: -14px; /* Width of the arrow + info_window left hand padding and border */

	content: ' ';
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 10;

	bottom: -12px;
	height: 0;
	width: 0;

	border-style: solid dashed none dashed;
	border-color: #EDEDE9 transparent transparent transparent;

}

.info-window-content:before {
	border-width: 14px 10px 0 10px;
	left: 50%;
	margin-left: -15px; /* Width of the arrow + info_window left hand padding and border */

	content: ' ';
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 9;

	bottom: -15px;
	height: 0;
	width: 0;

	border-style: solid dashed none dashed;
	border-color: #fff transparent transparent transparent;

}

.hoff-left .info-window-content:after {
	border-width: 12px 0 0 17px;
	left: 100%;
	margin-left: -17px;
}

.hoff-left .info-window-content:before {
	border-width: 14px 0 0 20px;
	left: 100%;
	margin-left: -18px;
}

.hoff-right .info-window-content:after {
	border-width: 12px 17px 0 0;
	left: 0;
	margin-left: 0;
}

.hoff-right .info-window-content:before {
	border-width: 14px 20px 0 0;
	left: 0;
	margin-left: -2px;
}

.info-window-content .close {
	position: absolute;
	top: 1px;
	right: 1px;
	color: black;
	text-decoration: none;
	background-color: white;
	width: 13px;
	height: 13px;
	line-height: 12px;
	text-align: center;
	font-size: 12px;
	border: solid 1px #DDD;
}
