@font-face {
	font-family: 'helioscond';
	src: url('../fonts/helioscond_bold.eot');
	src: url('../fonts/helioscond_bold.eot') format('embedded-opentype'),
	url('../fonts/helioscond_bold.woff') format('woff'),
	url('../fonts/helioscond_bold.ttf') format('truetype'),
	url('../fonts/helioscond_bold.svg#HeliosCondBold') format('svg');
 }

@font-face {
	font-family: 'helioscond_normal';
	src: url("../fonts/HeliosCondLight.eot"); /* EOT for IE */
 }

@font-face {
	font-family: 'helioscond_normal';
	src: url('../fonts/2/helios-cond-light-1361845490.woff') format('woff'); /* TTF for CSS3 */
 }

.clear {clear: both;}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	color: black;
	font-size: 15px;
	line-height: 18px;
	font-family: arial;
        -webkit-text-size-adjust: 100%;
 }

#current_date, #reg_company {
	color: white;
	font-weight: bold;
	font-family: arial;
	border: 1px solid #0a397f;
	background-color: #0b4292;
	border-radius: 2px;
	box-shadow: inset 0px 0px 1px rgba(0,0,0,0.2);
 }

#current_date {
	height: 18px;
	padding: 3px 10px;
	display: inline-block;
 }

.m-header {
	text-align: center;
	overflow: hidden;
	margin: auto;
	background: url("design/header_bkg.jpg") repeat-x scroll 0 0 transparent;
	height: 30px;
 }

.m-header-loupe {float: left;}

	.m-header-loupe a {}

.m-list {float: right;}

	.m-list:hover {
		background: url("design/mobile_list_over.jpg") no-repeat scroll 0 0 transparent;
		height: 30px;
		width: 35px;
	 }

	.m-list img {}

.b-wrp-logo {
	background: url("design/header2_bkg.gif") repeat-x scroll 0 0 transparent;
	height: 52px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	text-align: center;
 }

	.b-wrp-logo a {
		margin-top: 9px;
		display: inline-block;
	 }

ul.m-sub_menu {
	padding: 0;
	margin: 0;
 }

	ul.m-sub_menu > li {
		list-style-type: none;
		min-height: 24px;
		padding: 0;
		margin: 0;
                background: url("design/m_sub_menu_top2.gif") repeat-x scroll 0 0,
                            url("design/m_sub_menu_bottom.gif") repeat-x scroll 100% 100%,
                            url("design/m_sub_menu_body.gif") repeat scroll;
                
              
                
	 }

		ul.m-sub_menu > li:hover {background: #dbdcdd;}
                ul.m-sub_menu > li:active {
                     background: url("design/m_sub_menu_top2_act.gif") repeat-x scroll 0 0,
                            url("design/m_sub_menu_bottom_act.gif") repeat-x scroll 100% 100%,
                            url("design/m_sub_menu_body_act.gif") repeat scroll;
                }
.mobile_switch_news.act_mobile_switch_news {background: url("design/menu_item_hover.gif") repeat-x scroll 0 0 transparent;}

ul.m-sub_menu > li:active {}

ul.m-sub_menu > li > a {
    /*
	font-family: helioscond;
        font-size: 12px;
    */
        font-family: arial;
        font-size: 81%;
	font-weight: bold;
	color: #00479d;
	text-decoration: none;
	padding-left: 9px;
	display: block;
	padding: 3px 0 3px 9px;
 }

.m-menu {width:100%;}
#action_map_show_hidden
{
    width:100%;
}
.m-menu-item {}

.m-menu-item-title {
	background: url("design/menu_item_arrow_down.gif") no-repeat scroll top right,
	url("design/header_bkg.jpg") repeat-x scroll 0 0 transparent;
	font-family: helioscond;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	padding: 6px 9px;
 }

.inl_blc {
	display: inline-block;
	*zoom: 1;
	*display: inline;
 }

#sudo_nav_body {}

.b-item-news {margin-top: 11px;}

.b-item-news-body {
	background: url("design/sep_news.gif") repeat-x scroll bottom left transparent;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
 }

.b-item-news-pict {/* overflow: hidden; */}

	.b-item-news-pict img {
		float: left;
		margin-right: 10px;
		display: block;
		width: 103px !important;
		position: relative;
		overflow: hidden;
	 }

.b-item-news-body-content {
	vertical-align: top;
	padding-left: 1px;
 }

.b-item-news-date {
	font-size: 10px;
	color: #a7a9ac;
 }

.b-item-news-title {}

	.b-item-news-title a {
		font-size: 14px;
		color: #00479d;
		font-weight: bold;
		font-family: helioscond;
		text-decoration: none;
	 }

.show_more.news {
	background: url('../design/show_more_left_normal.jpg') no-repeat 0 0,
	url('../design/show_more_right_normal.jpg') no-repeat 100% 100%,
	url('../design/show_more_content_normal.jpg') repeat-x;
	width: 100%;
	height: 44px;
	text-align: center;
	font-size: 17px;
	color: #939598;
	line-height: 44px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	font-family: helioscond;
	margin: 13px 0;
 }

	.show_more.news:hover {
		background: url('../design/show_more_content_hover.jpg') repeat-x;
		background: url('../design/show_more_left_hover.jpg') no-repeat 0 0,
		url('../design/show_more_right_hover.jpg') no-repeat 100% 100%,
		url('../design/show_more_content_hover.jpg') repeat-x;
	 }

	.show_more.news:active {
		background: url('../design/show_more_content_active.jpg') repeat-x;
		background: url('../design/show_more_left_active.jpg') no-repeat 0 0,
		url('../design/show_more_right_active.jpg') no-repeat 100% 100%,
		url('../design/show_more_content_active.jpg') repeat-x;
	 }

#build_menu .ui-icon-triangle-1-se {
	/*background: url("../design/downArrow_mobile.gif") no-repeat scroll 0 0 transparent;*/
        background:none;
	width: 35px;
	height: 22px;
	cursor: pointer;
	top: 0px !important;
	left: 0!important;
	float: right;
	position: relative!important;
        cursor:pointer!important;
 }

