#ymaps_show {
	width: 960px;
	height: 550px;
	margin-right: 0 !important;
	z-index: 1000;
}

#village-show-block {
	border: none;
	width: 100%;
}

#village-show-block .info-block {
	margin: 12px 0;
}

#village-show-block .info-block.first {
	margin-top: 0;
}

#village-show-block .info-block.description-wrapper {
	max-width: 580px;
}

#village-show-block .info-block .description {
	overflow: hidden;
	position: relative;
}

#village-show-block .info-block .description .shadow {
	content: "";
	display: none;
	position: absolute;
	height: 35px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(243, 243, 237, 0), rgba(243, 243, 237, 1));
}

#village-show-block .js_link_block {
	margin-top: 6px;
	display: none;
}

#village-show-block .detail.long {
	position: relative;
	display: none;
}

#village-show-block .detail.short {
	position: relative;
}

#village-show-block .detail.short::before {
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(243, 243, 237, 0), rgba(243, 243, 237, 1));
}

img.microthumb {
	margin-top: 2px;
	border: 1px solid #d5d2b1;
}

img.microthumb:hover {
	border: 1px solid #909080;
}

.darkbox {
	border: 1px solid #d5d2b1;
	padding: 12px;
	background-color: #f3f3ed;
}

#village-show-block .village-logo-box img {
	max-width: 220px;
	border: 1px solid #d5d2b1;
	padding: 5px;
	background-color: white;
}

/* ===========================
   === OBJECTS TABLES ========
   =========================== */
#village-show-block table.objects {
	width: 100%;
	border-collapse: collapse;
}

#village-show-block table.objects * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#village-show-block table.objects th,
#village-show-block table.objects td {
	border: solid 1px #d5d2b1;
	text-align: left;
	padding: 5px;
}

#village-show-block table.objects th {
	color: #777777;
	font-weight: bold;
	background-color: #f0f0f0;
}

#village-show-block table.objects td {
	background-color: white;
}

#village-show-block table.objects.no-links a {
	text-decoration: none !important;
}

/* // close objects tables */

/* ===========================
   === GENERAL INFO TABLE ====
   =========================== */
#village-show-block table.general-info {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}

#village-show-block table.general-info * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#village-show-block table.general-info td {
	border: solid 1px #d5d2b1;
	padding: 6px;
}

#village-show-block table.general-info td.title {
	width: 118px;
	background-color: #f0f0f0;
	font-weight: bold;
	color: #777777;
}

#village-show-block table.general-info td.title * {
	font-weight: bold;
	color: #777777;
}

#village-show-block table.general-info td.value {
	background-color: #ffffff;
}

#village-show-block table.general-info #ymaps_show_link {
	color: #4f533a;
	font-size: 11px;
	text-decoration: underline;
}
