/* @group Common */

html{
	color: #333333;
	font-size: 80%;
}

a:link,
a:visited,
a:hover,
a:active{
	text-decoration: none;
}

img{
	border: none;
}

/* @end */

div.mapwrap{
	width: 500px;
	margin: 20px auto;
	border: 15px solid #d5d5d5;
	text-align: center;
	padding: 20px;
}

div.mapwrap h1{
	color: #14108f;
	text-align: left;
	margin: 0;
	font-size: x-large;
}
div.mapwrap h2{
	margin: 0;
	font-size: large;
}
div.bytrain p,
div.bycar p,
div.bybus p {
	text-align: left;
}
a.btn4map{
	display: block;
	width: 244px;
	height: 27px;
	margin: 10px auto;
	padding: 0;
}
a.btn4close{
	display: block;
	width: 88px;
	height: 21px;
	margin: 10px auto;
	padding: 0;
}
div#map{
	width: 480px;
	height: 320px;
	margin: 10px auto;
}

div.markerDetail {
	width: 100px;
	color: #333333;
	font-size: 80%;
	background-color: #ffffff;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #000000;
}
div.markerTooltip{
	color: #ffffff;
	font-size: 90%;
	background-color: #333333;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #000000;
}
a.markerDetailClose{
	position: absolute;
	right: 2px;
}

/* @group rollover */

a.btn4close{
	display: block;
	width: 88px;
	height: 20px;
	margin: 10px auto;
	padding: 0;
	background-image: URL(/web/dealer/images/maps/btn_close_roll.jpg);
	background-position: 0 0 ;
	background-repeat: no-repeat;
	text-indent: -9999px;
	_overflow: hidden;
}
a.btn4close:hover{
	background-position: 0 -20px;
}

a.btn4map{
	display: block;
	width: 193px;
	height: 20px;
	margin: 10px auto;
	padding: 0;
	background-image: URL(/web/images/shops/button_gmap.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	_overflow: hidden;
}

a.btn4map:hover{
	background-position: 0 -20px;
}



/* @end */

