@charset "utf-8";
/*
 * Файл стилей сайта www.emi-penza.ru / www.emi-penza.com, используемый для настройки отображения при печати.
 * © ООО Пензенский завод «Электромехизмерение», www.emi-penza.ru / www.emi-penza.com
 */


/*
 * =========================
 * Основные стили
 * =========================
 */
body {
	background:#fff;
	text-align:left;
}

#pageLayout{
	background:none;
	margin: 0 auto auto 0;
	text-align:left;
}

.noprint{
	display: none !important;
}
.printOnlyBlock{
	display: block !important;
}
/*Стили плашки «Сайт на реконструкции». Обычно эту плашку не видно.*/

/*
 * =========================
 * Верхняя часть страницы
 * =========================
 */
#headerWrapper{
	background:#fff;
	border:none;
	height:100px;
	margin:0 auto;
	z-index:1000;
	position:relative;
	width:auto;
}
#header{
	background:none;
	left:-19px;
	position:absolute;
	top:-90px;
	/*top:0;*/
	width:856px;
}
/*логотип*/
#headerLogo .lettersCover, #headerLogo:hover .lettersCover{
	background:url("/i/logo_ooo_pz_emi_header_print.png") no-repeat !important;
}
#headerLogo{
	left: 75px;
}
/*текст внутри шапки*/
#headerTitle, #headerContacts, #headerEmail{
	color:#000;
	left: 170px;
}
#headerTitle a, #headerContacts a, #headerEmail a{
	color:#000;
}
#headerTitle a:hover, #headerContacts a:hover, #headerEmail a:hover{
	color:#333;
}
	
/*
 * =========================
 * Меню
 * =========================
 */
#menu{
	display:none;
}

/*
 * =========================
 * Ссылка «напечатать страницу»
 * =========================
 */
#print_container{
	display: none;
}
/*
 * =========================
 * Текущее положение на сайте
 * =========================
 */
#currentLocation{
	left:70px;
	top: 190px;
	width:740px;
}

/*
 * =========================
 * Основное содержимое страницы
 * =========================
 */
#main{
	border:none;
	padding-bottom: 50px;
}

div.download_button{
	display: none;
}
	
div.hint{
	display: none;
}

h1{
	color: #000;
}

/*
 * =========================
 * Блок «Поделиться ссылкой»
 * =========================
 */
#share_opener_container, #share{
	display: none !important;
} 

/*
 * =========================
 * Смотрите также
 * =========================
 */
.see_also{
	display: none !important;
}

/*
 * =========================
 * Ссылки внизу страницы
 * =========================
 */
#bottomLinks{
	display:none;
}

/*
 * =========================
 * Подвал страницы
 * =========================
 */
#footer{
	background:none;
	border-bottom: 20px solid #fff;
	color: #555;
	padding:5px 30px 0px 50px; 
}
#footerLeft{
	margin-right: -50px;
}
/*
 * =========================
 * Стили, относящиеся только к некоторым страницам
 * =========================
 *
 * —————————————————————————
 * Главная страница
 * —————————————————————————
 */
body.home{
	height: 100%;
	width: 100%;
	background-color:#002B4B;
}
 
/* —————————————————————————
 * Сертификация
 * —————————————————————————
 */

/*
 * —————————————————————————
 * Партнёры
 * —————————————————————————
 */

/*
 * —————————————————————————
 * Продукция
 * —————————————————————————
 */

/*
 * —————————————————————————
 * Прайс-лист, каталог
 * —————————————————————————
 */

/*
 * -------------------------
 * Прайс-лист
 * -------------------------
 */

/*
 * -------------------------
 * Каталог
 * -------------------------
 */
ul.catalogue{
	_height:1%;
	margin:10px 0 10px 10px; 
	overflow:hidden;
}
ul.catalogue li{
	color:#222;
	display:block;
	float:left;
	font-size:11px;
	margin:0 10px;
	padding:0 0 10px;
	text-align:center;
	width:121px;
}
ul.catalogue li a{
	color:#222;
	display:block;
	font-size:11px;
	overflow:hidden;
	position:relative;
	text-decoration:none;
}
ul.catalogue li a:hover{color:#444}
ul.catalogue li a:visited{color:#222 !important}
ul.catalogue a strong{
	color:#003156;
	display:block;
	font-size:15px;
	font-weight:normal;
	text-decoration:underline;
}
ul.catalogue a:hover strong{color:#05a;}
ul.catalogue a:visited strong{color:#909}
ul.catalogue a:hover:visited strong{color:#c243c1}

ul.catalogue span.imagewrap{
	background-position:bottom center;
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	height:80px;
}
ul.catalogue em{
	display:block;
	font-size:12px;
	font-style:normal;
	overflow:hidden;
}
ul.catalogue li.clearLeft{
	clear:left;
	float:none;
	height:10px;
	margin-bottom:-10px;
	overflow:hidden;
	padding:0;
	width:700px;
}
ul.catalogue span.analogs_alt{
	display:block;
	position:absolute;
	top:-350px;
	left:0px;
}

/*
 * —————————————————————————
 * Описание изделия
 * —————————————————————————
 */
#item{
	margin:40px 0 0;
	overflow:hidden;
	width:100%;
}
/*левая сторона*/
#leftPart{
	border-right:1px #999 dashed;
	padding:0 20px 0 0;
	min-width:270px;
	max-width:280px;
	text-align:center;
}

#leftPart h2{
	text-align:center;
	margin:0px auto;
	padding:0px;
	width:220px;
}
#leftPart h2.packTitle{
	color:#000;
	font-size:12px;
	margin:10px auto 0px;
	padding:0px;
	text-align:center;
	width:220px;
}
#leftPart hr{
	background:#FFF;
	border:none;
	border-bottom:1px #999 dashed;
	color:#FFF;
	display:block;
	text-decoration:none;
}
#leftPart .itmImageWrap{
	margin:0px auto;
	overflow:hidden;
	width:260px;
}
#leftPart img{
	display:block;
	margin:10px auto 0px;
}

