

#world-map {
  margin-top: 16px;
  position: relative;
  /*width: 716px;*/
}

/* The map itself
   ------------------------------------------------ */
#world-map-map {
  
  height: 260px;
	position: relative;
  width: 500px;
}
#world-map-map a {
	cursor: default;
	display: block;
	height: 8px;
	margin-left: -6px;
	margin-top: -4px;
	position: absolute;
	width: 12px;
}
#world-map-map a span {
	display: none;
}
#world-map-map span#line-diagonal,
#world-map-map span#line-horizontal {
	display: block;
	position: absolute;
}
#world-map-map span#line-diagonal {
	background-image: url(../images/world_map/line_diagonal.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#world-map-map span#line-horizontal {
	background-image: url(../images/world_map/line_horizontal.gif);
	background-position: center;
	background-repeat: repeat-x;
}


/* Map key
   ------------------------------------------------ */
#world-map-key {
  /*font-size: 0.9em;*/
  height: 80px;
  line-height: 1;
  /*position: absolute;
  right: 0;
  top: -77px;
  width: 199px;*/
}
#world-map-key h2 {
  border-bottom: 1px solid #C2BFBF;
  color: #197533;
  font-size: 1em;
  margin-bottom: 3px;
  padding: 4px 0 7px;
}
#world-map-key table {
  border-spacing: 0 3px;
  font-weight: bold;
  width: 100%;
}
#world-map-key table td {
  padding-left: 4px;
}
#world-map-key table td.swatch {
  padding-left: 0;
  width: 17px;
}


/* Address box (in the content area, but overlaps
   the sidebar area)
   ------------------------------------------------ */
.world-map-address {
  border: 1px solid #C2BFBF;
  /*font-size: 0.9em;*/
  height: 197px;
  /*position: absolute;
  right: 0;
  top: 0;
  width: 197px;*/
  display:none
}
.world-map-address h2 {
  border-bottom: 1px solid #C2BFBF;
  color: #197533;
  font-size: 1em;
  margin-bottom: 9px;
  padding: 3px 5px 2px;
}
.world-map-address p {
  padding: 0 5px;
}
