.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('/images/icons/multiple-select.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('/images/icons/multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('/images/icons/multiple-select.png') no-repeat 100% -22px;
    background: url('/images/icons/multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('/images/icons/multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/icons/multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/icons/multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('/images/icons/multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('/images/icons/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

/*multiselect*/
.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

/*фильтры поиска */
.s_filter_name {
	display: inline-block;
	width: 133px;
	height: 28px;
}
#search_filter {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
	width:440px;
	padding:1em;
	font-size:1.1em;
	display:inline;
	float:left;
}
#search_main_block {
	display:inline;
	float:left;
	width: 450px;
	font-size:1.1em;
}
#search_filter_cat > div {
	display:inline;
	float:left;
	margin-right:20px;
}	
#search_filter_cat > h2 {
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0.1em;
    position: absolute;
    top: -1.1em;
	left: 0.5em;
}

#search_filter_cat {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
	padding:0.5em;
	font-size:1.1em;
	display:inline;
	float:left;
	position: relative;
	margin-top: 20px;
}
/* dtree.css v1.0.0 */
.dtree_top, .cl_name {
    color: #336699;
}

.dtree_ul, .dtree_ul ul > li{
    margin:0px;
    padding: 0px;
    list-style-type: none;
}
.dtree_ul > li > a{
    height: 18px;
    display: inline-block;
    padding-top: 0px;
    text-decoration: none;
}
li.folder-group
{
    height: auto;
}
li.folder-group > span
{
	cursor:pointer;
}
.folder-group ul
{
   padding-left: 20px !important;
   display: none;
}

.folder
{
    background: url('/images/icons/misc.png') 0px -39px no-repeat;
    padding-left: 20px;
     height: 18px;
    display: inline-block;
    float: left;
    transition: all 0.5s ease-in-out;
}

.folder-open
{
    background: url('/images/icons/misc.png') -21px -39px no-repeat;
    padding-left: 20px;
    height: 18px;
    display: inline-block;
    float: left;
    transition: all 0.5s ease-in-out;
}

.dtree_top .main
{
    background: url('/images/icons/misc.png') -21px -39px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
}

.folder-group
{
    background: url('/images/icons/misc.png') -46px -2px repeat-y;
}

.folder-group.last
{
   background: none;
}

.plus
{
    background: url('/images/icons/misc.png') 0px -59px no-repeat;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: left;
}

.last .plus
{
    background: url('/images/icons/misc.png') 0px -82px no-repeat;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: left;
}

.folder-group.last .minus
{
    background: url('/images/icons/misc.png') -18px -82px no-repeat;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: left;
}

.minus
{
    background: url('/images/icons/misc.png') -18px -59px no-repeat #fff;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: left;
}

.page
{
    background: url('/images/icons/misc.png') no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
}

.join
{
    background: url('/images/icons/misc.png') 0 -20px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
}

.join-last .join
{
    background: url('/images/icons/misc.png') -18px -20px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
}

#utr-breadcrumbs {padding-top: 3px;}
#flyList {
    position: relative;
}
#flyList > ul {
margin: 0;
list-style-type: none;
padding-left:0;
}
#flyList > ul > li {
margin: 0 0 0.5em;
list-style-type: none;
text-decoration:none;
position: relative;
}

#flyList > ul > li > a {
text-decoration:none;
}
#flyList > ul > li:hover {
text-decoration:underline;
}
#flyList > ul > li  > ul {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    box-shadow: 0.5em 1em 1em #666;
    display: block;
    left: 97%;
    list-style-type: none;
    margin: -10px -20px 0 0;
    min-width: 800px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: -9999em;
    transition: opacity 1s ease 0s;
    width: auto;
    z-index: 1000;
}
#flyList > ul > li:hover > ul {
top:0;
opacity:1;
}
#flyList > ul > li > ul > li {
list-style-type: none;
}
#flyList > ul > li > ul > li > div > a {
text-decoration:none;
font-weight:700;
}
#flyList > ul > li > ul > li > div > a:hover {
text-decoration:underline;
}
#flyList > ul > li > ul > li > div {
float:left; width:400px;
}
#flyList > ul > li > ul > li > div > ul {
margin-bottom: 1em;
padding-left:0;
}
#flyList > ul > li > ul > li > div > ul > li {
list-style-type: none;
}
#flyList > ul > li > ul > li > div > ul > li > a {
text-decoration:none;

}
#flyList > ul > li > ul > li > div > ul > li > a:hover {
text-decoration:underline;
}
#flyout_menu {
    border: 1px solid #336699;
    margin: 1em 0 2em;
    padding: 1em;
    position: relative;
	width: 16em;
}
#flyout_menu h2 {
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0.1em;
    position: absolute;
    top: -1.1em;
}
h2 {
    font-size: 1.2em;
	font-weight:400;
}
#descr_cont{
max-width:900px;
padding-top: 3em;
padding-left: 10px;
}
.app_text{
font-size:1.27em;
}
.app_menu_head{
font-size:1.27em;
color:#535e62;
white-space: nowrap;
}
.app_menu_item {
font-size:1.1em;
color:#336699;
white-space: nowrap;
}
.app_menu_item > a{
text-decoration:none;
}
.app_menu_item > a:hover{
text-decoration:underline;
}
#map_image{
Z-INDEX: 0; POSITION: absolute; BACKGROUND-COLOR: #d0f0c0;  TOP: 1px;   layer-background-color: #7bc41e ; border:1px solid #ddd;;
}
.app_menu{
Z-INDEX: 1; POSITION: absolute;BACKGROUND-COLOR: transparent;  CURSOR: pointer;  layer-background-color: transparent; border:  0px solid #ffccff;
}
.app_menu > div{
POSITION: absolute;
top: -9999em;
border:1px solid #336699;
BACKGROUND-COLOR: white;
box-shadow: 0.5em 1em 1em #666;
padding:0.5em;
}
.app_menu:hover > div{
top: 10px;
left:10px;
}
.app_menu:hover{
border:  0px solid red;
}
#subscr_down > div > div{
	background:#fff;
	border: 1px solid #e4effc;
	padding:0 10px;
	z-index:10;
	margin-top: -9999em; margin-left: 0;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
	display: block;
	position: absolute;
	width: 233px;
}
#subscr_down:hover > div > div{
	opacity: 1;
	margin-top: -273px;
}
/*top menu*/
#top_menu {
    background-color: #0c58ae;
    background-image: url("/images/menu_bg.gif"); 
