﻿@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
fieldset, img { border: 0; }
a:focus { outline: none; }
a:hover{
    text-decoration:none;
}
html {
    height: 100%;
}
ul, ol{
    list-style:none;
}
a img{
    border:none;
    text-decoration:none;
}
.floatbox{
    overflow:hidden;
    height:auto;
}
.left{
    float:left;
}
.right{
    float:right;
}
img.left{
    margin:0 10px 10px 0;
}
img.right{
    margin:0 0 10px 10px;
}
.width10{
    width:9.9%;
}
.width20{
    width:19.9%;
}
.width25{
    width:24.9%;
}
.width33{
    width:33.3%;
}
.width50{
    width:49.9%;
}
.width66{
    width:66.6%;
}
.width75{
    width:74.9%;
}
a{
    color:#333;
}
body{
    background:#fff;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333;
}
#map_container{
	position:relative;
}
#map{
	width:658px;
	height:500px;
}
#overlayMap{
	border-top:#FFF 3px solid;
	border-right:#FFF 3px solid;
	position:absolute;
	z-index:10;
	bottom:1px;
	left:1px;
	width:130px;
	height:130px;
}
#map_controll, h1{
	display:none;
}
.map-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px; /* -1 * image width / 2 */
    margin-top: -9px;  /* -1 * image height / 2 */
    display: block;     
}
div.map_object{
	overflow:hidden;
	width:350px;
	height:200px;
}
div.map_object img{
	float:left;
	margin:0 10px 10px 0;
}
div.map_object h1{
	color:#5E232B;
	display:block;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin:0 0 5px 0;
}
div.map_object a{
	color:#5E232B;
}
div.map_object p{
	margin:0;
}
div.map_object em{
	font-style:normal;
	font-weight:bold;
}
#legend,#add-object-button{
	display:none;
}