#langMap {
  width: 650px;
  margin: 15px auto;
  position: relative;
  background: black url(../images/frame.png) 0 0 no-repeat;
}
.langOverlay {
  position: absolute;
  background-image: url(../images/pu_langOverlay.png);
  background-repeat: no-repeat;
  background-position: -10px 0;
  width: 500px;
  height: 360px;
}
.langMapList {
  float: left;
  width: 150px;
  height: 360px;
  background: #444;
}
.langMapList ul {
  padding: 0;
  margin: 0;
}
.langMapList ul li {
  list-style-type: none;
  font-size: 0.76em;
  cursor: default;
  background: #e2e2e2;
  display: inline-block;
  width: 130px;
  margin: 1px 3px;
  padding: 11px 7px;
  line-height: 13px;
}
.langMapList ul li:first-child {
  margin-top: 0;
}
.langMapList ul li:last-child {
	padding-bottom: 10px;
}
.langMapList ul li:hover {
  background: #FFF;
}
.langMapMap {
  float: left;
  width: 496px;
  height: 356px;
  overflow: hidden;
  position: relative;
  border: solid 4px #444;
  border-width: 0 0 4px 4px;
}
.langMapMap img {
  position: absolute;
  left: -10px;
}
.langHeader .mainTitle {
	color: #fff;
  padding: 9px 10px 7px;
  font-size: 21px;
}
.langHeader .mainTitle span {
  color: #fef5e7;
  margin-top: 3px;
  font-size: 18px;
}
.langHeader {
  height: 46px;
}
.langMapInfo {
  float: left;
  background: #333;
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 47px;
}
.langMapInfo div {
  padding: 5px 10px;
  display: block;
  display: none;
}
.langMapInstImg {
  float: right;
  font-size: 11px;
  background: #FFF;
  margin: 12px 12px;
  text-align: center;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  width: 17px;
  height: 17px;
  line-height: 1.6em;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.5);
}
.langMapInstImg:hover {
  color: red;
  box-shadow: none;
}
.langMapInstImg:active {
  background: #CCC;
}
.langMapInst {
  position: absolute;
  z-index: 2000;
  top: 230px;
  left: 110px;
  font-size: 11px;
  background-color: #F5F5F5;
  opacity: .9;
  box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  width: 280px;
  margin: 0px;
  padding: 10px;
  padding-bottom: 15px;
}
.langCloseX {
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 270px;
  top: 1px;
  border: 2px solid #666;
  padding: 1px 4px 2px 4px;
  margin: 5px;
  border-radius: 3px;
}
.langCloseX:hover {
  color: red;
  border-color: orangered;
}
.langMapInstTitle {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 12px;
}

.langMapList ul li.waterQuestion {
    color: white;
    font-weight: bold;
    background-color: #de8213;
}

.langMapList ul li.waterQuestion:hover {
    color: black;
    font-weight: normal;
    background: #FFF;
}

#langMap.waterMap .langMapInfo {
	color: #000;
	background: #FFF;
}


/* VN-SPECIFIC CHANGES */
		.interactiveCanvas #langMap {
			background-image: url(../images/frame.png);
		}

		.interactiveCanvas .langMapMap {
			width: 644px;
			height: 450px;
			border-bottom-width: 0;
			border: solid 3px #000;
		}

		#interactiveModal {
			position: absolute;
			top: 39px;
			left: -5px;
			display: none;
			width: 652px;
			height: 460px;
			background-repeat: no-repeat;
			background-position: 8px 10px;
			z-index: 50;
		}

		#interactiveModal #closeBtn {
			left: 618px;
			top: 14px;
			background: #000;
		}

		#interactiveModal #closeBtn::before {
			content: "X";
		}

		#interactiveModalListen {
			position: absolute;
			right: 97px;
			bottom: 40px;
			font-size: 1.2em;
			text-transform: uppercase;
			color: #FFF;
			background: #6E6F71;
			border: solid 2px #333;
			padding: 5px;
			z-index: 51;
		}

		#interactiveModalListen .chap_exchange_play {
			float: right;
			margin-left: 8px;
		}

		.interactiveCanvas .langMapInst {
			width: 450px;
			left: 85px;
		}

		.interactiveCanvas #InstrImg {
			top: 0;
		}
		.interactiveCanvas #InstrImg::after {
			content: "?";
		}

		.interactiveCanvas .langCloseX {
			left: auto;
			right: 5px;
		}
		.interactiveCanvas .langCloseX::after {
			content: "X";
		}