margin-left: 15px;
}
#top_menu > ul > li  {
background: url("/images/buttons/ugol_pas.gif") no-repeat right transparent;
}
#top_menu_utr_logo  {
background: url("/images/buttons/uni.gif") no-repeat scroll 33px 0 transparent;
}
#top_menu_utr_logo > span {
color:#0ba3e2;
}
#top_menu > ul > li:hover #top_menu_utr_logo  {
background: url("/images/buttons/uni_white.gif") no-repeat scroll 33px 0 transparent;
}
#top_menu_utr_logo:hover > span {
color:#20bcee;
}
#top_menu > ul > li >  ul {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0; 
  top: -9999em; 
  background: #fff;
  border: solid 1px #e4effc;
  padding:0px;
  box-shadow: 0.5em 1em 1em #bbb; 
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  min-width: 171px; 
  width: 171px; 
  list-style-type: none;
  margin-left:2px;
}
#top_menu > ul > li:hover > ul  {
  top: 37px; 
  opacity: 1;
}
#top_menu > ul > li >  ul > li{
	padding:8px 10px 19px 10px;
	float: none;
	height: 7px;
	margin: 0;
	width: 153px;
	text-align: left;
	background: #fff;
}

#top_menu > ul > li >  ul > li > a {
	font-size:1.05em;
	color:#336699;
	text-transform: none;
	text-decoration:none;
	padding:10px;
}
#top_menu > ul > li >  ul > li:hover{
	background: #208fd6;
}
#top_menu > ul > li >  ul > li:hover > a{
	color:#CDE2f7;
}
#top_menu > ul > li, #top_menu > ul > li > a{
	display: inline;
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
    width: 175px;
	height: 33px;
	text-transform: uppercase;
	text-decoration:none;
	color:#CDE2f7;
	font-weight:700;
	padding: 6px 0 0 0;
}
#top_menu > ul > li:hover{
	background:url("/images/buttons/knopka_white.gif") no-repeat left top white;
}
#top_menu > ul > li:hover > a{
	color:#0c58ae;
}
#top_menu > ul{
	margin: 0;
	padding-left: 9px;
}
.header-top-line2 > div {
height: 39px; float: left; background-image: url("/images/menu_bg.gif"); width: 100%; margin-left: 15px;}


/*footer*/
.pt10{padding-top: 10px;}
.pl25{padding-left: 25px;}
.foot_head{font-weight: 700; font-size: 1.3em;padding-bottom:5px;}
#footer_all {
    clear: both;
    height: 280px;
    margin-top: -280px;
    position: relative;
}
#main_cont{padding-bottom:280px;}
#footer_ul{
  display: block;
  margin: auto 0 !important;
  padding: 0;
  width: 450px;
  list-style-type: none;
}
#footer_ul > li{
    display: inline;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100px;
}
.w150{width:150px !important;}

.footer_subsc-input {
    border: 1px solid #cbcadc;
    border-radius: 5px 0 0 5px;
    color: #336699;
    height: 23px;
    line-height: 20px;
    padding: 0 7px;
    width: 136px;
}
.footer_subsc-button {
    background: none repeat scroll 0 0 #dddddd;;
    border: 1px solid #cbcadc;
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    color: #336699;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 18px;
    margin-left: -4px;
    padding: 0px 10px;
    width: auto;
}
.footer_c1 {min-width:250px; }
.footer_c3 {min-width:280px; max-width:280px;width:280px;}
/*авторизация*/
#header-aut > div, #header-aut > a {
    color: white;
}
#header-aut {
	float: right;
	margin-right: 35px;
	min-width: 35px;
}
#top_user {
	min-width:35px;
	padding-left:30px;
	background:url(/images/icons/user25_25.png) left 3px no-repeat scroll transparent;
}
#top_user > span{
text-decoration:underline;
}
#autr_menu > a {
cursor:pointer;
text-decoration:none;
color: white;
}
#autr_menu > ul {
	background:#fff;
	border: 1px solid #336699;
    cursor:pointer;
	padding:0 10px 20px;
	z-index:1100;
	margin-top: -9999em; margin-left: 26px; margin-right: -22px;
	box-shadow: 0.5em 1em 1em #666; 
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 0;
	display: block;
	list-style-type: none;
}
#autr_menu:hover > ul {
  margin-top: -7px; 
  opacity: 1;
  }
#autr_menu > ul >li{
	height:23px;
	padding-left:17px;
	background: url('/images/round_strelka_right1.gif') left 11px no-repeat transparent;
}
#autr_menu > ul > li > a{
text-decoration: none;
}	
/* производители*/
.supplier-categories .catTitle {
  border-bottom: 1px solid #ccc;
  margin: 0 0 5px;
  min-width: 250px;
  text-align: left;
}
.catTitle {
  display: block;
  margin: 10px 0;
  font-size: 1.2em;
}
.supplier-categories .catTitle a, .supplier-categories .catTitle a:hover, #tabs .supplier-categories .catTitle a, #tabs .supplier-categories .catTitle a:hover {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.prod_search_input {
  border-color: #808080 #d3d1c5 #d3d1c5 #808080;
  border-style: solid;
  border-width: 1px;
  font-size: 11px;
  font-weight: 700;
  height: 27px;
  padding-left: 5px;
  width: 230px;
}
.prod-search-button {
  background-color: #d3d1c5;
  border: medium none;
  color: #114f93;
  font-size: 11px;
  font-weight: 700;
  height: 31px;
  margin-left: -6px;
  text-transform: uppercase;
}
#prod_search_block {
	float:right; height:80px
}
#prod_search_block  > form  > div {
	float:right;
	text-align:right
}
.utrTitle{
	padding-left:40px;
}
#sidebar {
  display: block;
  float: left;
  height: 100%;
  margin: auto;
  width: 260px;
}
#sidebar > ul {
  border: 1px solid #ccc;
  display: block;
  margin: auto 0 !important;
  padding: 0;
  position: relative;
  top: 0;
  width: 260px;
  list-style-type: none;
}
#sidebar > ul > li {
    padding: 0;
}
#sidebar > ul > li > a, #sidebar > ul > li > span  {
  background: url("/images/icons/supplier-nav-arrows.png") no-repeat scroll 235px 14px #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 1.2em;
  list-style-type: none;
  margin: auto;
  padding: 15px !important;
  position: relative;
  text-decoration: none;
  width: 230px;
}
#img_logo {
 max-width: 230px;
 max-height:80px;
