body {
	/*background: #ffffff url('images/background.jpg') 50% 0% no-repeat;*/
	/*background-attachment: fixed;*/
	background: #f8f8f8;
	padding: 0;
	margin: 0;
	text-align: center;
}
table, td, form, div, input, select, textarea {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 17px;
	color: #101010;
	padding: 0;
	margin: 0;
	text-align: left;
}
input, select, textarea {
	font-size: 13px;
	color: #424d5e;
}
:focus {
	outline: none;
}
h1 {
	line-height: 1;
}
a, a:visited {
	color: #126fcc;
	text-decoration: underline;
}
a:hover {
	color: #126fcc;
	text-decoration: none;
}
a.dashed, a.dashed:visited {
	color: #126fcc;
	text-decoration: none;
	border-bottom: #126fcc 1px dashed;
	margin-bottom: 0;
}
a.dashed:hover {
	color: #126fcc;
	text-decoration: none;
	border-bottom: 0;
	margin-bottom: 1px;
}
a.rss {
	background: url('/imgs/site/rss.gif') 0 2px no-repeat;
	padding-left: 20px;
}

p { padding: 0 0 5px 0; margin: 0; }
p.details { padding: 5px 0 5px 0; }

span.nowrap { white-space: nowrap; }

img { border: 0; padding: 0; margin: 0; }
img.hidden { display: none; }

div.hidden { display: none; }
div.clear { clear: both; height:1px; width:auto; }

#main {
	width: 990px;
	background: url('/imgs/site/shadow.gif') center repeat-y;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.b-top {
	height: 25px;
	border-bottom: 1px solid #DAE3EF;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f1f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f1f3));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f1f3 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f0f1f3 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f0f1f3 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f0f1f3 100%);
	-webkit-box-shadow: 0 0 1px #E7E7E7;
	-moz-box-shadow: 0 0 1px #E7E7E7;
	box-shadow: 0 0 1px #E7E7E7;
	z-index: 1;
}
.b-top-menu {
	float: right;
	border: 0;
	list-style: none;
	margin: 0 10px 0 0;
	text-align: right;
}
.b-top-menu__li {
	font: 12px Arial,sans-serif;
	position: relative;
	float: left;
	padding: 5px 10px 6px 10px;
}
.b-top-menu__li:after {
	content: '';
	height: 17px;
	width: 1px;
	top: 4px;
	left: 0;
	background: #DAE3EF;
	position: absolute;
}
._mod_no_after .b-top-menu__li:after,
.b-top-menu__li:first-child:after{
	background: none;
}
.b-top-menu__li._mod_green {
	font-size: 12px;
	background: #5ca400;
	background: -moz-linear-gradient(top,  #5ca400 0%, #56a400 39%, #0e7200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ca400), color-stop(39%,#56a400), color-stop(100%,#0e7200));
	background: -webkit-linear-gradient(top,  #5ca400 0%,#56a400 39%,#0e7200 100%);
	background: -o-linear-gradient(top,  #5ca400 0%,#56a400 39%,#0e7200 100%);
	background: -ms-linear-gradient(top,  #5ca400 0%,#56a400 39%,#0e7200 100%);
	background: linear-gradient(to bottom,  #5ca400 0%,#56a400 39%,#0e7200 100%);
}
.b-top-menu__li a {
	color: #1a3dc1;
	text-decoration: none;
}
.b-top-menu__li a:hover {
    color: #c00;
	text-decoration: none;
}
.b-top-menu__li._mod_green a {
	color: #ffffff;
	text-decoration: none;
}
.b-top-menu__li._mod_green a:hover {
	text-decoration: underline;
}
#panel {
	height: 29px;
	background: #f7f8f9;
    background: -moz-linear-gradient(top,  #f7f8f9 0%, #f1f2f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f8f9), color-stop(100%,#f1f2f4));
    background: -webkit-linear-gradient(top,  #f7f8f9 0%,#f1f2f4 100%);
    background: -o-linear-gradient(top,  #f7f8f9 0%,#f1f2f4 100%);
    background: -ms-linear-gradient(top,  #f7f8f9 0%,#f1f2f4 100%);
    background: linear-gradient(to bottom,  #f7f8f9 0%,#f1f2f4 100%);
	padding: 0 15px 0 15px;
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 3;
	border-left: 1px solid #DAE3EF;
	border-right: 1px solid #DAE3EF;
	border-bottom: 1px solid #DAE3EF;
	border-radius: 0 0 5px 5px;
}
#logo {
	padding: 4px 0 0;
	float: left;
}
.b-quick-links {
	padding: 0;
	margin: 3px 0 0;
	list-style: none;
	position: absolute;
	left: 360px;
}
.b-quick-links_li {
	display: inline;
	margin: 0 0 0 5px;
}
#status {
	padding: 3px 0 0;
	float: left;
}
#status div.item {
	float: left;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 6px;
	margin-left: 5px;
}
#status div.on {
	background: url('/imgs/site/status/on.png') no-repeat;
	padding-left: 19px;
}
#status div.off {
	background: url('/imgs/site/status/off.png') no-repeat;
	padding-left: 19px;
}
#status div.expert {
	background: url('/imgs/site/status/expert.png') 0 2px no-repeat;
	padding-left: 19px;
}
#status div.tarif-150 {
	height: 11px;
	background: url('/imgs/site/status/tarif_150.png') 0 2px no-repeat;
	padding-left: 19px;
}
#status div.tarif-200 {
	height: 11px;
	background: url('/imgs/site/status/tarif_200.png') 0 2px no-repeat;
	padding-left: 31px;
}
#status div.tarif-300 {
	height: 11px;
	background: url('/imgs/site/status/tarif_300.png') 0 2px no-repeat;
	padding-left: 45px;
}
#status div.tarif-400 {
	height: 11px;
	background: url('/imgs/site/status/tarif_400.png') 0 2px no-repeat;
	padding-left: 57px;
}
a.form-close {
	width: 18px;
	height: 18px;
	font-size: 0;
	background: url('/imgs/site/form_close.gif') 0% 0% no-repeat;
	position: absolute;
	top: 26px;
	right: 36px;
}
a.form-close.hover {
	background-position: 0% 100%;
}
#message {
	background: url('/imgs/site/window_border.png');
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 90px;
	left: 24%;
	z-index: 1001;
	display: none;
}
#message div.content {
	width: 640px;
	/*height: 450px;*/
	background: #fbfbfb;
	padding-bottom: 20px;
	border: #666666 1px solid;
}
#message div.content.load {
	background-image: url('/imgs/load.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
}
.message-title {
	font-size: 18px;
	padding: 15px 20px 15px 20px;
}
.message-field {
	padding: 0 20px 10px 20px;
	overflow:hidden;
	zoom:1;
}
.message-field .name {
	width: 150px;
	float: left;
}
.message-field .text {
	width: 440px;
	float: right;
}

.message-field .text input.string {
	width: 435px;
	height: 22px;
	border: #7f7f7f 1px solid;
}
.message-field .text input.error {
	width: 435px;
	height: 22px;
	border: #cd1313 1px solid;
}
.message-field .text textarea.string {
	width: 435px;
	height: 102px;
	border: #7f7f7f 1px solid;
}
.message-field .text textarea.error {
	width: 435px;
	height: 102px;
	border: #cd1313 1px solid;
}

.message-field .text textarea.string {
	width: 435px;
	height: 70px;
	border: #7f7f7f 1px solid;
}
.message-field .text textarea.error {
	width: 435px;
	height: 70px;
	border: #cd1313 1px solid;
}
p.message-comment {
	font-size: 11px;
	color: #595959;
	padding: 10px 0 10px 0;
}
span.red {
	color: #cd0000;
}
div.message-button {
	width: 240px;
	background-image: url('/imgs/site/button_message.png');
}
div.message-button1 {
    width: 240px;
    background-image: url('/imgs/site/button_message1.png');
}
#message-error {
	color: #cd1313;
	position: absolute;
	top: 29px;
	left: 251px;
}
/* Новая форма */
#form-status {
	background: url('/imgs/site/window_border.png');
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 110px;
	left: 15%;
	z-index: 1001;
	display: none;
}
#form-status div.content {
	width: 880px;
	/*height: 450px;*/
	background: #fbfbfb;
	padding-bottom: 20px;
	border: #666666 1px solid;
}
#login-password {
	position: absolute;
	top: 126px;
	right: 36px;
}
div.login-button {
	width: 161px;
	background-image: url('/imgs/site/button_login.png');
}
#login-error {
	color: #cd1313;
	position: absolute;
	top: 29px;
	left: 151px;
}

