

.fullmap {
	width: 400px;
	float: left;
}

#mapdetails {
	float: left;
}

.map_hidden {
	visibility: hidden;
}

.map_show {
	margin-left: 0px;
	margin-top: 20px;
}

.map_show_text {
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	width: 400px;
}

.map_show_img {
	float: left; 
	margin: 0px;
	padding: 0px;
}

.map_mapimg {
}

.map_show_title {
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 20px;
}

.map_show img {
	margin-left: 0px;
	border: 2px solid #000000;
}

.map_show_idx {
	width: 100px;
	float: left;
}


a.mapdir:link,
a.mapdir:visited,
a.mapdir:active,
a.mapdir:focus {
	color: blue;
	text-decoration: underline;
	padding: 4px;
	font-size: 13px;
}

a.mapdir:hover {
	color: #cd3f1e;
}


/*
a.mapdir {

	display: block;
	width: 147px;
	height: 24px;
	text-decoration: none;
	background: url("/images/mapdir_button.gif");
	margin-left: 10px;
	margin-top: 10px;
}

a.mapdir:hover {
	background-position: 0px -24px; 
}


*/

.map_show_val {
/*
	border: 1px solid #ff0000;
*/
}


.map_line {
	border-bottom: 1px solid black;
	width: 250px;
	height: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