width: auto;
height:auto;
}
#sidebar > ul > li > a:hover, #sidebar > ul > li > span:hover  {
background: url("/images/icons/supplier-nav-arrows.png") no-repeat scroll 235px 14px #C5DDF9;
}
#sidebar > ul > li >  ul {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 97%; 
  top: -9999em; 
  background: #fff;
  border: solid 1px #ccc;
  padding:10px;
  box-shadow: 0.5em 1em 1em #666; 
/*анимация для выпадающих блоков*/
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  margin: -10px -20px 0 0; 
  min-width: 400px; 
  width: auto; 
  list-style-type: none;
}
#sidebar > ul > li:hover > ul  {
  top: 100px; /*показываем выпадающие блоки*/
  opacity: 1;
}
#sidebar > ul > li >  ul > li{
 padding:5px;
 
}
.category  ul li {
    background: none repeat scroll 0 0 #e0e4e9;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
}
.category  ul {
    margin-left: 0;
    margin-top: 0;
	padding-left:0 !important;
}
.category  {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
	width: 100px;
}
.category ul li a {
    display: block;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
	text-align: left;
	width: 184px;
}
.directory-menu {
margin-top: 20px;
background: #E0E4E9;
text-align: center;
}
.directory-menu ul li {
display: inline-block;
padding: 0;
zoom: 1;
}
.directory-menu ul li a {
text-decoration: none;
font-weight: bold;
display: block;
padding: 6px 10px;
}
.directory-menu a:hover, .directory-menu ul li a.selected, .directory-menu ul li a.selected:hover {
    background-color: #0183c1;
    color: #fff;
}
.mfr_header h4 {
text-align: left;
color: #2963a9;
font-weight: bold;
padding: 5px 0 5px 5px;
text-transform: uppercase;
background-color: #E0E4E9;
margin: 0 0 10px 0!important;
border-bottom:0 !important;
}
.mfr_header h4 a {
text-decoration: none;
color: #336699;;
font-size: 12px;
padding: 2px;
}
.prod_list {
    display: block;
    text-align: left;
}
.prod_list li {
    display: inline;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 255px;
	height: 30px;
	padding-right:5px;
}
.prod_list li  div{
margin: 5px;
}
.prod_list li  div a{
text-decoration:none;
white-space: nowrap;
}
.prod_utr{
    background: url("/images/icons/logo_uni.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.prod_utr div a{
	font-weight:700;
	padding-left:25px;
}
.mfr_header_anch{
position: relative; top: -67px;
}
/* end производители*/
   .ui-tooltip-content, .ui-state-highlight {font-size:12px;}
   .cl_helper {
    position: fixed; 
    right: 0; bottom: 0; 
    padding: 10px; 
    width: 230px; 
	z-index:100;
	border: 1px solid gray;
	border-radius: 5px;
	background-color:#f5f5f5;
	margin:10px;
	box-shadow: 2px 2px 5px 0 #cbcadc;
	cursor:pointer;
	background: url('/images/icons/sos.png') no-repeat right #eee;
	padding-right: 38px;
   }
   .cl_helper_:hover {
    padding: 10px; 
    width: 230px; 
	border: 1px solid gray;
	border-radius: 5px;
	margin:10px;
	box-shadow: 2px 2px 5px 0 #cbcadc;
	padding-right: 38px;
	background: url('/images/icons/sos.png') no-repeat right #eee;
   }  
   .cl_helper_ {
   padding: 10px;
    position: fixed; 
    right: 0; bottom: 0; 
    height: 32px; 
	width: 40px; 
	z-index:100;
	margin: 10px 11px 11px;
	cursor:pointer;
	background: url('/images/icons/sos.png') no-repeat right transparent;

   }
   
#leftcolumn-region-block {
	position:relative;
	text-align:center;
	background-color: #DCECFF;
	border:1px solid #2F7DD5;
	padding-bottom: .4em;
}
#leftcolumn-region-selector {
	font-size:120%;
	border:none;
	width:130px;
	display:none;
}
#leftcolumn-region-title {
	font-size:120%;
	color:#2F7DD5;
	border-bottom:1px dotted #2F7DD5;
	cursor:pointer;
}
#leftcolumn-region-confirm {
	color:red;
	border-bottom:1px dotted red;
	cursor:pointer;
}
#leftcolumn-region-office {
	position:relative;
	height:34px;
	text-align:center;
	background-color: #DCECFF;
	border:1px solid #2F7DD5;
	padding:.4em;
	padding-left:3em;
	margin-top:.5em;
	margin-bottom:15px;
}
.leftcolumn-region-image {
	position:absolute;
	left:5px;
	top:2px;
	display:none;
}
.leftcolumn-region-office-city {
	display:none;
	font-size:120%;
	color:#2F7DD5;
	height:1.6em;
}
/* order*/
label.error {
  color: red;
  font-size: 10px;
}
.msgbody input.field_1 {
	font-size: 12px !important;
}

.border_red{
	border-color:red !important;
}
.css3-button {
    display: inline-block;
    zoom: 1; /* хак IE7 для display: inline-block*/
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .5em .5em .55em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); /* CSS3: тень для текста */
    -webkit-border-radius: .5em; /* CSS3: закругление границ для Safari, Chrome */
    -moz-border-radius: .5em; /* CSS3: закругление границ для FireFox */
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); /* CSS3: тень элемента для Safari, Chrome */
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); /* CSS3: тень элемента для FireFox */
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

