
/*~~~~~~~~~~~~ Menu. Level Map. Start ~~~~~~~~~~~~~*/
div#menuLMap
{
	position			: relative;
	padding-top			: 5px;
	color				: #0e7e6a;
	font				: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#menuLMapBG
{
	position			: relative;
	width				: 100%;
}
div#menuLMapPoint, div#menuLMapPoint-act
{
	position			: relative;
	top					: 0px;
	height				: 54px;
	width				: 100%;
	font				: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform		: uppercase;
	text-align			: right;
	cursor				: pointer;
	padding-top			: 17px;
}
div#menuLMapTitle
{
	position			: relative;
	left				: 20px;
	font-weight			: bold;
	position			: absolute;
	height				: 19px;
	width				: 300px;
	text-align			: left; 
	font-weight			: bold;
}
div#menuLMapButton
{
	position			: absolute;
	right				: 20px;
	padding-top			: 3px;
	padding-right		: 25px;
	height				: 19px;
	width				: 119px;
	text-transform		: lowercase;
}
/*~~~~~~~~~~~~ Menu. Level Map. Finish ~~~~~~~~~~~~~*/


/*==================== 
					 MapCover. Satart
												====================*/
div#MapCoverBox
{
	position			: absolute;
	left				: 45px;
	height				: 1px;
	visibility			: hidden;
	z-index				: 3;
	border-top			: 1px solid #0e7e6a;
}
div#MapCoverBG
{
	position			: absolute;
	top					: 0px;
	left				: 0px;
	height				: 1px;
	z-index				: 4;
}
div#MapCover
{
	position			: relative;
	height				: 1px;
	z-index				: 5;
}

div#MapExplication
{
	position			: absolute;
	top					: 40px;
	left				: 0px;
	z-index				: 5;
}
.ExplicationItem
{
	position			: relative;
	font-size			: 8pt;
	height				: 14px;
	margin-top			: 6px;
	padding-left		: 17px;
}

div#MapDesc
{
	position			: absolute;
	top					: 0px;
	left				: 0px;
	background			: url("/datagroup/img/map_bg_rev.png") top left;
	background-repeat	: repeat-x;
	height				: 1px;
	width				: 240px;
	padding				: 30px 50px 0px 60px;
	visibility			: hidden;
	z-index				: 6;
}
div#RegionR, div#RegionHead, div#RegionP, div#City
{
	font				: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color				: #0e7e6a;
	text-transform		: lowercase;
}
div#RegionHead
{
	margin-top			: 5px;		
	font-size			: 12pt;
	font-weight			: bold;
	text-transform		: uppercase;
}
div#RegionP
{
	margin				: 10px 0px 30px 0px;
	color				: black;
}
div#City
{
	padding-left		: 10px;
	color				: black;
	background			: url("/datagroup/img/point.png") center left;
	background-repeat	: no-repeat;
	text-transform		: uppercase;
	margin-bottom		: 3px;		
}
/*==================== 
					 MapCover. Finish
												====================*/
