
#map_box {
	padding: 0px 10px 5px 10px;
	height:100%;
	width:100%;
}

#map_cont {
	position: relative; 
	/*height: 96%;*/
	height: 100%;
	/*min-height: 600px;*/
}

#map_area_print {
	margin: 10px;
	width:600px;
	height:450px;
	border: 1px solid #AEAEAE;
}

#map_area {
	position:relative;
	height:100%;
	border: 1px solid rgb(229, 227, 223);
}


#map_tabs {
	position: relative;
	padding: 0px 0px 2px 0px;
}
#map_tabs input {
	font-size: 10px;
}

.ui-accordion {
	position: relative;
	margin: 0px;
	
	padding: 0px;
	width:220px;
	list-style-type: none;
	height: 100%;
}
.ui-accordion LI {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.ui-accordion LI div.ui-accordion-link {
	display: block;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-transform : uppercase;
	color: #FFFFFF;
	background-color: #005A52;
	cursor: pointer;
	cursor: hand;
	margin-bottom: 2px;
}
.ui-accordion LI div.ui-accordion-cont {
	display: block;
	position: relative;
	width: 100%;
}

/* Поиск */

#map_search {
	position : relative;
	display : block;
	background-color : #E0F3F3;
	/*width: 100%;*/
	padding: 5px;
}

#map_search form {
	margin: 0px;
	padding:0px 0px 5px 0px;
}

#map_search div.p {
	padding: 0px;
}

#map_search .row {
	display: table-row;
	width:100%;
}

#map_search .cell {
	float:left;/*fix for  buggy browsers*/
	display: table-cell;
}

#map_search .hint {
	/*width: 100%;*/
	position: relative;
	visibility: visible;
	border: 0px;
	background-color: transparent;
}

#map_search .hint * {
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	color: #999999;
}

/* Список точек [B] */

.pList,
#ptList {
	margin: 5px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}

.pList LI,
#ptList LI {
	margin-bottom: 10px;
}
.pList LI *,
#ptList LI * {
	padding: 0px;
	margin: 0px;
}

#pmList, #gmList, #print_pmList {
	margin: 5px;
	margin-left: 30px;
	padding: 0px;
	list-style-type: decimal;
	list-style-position : outside;
}
#pmList LI, #gmList LI , #print_pmList LI {
	margin-bottom: 10px;
}

#pmList LI *, #gmList LI * {
	padding: 0px;
	margin: 0px;
}

#pmList LI h3, #gmList LI h3 {
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	font-weight:normal;
}
#pmList LI p, #gmList LI p {
	font-size: 10px;
	font-weight:normal;
}
#pmList LI .delete, #pmList LI .edit {
	font-size: 10px;
	text-decoration : underline;
	cursor: pointer;
	cursor: hand;
}

#print_pmList LI .title {
	font-size: 12px;
	font-weight: bold;
}

#print_pmList LI .text {
	font-size: 12px;
}

#print_pmListArea {
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 10px;
}

#pmListHelp {
	display: block;
	padding: 5px;
	font-size: 10px;
	text-align: justify;
}
#pmListHelp UL {
	margin: 5px;
	margin-left: 30px;
	padding: 0px;
	list-style-type : decimal;
	list-style-position : outside;
}

#pmListCmd {
	display: block;
	padding: 5px;
	text-align: center;
}
/* Список точек [E] */

/* Комментарий [B] */

#print_Comment {
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 10px;
}

#print_CommentReady {
	display:none;
}

#print_CommentEdit {
}

#print_CommentText {
	width:570px;
	height:110px;
}

#print_CommentButton {
}

/* Комментарий [E] */

/* Элементы управления [B] */

#cmdStartPutting, #cmdStopPutting, #cmdSaveMarks, #cmdShowMarks {
	display: none;
	width: 180px;
}

/* Элементы управления [E] */

.mapLinkLayer {
	position: absolute;
	z-index: 2010;
}

.progressLayer {
	position: absolute;
	z-index: 2000;
}

/* cmw */

#map_cmw {
	display: none;
	position: absolute;
	width: 400px;
	background-color: #005A52;
	padding: 1px;
	z-index: 2020;
}

#map_cmw .title {
	display: block;
	height: 16px;
	background-color: #E0F3F3;
	padding: 2px;
}

#map_cmw .title .text {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #005A52;
}

#map_cmw .title .close {
	display: block;
	float: right;
	width: 14px;
	height: 16px;
	text-align: left;
}
#map_cmw .close IMG {
	margin-top: 1px;
}

#map_cmw .body {
	position: relative;
	margin-top: 1px;
	padding: 2px;
	background-color: #FFFFFF;
}

#map_cmw_link {
	position: relative;
	width: 100%;
}

/* Гео метки */
.location-balloon {
}

.location-balloon * {
	padding: 0px;
	margin: 0px;
}

.location-balloon_thumb {
	font-size: 12px;
	width: 100%;
	position:relative;
}

.location-balloon_thumb .name {
	font-weight:bold;
	font-size: 14px;
	margin-bottom:.2em;
}

.location-balloon_thumb p {
	font-weight:normal;
}

.location-balloon_thumb .addition {
	border-top:1px solid #BBBBBB;
	margin-top:1em;
	padding-top:0.3em;
	font-weight:normal;
	font-size:9.35px;
}

.location-balloon_thumb .addition * {
	font-size:9.35px;
	position:relative;
}

.location-balloon_thumb .addition .link,
.location-balloon_thumb .addition a.link {
	border-bottom:1px dotted;
	cursor:pointer;
	text-decoration:none;
	font-weight:normal;
	top:-0.14em
}

.location-balloon_thumb .addition .link:hover.
.location-balloon_thumb .addition a.link:hover {
	color:#73C5C0;
}

/* Пользовательские метки */
.user-point-balloon {
}

.user-point-balloon * {
	padding: 0px;
	margin: 0px;
}

.user-point-balloon_edit {
	font-size: 12px;
	width: 350px;
}

.user-point-balloon .title {
	font-size: 120%;
	font-weight:bold;
	color:#000000;
}

.user-point-balloon label {
	font-size: 12px;
	color:#7F7F7F;
	display:block;
	margin:0.5em 0 0.2em;
	font-weight:normal;
}

.user-point-balloon .text {
	width:97%;
}

.user-point-balloon .textarea {
	width:97%;
	height:7em;
}

.user-point-balloon input,
.user-point-balloon textarea {
	font-size: 12px;
}

.user-point-balloon .buttons {
	text-align: right;
	height:2em;
	margin-top:0.5em;
	width:97%;
}

.user-point-balloon .buttons input {
	font-size: 12px;
	padding: 0px 3px;
}

.YMaps-b-balloon-content div {
	font-size: 11px;
	font-weight:normal;
}

/* -- */
.pointsList,
#pointTypeList {
	padding-bottom: 10px;
}

.pointsListResult, 
#pointTypeList #ptListResult {
	font-size: 11px;
	padding: 5px;
	position: relative;
	display: none;
}

#pointTypeList #ptListResult * {
	font-size: 11px;
}

#pointTypeList #ptListResult ul {
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

#pointTypeList #ptListResult ul li {
	padding: 0.3em 0.5em 0.4em 35px;
}

#pointTypeList #ptListResult ul li i {
	position: absolute;
	margin-left: -30px;
}
#pointTypeList #ptListResult ul li p {
	padding: 0px 0px 0.2em 0px;
	margin: 0px
}