/* Стиль кнопки при наведении */
.css3-button:hover {
    text-decoration: none;
}

/* Стиль кнопки при нажатии */
.css3-button:active {
    position:relative;
    top:1px;
    left: 1px;
}

/* Стиль, описывающий цвет и фон */
.blue {
    color: #DDEEFF;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -o-linear-gradient(#00adee, #0078a5); /* CSS3: фон с градиентом для Opera 11+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5)); /* CSS3: фон с градиентом для Safari, Chrome */
    background: -moz-linear-gradient(top,  #00adee,  #0078a5); /* CSS3: фон с градиентом для FireFo 3.6+ */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5'); /* CSS3: фон с градиентом для IE */
}

.blue:hover {
    background: #007ead;
    background: -o-linear-gradient(#0095cc, #00678e);
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    color: #fff;
}

.blue:active {
    color: #80bed6;
    background: -o-linear-gradient(#0078a5, #00adee);
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.blue_checked {
    color: #80ffff;
    background: -o-linear-gradient(#0078a5, #00adee);
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
    font-weight:bolder;
}

.blue_disabled {
    color: #808080;
    background: #BCC5D6;
    border: solid 1px #A7AFBF;
    cursor:not-allowed;
    text-shadow:none;
}
.blue_disabled:hover {
    color: #808080;
    background: #BCC5D6;
}
.blue_disabled:active {
    position:relative;
    top:0;
    left:0;
}

.selectors-block {
    width:100%;
    text-align:center;
    border-bottom:1px solid #aaa;
    margin-bottom: 6px;
    padding-bottom:4px;
}
.msgbody {
    margin-top:30px; font-size: 12px; font-family: Arial,Helvetica; margin-bottom: 2px;
}

.additional-info {
    color:red;
    text-align:center;
    margin:4px;
    padding:6px;
    border:1px solid #faa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); /* CSS3: тень элемента для Safari, Chrome */
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); /* CSS3: тень элемента для FireFox */
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    display:none;
}

.button_disabled {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:bold;
    border: 1px solid gray;
    border-top-color:#eee;
    border-left-color: #eee;
    background-color:#ddd;
    color:#777;
}

#conf_z, .modal_window {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 950px;
    border: 5px solid #336699;
    background-color: #fff;
    display: none;
}
.modal_window_table {
    text-align:center;
    margin:1px auto;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #777;
}
.modal_window_table {
    background-color: #fff;
    padding: 3px;
}
.modal_window_table th {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 3px;
    color: #000;
    background-color: #DCEBFE;
}

/***                       C A T A L O G                        ***/

.catalog_param_toggled {
    /*display:none;*/
    /*visibility: collapse;*/
}
.catalog_param_untoggled {
    position:relative;
}
.price_table {
    width:100%;
    border:none;                
}
.price_table tr td {
    width:100%;
    border:none;  
    text-align:left;
}
.price_table strong  {
    font-size:10px;
}
.price_table tr td.price_table_qnt {
    padding-left:8px;
    text-align:right;
    color:#555555;
    /*cursor: pointer;*/
}
.leftalign {
    text-align:left;
    padding:4px;
}
.th_nalichie {
    border-right: 3px solid #EDEDED;
}
.mark_common {
    display:block;
    padding:1px;
    margin-top:1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:help;
}
.rohs_mark {
    color:red;
    border: 1px solid red;
}
.year_mark {
    color:green;
    padding: 1px 3px;
    border: 1px solid green !important;
    cursor:help;
}
.i_mark {
    margin: 0 auto;
    color:#900;
    border: 1px solid #336699;
    text-decoration:none;
    text-transform:uppercase;
    cursor: pointer;
}
.pdf_mark {
    margin: 0 auto;
    color:#900;
    border: 1px solid #336699;
    text-decoration:none;
    text-transform:uppercase;
    cursor: pointer;
}
.partnumber {
    border:none;
    margin:0;
    padding:0;
    width:100%;
    border:none;           
}
.partnumber_1 {
    font-size:11px;
    width:100%;
    padding-right:3px;
}
.partnumber_2 {
    text-align:center;
}
.partnumber_2 a {
    text-decoration:none;
}
.cur_hand {
    cursor:pointer;
}
.disp_qntx {
    height:30px;
    width:100%;
    text-align: center;
    vertical-align:middle;
    position:relative;
}
.disp_qntx strong {
    display:block;
    vertical-align:middle;
}
.btn_requester {
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    float:left;
    text-align: center;
    vertical-align: bottom;
    cursor:pointer;
}
.can_request {
    /*background-image: url(/images/icons/16-refresh.png);*/
    background-repeat:no-repeat;
    background-position: bottom center;
    /*cursor:pointer;*/
    cursor:url(/images/icons/16-refresh.png);
}

.but3 {
    background-color: #DDDDDD;
    border-color: #EEEEEE #808080 #808080 #EEEEEE;
    border-style: solid;
    border-width: 1px;
    color: #336699;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-right: 5px;
    padding-left: 19px;
    text-align: left;
    width: 163px;
}


/***                        B A S K E T                         ***/
.showbyjs {
    display: none;
}
.col-st, .col-st span {
    display: none;
}
.col {
    background-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    vertical-align:top;
    text-align:center;
}
.col-head {
    border-bottom: 1px solid #EDEDED;
    color: #000000;
    border-left: 1px solid #FFFFFF;
    text-align:center;
    background-color: #DCEBFE;
}
.row-stocks-centre {
    color:green;
}
.row-stocks-office {
    color:green;
}


/***                        O R D E R                         ***/

.address_item {
    border:1px dotted #E3E3E3;
}
.address_item:hover {
    background-color: #E3E3E3;
}
.address_item_active {
    background-color: #EDE3DA;
}
#addr_street {
    width:98%;
}
#check_addr_text {
    font-weight: bold;
}
#check_delivery_id {
    display:none;
}
.input_new_addr {
    display:none;
}
.preloader {
    display:none;
    text-align:center;
}