#header {
	min-height: 170px;
	/*background: url('/imgs/site/header.png') 0 50 no-repeat;*/
	background: #ffffff;
	padding: 0;
	margin: 0 16px 0 16px;
	position: relative;
	/*z-index: -1;*/
}
#header div.logo {
	font-size: 0;
	padding: 0 0 0 30px;
}
#header div.title {
	font-family: Trebuchet MS;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	padding: 1px 3px 1px 3px;
	margin: 2px 8px 2px 27px;
	/*float: left;*/
	/*position: absolute;*/
	/*white-space: nowrap;*/
}
#header div.title.size2 {
	font-size: 20px;
	line-height: 22px;
}
#header div.title.size3 {
	font-size: 18px;
	line-height: 20px;
}
#header div.slogan-company {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #474747;
	padding: 1px 3px 1px 3px;
	margin: 2px 2px 2px 27px;
	float: left;
}
#header-min {
	height: 130px;
	max-height: 300px;
	background: #ffffff;
	padding: 0;
	margin: 0 16px 0 16px;
	position: relative;
	/*z-index: -1;*/
}
#header-min div.logo {
	font-size: 0;
	padding: 0 0 0 30px;
}
#header-min div.title {
	padding: 1px 3px 1px 3px;
	margin: 5px 270px 0 27px;
	position: absolute;
	left: 0;
}
#header-min div.title div {
	font-family: Trebuchet MS;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	/*white-space: nowrap;*/
}
#header-min div.title.size2 div {
	width: 240px;
	font-size: 20px;
	line-height: 22px;
	white-space: normal;
}
#header-min div.title.size3 div {
	width: 240px;
	font-size: 18px;
	line-height: 20px;
	white-space: normal;
}
#header-min div.title-space {
	font-family: Trebuchet MS;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	padding: 1px 3px 1px 3px;
	margin: 2px 2px 0 27px;
	float: left;
}
#header-min div.slogan-company {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #474747;
	padding: 1px 3px 1px 3px;
	margin: 5px 2px 0 28px;
	/*float: left;*/
	position: absolute;
	left: 0;
	white-space: nowrap;
}
#header-min div.slogan-company-space {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #474747;
	padding: 1px 3px 1px 3px;
	margin: 2px 2px 0 27px;
	float: left;
}
#header-min div.slogan-company-big {
	/*font-family: Myriad Pro;*/
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #414141;
	padding: 4px 0 4px 0;
	text-align: center;
}
#header-min div.phone {
	font-family: Trebuchet MS;
	font-size: 24px;
	color: #000000;
	margin-right: 27px;
	text-align: right;
}
#header-min div.phone p {
	padding: 4px 3px 4px 3px;
	margin: 2px 0 2px 0;
	float: right;
	white-space: nowrap;
}
#header-min div.phone span {
	color: #777777;
}
#utp-company {
	background: #36b5fe;
	background: -moz-linear-gradient(top,  #36b5fe 0%, #2b92d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36b5fe), color-stop(100%,#2b92d6));
	background: -webkit-linear-gradient(top,  #36b5fe 0%,#2b92d6 100%);
	background: -o-linear-gradient(top,  #36b5fe 0%,#2b92d6 100%);
	background: -ms-linear-gradient(top,  #36b5fe 0%,#2b92d6 100%);
	background: linear-gradient(to bottom,  #36b5fe 0%,#2b92d6 100%);
	/*background: #298acd url('/imgs/site/utp_company_bg.png') top repeat-x;*/
	margin: 0 16px 0 16px;
}
#utp-company div {
	font-family: Arial;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	padding: 6px 19px 9px 19px;
	text-align: center;
}
#yandex-direct-top {
	width: 579px;
	background: url('/imgs/site/yandex_direct_bottom.png') bottom no-repeat;
	padding-bottom: 10px;
}
#yandex-direct-top div.con {
	font-size: 12px;
	background: url('/imgs/site/yandex_direct_top.png') top no-repeat;
	padding: 10px 10px 0 10px;
	text-align: right;
}
#center {
	background: #ffffff;
	padding: 9px 19px 40px 19px;
	margin: 0 16px 0 16px;
}
#path {
	font-size: 12px;
	color: #656565;
	padding: 0 0 12px 0;
}
#path a, #path a:visited, #path a:hover {
	font-size: 12px;
	color: #656565;
}
#path a span {
    text-decoration: underline;
}
#center div.left {
	width: 235px;
	float: left;
}
#center div.right {
	width: 665px;
	float: right;
}
/* Кнопки */
div.buttons {
	height: 32px;
	background-position: 0 0;
	background-repeat: no-repeat;
	/*cursor: pointer;*/
}
div.buttons a, div.buttons a:visited, div.buttons a:hover {
	color: #474747;
	text-decoration: none;
	padding: 7px 5px 7px 5px;
	text-align: center;
	display: block;
}
div.buttons.hover, div.buttons:hover {
	background-position: 0 -32px;
}
div.buttons.hover a, div.buttons:hover a {
	color: #1489c6;
}
div.buttons.press {
	background-position: 0 -64px;
}
/* */
div.block {
	margin-bottom: 22px;
}
div.block div.title {
	/*height: 33px;*/
	background: #0075d0 url('/imgs/site/menu_title.gif') repeat-x;
	position: relative;
	overflow:hidden;
	zoom:1;
}
div.block div.title p, div.block div.title h1 {
	font-size: 17px;
	color: #ffffff;
	padding: 6px 6px 6px 12px;
    font-weight: normal;
    margin: 0;
}
div.block div.title a {
	color: #ffffff;
}
div.block div.title span.right {
	font-size: 12px;
	position: absolute;
	top: 8px;
	right: 10px;
}
#center div.block div.content {
	/*background: #f3f3f3;*/
	border: rgba(230,230,230,.5) 1px solid;
	padding: 5px 15px 9px 10px;
	margin: 0;
	overflow-x: hidden;
}
/* */
div.news {
	padding: 0 10px 10px 0;
}
div.news p.date {
	font-size: 11px;
	color: #58595b;
	padding: 3px 0 3px 12px;
	margin: 0;
}
div.news p.title {
	font-size: 16px;
	padding: 0 0 6px 0;
}
div.news .title-one {
	font-size: 16px;
	padding: 0 0 6px 10px;
}
div.news img.news-image {
	float: left;
	padding: 0 20px 10px 10px;
}
div.news div.text {
	padding: 7px 0 0 0;
}
div.news table.image {
	text-align: center;
	padding-bottom: 5px;
	margin: 0 auto;
}
div.news table.image td {
	width: 128px;
	height: 128px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
div.pages {
	padding: 15px 0 0 0;
}
div.pages p {
	padding-bottom: 2px;
}
div.pages span {
	padding-right: 6px;
}
div.pages span.arrow {
	padding: 0 12px 0 12px;
}
div.catalog-group {
	padding: 0 0 30px 0;
}
div.catalog-image-blank {
	padding: 0 0 5px 0;
	text-align: center;
}
div.catalog-title span {
	font-size: 15px;
	color: #999999;
	padding: 0 10px 0 10px;
}
div.catalog-title {
	font-size: 16px;
	padding: 3px 0 15px 5px;
}
div.catalog-image-blank {
	padding: 0 0 5px 0;
	text-align: center;
}
div.catalog-title span {
	font-size: 15px;
	color: #999999;
	padding: 0 10px 0 10px;
}
div.catalog-item {
	width: 159px;
	float: left;
	font-family: Tahoma;
	font-size: 13px;
	padding: 15px 0 15px 0;
	text-align: center;
	position: relative;
}
div.catalog-item p {
	padding: 0 5px 3px 5px;
	
}
div.catalog-item table.image {
	text-align: center;
	padding-bottom: 5px;
	margin: 0 auto;
}
div.catalog-item table.image td {
	width: 128px;
	height: 128px;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
div.catalog-item p.image {
	height: 128px;
	background: #cccccc;
	padding: 0;
	margin: 0 24px 5px 24px;
	overflow: hidden;
}
div.catalog-item div.catalog-button {
	padding: 3px 0 5px 0;
	text-align: center;
}
div.catalog-item div.catalog-button div {
	width: 128px;
	background-image: url('/imgs/site/button_catalog.png');
	margin: 0 auto;
}
div.catalog-item a.edit {
	position: absolute;
	top: 14px;
	right: 15px;
}
p.catalog-details {
	font-size: 10px;
	color: #656565;
	padding: 0 0 5px 5px;
}

/* Товар */
#product div.image {
	width: 282px;
	float: left;
	overflow: hidden;
}
#product div.image table.image td {
	height: 282px;
	/*background: #f3f3f3;*/
	text-align: center;
	vertical-align: middle;
}
#product div.image table.image td.no-height {
    height: auto;
    /*background: #f3f3f3;*/
    text-align: center;
    vertical-align: middle;
}
.extra-images-box {
    float: left;
    padding: 5px 0 5px 0;
    height: 72px;
    width: 82px;
    overflow: hidden;
    border: 1px solid silver;
    margin: 0 10px 10px 0;
    text-align: center;
}
#product div.details {
	width: 342px;
	float: right;
}
#product div.details .title {
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 10px 0;
}
#product div.details p.cost {
	font-size: 14px;
	color: #800000;
	padding: 0 0 10px 0;
}
#product div.details div.fields {
	padding: 0 0 8px 0;
}
#product div.details div.fields p {
	padding: 0 0 3px 0;
}
#product div.details div.fields p span {
	color: #666666;
	padding-right: 2px;
}
.buttonWriteMes {
    color: white;
	background: #e64c3c;
	/*background: -moz-linear-gradient(top,  #fffdcf 0%, #ffe99b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffdcf), color-stop(100%,#ffe99b));
	background: -webkit-linear-gradient(top,  #fffdcf 0%,#ffe99b 100%);
	background: -o-linear-gradient(top,  #fffdcf 0%,#ffe99b 100%);
	background: -ms-linear-gradient(top,  #fffdcf 0%,#ffe99b 100%);
	background: linear-gradient(to bottom,  #fffdcf 0%,#ffe99b 100%);*/
	border-radius: 4px;
	/*border: 1px solid #D69E53;*/
	margin: 0 18px 0 0;
	cursor: pointer;
	font-size: 15px;
    font-weight: bold;
	text-align: center;
	margin: 0 auto;
	width: 142px;
	padding: 8px;
}
#product .buttonWriteMes {
	display: inline-block;
}
.b-goods__item .buttonWriteMes {
	width: 125px;
    font-size: 13px;
    padding: 8px 0;
}
.buttonWriteMes:hover {
	background: #bf3d30;
	/*background: -moz-linear-gradient(top,  #fffdc0 0%, #ffe27b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffdc0), color-stop(100%,#ffe27b));
	background: -webkit-linear-gradient(top,  #fffdc0 0%,#ffe27b 100%);
	background: -o-linear-gradient(top,  #fffdc0 0%,#ffe27b 100%);
	background: -ms-linear-gradient(top,  #fffdc0 0%,#ffe27b 100%);
	background: linear-gradient(to bottom,  #fffdc0 0%,#ffe27b 100%);
	border: 1px solid #C97F2B;*/
}
.buttonWriteMes.cart {
	width: 40px;
}
.buttonWriteMes.cart i {
	font-size: 17px;
}
div.fastOrder {
	/*background: url('/imgs/letter-3.gif') 0 4px no-repeat !important;*/
	/*margin: 0 0 0 20px;
	display: inline-block;*/
	padding: 20px 0 5px 2px;
}