#build_menu .ui-icon-triangle-1-e {
	/*background: url("../design/rightArrow_mobile.gif") no-repeat scroll 0 0 transparent;*/
        background:none;
	width: 35px;
	height: 22px;
	cursor: pointer;
	top: 0 !important;
	left: 0!important;
	float: right;
	position: relative!important;
        cursor:pointer!important;
 }

#build_menu li {
	background: url("design/m_sub_menu_top2.gif") repeat-x scroll 0 0,
                    url("design/m_sub_menu_bottom.gif") repeat-x scroll 100% 100%,
                    url("design/m_sub_menu_body.gif") repeat scroll;
	padding: 0;
	margin: 0;
 }

	#build_menu li.act {background: url("../design/build_menu_bkg_l.png") repeat scroll 0 0 transparent;}

	#build_menu li.act2 {background: url("../design/build_menu_bkg_h.png") repeat scroll 0 0 transparent;}

#build_menu ul {
	padding: 0;
	margin: 0;
 }

.ui-widget-daredevel-checkboxTree li span {
	cursor: default!important;
	position: absolute!important;
	top: 13px!important;
	left: 966px!important;
 }

#build_menu   input[type="checkbox"] + label::before {
	content: "";
	display: inline-block;
	height: 28px;
	width: 28px;
	margin: 0 3px 0 0;
	background-image: url(../design/check2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: 9px;
 }

#build_menu   input[type="checkbox"] + label::before {background-image: url(../design/uncheck2.gif);}

#build_menu   input[type="checkbox"]:checked + label::before {background-image: url(../design/check2.gif);}

#build_menu   input[type="checkbox"] + label, 
        #build_menu   input[type="radio"] + label {
	font-weight: bold;
	color: #00479d;
	font-size: 13px;
	font-family: arial;
	display: inline-block;
	position: relative;
	bottom: 7px;
	height: 24px;
 }

#build_menu > ul > li > .tree_ul_li_title {font-weight: bold;}

.tree_ul_li_title {
	color: #00479d;
	font-size: 81%;
	font-family: arial;
	display: inline-block;
	position: relative;
	bottom: 7px;
	cursor: pointer;
 }

a.cat_cout {
	color: #a7a9ac!important;
	font-size: 100%;
	font-family: arial;
	text-decoration: none;
	padding-left: 5px;
 }

#see_all_build_menu {
	background: url("design/see_all_list.gif") repeat-x scroll 0 0 transparent;
	cursor: pointer;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.3);
	font-weight: bold;
	font-family: arial;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
 }