.dotter {
text-decoration:none;
border-bottom: 1px dotted blue;
}
.pointer {
	cursor:pointer;
}
/* из sign*/

.sign-step-block {
    display:none;
    border:1px solid #efefef;
    padding:4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1em;
}
.sign-step-title {
    font-weight: bold;
}
.sign-indicator {
    display:block;
    width:200px;
    /*height:1em;*/
    float:left;
    text-align:left;
    color:red !important;
}
.but[disabled=disabled] {
    color:#666;
}
.sign-select-acc {
    text-decoration: none;
    border-bottom: 1px dotted blue;
}
#sign-form input[type=email] {
    width:200px;
}
#sign-form input[type=password] {
    width:150px;
}
#sign-data input[type=text] {
    width:250px;
}
#sign-confirm-email {
    font-style:italic;
}


.but {
    font-size: 11px;
    height: 19px;
    margin-top: 8px;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* Simplemodal
-----------------------------------------------------------------------------*/
.win_closer span {
    vertical-align:60%;
}
#simplemodal-container a.modalCloseImg {
    background:url(/img/x.png) no-repeat; /* adjust url as required */
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-18px;
    cursor:pointer;
}
#simplemodal-container {
    border:1px solid #ddd;
    background-color: #fff;
    min-width: 500px;
    min-height: 500px;
    padding:20pt;
    z-index: 6000;
}
#simplemodal-data {
    z-index: 600;
}
.simplemodal-wrap {
    overflow-x:hidden;
}
.simplemodal-winscroller {
    overflow-x:auto;
    overflow-y:hidden;
}
* html #simplemodal-container a.modalCloseImg {
    background:none;
    right:-14px;
    width:22px;
    height:26px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/img/x.png', sizingMethod='scale'
        );
}
/* для страниц корзины/
* { margin:0; padding:0; } */
html, body, #wrap { height: 100%; min-width:988px; }
body > #wrap {height: auto; min-height: 100%;}
#main { padding-bottom: 90px; }  /* must be same height as the footer */
#footer { 
        position: relative;
    margin-top: -90px; /* negative value of footer height */
    height: 90px;
    clear:both;} 
/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#need_help {
  background: url("/images/top-offices-bg.png") repeat-x scroll 0 0 / cover  #ffffff;
  font-size: 15px;
  font-weight: 700;
  height: 94px;
  opacity: 0.8;
  padding: 0.8em 0.5em 0.5em;
  position: absolute;
  right: 1px;
  text-align: left;
  top: 0;
  width: 220px;
}
.help_phone {
	font-size:12px;
	padding-top: 5px;
}
#main-content {
	margin:20px;
}

/* 
из catalogs.css
*/
input.blue-button, a.blue-button, .ui-button, #btnConfirm , span.blue-button{
    background: url("/images/icons/sprite_btn.png") repeat-x scroll 0 0 #004b85;
    border: 1px solid #004b85;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 15px;
    margin: 0 2px;
    padding: 2px 10px 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	text-decoration: none;
	margin-top: 3px;
}

.update_icon {

 background: url('/images/icons/blue_refresh_icon.png') top right no-repeat;
}
.dms_btn{
cursor:pointer;
}

#catalog-maintable {
    width:auto;
    font-size: 10px;
    background-color: #eee;
}
#catalog-maintable tr {
    background-color: #fff;
}
#catalog-maintable tr.catalog-maintable-line-new {
    background-color: #afeed4;
}
#catalog-maintable th {
    color: #336699;
    font-weight: 700;
    background-color: #DCEBFE;
}
#catalog-maintable th select {
    width: 100%;
}
#catalog-maintable td {
    color: #336699;
    text-align: center;
}
#catalog-maintable td table tr {
    background: none;
}
.catalog-maintable-checkbox {
    text-align: center;
    background-color: #EDEDED;
}
.catalog-maintable-name {
    text-align: left;
	max-width:250px;
}
.catalog-maintable-price {
    width: 100%;
    font-size: 9px;
    text-align: right;
}
.catalog-maintable-price-qnt {
    font-style: italic;
    padding-left: 8px;
    text-align: right;
    color: #555555;
}
.catalog-maintable-qnt-refresh {
    text-decoration: none;
}
.catalog-maintable-dms {
    color:#878888;
}
/* витрина, главная страница****************/ 
 .adv{color: #209520;}
            .adv a{color: #209520; font-size: 11px; font-family: Verdana;text-decoration: none;}
            .adv a:hover{color: #209520; font-size: 11px; font-family: Verdana;text-decoration: none;}
            #linker {
                width: 100%;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }
            #linker td {
                height:2em;
                text-align:center;
            }
            #linker td a {
                color:#fff;
                font-weight: bold;
                text-decoration: none;
            }
            #linker_link_1 {
                background-color:#FFB459;
            }
            #linker_link_1:hover {
                background-color:#DC9B4D;
            }
            #linker_link_2 {
                background-color:#629EE3;
            }
            #linker_link_2:hover {
                background-color:#5B93D3;
            }
            #linker_link_3 {
                background-color:#8ac6c4;
            }
            #linker_link_3:hover {
                background-color:#80B8B6;
            }
            #linker_link_4 {
                background-color:#9c9c9c;
            }
            #linker_link_4:hover {
                background-color:#909090;
            }
            h3 {
                font-size: 14px;
                font-weight: 700;
                margin-bottom: 0;
                margin-top: 0;
                padding-left: 20px;
                padding-top: 5px;
            }
            .tbg1{
                /*border-left: 2px solid #0c58ae;*/
                border-bottom: 2px solid #0c58ae;
            }
            #vitr_list {
                display: block;
                text-align: center;
            }
            #vitr_list li {
                border: 1px dotted #EFEFEF;
                display: inline;
                float: left;
                height: 132px;
                margin: 5px;
                overflow: hidden;
                position: relative;
                text-align: center;
                width: 255px;
            }

            #vitr_list li a {
                text-decoration: none;
            }

            #vitr_list img {
                height: 99px;
                margin-top: 10px;
                max-width: 180px;
            }
           /* #vitr_list p {
                bottom: 1px;
                cursor: pointer;
                left: 0;
                margin: auto;
                position: absolute;
                text-align: center;
                width: 100%;
            }*/