#product div.pages {
	padding: 15px 5px 10px 9px;
}
#product div.text {
	padding: 15px 0 25px 5px;
}
/* Прайс-листы */
table.price-item {
	width: 100%;
	padding: 10px 0 0 0;
}
table.price-item td {
	vertical-align: top;
}
table.price-item td.file {
	width: 68px;
	text-align: center;
}
table.price-item td p {
	padding: 0 0 0 4px;
}
table.price-item td p.date {
	color: #838383;
	padding: 2px 0 2px 4px;
}

/* Блоки */
div.menu {
	border: rgba(230,230,230,.5) 1px solid;
	border: 1px solid #cccccc\0/;
	padding-bottom: 5px;
}
div.menu div.item {
	/*padding: 0 0 2px 0;*/
	/*background: url('/imgs/site/menu_line.gif') bottom repeat-x;*/
	/*border-bottom: #cccccc 1px solid;*/
}
div.menu div.line {
	height: 10px;
	background: url('/imgs/site/menu_line.gif') bottom repeat-x;
}
div.menu div {
	font-family: Arial;
	font-size: 15px;
	padding: 5px 0 5px 10px;
}
div.menu div a, div.menu div a:visited {
	color: #0060c0;
	text-decoration: underline;
	/*display: block;
	padding: 5px 0 5px 0;*/
}
div.menu div a:hover {
	color: #ff0000;
	text-decoration: none;
	/*display: block;
	padding: 5px 0 5px 0;*/
}
div.menu div span {
	font-size: 12px;
	color: #656565;
}
div.menu div.hover {
	/*background: #e7e7e7;*/
}
div.menu div.select {
	color: #ff0000;
	/*background: url('/imgs/site/menu_select.jpg') repeat-y;*/
}
div.menu div.select a, div.menu div.select a:visited, div.menu div.select a:hover {
	color: #ff0000;
	text-decoration: none;
}
div.menu div.select span {
	font-size: 12px;
	color: #ff0000;
}
#center div.block div.menu.articles {
	background: rgba(230,230,230,.5);
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
#center div.block div.menu.catalog {
	background: rgba(230,230,230,.5);
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
#center div.block div.menu.catalog div {
	padding: 4px 0 4px 20px;
	position: relative;
}
#center div.block div.menu.catalog div div.icon {
	width: 16px;
	height: 16px;
	background: url('/imgs/site/folder.png') -17px 3px no-repeat;
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 4px;
	_left: -16px;
}
#center div.block div.menu.catalog div.icon.open {
	background-position: -2px -12px;
}
#center div.block div.menu div.sub {
	font-size: 12px;
	padding: 4px 0 4px 32px;
	/*background: url('/imgs/site/sub_menu.gif') 18px 8px no-repeat;*/
	display: none;
}
#center div.block div.menu div.sub:before {
  content:'';
  font-size: 0;
  line-height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #0C67C2;
  position: absolute;
  top: 10px;
  left: 22px;
}
#center div.block div.menu.catalog div.sub.open {
	display: block;
}
#center div.block div.menu a.sub {
	font-size: 12px;
	color: #8d8e91;
}
#center div.block div.price {
	background: none;
	border: none;
}
#block-search {
	height: 58px;
	background: #f3f3f3;
	padding: 0 10px 0 10px;
	position: relative;
}
#block-search input.text {
	width: 188px;
	height: 26px;
	font-size: 15px;
	position: absolute;
	top: 14px;
	left: 12px;
}
#block-search div.search-button {
	width: 35px;
	height: 32px;
	background-image: url('/imgs/site/button_search.png');
	padding: 0;
	position: absolute;
	top: 13px;
	right: 12px;
}
/* Стили к поисковому блоку. Перенесены из css/tp/styles.css */
#search {
	width: 235px;
}
#search div.type {
	font-size: 12px;
	padding: 0 0 7px 0;
}
#search div.type a {
	padding: 0;
	margin-right: 8px;
}
#search div.type a.select:link, #search div.type a.select:visited, #search div.type a.select:hover {
	color: #272727;
	border-bottom: 0;
	margin-bottom: 1px;
}
#search div.field {
	border: #abadb3 1px solid;
	padding: 2px 2px 5px 6px;
}
#search div.field input.text {
	width: 200px;
	height: 19px;
	font-size: 16px;
	border: 0;
	padding: 0;
	margin: 0;
}
#search div.field input.select {
	color: #000000;
}
#search div.field input.button {
	width: 18px;
	height: 18px;
}
#search div.field input {
    background: rgba(230,230,230,.5);
}
/* конец блока стилей поиска */