#leftPart div.description{
	margin:0 0 20px 0;
}
#leftPart div.description em{
	font-style:normal;
	white-space:nowrap;
}
#leftPart div.itemPrice{
	margin: 0;
}
#leftPart div.itemPrice h3{
	font-size:15px;
	color:#000;
}
#leftPart div.itemPrice ul{
	display:block;
	margin:auto;
	overflow:hidden;
	_height:1%;
	width:200px;
}
#leftPart div.itemPrice li{
	float:left;
	font-weight:bold;
	font-size:10px;
	width:98px;
}
#leftPart div.itemPrice strong{
	display:block;
	font-size:23px;
	font-weight:bold;
	width:auto;
}
#leftPart div.itemPrice span{
	display:block;
	font-size:23px;
	font-weight:bold;
}
#leftPart div.priceNosale{
	color:#900;
	font-weight:bold;
	font-size:20px;
	margin: 0; 
}
#leftPart div.itemHowToBuy a{
	font-size:12px;
	font-weight:bold;
	line-height:2em;
}

/*траспортировочная упаковка*/
#leftPart div.itemPack{
	color:#666;
	font-size:12px;
	margin:20px auto 0px;
}
#leftPart div.itemPack h3{
	color:#666;
	font-weight:bold;
	margin-bottom:5px;
}
#leftPart div.itemPack li{
	background:url(/i/backgrounds/dot_gray.gif) repeat-x 0 0.85em;
	display:block;
	_height:1%;
	margin:0 0 2px;
	overflow:hidden;
}
#leftPart div.itemPack acronym{
	background:#fff;
	font-weight:normal;
	float:left;
	padding-right:3px;
	white-space:nowrap;
} 
#leftPart div.itemPack li span{
	background:#fff;
	float:right;
	padding-left:3px;
}
/*правая сторона*/
#rightPart{
	font-size:14px;
	padding-left:20px;
	width:70%;
}
#rightPart h2{display:none;}
#rightPart dl{
	background:url(/i/backgrounds/dot.gif) repeat-x 0 0.85em; 
	display:block;
	overflow:hidden;
	padding:0px;
	position:relative;
	margin:0 0 20px 0;
}
#rightPart dt{
	background:#fff;
	display:block;
	float:left;
	padding:0 3px 15px 0;
}
#rightPart dd{
	display:block;
	padding:0 0 0 70px;
	overflow:hidden;
	text-align:right;
}
#rightPart dd strong{
	background:#fff;
	font-weight:normal;
	padding:0 0 0 3px;
}
#rightPart em.analogsAlt{
	color: #666;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	white-space: nowrap;
}
/*#rightPart em.analogsAlt{
	position:absolute;
	left:0;
	top:-560px;
}*/
#rightPartNoInfo{
	color:#666;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	width:50%;
}
/* Разъём: картинка ставится перед цифрами, чтобы те не загораживали его появляющимся белым фоном*/
.connector .connector_background {
    z-index: 60;
}

.connector .elem{
    z-index: 40;
}
/*
 * —————————————————————————
 * Контактная информация
 * —————————————————————————
 */
div.contacts{
	padding-bottom: 0;
}
#contacts_yandexmap_header{
    display: none !important;
}
#contacts_yandexmap_container{
	border: none;
}
#contacts_yandexmap1,
#contacts_yandexmap2{
    display:none;
}
.contacts_yandexmap_printonly{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}
#contacts_yandexmap_hint {
	display: none !important;
}
#contactsMapLinks{
	display: none;
}
#contacts_locationmap_opener_container, #contacts_locationmap_closer, #contacts_locationmap div{
	display: none;
}
#contacts_prints_page{
	display: none !important;
}
div.yandexmap_placemark{
    margin: 0px auto 5px;
}

div.yandexmap_placemark_panorama{
	display: none;
}
/*
 * —————————————————————————
 * Скачать прайс-лист
 * —————————————————————————
 */