/* mailchimp************************************************/
#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}
/* УТР**************************************************/
.ver11 h1 {
    color: #1e67b9;
    font-size: 130%;
    font-weight: 700;
    padding-bottom: 17px;
    padding-top: 8px;
	text-transform: uppercase;
}
.ut-menu-block {
    width:100%;
    margin-bottom:-1px;
    border:1px solid #1E67B9;
    position: relative;
    min-height:80px;
    overflow:visible;
    /*cursor:pointer;*/
}
.ut-menu-block-header {
    padding:5px;
    margin-top:1px;
    margin-left:45px;
    text-align:left;
    font-weight:bold;
    font-size:120%;
    cursor:pointer;
}
.ut-menu-block-desrc {
    margin-top:0;
    padding:1em;
    padding-top:0;
    padding-right:100px;
    padding-left:50px;
}
.ut-menu-block-entry {
    display:none;
    /*border-top:1px dotted #bbb;*/
    margin:0 1em;
}
.ut-menu-block-icon {
    position:absolute;
    right:4px;
    top:5px;
}
.ut-menu-block-toggler {
    position:absolute;
    left:4px;
    top:30%;
    background-image:url(/img/unique/toggler-on.png);
    background-position: top center;
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    cursor:pointer;
}
.ut-menu-block-toggler-on {
    background-image:url(/img/unique/toggler-off.png);
}
.ut-table-block {
    /*text-align:right;*/
	margin-bottom: 20px;
	
}
.ut-table-logo {
    height:50px;
}
.ut-table-items {
    background-color: #ddd;
    border-collapse: separate;
    border-spacing:1px;
    margin-bottom: 20px;
}
.ut-table-items td {
    padding: 4px;
    background-color: #fff;
}
.ut-table-items-header {
    text-align:center;
    color:#777;
}
.ut-table-items-img, .ut-table-items-img img {
    text-align: center;
    width:80px;
}
.table-items-img, .table-items-img img {
    text-align: center;
    width:100px;
}
.ut-table-items-name {
    font-size: 120%;
    font-weight: bold;
}
.ut-table-items-descr {
    width:300px;
}
.ut-table-items-infos {
    text-align: center;
    font-size: 90%;
}
.ut-table-items-infos a {
    text-decoration: none;
}
.ut-table-items-price , .ut-table-items-delivery {
    text-align: center;
}
.ut-table-items-stock {
    cursor:pointer;
}
.clear {clear:both;}

.brands-list-details {
    display:none;
}


.mark_common {
    display:block;
    padding:1px;
    margin: 2px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration:none;
    text-transform:uppercase;
    cursor: pointer;
}
.pdf_mark {
    color:red;
    border: 1px solid red;
}
.i_mark {
    color:#900;
    border: 1px solid #336699;
}
/* УТР**************************************************/
.product_price {
    border: 1px solid #cbcadc;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0 #cbcadc;
  /*  height: 215px;*/
    padding: 10px;
	width: 200px;
	text-align: center;
	color: #336699;
	margin-top: 55px
}
.info-price {
	font-size:12px;
	color: #336699;
}
.info-price td, .price_table td{
	text-align: right;
}
.info-price td strong{
	font-size:120%;
}
.prod_table, .price_table {
color: #336699;
font-size:12px;
}
.prod_table th{
color: #336699;
font-size:120%;
font-weight:700;
}
.buy_inp {
height:25px !important;
font-weight: 700;
}
.dms_but {
border-bottom: 1px dashed #336699;
cursor:pointer;
}
.head_price_tab {
border-bottom: 1px solid #336699; vertical-align:bottom; height:20px;
}
.input_price_tab {
vertical-align:bottom; 
height:50px;
text-align: center;
}

@font-face {
    font-family: 'als_rublregular';
    src: url('/css/fonts/rouble-webfont.eot');
    src: url('/css/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/rouble-webfont.woff') format('woff'),
         url('/css/fonts/rouble-webfont.ttf') format('truetype'),
         url('/css/fonts/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.rubl{font-family:als_rublregular;}
.header-content {
	height: auto !important;
    line-height: 32px;
    margin: 0 auto;
    min-height: 100%;
/*    min-width: 1280px;
//    width: 1024px;*/
}

.header-top-line {
    background-color: #629ee3;
    border-bottom: 5px solid #2f7dd5;
    color: white;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
   /* overflow: hidden;*/
position: fixed;
top: 0;
width: 100%;
z-index: 100;
/*box-shadow: 0px 0px 5px 3px rgba(50, 50, 50, 0.75);*/
/*box-shadow: 0px 2px 16px 0px #8f8a95;*/
}
.header-top-line2 {
    background-color: #0c58ae;
    color: white;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    margin-left: 15px;
    overflow: hidden;
	display:none;
position: fixed;
top: 32px;
width: 100%;
z-index: 100000;
box-shadow: 0px 2px 16px 0px #8f8a95;
background-image:url('/images/menu_bg.gif');
}
.header-top-line2_add {
	position: fixed;
	top: 32px;
	z-index: 1;
	box-shadow: 0px 2px 16px 0px #8f8a95;
}
.header-city {
    float: left;
    height: 32px;
    margin-left: 30px;
    position: relative;
    width: auto;
	color: white;
}

.header-phone {
    float: left;
    margin-left: 35px;
    width: auto;
	display:none;
	color: white;
}
.header-phone a {color: white;}

#header-cart, #cart-top {
    float: right;
    line-height: 32px;
    margin-right: 30px;
    width: auto;
	color: white;
}

#header-search {
    float: left;
	margin-left: 35px;
	display:none;
	
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
}
.top-region-title {
    border-bottom: 1px dotted #114f93 !important;
    color: #114f93 !important;
    cursor: pointer !important;
    font-size: 120% !important;
    font-weight: 700 !important;
}
.cart-header-counter{
height:30px;
width:43px;
background-image: url('/images/icons/backet_ecommerce1.png');
background-repeat: no-repeat;
background-position: right center;
float:left;
}
.cart-header-counter-empty{
height:30px;
width:35px;
background-image: url('/images/icons/backet_ecommerce1.png');
background-repeat: no-repeat;
background-position: right center;
float:left;
}
.cart-header-total{
float:left;
cursor:pointer;
margin-left: 7px;
}
.cart-header-total-empty{
float:left;
margin-left: 7px;
}
.cart-counter{
background-color: #dcecff;
height:19px;
width:19px;
border:1px solid #dcecff;
border-radius: 10px;
color:#114f93;
line-height:18px;
font-size:12px;
text-align:center;
margin-top:10px;
}

