#map {
	position: relative;
}

input.map {
	display: block;
	width: 254px;
	text-align: center;
	color: #B90000;
	cursor: pointer;
}

input.map:active {
	background-color: #B90000;
	color: #FFF;
}

#map-head {

}

#map-menu {
	float: right;
	width: 260px;
}

#map-main {
	position: relative;
	width: 535px;
	margin-bottom: 10px;
}

#map-info {
	width: 535px;
	margin-bottom: 10px;
}

#map-info td {
	vertical-align: top;
}

#map-regList,
#map-catList,
#map-extraList {
	margin: 0px;
	padding: 0px;
}

#map-regList li,
#map-catList li,
#map-extraList li {
	font-size: 80%;
	list-style-type: none;
	padding: 0px 3px;
	margin: 1px;
	cursor: pointer;
	width: 120px;
	display: block;
	float: left;
}

.map-infobox {
	width: 220px;
}

.map-infobox-main {
	padding: 10px 10px;
	background-color: #FFF;
	width: 200px;
	border: 1px solid #B80000;
}

.map-infobox-arrow {
	width: 30px;
	height: 15px;
	background-image: url("inf-box-down-arrow.png");
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-top: -1px;
}

#map-regList li.active,
#map-catList li.active,
#map-extraList li.active {
	background-color: #DDD;
}

#map-watchList {
	clear: left;
}

#map-watchList-list {
	overflow: auto;
	height: 200px;
}

#map-watchList input {
	width: 100%;
	text-align: center;
}

#map-watchlist-menu {
	width: 100%;
}

.map-pin {
	position: absolute;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.map-priceLabel {
	white-space: nowrap;
}

.map-watchListTable {
	width: 100%;
}

.map-watchListTable img {
	height: 15px;
	width: 15px;
	cursor: pointer;
}

.clear {
	clear: both;
}

a.map_button {
	padding: 2px 5px;
	border: 1px solid #B80000;
	color: #B80000;
	text-decoration: none;
	display: block;
}

a.map_button:active {
	color: #FFF;
	background-color: #B80000;
}

.innter-colorbox {
	padding: 10px;
	font-size: 13px;
}

.innter-colorbox hr,
#map-menu hr {
	color: #B80000;
	background-color: #B80000;
	border: 0px none #B80000;
	border-top: 1px solid #B80000;
	border-collapse: collapse;
}

.error {
	color: red;
}