@CHARSET "UTF-8";

#gMapWrapper {
	float: left;
	width: 150px;
	z-index: 1000;
	height: 285px;
}

#gMapWrapper a.expand, #gMapWrapper a.collapse {
	display: block;
	padding-top: 2px;
	font-size: 1.0em;
	font-weight: bold;
}

#gMap {
	height: 285px;
	position: relative;
}

// pgorny: Aug 18, 2009 (start)
#mapRoundedNav {
    z-index: 3000;
}

#mapRoundedNav a {
	position: absolute;
    top: 227px;
    width: 150px;
    height: 0;
    padding: 41px 0 0 0;
    overflow: hidden;
    z-index: 3000;
    display: none;
}

#mapRoundedNav a.mapCollapseArrow {
    background: url(maps-close.png) no-repeat;
    background-position: right;
    z-index: 3000
}
// pgorny: Aug 18, 2009 (end)

#gMap-expand {
	position: absolute;
	z-index: 2000;
	width: 150px;
	height: 285px;
	cursor: pointer;
	filter: alpha(opacity = 50);
	background-image: url(blank.gif);
}

.expandOver {
	background-image: url(map-over.png) !important;
}

#gMapWrapper a.expand {
    background: #fff !important;
}

.info-window-shadow {
    width: 320px;
    height: 222px;
    background: url(info-window2.png) no-repeat left bottom;
}

.info-window-shadow .gMapContent {
    width: 300;
    height: 100%;
    padding: 5px;
}

.info-window-shadow .closeDiv {
	width: 314px;
	height: 6px;
	z-index: 1101;
	text-align: right;
	padding: 3px;
}

.info-window-shadow .title {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	border-bottom: 1px #cecece dotted;
	margin-bottom: 5px;
}