.contentTabel{
	background-color:#ffffff;
}

#map {
	background:url(../img/map.png) no-repeat;
	width:700px;
	height:496px;
	margin-top:100px;
	position:relative;
	-moz-user-select: none;
}

.countri{
	position:absolute;
	width:85px;
	height:25px;
	display:block;
	background:red;
	padding-left:10px;
	background-color:#3a75c4;
	font-weight:900;
	color:#eeeeee;
	border-radius:5px;
	border:1px solid #08457e;
	-moz-user-select: none;
	cursor:pointer;
	text-decoration:none;
}

.countri:hover{
	color:ffffff;
	background-color:#6aa0ff;
}

#mini{
	width:100px;
	height:100px;
	cursor:pointer;
	background:url(../img/miniMap2.png) no-repeat;
	float:right;
}

#mini:hover{
	background:url(../img/miniMap1.png) no-repeat;
}

#arov{
	position:fixed;
	bottom:130px;
	width:100px;
	height:100px;
	left:275px;
	cursor:pointer;
	background:url(../img/arov2.png) no-repeat;
}

#arov:hover{
	background:url(../img/arov.png) no-repeat;
}

#info {
	padding-bottom:1px;
	background:#f0f0f0;
}

.head{
	height:50px;
	border-bottom:3px solid #4e578d;
}

.head  #countri{
	font-size:300%;
	font-weight:900px;
	color:#08457e;
	position:relative;
	left:70px;
}

#text{
	margin:100px;
	padding:15px;
	background:#d7e8f9;
	border-radius:25px;
}

#text center{
	clear:both;
}

#text h2{
	padding-top:20px;
	font-weight:700;
}

#text span{
	font-weight:700;
	color:#08457e;
}

#text img{
	margin:10px;
	border:2px solid #888888;
	background:#ffffff;
}

#text center i{
	font-weight:700;
	font-size:125%;
}

#text .type1 h2 {
	color:#1f4037;
}

#text .type1 i {
	color:#08457e;
}

#text .type2 h2{
	color:#881e17;
}

#text .type2 h3 {
	color:#1f4037;
	font-size:125%;
}

#text .type2  i{
	color:#1f4037;
}

#text .type3 h2{
	color:#310062
}

#text .type4 h2{
	color:#556832;
}

#text .type5 h2{
	color:#900020;
}

#text .type5 h3 {
	color:red;
	font-size:165%;
}

#imgFull{
	background:red;
	position:fixed;
	top:100px;
	left:1500px;
	width:1000px;
	height:1000px;
}

.list_1{
	list-style:none;
	font-weight:800;
	font-size:125%;
	margin:10px;
	cursor:pointer;
}

.list_1 a{
	color:#08457e;
}