#contacts {
	border-left: rgba(230,230,230,.5) 1px solid;
	border-right: rgba(230,230,230,.5) 1px solid;
	border-bottom: rgba(230,230,230,.5) 1px solid;
	padding: 10px 8px 10px 10px;
	margin: 0;
}
#contacts div.contacts-one {
	padding: 0 0 4px 0;
}
#contacts div.contacts-item {
	width: 290px;
	float: left;
	padding: 0;
}
#contacts p {
	color: #414042;
	/*line-height: 22px;*/
}
#contacts div.image {
	width: 55px;
	float: left;
	padding: 4px 0 5px 0;
}
#contacts div.image div {
	height: 70px;
	overflow: hidden;
	text-align: left;
}
#contacts div.contacts-one div.text {
	width: 150px;
	float: right;
	padding: 0 0 3px 0;
}
#contacts div.contacts-item div.text {
	width: 220px;
	float: left;
	position: relative;
	padding: 0 0 3px 0;
}
#contacts p {
	padding:0 0 1px;
}
#contacts p.name {
	padding: 0;
	margin: 0;
}
#contacts p.status {
	font-size: 11px;
	color: #787878;
	padding: 0;
}
#contacts p.phone {
	padding: 2px 0 2px 0;
}
#contacts span.online {
	font-weight: normal;
	font-size: 11px;
	color: #24a900;
	margin-left: 8px;
	white-space: nowrap;
}
#contacts p.contacts-add {
	font-size: 11px;
	padding: 0 0 4px 0;
}
#contacts div.message {
	padding: 5px 0 15px 0;
}
#contacts div.field {
	padding: 2px 0 5px 0;
}
#contacts div.contacts-one div.field {
	padding: 2px 0 2px 0;
}
#contacts div.field .phone {
	overflow: hidden;
	padding: 0 0 2px;
}
#contacts div.field .phone b {
	float: left;
	margin: 0 3px 0 0;
}
.companyPhones {
	display: none;
}
.wrap-companyPhones {
	overflow: hidden;
	width: 142px;
}
#contacts div.contacts-button {
	width: 215px;
	height: 32px;
	background-image: url('/imgs/site/button_contacts_min.png');
}
#map-canvas {
	/*font-size: 0;*/
	height: 320px;
	padding: 0;
}
#map-address {
	display: none;
}
#block-mail {
	height: 92px;
	background: #f3f3f3;
	padding: 0 10px 0 10px;
	position: relative;
}
#block-mail div {
	padding: 8px 0 9px 2px;
}
#block-mail input.text {
	width: 188px;
	height: 26px;
	font-size: 15px;
	position: absolute;
	top: 31px;
	left: 10px;
}
#block-mail div.mail-button {
	width: 35px;
	height: 32px;
	background-image: url('/imgs/site/button_mail.png');
	padding: 0;
	position: absolute;
	top: 30px;
	right: 12px;
}
#yandex-direct-bottom {
	/*background: #f3f3f3;*/
	padding: 0;
	margin-top: 20px;
}
#footer {
	background: #f3f3f3;
	padding: 30px 20px 35px 20px;
	margin: 0 16px 0 16px;
}
#footer div.left {
	width: 680px;
	float: left;
	font-size: 11px;
}
p.copyright {
	font-size: 13px;
}
#footer div.right {
	width: 220px;
	float: right;
	text-align: right;
}
#footer span.space {
	font-size: 9px;
	color: #9c9c9c;
	padding: 0 12px 0 12px;
}
#footer .age-restrict {
    margin-left: 12px;
    border: 1px #c0c0c0 solid;
    color: #808080;
    padding: 0 5px;
}

/* УТП */
#utp {
	height: 284px;
	-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	background: #F3F3F3;
	border: 1px solid #D5D5D5;
	border-radius: 8px;
	position: relative;
}
#utp div.cycle-content div.item {
	width: 661px;
	display: none;
}
#utp div.cycle-content div.item div.image {
	width: 302px;
	height: 237px;
	float: left;
	background: url('/imgs/site/utp_shadow3.png') 100% 16px no-repeat;
}
#utp div.cycle-content div.item div.image table {
	width: 300px;
	height: 254px;
}
#utp div.cycle-content div.item div.image td {
	padding: 0 0 0 16px;
	text-align: center;
	vertical-align: middle;
}
#utp div.cycle-content div.item div.text {
	width: 351px;
	height: 236px;
	float: right;
	overflow: hidden;
}
#utp div.cycle-content div.item h2.name {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
	padding: 14px 15px 10px 18px;
	margin: 0;
}
#utp div.cycle-content div.item div.description {
	height: 172px;
	color: #454545;
	padding: 0 15px 0 18px;
	overflow: hidden;
}
#cycle-prev {
	width: 15px;
	height: 22px;
	float: left;
	background: url('/imgs/site/utp_arrow_left.png') 50% 50% no-repeat;
	cursor: pointer;
}
#cycle-next {
	width: 15px;
	height: 22px;
	float: left;
	background: url('/imgs/site/utp_arrow_right.png') 50% 50% no-repeat;
	cursor: pointer;
}
#utp div.cycle-control {
	height: 21px;
	position: absolute;
	top: 246px;
	left: 15px;
	z-index: 22;
}
#utp div.cycle-buttons {
	float: left;
	padding: 0 0 0 7px;
}
#utp div.cycle-buttons div {
	width: 22px;
	float: left;
	font-size: 11px;
	color: #989898;
	background: #f5f5f5;
	border: #bfc0c0 1px solid;
	padding: 1px 0 2px 0;
	margin-right: 7px;
	text-align: center;
	cursor: pointer;
}
#utp div.cycle-buttons div.select {
	color: #424242;
	border: #9fa1a1 1px solid;
}
#utp div.button {
	width: 240px;
	height: 32px;
	background-image: url('/imgs/site/button_message.png');
	position: absolute;
	top: 237px;
	right: 98px;
	z-index: 22;
}
#utp div.buttons a, #utp2 div.buttons.hover a, #utp2 div.buttons:hover a {
	color: #101010;
}
#utp1 {
	border: #000000 1px solid;
	/*padding: 1px;*/
	position: relative;
}
#utp1 div.cycle-content div.item {
	width: 663px;
	background: url('/imgs/site/utp_text.gif');
	display: none;
}
#utp1 div.cycle-content div.item div.image {
	width: 400px;
	height: 300px;
	float: right;
}
#utp1 div.cycle-content div.item div.image table {
	width: 400px;
	height: 300px;
}
#utp1 div.cycle-content div.item div.image td {
	text-align: center;
	vertical-align: middle;
}
#utp1 div.cycle-content div.item div.text {
	width: 263px;
	height: 300px;
	float: left;
	/*background: url('/imgs/site/utp_text.gif');*/
	overflow: hidden;
}
#utp1 div.cycle-content div.item h2.name {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
	color: #ffdc45;
	padding: 14px 15px 10px 18px;
	margin: 0;
}
#utp1 div.cycle-content div.item h2.name a {
	color: #ffdc45;
}
#utp1 div.cycle-content div.item div.description {
	height: 122px;
	color: #ffffff;
	padding: 0 15px 0 18px;
	overflow: hidden;
}
#utp1 div.cycle-buttons {
	height: 21px;
	position: absolute;
	top: 265px;
	left: 58px;
	z-index: 22;
}
#utp1 div.cycle-buttons div {
	width: 22px;
	float: left;
	font-size: 11px;
	color: #cccccc;
	background: #373635;
	border: #cccccc 1px solid;
	padding: 1px 0 2px 0;
	margin-right: 7px;
	text-align: center;
	cursor: pointer;
}
#utp1 div.cycle-buttons div.select {
	color: #ffea00;
	border: #ffd739 1px solid;
}
#utp1 div.button {
	width: 240px;
	height: 32px;
	background-image: url('/imgs/site/button_message2.png');
	position: absolute;
	top: 220px;
	left: 16px;
	z-index: 22;
}
#utp1 div.buttons a, #utp1 div.buttons.hover a, #utp1 div.buttons:hover a {
	color: #101010;
}
#utp2 {
	border: #000000 1px solid;
	-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	background: #F3F3F3;
	border: 1px solid #D5D5D5;
	border-radius: 8px;
	position: relative;
}
#utp2 div.cycle-content div.item {
	width: 663px;
	display: none;
}
#utp2 div.cycle-content div.item div.image {
	width: 400px;
	height: 300px;
	float: right;
}
#utp2 div.cycle-content div.item div.image table {
	width: 400px;
	height: 300px;
}
#utp2 div.cycle-content div.item div.image td {
	text-align: center;
	vertical-align: middle;
}
#utp2 div.cycle-content div.item div.text {
	width: 263px;
	height: 300px;
	float: left;
	/*background: #f3f3f3;*/
	overflow: hidden;
}
#utp2 div.cycle-content div.item h2.name {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
	padding: 14px 15px 10px 18px;
	margin: 0;
}
#utp2 div.cycle-content div.item div.description {
	height: 122px;
	color: #454545;
	padding: 0 15px 0 18px;
	overflow: hidden;
}
#utp2 div.cycle-buttons {
	height: 21px;
	position: absolute;
	top: 265px;
	left: 58px;
	z-index: 22;
}
#utp2 div.cycle-buttons div {
	width: 22px;
	float: left;
	font-size: 11px;
	color: #989898;
	background: #f5f5f5;
	border: #bfc0c0 1px solid;
	padding: 1px 0 2px 0;
	margin-right: 7px;
	text-align: center;
	cursor: pointer;
}
#utp2 div.cycle-buttons div.select {
	color: #424242;
	border: #9fa1a1 1px solid;
}
#utp2 div.button {
	width: 240px;
	height: 32px;
	background-image: url('/imgs/site/button_message.png');
	position: absolute;
	top: 220px;
	left: 16px;
	z-index: 22;
}
#utp2 div.buttons a, #utp2 div.buttons.hover a, #utp2 div.buttons:hover a {
	color: #101010;
}
#utp3 {
	height: 282px;
	/*background: url('/imgs/site/utp_background3.png') no-repeat;*/
	-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	background: #F3F3F3;
	border: 1px solid #D5D5D5;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