#cart-submit {
    background: none repeat scroll 0 0 #114f93;
    border: 1px solid #cbcadc;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-left: 4px;
    padding: 1px 10px;
    width: auto;
}
.b-cart{
	height:25px;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	box-shadow:none;
	padding:0px 9px 0px 9px;
}
.cart-header-counter{
cursor:pointer;
}
#top-top-search-button {
    box-shadow: none;
	border: 1px solid #cbcadc;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-left: -4px;
    padding: 1px 10px; 
	width: auto;
	background: #114f93;
    border-radius: 0 5px 5px 0;
	color: #ffffff;
    display: inline-block;
}
#top-top-search-input {
	border: 1px solid #cbcadc;
    border-radius: 5px 0 0 5px;
    color: #336699;
    height: 20px;
    line-height: 20px;
    width: 200px;
	padding-left: 7px; 
	padding-right: 7px; 
	padding-bottom: 0px;
	padding-top: 0px;
}
.dms_but {
	cursor:pointer !important; 
}
#ajax_loader{
position:fixed;
display:none;
background: url('/images/icons/opc-ajax-loader.gif');
    top: 50%;
    left: 50%;
    width:64px;
    height:64px;
    margin-top: -32px; 
    margin-left: -32px; 
z-index: 200;
}
.logo_pdf{
	background: url('/images/icons/pdf_icon.gif');
	display: inline-block;
    height: 16px;
    margin-right: 5px;
    text-decoration: none;
    vertical-align: -2px;
    width: 16px;
}
.logo_srh{
	background: url('/images/icons/Google-Search-icon.png');
	display: inline-block;
    height: 16px;
    margin-right: 5px;
    text-decoration: none;
    vertical-align: -2px;
    width: 16px;
}
ul.pdf_ul {
    list-style: none outside none;
}
ul.pdf_ul li{
	height:22px;
}
 .tabs {
  position: relative;
  min-height: 300px; 
  clear: both;
  margin: 25px 0;
}

table.part-info {
	color: #336699;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
	border-collapse: separate;
    border-spacing: 0 3px;
}

table.part-info th {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAABmZmZ+SwYRAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjEGAAAwAAeAARmulbxAAAAABJRU5ErkJggg==") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    padding: 0 20px 0 0;
    font-weight: normal;
    max-width: 250px;
    text-align: left;
    vertical-align: bottom;
}
table.part-info th .par_name {
    background: none repeat scroll 0 0 #fff;
    padding: 0 3px 0 0;
}

.tabs1 {
border: 0px solid #aaa !important;
}
.tabs1 .ui-widget-header {
border: 0px solid #aaa !important;
}
.tabs_line {
  background: url("/images/icons/bg_line.png") repeat-x scroll 100% 100% #fff !important;
  width:100%;
  padding-bottom: 1px !important;
}
h4 {
    color: #336699;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
	font-weight:700;
	border-bottom: 2px solid #445E8D;
	
}
a.thumb img{
    margin-left: 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
}
a {color: #336699;}
a img {border:none;}
a.vlink{color: #336699;}

#top-offices-block {
    background: url("/images/top-offices-bg.png") repeat-x scroll 0 0 / cover #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    height: 88px;
    opacity: 0.7;
    padding: 0.8em 0.5em 0.5em;
    position: absolute;
    right: 1px;
    text-align: left;
    top: 0;
    width: 220px;
}
#top-offices-block a {
    color: #083D78;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
#top-offices-block div {
    margin-top:4px;
    font-size:90%;
    font-weight:600;
    display:none;
}
#top-offices-block span {
    display: block;
    font-size: 15px;
    margin-top: 8px;
}
#top-search-block {
    font-size: 100%;
    left: 120px;
    position: absolute;
    text-align: center;
    top: 42px;
    width: 320px;
}
#top-search-input {
    border-color: #808080 #D3D1C5 #D3D1C5 #808080;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    font-weight: 700;
    height: 27px;
    padding-left: 5px;
    width: 230px;
}
#top-search-button {
    background-color: #114F93;
    border: medium none;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    height: 27px;
    margin-left: -6px;
    text-transform: uppercase;
}
div#top-search-block label {
    font-size: 10px;	
}
#top-ushki-block {
    position: absolute;
    right: 90px;
    top: 46px;
    width: 500px;
    display:none;
}

