/*!
 * @author Иван Петропольский <ivan.petropolsky@gmail.com>
 */


/* == Сброс == */
* {
	margin: 0;
	padding: 0;
}
img, fieldset, legend, table, td, th {
	border: 0;
}

/* == Основное == */
html {
	background-color: #2b519b;
	height: 100%;
}
body {
	color: #fff;
	font: 8.5pt/1.3 Tahoma, Geneva, sans-serif;
	margin: 0 auto;
	padding: 110px 0 15px 0;
	position: relative;
	width: 720px;
}
.page {
	margin: 0 15px 0 15px;
}
a {
	cursor: pointer;
	color: #fff;
}
p {
	margin: 0 0 0.5em 0;
	1text-indent: 2.5em;
	1text-align: justify;
	font-size: 9pt;
	line-height: 1.3;
}
.button,
.button span {
	cursor: pointer;
	display: block;
	height: 22px;
}
.button {
	background: transparent url('../../img/v4.png') scroll repeat-x 0 0;
	border: 1px solid #aeaeae;
	margin: 0 0 0 auto;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
	width: 109px;
}
.button span {
	background: transparent url('../../img/print.png') scroll no-repeat 0 50%;
	color: #454545;
	font-size: 9pt;
	line-height: 21px;
	padding: 0 0 0 30px;
	text-transform: lowercase;
}
#nojs .button {
	display: none;
}
address {
	font-style: normal;
}
.vcard br {
	display: none;
}
.vcard .fn,
.vcard .adr {
	background: none;
	border: none;
	display: block;
	height: 110px;
	position: absolute;
	left: 15px;
	top: 0;
}

.vcard .fn {
	width: 255px;
}

.vcard .fn span {
	background: transparent url('../../img/logo.png') scroll no-repeat 0 50%;
	display: block;
	height: 110px;
}
.vcard .fn img {
	display: none;
}
* html .vcard .fn span {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png', sizingMethod='image');
	position: relative;
	top: -6px;
}
.vcard .adr {
	font-size: 9.75pt;
	height: 62px;
	left: auto;
	right: 15px;
	padding: 50px 0 0 0;
	text-align: right;
	width: 220px;
}
.vcard .site {
	display: none;
}
.vcard .adr .tel {
	height: 35px;
	position: absolute;
	right: 1px;
	top: 14px;
	vertical-align: baseline;
	width: 250px;
}
.vcard .adr .tel span {
	display: none;
}
.vcard .adr .tel span.value {
	bottom: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 0;
	text-indent: 0;
}
.vcard .adr .tel small {
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0.3em 0 0;
}
.vcard .adr .tel big {
	font-size: 25pt;
	font-weight: bold;
}
.vcard .fn span,
.vcard .fn strong,
.vcard .adr .tel {
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
.vcard .adr .worktime {
	font-weight: bold;
}
.vcard .adr .locality {
	display: none;
}
.vcard .adr .street-address br {
	display: block;
}
.frame {
	background: transparent url('../../img/map.png') scroll no-repeat 0 0;
	//behavior: url('../../scripts/corners.htc');
	position: relative;
}
.frame:before, .frame .before,
.frame:after, .frame .after {
	background: transparent url('../../img/7.png') scroll no-repeat 0 0;
	content: url('../../img/9.png');
	display: block;
	font-size: 0;
	height: 10px;
	line-height: 0;
	margin: 0 0 -10px 0;
	overflow: hidden;
	position: relative;
	text-align: right;
	width: 100%;
	z-index: 1;
}
.frame:after, .frame .after {
	background-image: url('../../img/1.png');
	content: url('../../img/3.png');
	margin: -10px 0 0 0;
}
.frame img {
	display: block;
	visibility: hidden;
}
.frame .before i,
.frame .after i {
	background-image: url('../../img/9.png');
	display: block;
	height: 10px;
	width: 10px;
}
.frame .after i {
	background: url('../../img/3.png');
}


#ymap {
	display: block;
	height: 360px;
	margin: 1em 0;
}
#ymap_box {
	display: block;
	position: relative;
}
.c {
	width: 12px;
	height: 12px;
	position: absolute;
	background: transparent url('../../img/ideal/c.png') scroll no-repeat 0 0;
	z-index: 1002;
}

.c7 {
	left: 0;
	top: 0;
}
.c1 {
	left: 0;
	bottom: 0;
	background-position: 0 -12px;
}
.c3 {
	right: 0;
	bottom: 0;
	background-position: -12px -12px;
}
.c9 {
	right: 0;
	top: 0;
	background-position: -12px 0;
}

.ymap-photo-overlay {
	position: absolute;
	z-index: 1;
}


@media print {
	html {
		background-color: #fff;
	}
	body, a {
		color: #000;
		text-decoration: none;
	}
	body {
		padding-left: 0;
		padding-right: 0;
		width: 660px;
	}
	p {
		margin: 0 0 1.5em 0;
	}
	.frame:before, .frame .before,
	.frame:after, .frame .after {
		display: none;
	}
	.button {
		display: none;
	}
	.vcard br,
	.vcard .site {
		display: block;
	}
	.vcard .fn,
	.vcard .fn span,
	.vcard .fn strong,
	.vcard .adr .tel {
		background: none;
		overflow: visible;
		text-indent: 0;
		white-space: normal;
	}
	.vcard .fn span {
		display: none;
	}
	.vcard .fn img {
		display: block;
		position: relative;
		left: -6px;
		top: -7px;
	}
	.vcard .fn,
	.vcard .adr {
		width: auto;
	}
	.vcard .fn {
		font-size: 9.75pt;
		font-weight: bold;
		padding: 50px 0 0 0;
		width: 350px;
	}
	.vcard .adr {
	}
	.vcard .fn strong {
		font-size: 20pt;
		font-weight: normal;
		top: 12px;
	}
	.vcard .site {
		font-size: 1.5em;
		left: 15px;
		position: absolute;
		text-decoration: underline;
		top: 20px;
	}
	.frame img {
		visibility: visible;
	}
	.c {
		display: none;
	}

	.YMaps-balloon1,
	.YMaps-scale-line,
	.YMaps-slider,
	.YMaps-buttons,
	.YMaps-copyrights {
		display: none;
		visibility: hidden;
	}

	.YMaps-b-balloon_full .YMaps-b-balloon-bit i,
	.YMaps-b-balloon_full .YMaps-b-balloon-tail-top i,
	.YMaps-b-balloon_full .YMaps-b-balloon-tail-middle i,
	.YMaps-b-balloon_full .YMaps-b-balloon-tail-bottom i,
	.YMaps-b-balloon_full .YMaps-b-balloon-shad i,
	.YMaps-b-balloon-close i,
	.YMaps-b-balloon-frame,
	.YMaps-b-balloon-frame td,
	.YMaps-b-balloon-frame tr,
	#ymap table, #ymap tr, #ymap td, #ymap tbody {
		background: none !important;
	}

}