#utp3 div.cycle-content div.item {
	width: 661px;
	display: none;
	/*background: url('/imgs/site/utp_background3.png') 0% 0% no-reepat;*/
}
#utp3 div.cycle-content div.item div.image {
	width: 302px;
	height: 237px;
	float: right;
	/*background: url('/imgs/site/utp_shadow3.png') 0 16px no-repeat;*/
}
#utp3 div.cycle-content div.item div.image table {
	width: 300px;
	height: 254px;
}
#utp3 div.cycle-content div.item div.image td {
	padding: 0 11px 0 0;
	text-align: center;
	vertical-align: middle;
}
#utp3 div.cycle-content div.item div.text {
	width: 351px;
	height: 236px;
	float: left;
	overflow: hidden;
}
#utp3 div.cycle-content div.item h2.name {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
	padding: 14px 15px 10px 18px;
	margin: 0;
}
#utp3 div.cycle-content div.item div.description {
	height: 172px;
	color: #454545;
	padding: 0 15px 0 18px;
	overflow: hidden;
}
#cycle-prev {
	width: 15px;
	height: 22px;
	float: left;
	background: url('/imgs/site/utp_arrow_left.png') 50% 50% no-repeat;
	cursor: pointer;
}
#cycle-next {
	width: 15px;
	height: 22px;
	float: left;
	background: url('/imgs/site/utp_arrow_right.png') 50% 50% no-repeat;
	cursor: pointer;
}
#utp3 div.cycle-control {
	height: 21px;
	position: absolute;
	top: 246px;
	left: 365px;
	z-index: 22;
}
#utp3 div.cycle-buttons {
	float: left;
	padding: 0 0 0 7px;
}
#utp3 div.cycle-buttons div {
	width: 22px;
	float: left;
	font-size: 11px;
	color: #989898;
	background: #f5f5f5;
	border: #bfc0c0 1px solid;
	padding: 1px 0 2px 0;
	margin-right: 7px;
	text-align: center;
	cursor: pointer;
}
#utp3 div.cycle-buttons div.select {
	color: #424242;
	border: #9fa1a1 1px solid;
}
#utp3 div.button {
	width: 240px;
	height: 32px;
	background-image: url('/imgs/site/button_message.png');
	position: absolute;
	top: 237px;
	left: 16px;
	z-index: 22;
}
#utp3 div.buttons a, #utp2 div.buttons.hover a , #utp2 div.buttons:hover a{
	color: #101010;
}
/* Кнопки Play и Pause */
#utp-play {
	width: 24px;
	height: 22px;
	background: url('/imgs/site/utp_play.png') 100% 0% no-repeat;
	position: absolute;
	/*left: 421px;*/
	left: 18px;
	bottom: 13px;
	z-index: 99;
	cursor: pointer;
}
#utp-play.type1 {
	background-image: url('/imgs/site/utp_play1.png');
}
#utp-play.type2 {
	background-image: url('/imgs/site/utp_play2.png');
}
#utp-play.hover {
	background-position: 0% 0%;
}
#utp-play.select {
	background-position: 100% 100%;
}
#utp-play.select.hover {
	background-position: 0% 100%;
}
a.adm-edit-utp {
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 99;
}

/* UTP N1 */
#utp-n {
	height: 280px;
	border: rgba(230,230,230,.5) 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#utp-n div.cycle-content {
	width: 663px;
	height: 280px;
}
#utp-n div.item {
	width: 663px;
	height: 280px;
	display: none;
}
#utp-n.vip div.item {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#utp-n div.image {
	width: 332px;
	float: left;
}
#utp-n div.image table {
	width: 320px;
	height: 280px;
}
#utp-n div.image table td{
	text-align: center;
    padding: 0px;
}
#utp-n div.text {
	width: 318px;
	float: left;
	margin-top: 11px;
}
#utp-n.vip div.text {
	background: url('/imgs/site/utp_text.png');
	border: #a5d8ff 1px solid;
}
#utp-n.vip div.text.noborder {
	background: url('/imgs/site/utp_text.png');
	border: none;
}
#utp-n h2.name {
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
	padding: 8px 10px 8px 10px;
	margin: 0;
}
#utp-n.vip h2.name {
	padding-top: 7px;
	padding-left: 9px;
}
#utp-n div.description {
	font-family: Trebuchet MS;
	font-size: 14px;
	padding: 6px 10px 15px 10px;
}
#utp-n.vip div.description {
	padding-left: 9px;
}
#utp-n div.description p.details {
	padding: 6px 0 0 0;
}
#utp-n div.description p.details a, #utp-n div.description p.details a:visited {
	color: #424141;
	text-decoration: underline;
}
#utp-n div.description p.details a:hover {
	text-decoration: none;
}
#utp-n div.cycle-buttons {
	/*width: 145px;*/
	width: 193px;
	height: 15px;
	position: absolute;
	left: 51px;
	bottom: 8px;
	z-index: /*7;*/ 10;
	cursor: pointer;
}
#utp-n div.cycle-buttons div {
	width: 15px;
	height: 15px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	color: #d8e6f0;
	background: #d8e6f0;
	border: #008bf6 1px solid;
	margin: 0 7px 0 0;
	text-align: center;
	cursor: pointer;
}
#utp-n div.cycle-buttons div.select {
	color: #008bf6;
	background: #008bf6;
	border: #d8e6f0 1px solid;
}
#utp-n div.button {
	width: 160px;
	height: 27px;
	background: url('/imgs/site/utp_button.png') no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	cursor: pointer;
}
/*
#utp-n div.angle1 {
	width: 4px;
	height: 4px;
	background: url('/imgs/site/utp_button_angle1.png') no-repeat;
	position: absolute;
	top: 277px;
	left: -1px;
	z-index: 6;
}
#utp-n div.angle2 {
	width: 4px;
	height: 4px;
	background: url('/imgs/site/utp_button_angle2.png') no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 6;
}
#utp-n div.angle3 {
	width: 4px;
	height: 4px;
	background: url('/imgs/site/utp_button_angle3.png') no-repeat;
	position: absolute;
	top: -1px;
	left: 660px;
	z-index: 6;
}
#utp-n div.angle4 {
	width: 4px;
	height: 4px;
	background: url('/imgs/site/utp_button_angle4.png') no-repeat;
	position: absolute;
	top: 277px;
	left: 660px;
	z-index: 6;
}*/
/* UTP N2 */