.tah10 {
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
    color: #336699;
}
.tah11 {
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    color: #336699;
}
.ver10 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #336699;
}
.ver11 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #336699;
}
.ver11_m1 {
    margin-bottom:3px;
}
.ver12 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #336699;
}
.tah9 {
    font-family: Tahoma;
    font-size: 9px;
    text-decoration: none;
    color: #336699;
}
.ver9 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #336699;
}
.ver91 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    border-bottom: 1px solid #EDEDED; 
    color: #336699; 
    border-right: 1px solid #EDEDED;
}
.tah12 {
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #FFFFFF;
}
.bluec{color: #336699;}
.mp0{
    margin: 0px; padding: 0px;
}
.bgtop {
    background-repeat: no-repeat;
    background-position: bottom;
}
INPUT.field {
    BORDER-BOTTOM: 1px #D3D1C5 solid; BORDER-RIGHT: 1px #D3D1C5 solid; 
    BORDER-TOP: 1px #808080 solid; BORDER-LEFT: 1px #808080 solid;
    FONT-SIZE: 11px; COLOR: #202020; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff;
}
TEXTAREA.field {
    BORDER-BOTTOM: 1px #D3D1C5 solid; BORDER-RIGHT: 1px #D3D1C5 solid; 
    BORDER-TOP: 1px #808080 solid; BORDER-LEFT: 1px #808080 solid;
    FONT-SIZE: 11px; COLOR: #202020; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff;
}
INPUT.but {
    BORDER-BOTTOM: 1px #808080 solid; BORDER-RIGHT: 1px #808080 solid; 
    BORDER-TOP: 1px #EEEEEE solid; BORDER-LEFT: 1px #EEEEEE solid; 
    FONT-SIZE: 10px; COLOR: #336699; font-weight: bold; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #dddddd;
}
INPUT.but1 {
    BORDER-BOTTOM: 1px #808080 solid; BORDER-RIGHT: 1px #808080 solid; 
    BORDER-TOP: 1px #EEEEEE solid; BORDER-LEFT: 1px #EEEEEE solid; 
    FONT-SIZE: 10px; COLOR: #336699; font-weight: bold; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #dddddd;
    text-align: left; padding-left: 30px; width: 300px;
}
INPUT.but2 {
    BORDER-BOTTOM: 1px #808080 solid; BORDER-RIGHT: 1px #808080 solid; 
    BORDER-TOP: 1px #EEEEEE solid; BORDER-LEFT: 1px #EEEEEE solid; 
    FONT-SIZE: 10px; COLOR: #336699; font-weight: bold; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #dddddd;
    text-align: left; padding-left: 30px; width: 230px; 
}
IMG.TblH{height: 100%;}
.company { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF ; font-weight: bold; text-indent: 15pt }
.company_a { color: #FFFFFF ; text-decoration: none}
.select_small{
    font-family: Verdana; 
    font-size: 10px;
}

.table01{
    padding: 0 15px 0 10px;
}
.table02{
    border-left: 1px solid #EDEDED;
}


.decnone{
    text-decoration: none;
}


.ver11_1 {
    font-family: Verdana; 
    color: #336699; 
    font-size: 10px; 
    margin-top: 5px;
    margin-bottom: 0px;
}
.ver11_2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding:3; 
    color: #ffffff;
}
.ver11_3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding:3; 
    color: #ffffff;
}
.ver11_4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #336699; 
}
.ver11_5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 5; 
    font-size: 10px; 
    color: #535E62;
}
.ver11_6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding:3; 
    color: #ffffff;
}

.ver11_7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px; 
    background-color: #8EB8E8; 
    color: #ffffff; 
    font-size: 10px;
}
.ver11_8 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #396D8E; 
    margin-left: 10px;
}
.ver11_9 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #336699; 
    text-decoration: none;
}
.ver11_10 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff; 
    text-decoration: none;
}
.ver11_11 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding:0; 
    color: #9C9C9C;
}
.ver11_12 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px; 
    background-color: #9C9C9C; 
    color: #ffffff; 
    font-size: 10px;
}
.ver11_13 {
    padding: 2px; 
    margin-left: 8px; 
    background-color: #9C9C9C; 
    color: #ffffff; 
    font-size: 12px;
}
.ver11_14 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding:0; 
    color: #34A9A5;
}
.ver11_15 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;
    background-color: #8AC6C4; 
    color: #ffffff; 
    font-size: 10px;
}
.ver11_16 {
    padding: 2px; 
    margin-left: 8px; 
    background-color: #8AC6C4; 
    color: #ffffff; 
    font-size: 12px;
}
.ver11_17 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding:3; 
    color: #1E67B9;
}
.ver11_18 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #1566B5; 
    text-decoration: none;
}
.ver11_19 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 0 0 0 0;
}
.ver11_20 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1E67B9;
}


.ver9_1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #535E62;
    padding:3; 
}
.ver9_2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #535E62;
}
.ver9_3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    padding:5; 
    color: #545D64;
}
.ver9_4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #336699;
    background-color: #DCEBFE; 
}
.ver9_5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #336699;
}
.ver9_6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #EDEDED;
    background-color: #DCEBFE; 
}
.ver9_7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #336699;
    border-bottom: 1px solid #EDEDED; 
    background-color: #DCEBFE; 
}
.ver9_71 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #336699;
    border-bottom: 1px solid #EDEDED; 
    border-right: 2px solid #ffffff; 
    background-color: #DCEBFE; 
}
.ver9_8 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #336699;
    border-bottom: 1px solid #EDEDED; 
    background-color: #DCEBFE; 
}
.ver9_9 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #000000;
    background-color: #EDEDED; 
}




.ver91_1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    border-bottom: 1px solid #EDEDED; 
    color: #336699; 
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}
.ver91_2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    border-bottom: 1px solid #EDEDED; 
    color: #336699; 
    border-right: 1px solid #EDEDED;
    background-color: #ffffff; 
    text-align: center;
}
.ver91_3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    /*border-bottom: 1px solid #EDEDED; /*мешает в каталоге*/
    color: #336699; 
   /* border-right: 1px solid #EDEDED;*/
    text-align: center;
}
.ver91_31 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    border-bottom: 1px solid #EDEDED; 
    color: #336699; 
    border-right: 3px solid #EDEDED;
    text-align: center;
}
.ver91_32 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    border-bottom: 1px solid #EDEDED; 
    color: #336699; 
    border-right: 3px solid #EDEDED;
    text-align: center;
    cursor: url(hand.png), pointer; 
}

.ver91_4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    border-bottom: 1px solid #EDEDED; 
    color: #336699; 
    border-right: 1px solid #EDEDED;
    text-align: justify;
}

.forms{
    margin-top: 0; margin-bottom: 0;
}

.tah12_1 {
    font-family: Tahoma;
    color: #535E62; 
    font-size: 10px; 
    text-decoration: underline;
}


.copyright{
    color: #74787B; 
    font-size: 10px;
}

.div01{
    padding: 2px; margin-left: 8px; background-color: #8EB8E8; color: #ffffff; font-size: 12px;
}
.div02{
    padding: 2px; margin-left: 8px; background-color: #5B6D95; color: #ffffff; font-size: 12px;
}