#copyright {
	background: url("design/bgk-copyright.gif") repeat-x scroll 0 0 transparent;
	font-size: 9px;
	color: white;
	text-align: center;
	height: 29px;
	font-family: arial;
 }

	#copyright a {
		color: white;
		padding-left: 2px;
	 }

#full_version {
	background: url("design/full_version.gif") repeat-x scroll 0 0 transparent;
	height: 26px;
	text-align: center;
	font-family: arial; /* padding-top: 0px; */
	font-size: 9px;
 }

	#full_version a {
		color: #00479d;
		line-height: 26px;
	 }

.main_menu {
	width: 240px;
	position: absolute;
	right: 0px;
	top: 30px;
	display: none;
 }

.main-menu-item {
	padding: 5px 0 5px 4px;
	margin: 0;
	background: url("design/m_sub_menu_top2.gif") repeat-x scroll 0 0,
                    url("design/m_sub_menu_bottom.gif") repeat-x scroll 100% 100%,
                    url("design/m_sub_menu_body.gif") repeat scroll;
	cursor: pointer;
 }

	.main-menu-item:hover {background: #dbdcdd;}

	.main-menu-item:active {
		background: url("design/m_sub_menu_top2_act.gif") repeat-x scroll 0 0,
                            url("design/m_sub_menu_bottom_act.gif") repeat-x scroll 100% 100%,
                            url("design/m_sub_menu_body_act.gif") repeat scroll;
	 }

	.main-menu-item a {
		font-family: helioscond;
		color: #00479d;
		font-weight: bold;
		text-decoration: none;
                display:block;
	 }

.m-menu .ui-state-default,.m-menu .ui-widget-content .ui-state-default,.m-menu  .ui-widget-header .ui-state-default {
	background: url("design/menu_item_arrow_down.gif") no-repeat scroll top right,
	url("design/header_bkg.jpg") repeat-x scroll 0 0 transparent;
	font-family: helioscond;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	padding: 6px 9px;
	border: 0;
	border-radius: 0;
        line-height: 14px;
        margin-top:0!important;
 }

.m-menu .ui-state-active, .m-menu .ui-widget-content .ui-state-active, .m-menu  .ui-widget-header .ui-state-active {
	background: url("design/menu_item_arrow_right.gif") no-repeat scroll top right,
	url("design/header_bkg.jpg") repeat-x scroll 0 0 transparent;
	font-family: helioscond;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	padding: 6px 9px;
        border: 0;
        border-radius: 0;
 }

.ui-accordion .ui-accordion-content {
	padding: 0 !important;
	border: none;
 }

.action_map_ya_map_mobile {
	width: 100%;
	height: 200px;
 }

.action_bar {
	height: 22px;
	background: url("design/bkg_action_map_search_mobile.jpg") repeat-x scroll right top transparent;
	position: relative;
	padding: 8px 6px;
 }

.sp_show_map {
	font-size: 10px;
	color: #00479d;
	font-weight: bold;
	font-family: helioscond
 }

.but_map {
	/*background: url('/design/but_map_left_mobile_normal.jpg') no-repeat 0 0,
	url('/design/but_map_right_mobile_normal.jpg') no-repeat 100% 100%,
	url('/design/but_map_body_mobile_normal.jpg') repeat-x;
 */
	height: 19px;
	font-size: 11px;
	color: #00479d;
	text-shadow: 1px 1px 1px rgba(1,1,1,.5);
	padding: 0px 4px;
	cursor: pointer;
	line-height: 19px;
	font-weight: bold;
	font-family: helioscond
 }

	.but_map.act_type_map {
		color: #fff;
		background: url('/design/but_map_left_mobile_hover.jpg') no-repeat 0 0,
		url('/design/but_map_right_mobile_hover.jpg') no-repeat 100% 100%,
		url('/design/but_map_body_mobile_hover.jpg') repeat-x;
	 }

.show_map, .hidden_map {
	background: url("design/shadow1.gif") repeat-x scroll 0 0 #FFFFFF;
	background: url("design/show_map_mobile.jpg") no-repeat scroll top center, url("design/shadow1.gif") repeat-x scroll 0 0 #FFFFFF;
	height: 35px;
	width: 100%;
	cursor: pointer;
	top: -1px;
	position: relative;
	margin-bottom: 6px;
 }

.hidden_map {background: url("design/hidden_map_mobile.jpg") no-repeat scroll top center, url("design/shadow1.gif") repeat-x scroll 0 0 #FFFFFF;}

.b-type-count {margin-top: 16px;}

.b-type-parent-company {
	margin-bottom: 11px;
	padding-left: 10px;
 }

.b-type-parent-company-header {
	font-size: 15px;
	color: #bcbec0;
 }

	.b-type-parent-company-header a {
		font-size: 18px;
		color: #00479d;
		text-decoration: none;
		font-weight: bold;
		font-family: helioscond;
	 }

.b-type-parent-company-body {
	margin: 14px 0;
	padding-left: 8px;
 }

.type_of_company_item {
	margin-right: 15px;
	color: #bcbec0;
	font-family: aria;
	font-size: 10px;
 }

	.type_of_company_item a {
		font-family: arial;
		font-size: 14px;
		color: #00479d;
		text-decoration: none;
		font-weight: normal;
	 }

	.type_of_company_item.inl_blc {display: block;}

.sep {
	background: url("/design/sep_news.gif") repeat-x scroll bottom left transparent;
	height: 1px;
 }

.b-item-of-concrete-value a
{
   color: #0041a8!important; 
}

.b-type-of-concrete-type-header {
	font-size: 30px;
	color: #00479d;
 }

.b-type-of-concrete-type-search {
	background-color: #f1f2f2;
	border-radius: 3px;
	margin-top: 36px;
	padding: 8px 0 8px 14px;
 }

.b-type-of-concrete-type-search-title, .b-type-of-concrete-type-search-city {
	font-family: arial;
	font-size: 13px;
	color: #939598;
 }

.b-type-of-concrete-type-header span {
	color: #939598;
	padding-right: 5px;
        padding-left:0!important;
 }

.b-items_of_concrete_type {margin-top: 33px;}

.b-item-of-concrete-type {margin-bottom: 27px;display:table;}

.b-item-of-concrete-type-pict {width: 50px;display: table-cell;margin-right:10px;}

.b-item-of-concrete-type-body {
	vertical-align: top;
	margin-left: 17px;
	padding-bottom: 24px;
        display: table-cell;
 }

.b-item-of-concrete-title {margin-bottom: 14px;}

	.b-item-of-concrete-title a {
		font-size: 17px;
		color: #00479d;
		text-decoration: none;
	 }

.b-item-of-concrete-param-prm-val {
	font-family: arial;
	font-size: 12px;
 }

.b-item-of-concrete-param {color: #6d6e71;}

.b-item-of-concrete-value {color: #939598;}

.suggest_about_problem {
	text-align:right;
        padding-right:1%;
	display: block;
	color: #e2e2e2;
	font-family: arial;
	font-size: 12px;
 }

.b-type-of-concrete-type-search input {
	font-family: arial;
	font-size: 13px;
	box-shadow: 0 0 4px rgba(1,1,1,.15);
	width: 190px;
	height: 20px;
	border: 0;
	border-radius: 3px;
	margin-right: 5px;
	color: #bcbec0;
	padding-left: 5px;
 }

.b-type-of-concrete-type-but-search {
	background: url('/design/concrete-type-search.jpg') no-repeat 0 0;
	width: 56px;
	height: 28px;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	cursor: pointer;
 }

.b-company-item
	{
		margin-top: 0px;
		padding-bottom: 30px;
                padding-left:6px;
                display:table;
	}
	
	.b-company-item-pict
	{
		width:50px;
		overflow:hidden;
                display:table-cell;
                padding-right:10px;
	}
	
	.b-company-item-pict img
	{
		max-width:50px;
	}
	
	.b-company-item-primary-info
	{
		vertical-align: top;
		width: auto;
		margin-left: 32px;
                display:table-cell;
	}
	
	.b-company-item-primary-title
	{
		font-size: 24px;
		color: #00479d;
		margin-top: 0px;
		line-height: 29px;
	}
	
	.b-company-item-primary-params
	{
		font-family:arial;
		margin-top: 19px;
	}
	
	.b-company-item-primary-params-item
	{
		vertical-align: top;
		margin-right: 40px;
                display: block;
	}

	.b-company-item-primary-params-item-prm
	{
		color:#6d6e71;
	}
	
	.b-company-item-primary-params-item-val
	{
		color:#939598;
	}
	
	.b-company-item-primary-params-item-val a
	{
		font-family:arial;
		font-size:12px;
		text-decoration:none;
		color:#2260aa;
	}
	
	.b-company-item-primary-type_of_company
	{
		font-family:arial;
		font-size:13px;
		color:#bcbec0;
	}
	
	.b-company-managers
	{
		margin-top:11px;
		padding-bottom:11px;
                padding-left:6px;
	}
	
	.b-company-managers :last-child
	{
		background:none;
		margin-right:0;
		padding-right:0;
	}
	
	.b-company-managers-item
	{
		background: url("design/vert_sep.gif") repeat-y scroll top right transparent;
		width: 210px;
		padding-right: 17px;
		margin-right: 17px;
		vertical-align:top;
	}
	
	.b-company-managers-item-post-par
	{
		font-size:17px;
		color:#00479d;
	}
	
	.b-company-managers-item-post-val
	{
		font-family:arial;
		color:#00479d;
		margin-top: 13px;
	}
	
	.b-company-managers-item-concrete-post-val
	{
		color:#939598;
		font-family:arial;
	}
	
	.b-company-managers-item-concrete-post-param,.b-company-managers-item-contact-par
	{
		color:#6d6e71;
		font-family:arial;
		margin-top:5px;
	}
	
	.b-company-managers-item-contact
	{
		margin-top: 5px;
	}
	
	.b-company-managers-item-contact-par
	{
	}
	
	.b-company-managers-item-contact-val
	{
		color:#939598;
		font-family:arial;
	}
	
	.b-company-managers-item-contact-val a
	{
		font-family:arial;
		color:#00479d;
	}
	
	.b-about-company
	{
		margin-top: 28px;
                padding-left:6px;
	}
	
	.b-about-company-title
	{
		font-size:24px;
		color:#00479d;
		text-transform:uppercase;
	}
	
		
	.b-about-company-type-title,.b-about-company-major_production_facilities-title,.b-about-company-type-activity-title,.b-about-company-contragents-title
	{
		font-size:16px;
		font-family:arial;
		font-weight:bold;
		color:#00479d;
	}
	
	.b-about-company-type-activity-title
	{
		margin-top: 24px;
		margin-bottom: 16px;
	}
	
	.b-about-company-major_production_facilities-title
	{
		margin-top: 36px;
		margin-bottom: 22px;
	}
	
	.b-about-company-contragents-title
	{
		margin-top: 36px;
		margin-bottom: 22px;
	}
		
	.b-about-company-major_production_facilities,.b-about-company-contragents,.b-about-company-type-activity
	{
		font-family:arial;
		font-size:14px;
	}
	
	.b-about-company-type-activity
	{
	}
	
	.b-about-company-contragents
	{
	}
	
	.b-about-company-type-title
	{
	}
	
	.b-about-company-contragents-title
	{
	}
       
        
        .b-col-news
        {
            width:100%;
        }
        
        .other_company_header,.interest_news_header,.other_news_header
        {
            background: url("design/news_of_company_bkg.jpg") repeat-x scroll 0 0 transparent;
            text-align:center;
            font-size:14px;
            font-weight: bold;
            color:white;
            height:30px;
            line-height:30px;
        }

        .body-new
	{
		margin-top: 11px;
	}
	
	.body-new_rubrika
	{
		font-size: 14px;
                margin-left:14px;
		color: #808285;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.body-new-header
	{
		font-size: 18px;
		color: #00479d;
		line-height: 35px;
		margin: 14px 0 14px;
	}
	
	.body-new-date
	{
		font-family:arial;
		color:#a7a9ac;
		margin-right: 11px;
	}
	
	.social_network_news_item
	{
		/*width: 385px*/;
		height: 22px;
/*		background: url('/design/social_network.png') no-repeat 0 0;*/
		margin: 15px 0;
	}
	
	.sep
	{
		background: url("design/sep_news.gif") repeat-x scroll bottom left transparent;
		height:1px;
	}
	
	.sep2
	{
		background: url("design/sep_news.png") repeat-x scroll bottom left transparent;
		height:1px;
	}
	
	.body-new-add-info
	{
		margin-bottom: 17px;
                margin-left:14px;
	}
		
	.body-new-add-info a
	{
		font-family:arial;
		color:#a7a9ac;
                margin-right:15px;
	}
	
	.body-new-add-info a.b-item-news-show_map
	{
		color:#00479d;
		font-family:arial;	
	}
	
	.body-new-content
	{
		font-size:14px;
		font-family:arial;
		color:#6d6e71;
		margin-top:19px;
		padding: 0 10px;
	}

        .mobile_new_pict
        {
            width:80%;
        }
        
	.new_pict
	{
		max-width: 100%;
		text-align: center;
		margin: 10px;
	}
	.body-new-tags
	{
		font-family:arial;
		color:#a7a9ac;
		margin: 31px 0 18px 0;
	}
	
	.body-new-tags a 
	{
		font-family:arial;
		color:#00479d;
                word-break: break-all;
	}
        
        .item-tags {
            padding-right: 5px;
        }
        
        .mobile_slider img
        {
            width:70%;
        }
        
                .yandex_spinner
 	{
 		position: absolute;
		z-index: 1;
		background: url("design/texture_sudostroenie_02.gif") repeat scroll 0 0 transparent;
		width: 100%;
		height: 100%;
 	}
 	
 	.yandex_spinner img
 	{
 		position: absolute;
		top:20%;
		left:50%;
 	}
        
       a.gallery_on_page_galereja {
            display:inline-block;
            vertical-align:top;
            position: relative;
            margin-bottom: 29px;
            /*overflow: hidden;*/
            width:20%;
             margin: 2% 2% 40px 2%;
             text-align:center;
        }
        
         .for_replace_item_gallery
        {
            width:100%;
            overflow:hidden;
            margin:auto;
        }
        
        .gallery-title-news {
            position: absolute;
            bottom: 0;
            left: 0px;
            background-color: rgba(13,64, 131, 0.85);
            font-weight: bold;
            font-family: arial;
            color: white;
            padding: 4% 3%;
            /*max-height: 24px;*/
            width: 94%;
            text-align: left;
            font-size: 12px;
            line-height: 12px;
            word-break: break-word;
    }
           
         a.gallery_on_page_galereja img {
            max-width:100%;
         }
         
         @media only screen and (max-width : 940px),
         only screen and (max-device-width : 940px){
              a.gallery_on_page_galereja {
                  width:28%;
                  
              }
              .gallery-title-news { font-size:12px;line-height:12px;}
         }
         
          @media only screen and (max-width : 720px),
         only screen and (max-device-width : 720px){
               a.gallery_on_page_galereja {
                  width:44%;
              }
              .gallery-title-news { font-size:10px;line-height:10px;}
         }
         
          @media only screen and (max-width : 530px),
         only screen and (max-device-width : 530px){
               a.gallery_on_page_galereja {
                 width:46%;
              }
                  
              .gallery-title-news { font-size:6px;line-height:6px;}
              .tree_ul_li_title{font-size:50%;}
         }
         
          .b-wrp-employment
        {
             vertical-align: top;
             margin:10px 0;
            width:90%;
        }
        .mob_empl
        {
            padding:0 10px;
        }
        .b-employment
        {
              margin: 0;
            padding: 0 0 0 13px;
            width: 100%;
        }
        
	.b-employment li 	
	{
		color: #00479d;
                cursor: pointer;
                font-family: arial;
                font-size: 13px;
                list-style-image: initial;
                list-style-position: initial;
                margin: 0;
                padding: 3px 0 0;
                text-decoration: none;
        }
        
        .b-employment li:hover{
             text-decoration: underline;
        } 
        
        .b-employment-title
        {
           font-family: arial;
           font-size: 16px;
           color: #00479d;
           text-decoration: none; 
           padding-bottom: 10px;
           font-weight: bold;
        }
        
        .mobile_search
        {
            display:none;
            position:absolute;
            top:2px;
            left:40px;
            width:90%;
        }
        
         .mobile_search input
         {
             width:80%;
         }
         
         a.search_href {
            color: #00479d;
        }
        h1
        {
          padding-left:10px;  
        }
        
        a.design_info img
        {
            
        }
        
            .height_type_menu
        {
            height:24px;
        }
        
             .mb_full_26
        {
            margin-bottom:26px;
        } 
        .bm0{
            margin-bottom:0 !important;
        }
        
        .arrow_remove
        {
            background: url("design/header_bkg.jpg") repeat-x scroll 0 0 transparent!important;
        }

	.body-new-content img {
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
	}