/* */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ffffff;
	margin-right: 20px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #808080;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 19px;
	text-indent: -2000px;
	/*overflow: hidden;*/
	/*background: url('') 50% 0% no-repeat;*/
	width: 6px;
	height: 11px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 19px;
	text-indent: -2000px;
	/*overflow: hidden;*/
	/*background: url('') 50% 100% no-repeat;*/
	width: 6px;
	height: 12px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* Витрина VIP */

#center div.block div.catalog-vip {
	padding: 15px 15px 5px 15px;
	margin: 0;
}
div.catalog-vip-item {
	width: 170px;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
}
div.catalog-vip-item p {
	padding: 4px 0 0 0;
	text-align: center;
}
div.catalog-vip-item a, div.catalog-vip-item a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #3d3c3c;
	text-decoration: underline;
}
div.catalog-vip-item a:hover {
	text-decoration: none;
}
div.catalog-vip-item table.image {
	text-align: center;
	margin: 0 auto;
}
div.catalog-vip-item table.image td {
	width: 170px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
div.catalog-vip-item-space {
	width: 62px;
	height: 170px;
	float: left;
	padding: 0;
	margin: 0;
}
div.catalog-vip-item a.edit {
	position: absolute;
	top: 0;
	right: 2px;
}

/* Новый каталог */
#catalog {
	/* */
}
#catalog div.groups {
	line-height: 18px;
	color: #656565;
	padding: 7px 0 7px 0;
}
#catalog div.groups span.item {
	padding-right: 8px;
	white-space: nowrap;
}
#catalog div.goods {
	padding: 3px 0 3px 0;
}
#catalog div.goods div.item {
	width: 130px;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	padding: 15px 0 15px 0;
	text-align: center;
	position: relative;
}
#catalog div.goods div.item p {
	padding: 0 5px 0 5px;
}
#catalog div.goods table.image {
	text-align: center;
	padding-bottom: 5px;
	margin: 0 auto;
}
#catalog div.goods table.image td {
	width: 128px;
	height: 128px;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
#catalog div.goods div.item-space {
	width: 41px;
	height: 82px;
	float: left;
}
#catalog div.goods div.item a.edit {
	position: absolute;
	top: 14px;
	right: 2px;
}
#catalog div.pager {
	font-size: 11px;
	color: #ff0000;
	padding: 4px 0 4px 0;
}
#catalog div.pager a, #catalog div.pager a:visited {
	color: #656565;
	text-decoration: underline;
	margin-right: 8px;
}
#catalog div.pager a:hover {
	color: #656565;
	text-decoration: none;
	margin-right: 8px;
}
#catalog div.pager span {
	margin-right: 8px;
}

/* Всплывающее окно */
#window {
	background: url('/imgs/adm/window_border.png');
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 1001;
}
#window div.content {
	width: 700px;
	background: #fbfbfb;
	padding: 20px 20px 20px 20px;
	border: #666666 1px solid;
}
#window.load div.content {
	background: #fbfbfb url('/imgs/load.gif') 50% 50% no-repeat;
	padding: 50px 0 50px 0;
}
#window a.close {
	width: 18px;
	height: 18px;
	font-size: 0;
	background: url('/imgs/site/form_close.gif') 0% 0% no-repeat;
	position: absolute;
	top: 28px;
	right: 32px;
}
#window a.close.hover {
	background-position: 0% 100%;
}
#windowUp {
	background: url('/imgs/adm/window_border.png');
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1002;
}
#windowUp div.content {
	width: 1000px;
	background: #fbfbfb;
	padding: 5px 20px 20px 20px;
	border: #666666 1px solid;
}
#windowUp.load div.content {
	height: 100px;
	background: #fbfbfb url('/imgs/load.gif') 50% 50% no-repeat;
}
#windowUp a.close {
	width: 18px;
	height: 18px;
	font-size: 0;
	background: url('/imgs/site/form_close.gif') 0% 0% no-repeat;
	position: absolute;
	top: 33px;
	right: 30px;
}
#windowUp a.close.hover {
	background-position: 0% 100%;
}
#windowUp div.title {
	font-size: 17px;
	padding: 0 10px 10px 1px;
}
#windowUp div.buttons {
	padding: 10px 0 0 0;
	margin: 0;
}
#windowMax {
    /*background: url('/imgs/adm/window_border.png');
    padding: 10px 10px 10px 10px;*/
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 1001;
}
#windowMax div.content {
    width: 1000px;
    background: #fbfbfb;
    padding: 0 0 0 0;
    /*border: #666666 1px solid;*/
}
#windowMax.load div.content {
    height: 100px;
    background: #fbfbfb url('/imgs/load.gif') 50% 50% no-repeat;
}
#windowMax a.close {
    width: 18px;
    height: 18px;
    font-size: 0;
    background: url('/imgs/site/form_close.gif') 0% 0% no-repeat;
    position: absolute;
    top: 33px;
    right: 30px;
}
#windowMax a.close.hover {
    background-position: 0% 100%;
}
#windowMax div.title {
    font-size: 17px;
    padding: 0 10px 10px 1px;
}
#windowMax div.buttons {
    padding: 10px 0 0 0;
    margin: 0;
}
/* Дата компаннии */
div.org-time-new {
	font-size: 11px;
	color: #646464;
	background: url('/imgs/site/org_new.png') 10px 0 no-repeat;
	padding: 2px 0 22px 32px;
}
div.org-time-timely {
	font-size: 11px;
	color: #646464;
	background: url('/imgs/site/org_timely.png') 10px 0 no-repeat;
	padding: 2px 0 22px 32px;
}
div.org-time-old {
	font-size: 11px;
	color: #646464;
	background: url('/imgs/site/org_old.png') 10px 0 no-repeat;
	padding: 2px 0 22px 32px;
}
/* Дата товара */
div.good-time-new {
	font-size: 11px;
	color: #646464;
	background: url('/imgs/site/good_new.png') 0px 10px no-repeat;
	padding: 12px 0 0 21px;
}
div.good-time-timely {
	font-size: 11px;
	color: #646464;
	background: url('/imgs/site/good_timely.png') 0 10px no-repeat;
	padding: 12px 0 0 21px;
}
div.good-time-old {
	font-size: 11px;
	color: #646464;
	background: url('/imgs/site/good_old.png') 0 10px no-repeat;
	padding: 12px 0 0 21px;
}

/* Листинг товаров */
#pages {
	border-top: #dadada 1px solid;
	padding: 20px 0 24px 2px;
	margin: 18px 5px 0 5px;
}
#pages p {
	color: #a9a9a9;
	padding: 0 0 8px 0;
}
#pages p b {
	color: #646464;
	padding: 0 3px 0 0;
    font-family: arial;
    font-size: 16px;
}
#pages p a, #pages p span {
	/*font-size: 11px;*/
    text-decoration: none;
}
#pages div {
	float: left;
	padding-right: 6px;
}
#pages div.select {
	color: #000000;
}

/* Новый каталог (дерево) */
/*#catalog-tree {
	padding: 4px 0 0 0;
}
#catalog-tree p {
	padding: 0 0 7px 0;
}
#catalog-tree a, #catalog-tree a:visited {
	color: #000000;
	text-decoration: none;
}
#catalog-tree a:hover {
	color: #ff2222;
	text-decoration: none;
}
#catalog-tree div.item {
	padding: 0 0 0 14px;
}
#catalog-tree div.level-1 {
	font-size: 16px;
	padding-bottom: 15px;
}*/

