.vcard { display:block; margin-bottom:18px; }
.vcard .org { font-weight:bold !important; }
.review-link img { border:0; padding:4px; }

.marker-wrapper {
	width:284px;
	overflow:hidden;
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif !important;
	font-size:11px !important;
}
#marker-detail .marker-wrapper { display:none; }
 
.marker-tab {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left:7px;
	padding-right:7px;
	font-family:inherit;
	font-size:12px !important;
	font-weight:bold !important;
	border:1px solid #aaa;
	background-color:#e9e9e9;
	color:#000;
	cursor:pointer;
}

.marker-tab.active {
	background-color:#fff;
	border-bottom:2px solid #fff;
	cursor:default;
}

* .marker-tab.active {
	/* IE border top fix */
	zoom:1;
	/* IE border bottom fix */
	position:relative;
	bottom:-1px;
}

.marker-tab.hover {
	background-color:#ccc;
}

.cardContent {
	width:264px;
	overflow:hidden;
	padding: 3px;
	border-top:1px solid #cacaca;
	font-family:Verdana, Geneva, sans-serif !important;
	font-size:11px !important;
	font-weight:normal !important;
}
#marker-detail .cardContent { display:none; }

#map {margin-left: 10px; width:700px; height:620px; border: 2px solid silver;}
