.mapConteiner {
	overflow: hidden;
	position: relative;
	border: 0px solid black;
}
.mapImg {
	position: absolute;
	left:0px;
	top:0px;
	cursor: default;
	z-index: 1;
}
.zoomExtent {
	border: solid 2px red;
	position: absolute;
	z-index: 100;
	font-size:0px;
}

.toolTip {
	position: absolute;
	border: solid 1px #a378be;
	border-left: solid 6px #df3902;
	background: #fafafa;
	font: 12px Verdana;
	color: #282828;
	padding: 2px 4px;
	cursor: default;
	z-index: 1000;
}
/*.toolTip:before{
    content:url(i/border_tl.gif);
    background: url(i/border_tr.gif) no-repeat 100% 0;
    height: 7px;
    display: block;
    margin: -20px -20px 13px -20px;
}

.toolTip:after{
    content:url(i/border_bl.gif);
    background: url(i/border_br.gif) no-repeat 100% 0;
    height: 7px;
    display: block;
    margin:13px -20px -20px -20px;
}*/

.toolTip .toolTipBody {
	float: left;
}
.toolTip #toolTipClose {
	background: url(/img/close.gif) no-repeat left top;
	cursor: pointer;
	width: 15px;
	height: 10px;
	float: left;
	margin: 1px 0px 0px 4px;
}
.toolTip #toolTipClose:hover {
	background: url(/img/close_h.gif) no-repeat left top;
	width: 15px;
	height: 10px;
}
.toolTip #toolTipClose:active {
	background: url(/img/images/close_p.gif) no-repeat left top;
	width: 15px;
	height: 10px;
}

/*Линейка */
.toolTipRule ul{
	padding : 0px;
	margin: 0px;
	list-style: none;
}
/*Ожидание */
.toolTipWait  img {
	float:left;
	margin:0px 4px 0px 1px;
}
/*Информация*/
.toolTipInfo  img {
	margin:4px 10px 10px 10px;
	float:left;
}
.toolTipInfo h3 { 
	text-align:center;
	font: bold 16px Verdana;
	color: #282828;
	margin: 10px 0px;
}
.toolTipInfo .stop {
	text-align: center;
}
.toolTipInfo .stop span {
	text-decoration: underline;
	color: navy;
	font-weight: bold;
}

.toolTipInfo .stop h4 {
	font: bold 12px Verdana;
	margin: 5px 0px;
}
.toolTipInfo .stop ul li{
	margin: 2px 5px 2px 10px;
	list-style: none;
}


.toolTipDialog  h3 { 
	text-align:left;
	font: bold 16px Verdana;
	color: #282828;
	margin: 0px;
}
.toolTipDialog  div { 
	padding: 5px;
}

.scaleBox {
	margin: 0px;
	padding : 0px;
	display : block;
	position: absolute;
	border: solid #a378be 1px;
	background: white;
}
.scaleBox li {
	margin: 0px;
	list-style-type:none;
	text-align : right;
	cursor : pointer;
	width:100%;
}
.scaleBox li:hover {
	outline : solid #a378be 1px;
	cursor : hand;
}

.navConteiner {
	overflow: hidden;
	position: relative;
	border: 0px solid black;
}
.navImg {
	cursor: default;
}
.visibleArea {
	border: solid 2px red;
	position: absolute;
	z-index: 100;
	font-size:0px;
}
.hLine {
	position: absolute;
	font-size: 0px;
	width: 100%;
	height: 1px;
	background: #008000;
	left: 0px;
	z-index: 10;
	overflow: hidden;
}
.vLine {
	position: absolute;
	font-size: 0px;
	width: 1px;
	height: 100%;
	background: #008000;
	top: 0px;
	z-index: 10;
	overflow: hidden;
}

.layersBox {
	margin: 0px;
	padding : 5px;
	display : block;
	position: absolute;
	border: solid #808080 1px;
	background: #f0f1f1;
}
.layersBox ul {
	padding-left: 15px;
	margin:0px;
}
.layersBox img {
	vertical-align: middle;
	margin-right: 5px;
}
.layersBox input {
	vertical-align: middle;
	margin-right: 5px;
	width:20px;
	height:20px;
	background: url(/img/legend/checkbox_1.gif) no-repeat center;
}
.feedback .input {
	vertical-align: middle;
	margin-right: 5px;
	width:20px;
	height:20px;
	background: url(/img/legend/checkbox_1.gif) no-repeat center;
}
.layersBox div {
	margin-right: 5px;
	width:20px;
	height:20px;
}
.feedback .input-checked{
	background: url(/img/legend/checkbox_2.gif) no-repeat center;
	vertical-align: middle;
	margin-right: 5px;
	width:20px;
	height:20px;
}
.layersBox .checked{
	background: url(/img/legend/checkbox_2.gif) no-repeat center;
}
.layersBox .partChecked{
	background: url(/img/legend/checkbox_3.gif) no-repeat center;
}
.layersBox .plus{
	background: url(/img/legend/folder_close.gif) no-repeat center;
	float:left;
	width:20px;
	height:20px;
}
.layersBox .minus{
	background: url(/img/legend/folder_open.gif) no-repeat center;
	float:left;
	width:20px;
	height:20px;
}
.layersBox li {
	margin: 2px 0px;
	list-style-type:none;
	text-align : left;
	cursor : pointer;
	font-family: verdana;
	font-size: 10px;
}