/* */
table.table-border {
	border-collapse: collapse;
}
table.table-border th {
	font-weight: bold;
	border: silver 1px solid;
	padding: 0 2px 0 2px;
}
table.table-border td {
	border: silver 1px solid;
	padding: 0 2px 0 2px;
}

/* Дерево товаров (меню) */
#menu-tree {
	/*width: 582px;*/
	background: #ffffff;
	border: #077cd6 1px solid;
	padding: 12px 12px 4px 0;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 99;
	display: none;
}
#menu-tree a.close, #menu-tree a.close:visited {
	width: 12px;
	height: 12px;
	font-family: Verdana;
	font-size: 12px;
	color: #808080;
	background: url('/imgs/site/tree_menu_close.gif') 0 0 no-repeat;
	text-align: center;
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
}
#menu-tree a.close:hover {
	color: #ee2222;
	background-position: 0 -12px;
}
#menu-tree-on {
	width: 25px;
	height: 25px;
	background: url('/imgs/site/tree_menu_on.gif') 0 -25px no-repeat;
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 8;
	cursor: pointer;
}
#menu-tree-on.select {
	background-position: 0 0;
}
#menu-tree-off {
	width: 25px;
	height: 25px;
	background: url('/imgs/site/tree_menu_off.gif') 0 -25px no-repeat;
	position: absolute;
	top: 2px;
	right: 30px;
	z-index: 8;
	cursor: pointer;
}
#menu-tree-off.select {
	background-position: 0 0;
}
#menu-tree div.tree0 {
	font-size: 16px;
	color: #0060c0;
	padding: 2px 0 6px 12px;
}
#menu-tree div.tree0 p {
	font-size: 16px;
	color: #0060c0;
	padding: 0 0 4px 0;
	white-space: nowrap;
}
#menu-tree div.tree1 {
	font-size: 14px;
	color: #0060c0;
	background: url('/imgs/site/tree_level_1.gif') 12px 6px no-repeat;
	padding: 2px 0 2px 26px;
	white-space: nowrap;
}
#menu-tree div.tree2 {
	font-size: 14px;
	color: #0060c0;
	background: url('/imgs/site/tree_level_2.gif') 24px 6px no-repeat;
	padding: 2px 0 2px 39px;
	white-space: nowrap;
}
#menu-tree div.tree3 {
	font-size: 14px;
	color: #646464;
	background: url('/imgs/site/tree_level_3.gif') 36px 6px no-repeat;
	padding: 2px 0 2px 51px;
	white-space: nowrap;
}
#menu-tree div.tree4 {
	font-size: 14px;
	color: #646464;
	background: url('/imgs/site/tree_level_4.gif') 48px 6px no-repeat;
	padding: 2px 0 2px 64px;
	white-space: nowrap;
}
#menu-tree div.tree5 {
	font-size: 14px;
	color: #646464;
	padding: 2px 0 2px 77px;
	white-space: nowrap;
}
#menu-tree a, #menu-tree a:visited {
	text-decoration: none;
}
#menu-tree a:hover {
	color: #ff0000;
	text-decoration: none;
}
#menu-tree div.tree3 a, #menu-tree div.tree3 a:visited {
	color: #646464;
	text-decoration: none;
}
#menu-tree div.tree3 a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* Товары в каталоге */
/*div.tree-good-item {
	height: 53px;
}
div.tree-good-item div {
	height: 50px;
	overflow: hidden;
}
div.tree-good-item div table {
	width: 100%;
	height: 50px;
}
div.tree-good-item div td.image {
	width: 64px;
	text-align: center;
	vertical-align: middle;
}
div.tree-good-item div p.price {
	color: #717171;
	padding: 2px 0 0 0;
}*/

/* Блок контакты */
div.branches-item {
	padding: 0 0 8px 0;
}
div.branches-item div.n {
	padding: 1px 0 0 0;
}
div.branches-item div.p {
	padding: 2px 0 0 0;
}
div.branches-item div.m {
	background: url('/imgs/site/contacts_message.gif') 0 2px no-repeat;
	padding: 2px 0 0 23px;
}
div.sell-in-city {
	padding: 0 0 3px 23px;
}

/* Ребрики FIS */
div.item-classifier {
	padding: 0 0 3px 0;
}
div.item-classifier div.item-main {
	color: #909090;
	float: left;
	padding: 0 3px 0 3px;
}
div.item-classifier div.item-sub {
	color: #909090;
	float: left;
	padding: 0 3px 0 3px;
}
div.item-classifier div.item-sub a, div.item-classifier div.item-sub a:visited {
	color: #717171;
}
div.item-classifier div.item-sub a:hover {
	color: #717171;
}

div.iconTable { float:right; padding:6px 1px 0 0; }
div.iconTable img { margin-right:10px; cursor:pointer; }

#catalog-tree {
	padding: 4px 0 0 0;
}
#catalog-tree p.header {
	padding: 0 0 15px 0;
}
#catalog-tree a, #catalog-tree a:visited {
	color: #000000;
	text-decoration: none;
}
#catalog-tree a:hover {
	color: #ff2222 !important;
	text-decoration: none;
}

#catalog-tree div.level-1 {
	padding: 0 0 0 14px;
}

#catalog-tree div.level-3 {
	padding: 0 0 0 30px;
}

#catalog-tree div.level-1 {
	font-size: 16px;
	padding-bottom: 15px;
}

#catalog-tree div.level-1 p.header a, #catalog-tree div.level-1 p.header a:visited, #catalog-tree div.level-1 p.header a:hover { 
	color:#0088cc;
}  

#catalog-tree div.level-2 p.header a, #catalog-tree div.level-2 p.header a:visited, #catalog-tree div.level-2 p.header a:hover { 
	color:#666;
	font-size:14px;
}

#catalog-tree div.level-3 p.header a, #catalog-tree div.level-3 p.header a:visited, #catalog-tree div.level-3 p.header a:hover { 
	color:#666;
	font-size:12px;
}

#catalog-tree div.image img { margin-right:8px; }

/* Товары в каталоге */
div.tree-good-item { overflow:hidden; zoom:1; padding-bottom:18px; position:relative; }

div.tree-good-item div.image {
	float:left;
}

div.tree-good-item p.price {
	color: #717171;
	padding: 2px 0 0 0;
}

/* Табличное представление */
.tree-table .tree-good-item { float:left; width:190px; margin-right:20px;}
.tree-table div.image { width:190px; text-align:center; height:190px; margin-bottom:10px; }
.tree-table div.image img { margin-right:0px !important; }
.tree-table div.desc { text-align:center; }
.tree-table .item { overflow:hidden; zoom:1; }

#catalog-tree div.fast-view { 
	position:absolute; 
	height:21px; 
	width:125px; 
	background:url('/imgs/site/fastview.png') no-repeat top left; 
	right:12px; 
	bottom:18px; 
	cursor:pointer;
	display:none;
}

.tree-table div.fast-view {
	left:33px;
	top:65px;
}

#simplemodal-data { padding:10px; overflow:hidden; zoom:1; position:relative; }
#simplemodal-data .wrap {overflow: hidden; max-height: 267px;}
.details{padding-bottom: 15px;}
.details p{padding-bottom: 0;}
#simplemodal-data .image { float:left; border:1px solid #666666; margin-right:18px; }
#simplemodal-data .cardname { font-size:16px; color:#40a6d9; padding-bottom:15px; }
#simplemodal-data .cardname a, #simplemodal-data .cardname a:visited { color:#40a6d9; font-size:16px; text-decoration:underline; }
#simplemodal-data .cardname a:hover { font-size:16px; text-decoration:none; }
#simplemodal-data .utp {padding-bottom: 15px;}
#simplemodal-data .price { font-size:16px; color:#666666; padding-bottom: 15px;}

#orderSend .message-field,
#orderSend .message-title {
	padding-left: 0;
}
#orderSend .message-field .text {
	width: 480px;
}
#messageOrder {
	position: absolute;
	top: 90px;
	left: 25%;
	z-index: 1001;
	display: none;
}
#messageOrder div.content {
	width: 385px;
	background: #ffffff;
	padding: 5px 19px 12px 12px;
	border: #646464 1px solid;
}

#messageOrder .message-title {
	/*background:url('/imgs/letter.gif') no-repeat top left;*/
	padding: 0 0 15px 42px;
}

