#map_main {
  position: relative;
  width: 410px;
}

#map { background: url("../images/agent/hungary.png") repeat scroll 0 0 transparent; }

#map #mask,
#map #storage {
  background: url("../images/agent/mask.png") repeat scroll 0 0 transparent;
  height: 264px;
  position: relative;
}

#map .county_1  { background-position: -410px 0!important; }
#map .county_2  { background-position: -820px 0!important; }
#map .county_3  { background-position: 0 -264px!important; }
#map .county_4  { background-position: -410px -264px!important; }
#map .county_5  { background-position: -820px -264px!important; }
#map .county_6  { background-position:0 -528px!important; }
#map .county_7  { background-position:-410px -528px!important; }
#map .county_8  { background-position:-820px -528px!important; }
#map .county_9  { background-position:0 -792px!important; }
#map .county_12 { background-position:-410px -792px !important; }
#map .county_10 { background-position:-820px -792px !important; }
#map .county_0  { background-position:0 -1056px !important; }
#map .county_11 { background-position:-410px -1056px !important; }
#map .county_16 { background-position:-820px -1056px !important; }
#map .county_13 { background-position:0 -1320px !important; }
#map .county_14 { background-position:-410px -1320px !important; }
#map .county_15 { background-position:-820px -1320px !important; }
#map .county_19 { background-position:0 -1584px !important; }
#map .county_17 { background-position:-410px -1584px !important; }
#map .county_18 { background-position:-820px -1584px !important; }

#map .tooltip, #map .tooltip_fix {
  position: absolute;
  top: 0;
  left: 0;
}

#map .tooltip span,
#map .tooltip_fix span {
  display: block;
  padding: 0 15px 0 0;
  background: url("../images/agent/tooltip.png") no-repeat 100% -38px transparent;
}

#map .tooltip span span,
#map .tooltip_fix span span {
  padding: 0 0 10px 15px;
  height: 28px;
  line-height: 27px;
  background-position: 0 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

#map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 410px;
  height: 264px;
  vertical-align: bottom;
}


/* mini map */
p#county_name {
  height: 16px;
  line-height: 16px;
  color: #474747;
  font-size: 11px;
  font-weight: bold;
  text-indent: 10px;
  text-transform: uppercase;
}

#map_mini {
  position: relative;
  width: 300px;
  height: 180px;
  background: url("../images/agent/hungary_mini.jpg") repeat scroll 0 0 transparent;
}

#map_mini #mask {
  background: url("../images/agent/hungary_mini_mask.png") repeat scroll 0 0 transparent;
  height: 180px;
  position: relative;
}

#map_mini img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 180px;
  vertical-align: bottom;
}

#map_mini .county_1  { background-position: -300px 0px!important; }
#map_mini .county_2  { background-position: -600px 0!important; }
#map_mini .county_3  { background-position: 0 -180px!important; }
#map_mini .county_4  { background-position: -300px -180px!important; }
#map_mini .county_5  { background-position: -600px -180px!important; }
#map_mini .county_6  { background-position: 0 -360px!important; }
#map_mini .county_7  { background-position: -300px -360px!important; }
#map_mini .county_8  { background-position: -600px -360px!important; }
#map_mini .county_9  { background-position: 0 -540px!important; }
#map_mini .county_12 { background-position: -300px -540px!important; }
#map_mini .county_10 { background-position: -600px -540px!important; }
#map_mini .county_0  { background-position: 0 -720px!important; }
#map_mini .county_11 { background-position: -300px -720px!important; }
#map_mini .county_16 { background-position: -600px -720px!important; }
#map_mini .county_13 { background-position: 0 -900px!important; }
#map_mini .county_14 { background-position: -300px -900px!important; }
#map_mini .county_15 { background-position: -600px -900px!important; }
#map_mini .county_19 { background-position: 0 -1080px!important; }
#map_mini .county_17 { background-position: -300px -1080px!important; }
#map_mini .county_18 { background-position: -600px -1080px!important; }
