


/* Start:/bitrix/templates/privodsys/components/bitrix/search.title/store/style.css*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/privodsys/components/bitrix/search.title/store/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */



/* Start:/bitrix/templates/privodsys/styles.css*/
/**
* Таблицы в контенте
*/
table.t {
	border-collapse: collapse;
}
	table.t td,
	table.t th {
		border: 1px solid #626e7b;
		padding: 4px 2px;
		text-align: center;
	}
	table.t thead {
		background: #f5f5f5;
	}
		table.t thead tr {}
			table.t thead th,
			table.t thead td {
				font-weight: bold;
			}
	table.t tr.h {
		background: #75808c;
		color: #fff;
	}
/* End */



/* Start:/bitrix/templates/privodsys/template_styles.css*/
/* Один два пять один */
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #4b4d5c;
	background: #d7d7d7 url('/bitrix/templates/privodsys/images/chess.png');
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}
a {
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #1883b8;
}

h1, .h1 {
	font-size: 26px;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	border-bottom: 5px solid black;
	padding-left: 10px;
	padding-bottom: 1px;
	margin-bottom: 12px;
}

body.inner #content h1 {
	font-size: 30px;
	color: #282828;
	border: none;
	padding-left: 0;
	padding-top: 0;
	margin-top: 4px;
}

body.inner #content p {
	line-height: 120%;
	margin: 1em 0 1.2em;
}

#wrap {
	min-width: 1008px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
body.inner #wrap {
	background: #d6d6d6;
}

#header {
	background: #d7d7d7 url('/bitrix/templates/privodsys/images/header-bg1.jpg');
	border-bottom: 1px solid #4b4d5c;
}
#header > .inner {
	width: 1008px;
	height: 147px;
	background: url('/bitrix/templates/privodsys/images/header-bg2.jpg');
	overflow: hidden;
	margin: 0 auto;
}
	#logo {
		float: left;
		margin: 18px 0 0 45px;
	}
		#logo h1 {
			margin: 0;
			padding: 0;
			font-style: 100%;
		}
			#logo a {
				display: block;
				width: 256px;
				height: 108px;
			}
	#header .right-col {
		float: right;
		width: 390px;
		margin-top: 25px;
	}
		#header .right-col .phone {
			float: left;
			width: 190px;
			margin-bottom: 20px;
		}
		#header .right-col #search {
			float: left;
		}
			#header .right-col #search form {
				background: url('/bitrix/templates/privodsys/images/search-bg.png');
				width: 178px;
				height: 25px;
				line-height: 25px;
			}
				#header .right-col #search form .form-textbox,
				#header .right-col #search form .form-textbox-border,
				#header .right-col #search form .form-button {
					display: inline;
				}
				#header .right-col #search form #title-search-input {
					border: 0;
					background: transparent;
					margin-left: 6px;
					width: 144px;
					height: 20px;
					line-height: 20px;
				}
				#header .right-col #search form #search-submit-button {
					width: 20px;
					height: 20px;
					background: url('/bitrix/templates/privodsys/images/search-button.png');
					text-indent: -100px;
					overflow: hidden;
					border: 0;
				}
		#header .right-col .line {
			background: url('/bitrix/templates/privodsys/images/header-line.png') no-repeat left center;
			height: 2px;
			width: 367px;
			margin-bottom: 15px;
			clear: both;
		}
		#header .right-col .ask {
			width: 368px;
			height: 36px;
			line-height: 36px;
			background: url('/bitrix/templates/privodsys/images/header-ask.png');
		}
			#header .right-col .ask .label {
				font-size: 14px;
				color: #fff;
				float: left;
				width: 227px;
				padding-left: 13px;
			}
			#header .right-col .ask .link {
				font-weight: bold;
				font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
				font-size: 15px;
				line-height: 33px;
			}
			#header .right-col .ask .link a:hover {
				color: #1883b8;
			}