#messageOrder a.form-close {
	width: 18px;
	height: 18px;
	font-size: 0;
	background: url('/imgs/site/form_close.gif') 0% 0% no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
}
#messageOrder a.form-close.hover {
	background-position: 0% 100%;
}

#messageOrder .messageProductInfo {
	padding:17px 0 0 10px;
	font-size:14px;
}

#messageOrder .message-field { padding:0px 0 10px 10px; }

#messageOrder .message-button, #messageOrder .message-button1 { background-position: top right; width:375px; }
#messageOrder .buttons a { text-align:right; margin-right:30px; }

#messageOrder .messConfirm { background:url('/imgs/confirm.png') no-repeat top left; padding-top:43px; font-size:14px; color:#626262; }



.site-info-table {
  width:100%;
  border-collapse:collapse;
  border: 1px solid grey;
}
.site-info-table td{
  border: 1px solid grey;
}
table.site-info-table th{
    border: 1px solid grey;
}
#back-top {
	display: none;
	position: fixed;
	bottom: 59px;
	margin-left: -90px;
}
#back-top a {
	display: block;
	transition: 1s;
	background: #adadad;
	color: #fff;
	padding: 5px 10px;
	font: 16px Arial,sans-serif;
	text-decoration: none;
}

.b-goods {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
	width: 700px;
}
.b-goods__item {
	display: inline-block;
	vertical-align: top;
	width: 128px;
	margin: 0 30px 27px 0;
	padding: 5px;
	position: relative;
}
.b-groups__item {
    display: inline-block;
    vertical-align: top;
    width: 128px;
    margin: 0 45px 27px 45px;
    padding: 5px;
    position: relative;
}
.b-goods__item:hover, .b-groups__item:hover {
	background: rgba(133, 133, 133, 0.2);
}
.b-goods__wrap-img {
	overflow: hidden;
	text-align: center;
	height: 128px;
	width: 128px;
	margin: 0 0 5px;
}
.b-goods__wrap-img.mod_no-image {
	background: url(/imgs/site/product_blank128.png) 0 0 no-repeat;
}
.b-goods__link-img {
	display: table-cell;
	vertical-align: middle;
	height: 128px;
	width: 128px;
}
.b-goods__img {
	max-width: 128px;
}
.b-goods__title {
	text-align: center;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.b-goods__title-link {
	display: block;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.b-groups__title-link {
    font-size: 17px;
    text-decoration: none;
}
.b-goods__price {
	text-align: center;
    height: 17px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-goods .edit {
	position: absolute;
	top: 2px;
	right: 2px;
}
.b-goods .tp {
	position: absolute;
	top: 2px;
	right: 20px;
}
.b-goods__mod_3-item .b-goods__item {
	width: 170px;
	margin-right: 47px;
}
.b-goods__mod_3-item .b-goods__wrap-img {
	height: 170px;
	width: 170px;
}
.b-goods__mod_3-item .b-goods__link-img {
	height: 170px;
	width: 170px;
}
.b-goods__mod_3-item .b-goods__img {
	max-width: 170px;
}
.b-goods__mod_3-item .b-goods__wrap-img.mod_no-image {
	background: url(/imgs/site/product_blank170.png) 0 0 no-repeat;
}

.price-caption {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
p .price {
    font-family: Arial;
    font-size: 20px;
    color: #505050;
    font-weight: bold;
}
#product div.details div.fields p .sale_percent {
    padding-left: 10px;
    color: red;
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
}
#product div.details div.fields p .sale_price {
    font-size: 22px;
    font-weight: bold;
}
#product div.details div.fields p .curr {
    font-size: 14px !important;
    font-weight: bold !important;
}
#product .strike {
    text-decoration: line-through;
}
#product div.details div.fields p .old_price {
    font-size: 16px;
    color: #c0c0c0;
}
#product div.details div.fields p .old_price .curr {
    color: #c0c0c0 ;
}
.descShort {
	margin: 0 0 20px
}
.grey {
 color: #666;
}

.tabs {
    height: 29px;
}
.tabs .item {
    height: 28px;
    float: left;
    position: relative;
    top: 1px;
}
.tabs .item.select {
    /*background: #fff;*/
}
.tabs .item.select div {
}
.tabs .item div {
    padding: 4px 28px 5px 8px;
}
.tabs .item.select div span {
    border-bottom: 0;
    cursor: auto;
    color: #646464;
}
.tabs .item div span {
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    color: #969696;
    cursor: pointer;
}
div.tabs-content {
    overflow: hidden;
    zoom: 1;
}
div.tabs-content div.item {
    /*padding: 17px 20px 17px 23px;*/
    display: none;
}
div.tabs-content div.item.select {
    display: block;
}
div.neighbour {

    margin: 10px auto;
    width: 46%;
    float: left;
    padding: 10px;
    cursor:text;
    height: 100px;
    /*
    background-image: -webkit-gradient(
        linear, left top, left bottom, from(rgba(50,50,50,0.8)),
        to(rgba(80,80,80,0.2)), color-stop(.5,#333333)
    );
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%
    );
    */
}

.mark-ft1, .mark-star1 {
    float: left;
}
#marks {
    position: absolute;
    top: 0;
    left: 290px;
    width: 70px;
}

span.b-share-before {
    float: left;
    line-height: 27px;
    font-size: 11px;
    color: #606060;
}

.medium-share {
    width: 30px;
    height: 30px;
    background: url(/imgs/site/snc_medium.png);
    cursor: pointer;
    margin: 1px 10px 0 0;
    float: left;
}
.medium-share.vk-share {
    background-position: -124px;
}
.medium-share.gplus-share {
    background-position: -186px;
}
.medium-share.instagram-share {
    background-position: -248px;
}
.medium-share.okru-share {
    background-position: -93px;
}
.medium-share.youtube-share {
	background-position: -310px;
}
.medium-share.twitter-share {
    background-position: -31px;
}
.small-share {
    width: 20px;
    height: 20px;
    background: url(/imgs/site/snc_small.png);
    cursor: pointer;
    margin: 1px 10px 0 0;
    float: left;
}
.small-share.vk-share {
    background-position: 860px;
}
.small-share.gplus-share {
    background-position: 818px;
}
.small-share.instagram-share {
    background-position: 777px;
}
.small-share.twitter-share {
    background-position: 923px;
}
.small-share.okru-share {
    background-position: 881px;
}
.small-share.youtube-share {
	background-position: 735px;
}
a.affiliate {
    text-decoration: none;
}

.headerMenu ul.subMenu {
    background: #F5F9FF none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    border-radius: 0px 0px 5px 5px; 
    top: 25px;
    z-index: 999;
}

ul.resetList, ul.hList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.headerMenu ul.subMenu li {
    margin: 0;
    padding: 0;
}
.headerMenu ul.hList li {
    position: relative;
}
ul.resetList > li, ul.hList > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    list-style: outside none none;

}

.headerMenu ul.subMenu .smItem {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 14px;
    border-bottom: none !important;
}

.headerMenu ul.subMenu .smItem:hover, .headerMenu ul.subMenu .smItem:active {
    background: #eee none repeat scroll 0 0;
}
.headerMenu ul.subMenu a, .headerMenu ul.subMenu .linkType {
    color: #515764;
    text-decoration: none;
    border-bottom: none !important;
	cursor: pointer;
}
.headerMenu ul.subMenu a:hover, .headerMenu ul.subMenu a:active, .headerMenu ul.subMenu .linkType:hover {
    color: #db251c;
}

.headerMenu ul.subMenu .exit {
    border-top: 1px solid #e9e9e9;
}


#commonClientPanelInfoId table, 
#commonClientPanelInfoId td, 
#commonClientPanelInfoId form, 
#commonClientPanelInfoId div, 
#commonClientPanelInfoId input, 
#commonClientPanelInfoId select, 
#commonClientPanelInfoId textarea {
    color: #101010;
    font-family: Arial;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
}
h3.charSection {
	margin-top: 15px;
	text-transform: uppercase;
}

div.roughBox {
	padding: 10px;
	border: 1px solid red;
	font-weight: bold;
	color: #444;
}