.shadow a {
	color: inherit;
}

.shadow {
	font-family:'lucida grande',tahoma,Arial,sans serif;
	background-image: url("../images/infowindow/shadowInfoWindow.png");
	width: 346px;
	height: 248px;
	position: absolute;
	z-index: 1000;
}
/*
.infoWindowFlag {
	background-image: url("../images/infowindow/markerIcon.png");
	width: 48px;
	height: 48px;
	position: absolute;
	top: 200px;
	left: 24px;
}
*/

.infoWindow {
	border: 1px solid #a5a5a5;
	width: 288px;
	background-image: url("../images/infowindow/backgroundInfoWindow.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	position: absolute;
	top: 28px;
	left: 35px;
}

.infoWindow .item {
	padding: 5px 0px 8px 7px;
}

.infoWindow .person {
	padding: 7px 0px 9px 7px;
}

.u1 {
	font-size: 12px;
	font-weight: bold;
}

.u2 {
	font-size: 11px;
}

.c1 {
	color: #8cBB19;
}

.c2 {
	color: #229ddd;
}

.c3 {
	color: #999;
}

.infoWindow .navigation {
	background-image: url("../images/infowindow/background.gif");
	background-repeat: repeat-x;
	width: 288px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	font-family: serif;
	font-weight: bold;
	text-align: center;
}

.navigation .info {
	width: 185px;
	padding-top: 8px;
}

.navigation .skip {
	width: 50px;
	border-left: 1px solid #117fa5;
	height: 22px;
	padding-top: 8px;
}

.skip a {
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
}