#menu {
	background: #d7d7d7 url('/bitrix/templates/privodsys/images/shadow.png') repeat-x bottom;
	padding-top: 11px;
}
	#menu ul {
		overflow: hidden;
		width: 999px;
		height: 58px;
		margin: 0 auto;
		padding: 0;
		background: url('/bitrix/templates/privodsys/images/menu-bg.png') no-repeat;
		font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
		font-size: 16px;
	}
		#menu ul li {
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
			height: 58px;
		}
		#menu ul li.active {
			background: url('/bitrix/templates/privodsys/images/menu-arrow.png') no-repeat bottom center;
		}
			#menu ul li a {
				display: block;
				color: #fff;
				text-decoration: none;
				width: 199px;
				text-align: center;
				line-height: 36px;
				background: url('/bitrix/templates/privodsys/images/menu-devider.png') no-repeat right center;
			}
			#menu ul li a:hover {
				text-decoration: underline;
			}
			#menu ul li.last a {
				background: transparent;
			}
				#menu ul li a .shadow-l {
					display: block;
					background: url('/bitrix/templates/privodsys/images/menu-shadow-l.png') no-repeat;
				}
				#menu ul li a .shadow-r {
					display: block;
					background: url('/bitrix/templates/privodsys/images/menu-shadow-r.png') no-repeat 99%;
				}
