
#choose_lang{
	padding-top:10px;
	font-size:14px;
	color: #2A404B;
}

#choose_lang_guide {
	padding-top:15px;
  font-size:15px;
  color: #2A404B;
}

#mapa_svet{
	position: relative;
	width:900px;
	margin-top:20px;
	height:400px;
}
#mapa_svet .potapec{
	position:absolute;
	top:-130px;
	right:-50px;
}

#mapa_svet img{
	cursor:pointer;
}

#menu_america_south{
  top: 120px;
	left: 140px;
  width: 200px;
}
#menu_america_north{
	left: 0px;
}
#menu_africa{
	top: 10px;
	left: 400px;
}
#menu_asia{
	left: 500px;
}
#menu_europe{
	left: 400px;
}

.mapa_menu{
	position: absolute;
	display: none;
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
	background-color: #354544;
	width: 350px;
	z-index: 20;
	text-align: left;
	padding:8px;
	top:-45px;
}


.mapa_menu div{
	color: #FFFFFF;
	font-size:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	cursor:pointer;
	font-weight: bold;
}
.mapa_menu div.sel{
	color: #ec3801;
}
.mapa_menu div.n{
	color: #FFFFFF;
}




#mapa_svet .america_north{
	position: absolute;
	top:0px;
	left:20px;	
}
#mapa_svet .america_text{
	position: absolute;
	top:160px;
	left:15px;	
}
#mapa_svet .america_text_south {
  position:absolute;
  top: 235px;
  left: 15px;
}
#mapa_svet .america_south{
	position: absolute;
	top:210px;
	left:20px;
}

#mapa_svet .africa{
	position: absolute;
	top:154px;
	left:400px;
}
#mapa_svet .africa_text{
	position: absolute;
	top:240px;
	left:530px;
}

#mapa_svet .europe{
	position: absolute;
	top:10px;
	left:400px;
}
#mapa_svet .europe_text{
	position: absolute;
	top:40px;
	left:375px;
}

#mapa_svet .asia{
	position: absolute;
	top:10px;
	left:502px;
}
#mapa_svet .asia_text{
	position: absolute;
	top:120px;
	left:765px;
}
