.map-control-field {
	background: #fff;
	padding: 5px;
	opacity: 0.8;
	font-size: 120%;
	width: 200px;
}
.map-control-checkbox {
	margin: 10px 10px 0px 0px;
}
.map-control-label {
	font-size: 80%;
}
#map {
	position: relative;
	overflow: hidden;
	width: 650px; height: 450px; 
	margin-right: 20px;
	border:solid 1px #c4c4c3;
	margin-bottom: 2px;
}
.map-load {
	display: block; color: #ff7600;
	position:absolute;
}
.data-table.light {
	width: 100%;
	border: solid 1px #cecece !important;
}
.data-table.light td, .data-table.light th {
	border: solid 1px #cecece !important;
	padding: 2px;
}
table#data-tbl {
	border: 1px solid #C4C4C3;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20p
	font-size: 13px;
}
table#data-tbl th {
	background-color: #F2F2EA;
	border: 1px solid #C4C4C3;
	font-weight: normal;
	vertical-align: middle;
	font-size: 13px;	
	padding: 1px 10px 1px 10px;
	white-space: nowrap;
}
table#data-tbl td input {
    border: 0px;
	padding-left: 10px;
}
table#data-tbl table {
    padding: 0px;
	margin:0px;
	border-collapse: collapse;	
	border: none;
}
table#data-tbl table td, table#data-tbl table th {
    border: none;
	padding: 0px;
}
table#data-tbl td {
	vertical-align: middle;
	border: 1px solid #C4C4C3;
	text-align: center;
	font-size: 13px;
	padding: 0px;
	overflow:hidden;
}
ul#options {
	background: transparent;
	border: solid 1px #cecece;
	padding: 0px;
	list-style: none;
	position: absolute;
	z-index: 32700;
	left: 0px;
	top: 0px;
	margin: 0px;
	font-size: 0px;
}
ul#options li {
	font-size:12px;
	background: #fff;
	padding: 3px 10px 5px 10px;
	white-space:nowrap;
}
ul#options li:hover {
	background: #cecece;
	cursor: pointer;
}
#yamal-recommend {
  margin-bottom: 10px;
  color: #f00;
}