#main {
	background: #ebebeb;
	min-width: 1000px;
}
#main .inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 25px;
	overflow: hidden;
}
	#left {
		float: left;
		width: 305px;
	}
	body.inner.text #left {
		display: none;
	}
	body.inner #left {
		padding-top: 2px;
	}
		#left .news ul {
			margin: 23px 0 0 10px;
			padding: 0;
		}
			#left .news ul li {
				list-style: none;
				margin: 0;
				padding: 0 0 55px 0;
			}
				#left .news ul li a {
					text-decoration: none;
					color: #000;
				}
				#left .news ul li a:hover {
					text-decoration: underline;
					color: #006699;
				}
					#left .news ul li .title {
						font-size: 16px;
						margin-bottom: 2px;
						font-weight: bold;
					}
					#left .news ul li .text {
						color: #4b4d5c;
						line-height: 120%;
					}
					#left .news ul li a:hover .text {
						color: #006699;
					}
						#left .news ul li a .text .points {
							text-decoration: underline;
							color: #006699;
						}
		#left .footer {
			font-size: 15px;
			margin-left: 10px;
			margin-top: -25px;
		}
		#left .menu {
		}
			#left .menu ul .l1 {
				padding-bottom: 20px;
			}
			#left .menu ul li.hide {
				display: none;
			}
			#left .menu ul .l1 > span {
				display: block;
				background: #4b4d5c;
				line-height: 100%;
				font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
				font-size: 16px;
				color: #fff;
				margin-bottom: 10px;
			}
			#left .menu ul .l1 > span a {
				color: #fff;
				padding: 14px 19px 15px;
				text-decoration: none;
				display: block;
			}
			#left .menu ul .l1 > span a:hover,
			#left .menu ul .l1 > span a.selected {
				color: #00aeef;
			}
			#left .menu ul,
			#left .menu li {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#left .menu > ul {
				padding: 9px 0 24px 0;
				overflow: hidden;
			}
				#left .menu .l2 {
					padding: 3px 0 4px 18px;
					line-height: 100%;
					font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
					font-size: 16px;
					border-top: 1px solid #d3d6d8;
				}
				#left .menu .l2.first {
					border-top-color: #ebebeb;
				}
					#left .menu .l2 > a {
						color: #000;
						text-decoration: none;
					}
					#left .menu .l2 > a:hover,
					#left .menu .l2 > a.selected {
						color: #00aeef;
					}
			#left .menu .l1 > ul {
				/*margin-bottom: -5px;*/
			}
				#left .menu .l3 {
					padding: 3px 0 3px 30px;
					line-height: 100%;
					font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
					font-size: 14px;
				}
					#left .menu .l3.first {
						margin-top: 6px;
					}
					#left .menu .l3 > a {
						color: #74818b;
						text-decoration: none;
					}
					#left .menu .l3 > a:hover,
					#left .menu .l3 > a.selected {
						color: #000;
					}
				#left .menu .l4 {
					padding: 3px 0 3px 30px;
					line-height: 100%;
					font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
					font-size: 14px;
				}
					#left .menu .l4.first {
						margin-top: 6px;
					}
					#left .menu .l4 > a {
						color: #74818b;
						text-decoration: none;
					}
					#left .menu .l4 > a:hover,
					#left .menu .l4 > a.selected {
						color: #000;
					}
				#left .menu .l5 {
					padding: 3px 0 3px 30px;
					line-height: 100%;
					font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
					font-size: 14px;
				}
					#left .menu .l5.first {
						margin-top: 6px;
					}
					#left .menu .l5 > a {
						color: #74818b;
						text-decoration: none;
					}
					#left .menu .l5 > a:hover,
					#left .menu .l5 > a.selected {
						color: #000;
					}
	#content {
		float: right;
		width: 665px;
		margin-left: 30px;
	}
	body.inner.text #content {
		width: auto;
		float: none;
		margin-left: 10px;
		/*font-size: 14px;*/
	}
	body.inner.text #content ol li.li {
		color: #069;
	}
	body.inner.text #content ol li.li .li-inner {
		color: #4b4d5c;
	}
	body.inner.text #content ul {
		padding: 0 0 0 5px;
		margin: 10px 0 10px 0;
	}
		body.inner.text #content ul li {
			list-style: none;
			padding-left: 18px;
			background: url('/bitrix/templates/privodsys/images/li2.png') no-repeat 4px 7px;
		}
		#breadcrumb {
			margin: 12px 0 21px 0;
		}
			#breadcrumb .home img {
				position: relative;
				top: -2px;
			}
			#breadcrumb a,
			#breadcrumb span {
				font-size: 12px;
				line-height: 15px;
				color: #4b4d5c;
				text-decoration: none;
			}
			#breadcrumb a:hover,
			#breadcrumb .last {
				color: #00aeef;
			}
			#breadcrumb .divider {
				padding: 0 9px;
				background: url('/bitrix/templates/privodsys/images/breadcrumb-arrow.png') no-repeat 50% 50%;
			}
		#content .billet .items {
			margin: 0;
			padding: 0;
		}
			#content .billet .items li {
				margin: 0 0 11px;
				padding: 0;
				overflow: hidden;
				list-style: none;
			}
				#content .billet .items li .image {
					float: left;
					background: white;
					width: 230px;
					overflow: hidden;
					border-bottom: 1px solid #cccdd4;
				}
					#content .billet .items li .image table {
						width: 230px;
						height: 197px;
						text-align: center;
					}
				#content .billet .items li .desc {
					position: relative;
					float: left;
					width: 435px;
					height: 197px;
					border-bottom: 1px solid #cccdd4;
					background: #fff url('/bitrix/templates/privodsys/images/recommend-arrow.png') no-repeat center 184px;
				}
				.front #content .billet .items li .desc {
					width: 405px;
				}
					#content .billet .items li a {
						text-decoration: none;
						cursor: pointer;
					}
					#content .billet .items li .desc .company {
						position: absolute;
						right: 20px;
						top: 40px;
					}
						#content .billet .items li .desc .company img {
							padding: 3px;
							background: #fff;
						}
					#content .billet .items li .desc .title {
						color: #626e7b;
						font-size: 16px;
						font-weight: bold;
						margin: 45px 0 0 23px;
					}
					.front #content .billet .items li .desc .title {
						margin-top: 20px;
					}
					#content .billet .items li .desc .text {
						margin: 10px 10px 0 23px;
						color: #4b4d5c;
						line-height: 125%;
					}
					#content .billet .items li .desc .text p {
						margin: 0;
						padding: 0 0 5px 0;
					}
				#content .billet .items li a:hover .desc {
					height: 198px;
					border-bottom: none;
					background: #626e7b url('/bitrix/templates/privodsys/images/recommend-arrow2.png') no-repeat center bottom;
				}
					#content .billet .items li a:hover .desc .title {
						color: #fff;
					}
					#content .billet .items li a:hover .desc .text {
						color: #fff;
					}
						#content .billet .pager {
							margin: 0 auto;
						}
							#content .billet .pager ul {
								/*margin: 0 0 0 110px;*/
								/*margin: 0 0 0 200px;*/
								margin: 0;
								padding: 0;
								overflow: hidden;
							}
								#content .billet .pager li {
									list-style: none;
									margin: 0;
									padding: 0 3px;
									float: left;
								}
									#content .billet .pager li a,
									#content .billet .pager li span {
										display: block;
										color: #6e707b;
										font-size: 14px;
										width: 23px;
										height: 23px;
										line-height: 23px;
										text-decoration: none;
										text-align: center;
									}
									#content .billet .pager li.active span {
										background: url('/bitrix/templates/privodsys/images/pager-active.png');
										color: #fff;
									}
									#content .billet .pager li a:hover {
										background: url('/bitrix/templates/privodsys/images/pager-hover.png');
									}
