dl.map.on {
  background:#fff url(../images/tv/map_visual.jpg) no-repeat;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding:0;
  text-align:left;
  width: 530px;
  height: 400px;
  position: relative;
}
dl.map.on dt {
  display: inline;
}
dl.map.on dd {
  background:#555 url(../images/drk_grey_shdw.jpg) bottom left repeat-x;
  border: 1px solid #444;
  /*border-radius: 8px;  CSS3 rounded corners */
  /*-moz-border-radius: 8px;  Mozilla rounded corners */
  width:270px;
  position: absolute;
  left: -9999px;
  z-index: 11;
  margin:0;
  padding:.2em;
}
dl.map.on dd p{
  border: 1px solid #fff;
  font:.9em/1.5 Helvetica, Arial, sans-serif;
  background:#85C2D5 url(../images/shdw_top_grand_blue_drkbtm.jpg) top left repeat-x;
  color: #fff;
  float:left;
  padding:5px;
  margin:.2em;
  text-align:left;
}
dl.map.on dd img{
 	background:#D34E51 url(../images/shadow_red-pink-plum.jpg) bottom left repeat-x;
	border:1px solid #34B4B6;
	padding:.5em;
	margin:0 .5em 0 0;
	width:100px;
	height:100px;
	float:left;
	}
dd p img{
	width:100px;
	height:100px;
	}
.read-more{
	color:#000;
	}

dl.map.on a.location {
  /*background:#fff url(../../images/icn_icons/icn_june_print.gif) no-repeat;*/
  background-color:#34B4B6;
  border:2px solid #fff;
  display: block;
  outline: none;
  text-decoration: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 10;
}
dl.map.on a.location:hover {
  /*background:#fff url(../../images/icn_icons/icn_ext_red_lng.gif) no-repeat -1px -1px;*/
  background-color:#D34E51;
}
dl.map.on dd a.close {
	position:relative;
	float:right;
	border:0;
	color:#000;
	background:url(../images/tv/close.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	height:15px;
	width:40px;
	margin-left:4px;
	margin-right:0;
	text-decoration:none;
}
dl.map.on dd a.close:hover {
	position:relative;
	float:right;
	border:0;
	color:#000;
	background:url(../images/tv/close_on.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	height:15px;
	width:40px;
	margin-left:4px;
	margin-right:0;
	text-decoration:none;
}

dl.map.on a#marmara {
  top: 45px;
  left: 42px;
}
dl.map.on a#aegean {
  top: 160px;
  left: 70px;
}
dl.map.on a#mediterranean {
  top: 200px;
  left: 121px;
}
dl.map.on a#central {
  top: 130px;
  left: 170px;
}
dl.map.on a#black {
  top: 60px;
  left: 230px;
}
dl.map.on a#eastern {
  top: 130px;
  left: 430px;
}
dl.map.on a#southeastern {
  top: 205px;
  left: 330px;
}