#map {
	background: #ffffff;
}

#map_view {
	overflow: hidden;
	border: 1px solid #999999;
	background: url("/map/brushed_alu_dark.png") top center;
	background-attachment: fixed;
	position: relative;
}

#map .map_part {
	float: left;
	background: #ffffff url("/map/loader.gif") no-repeat center center;
}

#minimapc {
    position: absolute;
    margin: 10px 0 0 10px;
    z-index: 2000;
    /* background: #ff0033; */
    background: #ccc;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333;
    box-shadow: 0px 0px 5px #333;
}

#minimap {
	/* border: 1px solid #ff0033; */
    border: 1px solid #ccc;	
	background: url("/map/minimap.png") no-repeat;
	overflow: hidden;
	position:relative;
}

#map_controls {
    height: 25px; 
}
#map_controls td {
    vertical-align: top;
    /* color: #ffe40e; */
    color: #333;
    padding-top: 4px;
}

#map_scale_label {
    padding-left: 6px;
    font-size: 0.8em;
}
#map_scale {
    width: 40px;
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
}
#map_scale_plus {
    width: 20px;
    text-align: right;
}
#map_scale_plus a {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url("../images/map/zoomout.png");
}
#map_scale_minus {
    padding-right: 4px;
    width: 20px;
    text-align: right;
}
#map_scale_minus a {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url("../images/map/zoomin.png");
}

#minimap_view {
	width: 100px;
	height: 100px;
	border: 1px solid #ff0000;
	background: rgba(255,255,255,0.5);
	_background: none;
}

#map_popup {
    display: none;
    position: absolute;
    padding-bottom: 5px;
    z-index: 3000;
	top: 0;
	left: 0;
}
#map_popup div.popc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    font-size: 0.85em;
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;
}
#map_popup ul {
    margin: 0;
    list-style: none;
}
#map_popup li {
    padding-bottom: 3px;
    margin-bottom: 3px;
}
#map_popup li.last {
    border: 0;
    margin: 0;
}

.normalpopup {
    background: url("../images/map/popup_corner.png") no-repeat bottom center;
}
.normalpopup div.popc {
    background: #fee30e;
}
.normalpopup ul {
    padding: 2px;
}
.normalpopup li {
    border-bottom: 1px solid #f00;
}

.kekpopup {
    background: url("../images/map/kek_corner.png") no-repeat bottom center;
}
.kekpopup div.popc {
    background: #007eff;
    color: #fff;
}
.kekpopup ul {
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    padding: 3px;
}
.kekpopup li {
    border-bottom: 1px solid #fff;
    line-height: 16px;
}

.feherpopup {
    background: url("../images/map/feher_corner.png") no-repeat bottom center;
}
.feherpopup div.popc {
    background: #fff;
}
.feherpopup ul {
    border: 2px solid #000;
    -webkit-border-radius: 3px;
    padding: 3px;
}
.normailpopup li {
    border-bottom: 1px solid #000;
}



.sh55 { background: url("../images/map/55-shield.png") no-repeat bottom center; padding: 0 8px; line-height: 12px; }
.sh56 { background: url("../images/map/56-shield.png") no-repeat bottom center; padding: 0 8px; line-height: 12px; }
.sh57 { background: url("../images/map/57-shield.png") no-repeat bottom center; padding: 0 8px; line-height: 12px; }
.sh58 { background: url("../images/map/58-shield.png") no-repeat bottom center; padding: 0 8px; line-height: 12px; }
.sh6  { background: url("../images/map/6-shield.png")  no-repeat bottom center; padding: 0 8px; line-height: 12px; }


.list_poi {
    float: left;
}

.map_poi {
    position: absolute;
	top: 0;
	left: 0;
}

.poi_title {
    display: none;
}
.poi_0 {
    z-index: 1001;
}
.poi_3 {
    z-index: 1002;
	background: url("../images/map/empty.gif");
}
.poi_1 {
    z-index: 1003;
}
.poi_2 {
    z-index: 1004;
}
.poi_4 {
    z-index: 1003;
}