.download_h3{
	text-align:center;
	margin:40px 0 0 0;
}
#download_types{
	display:block;
	height:60px;
	margin:50px 0 40px 120px; 
	overflow:hidden;
}
#download_types li{
	display:block;
	float:left;
	margin-bottom:20px;
	text-align:left;
	width:310px;
}
#download_types a{font-weight:bold;}
#download_types img{
	display:block;
	float:left;
	font-weight:normal;
	margin:0 10px 0 0;
}
#download_types .size{
	display:block;
	font-size:12px;
	color:#666;
	margin-top:6px;
}
#download_history_button{
	display:none;
	left:0;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	width:auto;
}
#download_history_button.visible{
	display:block;
}
#download_history_button span{
	border-bottom:1px dashed #666;
	color:#666;
	cursor:pointer;
	display:inline;
	font-style:normal;
}
#download_history{
	display:none;
	left:0;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	width:auto;
}
#download_history.visible{
	display:block;
}
#download_history p{
	margin:0;
}

/*
 * —————————————————————————
 * Карта сайта
 * —————————————————————————
 */
#siteMap{
	background:url(/i/backgrounds/sitemap.gif) no-repeat 40px 35px;
	line-height:1.4em;
	height:500px;
	position:relative;
	overflow:hidden;
}
#siteMap a{
	background:#fff;
	padding:3px 5px;
}

#smHomePage{
	height:98px;
	font-size:22px;
	font-weight:bold;
	position:relative;
	margin-top:2px;
	text-align:center;
}
#smHomePage a{padding:0 5px;}
#smHomePage img{vertical-align:middle;}
#smProducts{
	height:400px;
	overflow:hidden;
	position:relative;
}
#smProducts strong{
	display:block;
	height:20px;
	margin-left:25px;
}

#smProducts strong a{
	font-size:20px;
	font-weight:bold;
}
#smPriceList,#smCatalogue{
	display:block;
	left:25px;
	position:absolute;
	top:30px;
	width:290px;
}
#smCatalogue{left:353px }
#smHowToBuy{
	display:block;
	font-weight:bold;
	left:560px;
	line-height:24px;
	position:absolute;
	top:0px;
	width:150px; 
}
#smPriceList #smProductsPricelistDownload{
	font-weight:bold;
	padding:0;
}
#smPriceList #smProductsPricelistDownload a{
	color:#003156;
}
#smProducts em{
	display:block;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	height:20px;
	margin-top:20px;
}
#smPriceList ul,#smCatalogue ul{margin-top:13px;}
#smPriceList li,#smCatalogue li{
	padding:0 0 0 40px;
	height:20px;
	margin:0 0 20px;
}
#smPriceList li a,#smCatalogue li a{color:#000;}
#smPriceList li a:hover,#smCatalogue li a:hover{color:#666}
#smPriceList li a:visited,#smCatalogue li a:visited{color:#000;}

#siteMap li.smBottom{
	padding-bottom:50px;
	position:absolute;
	text-align:center;
	top:460px;
	width:160px;
	background:#fff;
}
#siteMap li.link1{left:25px;}
#siteMap li.link2{left:325px;}
#siteMap li.link3{left:175px; top:480px;}
#siteMap li.link4{left:480px;top:480px; width:240px;}
#siteMap li.smBottom a{
	color:#605546;
	font-size:16px;
	font-weight:bold;
}
#siteMap li.smBottom a:hover{color:#A1957E}

/*плюсики*/
div.smProductsShowGroup{display:none}
div.smProductsShowGroup.visible{
	display:block;
	left:8px;
	position:absolute;
	top:58px;
	width:12px;
}
div.smProductsShowGroup span{
	background:#ccc;
	border:1px solid #000;
	cursor:pointer;
	display:block;
	font-size:14px;
	height:12px;
	line-height:10px;
	overflow:hidden;
	margin-bottom:26px;
	text-align:center;
	width:12px;
}
div.smProductsShowGroup span:hover{
	background:#ddd;
	border-color:#555;
	color:#555;
}

/*списки продукции*/
#smProductsLists{display:none;}
#smProductsLists.visible{
	/*background:url(/i/smBack2.png);*/
	display:block;
	height:500px;
	margin-top:-500px;
	position:relative;
}
#smProductsLists div{display:none}
#smProductsLists div.visible{
	background:#C5D6E0;
	border:1px solid #000;
	display:block;
	overflow:hidden;
	position:absolute;
}
#smProductsLists strong{
	background:#d8c28d url(/i/backgrounds/dialog_header.gif) repeat-x;
	border-bottom:1px solid #000;
	display:block;
	line-height:24px;
	float:none;
	height:26px;
	padding:0 22px 0 5px;
	position:relative;
	//width:1000px !important;/*хак для ie7-*/
}
#smProductsLists span.close{
	color:#A1957E;
	cursor:pointer;
	display:block;
	font-size:18px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	margin:0;
	overflow:hidden;
	padding:0 5px;
	position:absolute;
	right:0;
	text-indent:0px;
	top:0;
}
#smProductsLists span.close:hover{color:#666;}
#smProductsLists ul{
	float:left;
	min-width:200px;
	position:relative;
}
#smProductsLists a{
	display:block;
	padding:3px 5px;
	text-decoration:none;
}
#smProductsLists a:hover{background:#D2E2E8}
#smProductsLists em{
	font-style:normal;
}
#smProductsLists div span{
	font-size:8px;
}
