#map {
	background: transparent url('/image/marketmap.gif') left top no-repeat;
	height: 500px;
	overflow: hidden;
}

.dot {
	position:relative;
	display: block;
	height: 24px;
	width: 24px;
	background: transparent url('/image/dot.gif') left top no-repeat;
	line-height: 24px;
	text-align: center;
	color: #ddd;
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
}

.dotSel {
	position:relative;
	display: block;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	background: transparent url('/image/dot.gif') left bottom no-repeat;
	cursor: pointer;
	cursor: hand;
	color: #777;
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
}

.dot a, .dotSel a {
	padding: 4px;
	color: #fff;
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

.dotSel a {
	color: #000;
}

.locationInfo h3 {
	font-family: helvetica, arial;
	font-size: 11pt;
	color: #333333;
	margin: 0px;
	padding: 6px 6px 0px 6px;
}
.locationInfo p {
	font-family: helvetica, arial;
	font-size: 11pt;
	color: #666666;
	margin: 4px 0px 0px 0px;
	padding: 0px 6px 6px 6px;
}