.shadow-before-main {
	background: url('/bitrix/templates/privodsys/images/shadow-line.png');
	height: 15px;
}
body.inner .shadow-before-main {
	background: url('/bitrix/templates/privodsys/images/shadow-line2.png');
}
#logos {
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #c7cdd1;
	min-width: 1000px;
}
#logos > .inner {
	width: 1000px;
	margin: 0 auto;
}
	#logos ul {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
		#logos ul li {
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
		}
			#logos ul li table {
				text-align: center;
				height: 86px;
				width: 250px;
			}
#prefooter {
	font-size: 13px;
	line-height: 120%;
	padding: 7px 0 112px 0;
	min-width: 1000px;
}
body.inner #prefooter {
	/*padding-bottom: 199px;*/
	padding-bottom: 183px;
}
#prefooter .inner {
	width: 1000px;
	margin: 0 auto;
	color: #dddee6;
	overflow: hidden;
	padding: 3px 0 0 0;
}
	#prefooter .h1 {
		color: #000;
		padding: 0 0 3px 10px;
		margin: 0 0 18px 0;
		line-height: 160%;
	}
	#prefooter p {
		padding-left: 11px;
	}
	#prefooter a {
		color: #fff;
	}
	#prefooter a:hover {
		color: #6dcff6;
	}
	#prefooter ul {
		line-height: 150%;
		padding: 2px 0 0 30px;
		margin: 0 0 19px 0;
	}
		#prefooter ul li {
			list-style: none;
			background: url('/bitrix/templates/privodsys/images/li.png') no-repeat 0 7px;
			margin: 0;
			padding: 0 0 0 11px;

		}
		#prefooter ul li:hover {
			background: url('/bitrix/templates/privodsys/images/li-hover.png') no-repeat 0 7px;
		}
#footer {
	margin: -102px auto 0;
}
body.inner #footer {
	margin-top: -189px;
	/*margin-top: -173px;*/
}
#footer-block {
	min-width: 1008px;
	height: 102px;
	margin: 0 auto 0;
	background: #171e24 url('/bitrix/templates/privodsys/images/footer-bg.jpg') no-repeat center;
	color: #74818b;
	font-size: 11px;
	overflow: hidden;
}
#footer-block .inner {
	width: 1008px;
	margin: 0 auto;
}
	#footer-block a {
		color: #74818b;
	}
	#footer-block a:hover {
		color: #96a6b2;
	}
	#footer-block p {
		margin: 0;
		padding: 0 0 5px 0;
	}
	#footer-block .left {
		float: left;
		width: 300px;
	}
	#footer-block .copyright {
		padding: 16px 0 0 31px;
	}
	#footer-block .right {
		float: right;
		width: 250px;
	}
	#footer-block .ic {
		text-align: right;
		padding: 32px 32px 0 0
	}
		#footer-block .ic img {
			padding-right: 4px;
		}
	#footer-block .map {
		padding: 7px 0 0 152px;
	}

/**
* Каталог
*/
.catalog-element {
	margin: 29px 0 0 0;
}
	.catalog-element .first-row {
		overflow: hidden;
	}
		.catalog-element .first-row .image {
			float: left;
			width: 229px;
			border-bottom: 2px solid #ceced6;
			background: #fff;
			margin: 0 30px 0 0;
		}
			.catalog-element .first-row .image a {}
				.catalog-element .first-row .image a img {
					padding: 9px;
				}
		.catalog-element .first-row .right {
			float: left;
			width: 376px;
		}
			.catalog-element .first-row .right .company {
			}
				.catalog-element .first-row .right .company img {
					border-bottom: 2px solid #ceced6;
					background: #fff;
					padding: 9px;
				}
			.catalog-element .first-row .right .desc {
				margin: 38px 0 0 0;
				color: #4b4d5c;
				font-size: 14px;
			}
				#content .catalog-element .first-row .right .desc p {
					line-height: 125%;
				}
	.catalog-element .tabbable {
		margin-top: 30px;
	}
		.catalog-element .tabbable .nav.nav-tabs {
			padding-left: 0;
			border-bottom-color: #fff;
			margin-bottom: 0;
		}
			.catalog-element .tabbable .nav.nav-tabs li {
				font-size: 18px;
				font-weight: bold;
				background: #636e7b;
				margin: 0 11px 0 0;
				/*width: 204px;*/
				padding: 0 16px;
				-moz-border-radius: 5px 5px 0 0;
				-webkit-border-radius: 5px 5px 0 0;
				-khtml-border-radius: 5px 5px 0 0;
				border-radius: 5px 5px 0 0;
				text-align: center;
			}
			.catalog-element .tabbable .nav.nav-tabs li.last {
				margin-right: 0;
			}
				.catalog-element .tabbable .nav.nav-tabs li a {
					color: #fff;
					text-decoration: none;;
					line-height: 100%;
					padding: 8px 0 7px 0;
					outline: none;
				}
			.catalog-element .tabbable .nav.nav-tabs li a:hover {
				background: transparent;
				border-color: transparent;
				color: #ceced6;
			}
			.catalog-element .tabbable .nav.nav-tabs li.active {
				background: #fff;
			}
				.catalog-element .tabbable .nav.nav-tabs li.active a {
					color: #282828;
					border-color: white;
				}
	.catalog-element .tab-content {
		background: #fff;
		border-bottom: 2px solid #ceced6;
		padding: 30px;
		/*width: 575px;*/
		width: 605px;
	}
		.catalog-element .tab-content .tab-pane {
			min-height: 250px;
		}
		.catalog-element .tab-content * {
			word-wrap: break-word;
		}

