.bubbleTitle {
	position: absolute;
	float: left;
	width: 82px;
	height: 80px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f00;
	text-align: left;
	overflow: hidden;
	border: 1px solid #f00; 
}

.markerTooltip,
.markerTooltipLeft {
	white-space: normal;
}

#userMarkerLeft,
#userMarkerRight {
	position: relative;
	float: left;
	width: 235px;
	height: 440px;
	color: #666;
}
#userMarkerLeft {
	width: 435px;
}

#userMarkerLeft h1 {
	color: #000;
}
#userMarkerLeft h1 span {
	font-weight: normal;
}

#userMarkerLeft strong,
#userMarkerRight strong {
	color: #000;
}
#imageVideo {
	position: absolute;
	top: 22px;
	width: 425px;
	height: 344px;
	margin: 1em 0;
	background-color: #ccc;
}
#imageVideo table {
	border-collapse: collapse;
	width: 425px;
	height: 344px;
}
#imageVideo table td {
	text-align: center;
}

#userMarkerLeft #links {
	position: absolute;
	bottom: 26px;
}
#userMarkerRight #gps {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
}
#userMarkerRight #eventTitle {
	position: relative;
	float: left;
	margin-top: 28px;
	margin-bottom: 0;
	line-height: 1.6em;
}
#userMarkerRight #eventDesc {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 0.5em;
	line-height: 1.6em;
}

#userMarkerRight #desc {
	position: relative;
	float: left;
	margin-top: 28px;
	margin-bottom: 0.5em;
	line-height: 1.6em;
}

#userMarkerRight #extLink,
#userMarkerRight #mapView {
	position: relative;
	float: left;
	width: 98%;
	margin: 0.5em 0;
	line-height: 2em;
}

#userMarkerRight .dealerText {
	position: relative;
	float: left;
	margin-top: 28px;
	margin-bottom: 0.5em;
	line-height: 1.6em;
}

#userMarkerRight #recommend {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 235px;
	height: 50px;
	margin: 1em 0;
}
#userMarkerRight #recommend #recommendText {
	margin-top: 8px;
}
#userMarkerRight #yes,
#userMarkerRight #no {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../img/recommend_ball.gif) no-repeat;
	width: 50px;
	height: 50px;
}
#userMarkerRight #yes {
	right: 60px;
}
#userMarkerRight .link,
#userMarkerRight .count {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
#userMarkerRight #yes .link a {
	color: #006600 !important;
	text-decoration: underline !important;
}
#userMarkerRight #no .link a {
	color: #c03 !important;
	text-decoration: underline !important;
}

#userMarkerRight .count {
	margin-top: 0;
	font-size: 12px;
}

/* Right side nav content */
#actionsContainer #userMarkerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#actionsContainer #userMarkerInfo h1 {
	font-size: 14px;
}
#actionsContainer #userMarkerInfo h1 span {
	font-weight: normal;
}

#actionsContainer #userMarkerInfo #gps {
	padding-bottom: 10px;
}


