/* CSS GMap */

#map {
	position:absolute;
	top:280px;
	left:280px;
	width:500px;
	height:390px;
	background-color: #808080;
	border:1px solid #505050;
	z-index:99;
}
#map .text {
	float:left;
	width: 450px;
	font: bold 12px/12px Arial,sans-serif;
	color: #f0f0f0;
	margin-top: 5px;
	padding: 0px 0px 0px 10px;
	
}
#map .shut {
	float:left;
	font: bold 12px/12px Arial,sans-serif;
	text-decoration:none;
	color: #f0f0f0;
	margin-top:4px;
	margin-left: 15px;
*	margin-left: 24px;
	border: 1px solid #f0f0f0;
}
#map .shut a {
	display:block;
	width:9px;
	height:10px;
	text-decoration:none;
	padding: 0px 1px 4px 3px;
*	padding: 2px 4px 2px 4px;
	color: #f0f0f0;
}
#map .shut a:hover {
	background-color: #303030;
	color: #FF0000;
}
#map .bottom {
	width:490px;
	font: bold 11px/11px Arial,sans-serif;
	color: #FDD67B;
	text-align: right;
	/*margin-left: 100px;*/
	margin-top: 6px;
	padding-right: 10px;
}
#map .bottom a {
	text-decoration: none;
	color: #FDD67B;
} 
#map .bottom a:hover {
	text-decoration: underline;
	color: #f0f0f0;
}

#gmap {
	width:500px;
	height:340px;
	margin-top:5px;
}