/**
* Новости
*/
#content div.news-item {
	border: none;
}

/**
* Обратная связь
*/
#content div.content-form {
	width: auto;
	font-size: normal;
	margin: 0;
	padding: 0;
}
#content div.content-form div.form-input input,
#content div.content-form div.form-input textarea {
	width: 246px;
	font-size: 14px;
}
#content div.content-form div.form-input input {
	border: none;
	background: url('/bitrix/templates/privodsys/images/input.png') no-repeat;
	height: 25px;
	line-height: 25px;
	padding: 0 7px;
	color: #4b4d5c;
}
#content div.content-form .field.field-detailtext div.form-input {
	background: url('/bitrix/templates/privodsys/images/textarea.png') no-repeat;
	height: 76px;
	line-height: 100%;
	color: #4b4d5c;
}
#content div.content-form .field.field-detailtext div.form-input textarea {
	resize: none;
	border: none;
	padding: 7px 7px;
	height: 62px;
	background: transparent;
}
/*.lt-ie8 #content div.content-form div.form-input textarea {
	background-color: #fff;
}*/
#content div.content-form div.fields {
}
#content div.content-form input.input-submit {
	padding: 0;
	text-align: center;
	width: 143px;
	height: 31px;
	line-height: 31px;
	background: url('/bitrix/templates/privodsys/images/button.png') no-repeat;
	border: none;
	color: #fff;
}
#content div.content-form input.input-submit:hover {
	background-position: 0 -51px;
}
#content div.content-form input.input-submit:active {
	background-position: 0 -100px;
}
#content div.content-form div.field {
	display: block;
	margin: 0 0 0.8em 0;
	padding: 0;
}
#content div.content-form div.field label.field-title {
	display: block;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	margin-bottom: 3px;
	white-space: nowrap;
}
#content div.content-form div.description {
	font-size: 0.9em;
}
#content div.content-form div.field-checkbox {
	font-size: 1.4em;
	margin: 0.3em 0;
}
#content .errortext,
#content .notetext {
	width: 246px;
	border: 1px solid #eed3d7;
	color: #b94a48;
	font-size: 12px;
	display: block;
	margin: 0 0 1.5em 0;
	padding: 6px 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
#content .notetext {
	color: #468847;
	border-color: #d6e9c6;
}

/**
* Сортировка каталога
*/
#content div.catalog-item-sorting {
	margin: 36px 0 22px 0;
}
#content div.catalog-item-sorting a {
	text-decoration: none;
	border-bottom: 1px dashed #069;
	font-size: 14px;
	padding: 0;
	margin: 0 0 0 11px;
}
#content div.catalog-item-sorting a.selected {
	background: transparent;
	color: #939da6;
	border-bottom: none;
}

/**
* Фильтр каталога, для ie9
*/
#arrFilter input.submit {
	display: none;
}
body.it-ie9 #arrFilter input.submit {
	text-indent: -100px;
	display: block;
	position: relative;
	top: -18px;
	left: 190px;
	background: silver url('/bitrix/templates/privodsys/images/arrow.png') no-repeat 2px 2px;
	border: none;
	width: 18px;
	height: 18px;
}
html.lt-ie8 #arrFilter input.submit {
	background: silver;
	top: -20px;
}
/* End */
