/* ------------------ общие стили ------------------ */
html, body
{
	height:100%;
	margin: 0px; 
	padding: 0px;
}

body
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #373737;
}

.gray_color
{
	color: #555555;
}

a
{
	color: #373737;
	text-decoration: underline;
}

a:hover
{
	color: #373737;
	text-decoration: none;
}

img, table
{
	border-style: none; 
}

table
{
	border-collapse: collapse;
}

div, form
{
	margin: 0px;
	padding: 0px;
}

* HTML #main
{
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%"); 
	height: 100%;
}

* HTML #footer
{
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%"); 
}

html>body #main 
{
	height: auto;
}

/* ################# MAIN STRUCTURE ###################### */
#main
{
	min-width: 1000px;
	height: 100%;
	min-height: 100%;
	margin-bottom: -253px;
	text-align: left;
}

/* ################# HEADER ###################### */
#header
{
	height: 162px;
}

.header_wrapper
{
	margin: 0px -334px 0px 0px;
	float: left;
	width: 100%;
	height: 162px;
}

.header_left
{
	background: url(images/header_bg.jpg) repeat-x top;
	margin: 0px 334px 0px 0px;
	height: 162px;
}

.header_left_inner
{
	background: url(images/header_left_bg.jpg) no-repeat right top;	
	height: 162px;
	position: relative;
}

.header_block_logo
{
	position: absolute;
	top: 22px;
	left: 32px;
}

.header_block_logo .text
{
	font-size: 15px;
	color: #E7F5FF;
	margin: 0px 0px 9px 0px;
}

.header_block_basket
{
	background: url(images/basket_bg.png) no-repeat 0px 0px;
	behavior: url(iepngfix.htc);
	width: 223px;
	height: 56px;
	position: absolute;
	left: 356px;
	top: 41px;
}

.header_block_basket_sp div
{
	padding: 9px 5px 0px 46px;
	background: url(images/basket_ico.gif) no-repeat 20px 10px;
	zoom:1;
}

.header_block_basket_sp div div
{
	color: #ffffff;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background: transparent;
}

.header_block_basket_sp p
{
	color: #E4F3FD;
	font-size: 13px;
	margin: 0px;
}

.header_block_basket_sp p a
{
	color: #E4F3FD;
	text-decoration: none;
}

.header_block_basket_sp p a:hover
{
	color: #E4F3FD;
	text-decoration: underline;
}

.header_block_basket_sp
{
	width: 223px;
	height: 56px;
	position: absolute;
	left: 356px;
	top: 41px;
}

.header_right_col
{
	background: url(images/header_right_bg.jpg) no-repeat 0px 0px;
	float: right;
	width: 318px;
	height: 162px;
}

.hrc_content
{
	padding: 5px 0px 0px 45px;
	color: #ffffff;
}

.work_time
{
	margin: -20px 0px 5px 0px;
}

.header_ico
{
	width: 22px;
	text-align: left;
}

.header_phone
{
	font-size: 20px;
	padding: 0px 0px 6px 0px;
}

.header_mail
{
	font-size: 15px;
}

.header_mail a
{
	color: #ffffff;
	text-decoration: underline;
}

.header_mail a:hover
{
	text-decoration: none;
}

/* ################# CENTER ###################### */
#center 
{

}

/* разметка на 3 колонки */
.wrapper_1
{
	width: 100%;
	margin: 0px 0px 0px -300px;
	float: right;
}

.right_part
{
	margin: 0px 0px 0px 300px;
}

.left_column
{
	float: left;
	width: 270px;
}

.wrapper_2
{
	width: 100%;
	margin: 0px -340px 0px 0px;
	float: left;
}

.center_column
{
	margin: 0px 260px 0px 0px;
	overflow: hidden;
	zoom:1;
}

.right_column
{
	float: right;
	width: 270px;
	/*margin: 0px 0px -340px 0px;*/
}

.center_column .center_content
{
	padding-bottom: 30px;
}

/* */
.top_menu
{padding: 5px 0px 15px 0px;}

.tb_top_menu
{
	width: 100%;
}

.tb_top_menu td.glue
{
	width: 2%;
}

.tb_top_menu td.item
{
	white-space: nowrap;
}

.tb_top_menu td.item div
{
	height: 36px;
	float: left;
}

.tb_top_menu td.item div div
{
	height: 36px;
	float: left;
	padding: 0px 12px 0px 12px;
	font-size: 18px;
	line-height: 36px;
	color: #555555;
}

.tb_top_menu td.item div div a
{
	color: #555555;
	text-decoration: underline;
}

.tb_top_menu td.item div div a:hover
{
	text-decoration: none;
}

.tb_top_menu td.item_active
{
	white-space: nowrap;
}

.tb_top_menu td.item_active div
{
	background: url(images/top_menu_left.gif) no-repeat left top #837063;
	height: 36px;
	float: left;
}

.tb_top_menu td.item_active div div
{
	background: url(images/top_menu_right.gif) no-repeat right top;
	height: 36px;
	float: left;
	padding: 0px 12px 0px 12px;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
}

.tb_top_menu td.item_active div div a
{
	color: #FFFFFF;
	text-decoration: none;
}

.tb_top_menu td.item_active div div a:hover
{
	text-decoration: none;
}

/* ################# FOOTER ###################### */
#footer
{
	background: url(images/footer_bg.gif) repeat-x top;
	height: 253px;
	min-width: 1000px;
}

.footer_img_left
{
	background: url(images/footer_img_left.gif) no-repeat left top;
	height: 253px;
}

.footer_img_right
{
	background: url(images/footer_img_right.gif) no-repeat right top;
	height: 253px;
}

.footer_content
{
	padding: 88px 0px 0px 0px;
	line-height: 22px;
}

.left_column .footer_content
{
	padding-left: 48px;
}

.map_site
{
	background: url(images/map_site.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 24px;
}

.center_column .footer_content
{
	padding-left: 15px;
}

.counter
{
	float: left;
	margin: 0px 12px 5px 0px;
}

.right_column .footer_content
{
	padding-left: 5px;
}

.right_column .footer_content a
{
	color: #203E7F;
}

/* */
.tb_header_contacts
{
	margin: 0px 0px 11px 0px;
}

.h_blue_btn
{
	background: url(images/h_blue_btn_left1.gif) no-repeat top left #6495B8;
	height: 23px;
	float: left;
}

.h_blue_btn div
{
	background: url(images/h_blue_btn_right1.gif) no-repeat top right;
	height: 23px;
	float: left;
	line-height: 19px;
	padding: 0px 20px 0px 20px;
	color: #ffffff;
}

.h_blue_btn div a
{
	color: #ffffff;
	text-decoration: underline;
}

.h_blue_btn div a:hover
{
	text-decoration: none;
}

/* */
.left_column .center_content
{
	
}

.left_block
{
	margin: 0px 0px 19px 0px;
	padding: 0px 0px 0px 39px;
}

.left_block .title
{
	color: #555555;
	font-size: 25px;
	padding: 0px 0px 24px 18px;
}

.left_block ul
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.left_block ul li
{
	background: url(images/dashed_gray_line.gif) repeat-x bottom;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 7px 0px;
}

.left_block ul li span
{
	background: url(images/left_menu_bg.gif) no-repeat 9px 5px;
	padding: 0px 0px 0px 25px;
}

.left_block ul li.active span
{
	background: url(images/left_menu_bg_active.gif) no-repeat 9px 5px;
	padding: 0px 0px 0px 25px;
}

.left_block ul li a
{
	color: #025D9C;
	font-size: 15px;
	text-decoration: underline;
}

.left_block ul li.active a
{
	color: #555555;
	font-size: 15px;
	text-decoration: none;
}

.left_block ul li a:hover
{
	text-decoration: none;
}

.left_block ul li.active a:hover
{
	text-decoration: none;
}

/* */
.list_menu_person
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	zoom:1;
}

.list_menu_person li
{
	background: url(images/left_menu_bg.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 12px;
	margin: 0px 15px 5px 0px;
	display: block;
	font-size: 13px;
	float: left;
	white-space: nowrap;
}

.list_menu_person li.active 
{
	background: url(images/left_menu_bg_active.gif) no-repeat 0px 5px;
}

.list_menu_person li a
{
	color: #025D9C;
	text-decoration: underline;
}

.list_menu_person li.active a
{
	color: #555555;
	text-decoration: none;
}

.list_menu_person li a:hover
{
	text-decoration: none;
}

.list_menu_person li.active a:hover
{
	text-decoration: none;
}

/* */

.item_news
{
	margin: 0px 0px 20px 0px;
}

.item_news .date
{
	color: #005FA1;
	font-weight: bolder;
	font-size: 13px;
}

.item_news .link_text
{
	color: #373737;
}

/* */
.page_navigation
{
	font-size: 22px;
	text-align: center;
}

.page_navigation a
{
	color: #005FA1;
	padding: 0px 3px 0px 0px;
}

.page_navigation .active
{
	color: #373737;
	font-weight: bolder;
	text-decoration: none;
}

/* */

.catalog_ico
{
	background: url(images/catalog_ico.gif) no-repeat 0px 0px;
}

.detail_ico
{
	background: url(images/detail_ico.gif) no-repeat 0px 0px;
}

.right_column .center_content
{
	
}

.person_cabinet
{
	background: url(images/person_cabinet.gif) no-repeat 0px 0px #E3E9ED;
	margin: 0px 0px 35px 0px;
}

.person_cabinet_inner
{
	background: url(images/person_cabinet_btm.gif) no-repeat left bottom;
	padding: 12px 0px 21px 26px;
}

.blue_style_h1
{
	color: #005FA1;
	font-size: 25px;
	margin: 0px 0px 18px 0px;
}

.tb_person_cabinet
{
	
}

.tb_person_cabinet td
{
	
}

.tb_person_cabinet td.name_field
{
	width: 56px;
	color: #005FA1;
	font-size: 13px;
	padding: 2px 0px 0px 0px;
	vertical-align: top;
}

.tb_person_cabinet td.input
{
	width: 128px;
	padding: 0px 0px 7px 0px;
}

.tb_person_cabinet td.input input
{
	color: #766C6C;
	font-size: 11px;
	border: 1px solid #C0CFD8;
	width: 114px;
	padding: 2px 2px 2px 2px;
}

.tb_person_cabinet td.reg_links
{
	padding:  5px 0px 0px 0px;
	color: #34678D;
	font-size: 11px;
}

.tb_person_cabinet td.reg_links a
{
	color: #34678D;
}

.tb_person_cabinet td.submit
{
	vertical-align: top;	
}

.tb_person_cabinet td.submit input
{
	background: url(images/cabinet_enter.gif) no-repeat 0px 0px;
	width: 46px;
	height: 20px;
	border: 0px;
	cursor: pointer;
}

.right_block
{
	padding: 0px 20px 0px 25px;
	margin: 0px 0px 5px 0px;
}

.news_item
{
	margin: 0px 0px 20px 0px;
}
 
.news_item .date
{
	color: #005FA1;
	font-size: 13px;
	font-weight: bolder;
	margin: 0px 0px 3px 0px;
}

.news_item .title
{
	color: #373737;
	font-size: 13px;
	line-height: 18px;
}

.news_item .title a
{
	color: #373737;
	text-decoration: underline;
}

.news_item .title a:hover
{
	text-decoration: none;
}

.dark_button
{
	background: url(images/dark_button_left.gif) no-repeat 0px 0px #555555;
	height: 23px;
	float: left;
}

.dark_button div
{
	background: url(images/dark_button_right.gif) no-repeat right top;
	height: 23px;
	float: left;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 13px;
	padding: 0px 17px 0px 17px;
}

.dark_button div a
{
	color: #ffffff;
	text-decoration: underline;
}

.dark_button div a:hover
{
	text-decoration: none;
}

.to_up_5px
{
	margin-top: -5px;
}

/* */
.tb_select_type
{
	margin: 0px 0px 20px 0px;
}

.tb_select_type .item
{
	width: 180px;
}

.tb_select_type .glue
{
	width: 32px;
}

.list_select_type
{
	background: url(images/dashed_gray_line.gif) repeat-x top;
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 180px;
}

.list_select_type li
{
	background: url(images/dashed_gray_line.gif) repeat-x bottom;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 7px 0px;
	color: #555555;
}

.list_select_type li span
{
	background: url(images/left_menu_bg.gif) no-repeat 0px 7px;
	padding: 0px 0px 0px 18px;
	font-size: 18px;
}

.list_select_type li a
{
	color: #555555;
	text-decoration: underline;
}

.list_select_type li a:hover
{
	text-decoration: none;
}

.pointer_gray_line
{
	background: url(images/dashed_gray_line.gif) repeat-x top;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.top_btm_padds
{
	padding: 20px 0px 30px 0px;
}

/* */
.tb_list_catalog
{
	
}

.tb_list_catalog .item
{
	width: 47%;
	padding: 0px 0px 20px 0px;
	vertical-align: top;
}

.item_picture
{
	text-align: center;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px 3px 0px;
}

.item_picture img
{
	margin: 0 auto;
}

.tb_list_catalog .glue
{
	width: 5%;
}

.r_block_1
{
	background: url(images/r_block_1.gif) no-repeat top left #E3E9ED;
}

.r_block_2
{
	background: url(images/r_block_2.gif) no-repeat top right;
}

.r_block_3
{
	background: url(images/r_block_3.gif) no-repeat bottom left;
}

.r_block_4
{
	background: url(images/r_block_4.gif) no-repeat bottom right;
	zoom:1;
}

.item_data
{
	padding: 13px 20px 13px 20px;
}

.item_data .title
{
	color: #025D9C;
	font-size: 18px;
	margin: 0px 0px 3px 0px;
}

.item_data .title a
{
	color: #025D9C;
}

.item_data .price
{
	font-size: 18px;
	color: #373737;
}

.margin_bottom_1px
{
	margin: 0px 0px 1px 0px;
}

.item_link_basket
{
	padding: 5px 20px 5px 20px;
	white-space: nowrap;
	zoom:1;
}

.dop_fields
{
	padding: 5px 20px 5px 20px;
	color: #373737;
}

.dop_fields a
{
	color: #025D9C;
}

.dop_fields_sm
{
	padding: 2px 20px 4px 20px;
	color: #373737;
}

.dop_fields_sm a
{
	color: #025D9C;
}

.link_to_basket
{
	background: url(images/basket_link_bg.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 29px;
	color: #025D9C;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
}

.link_to_basket:hover
{
	color: #025D9C;
	text-decoration: none;
}

.tb_full_photo
{
    margin: 0px 0px 22px 0px;
}

.tb_full_photo .space
{
    width: 15px;
}

.tb_full_photo .v_space
{
    height: 27px;
}

.tb_full_photo .big_photo
{
    border: 1px solid #555555;
    line-height: 0px;
    font-size: 0px;
}

.tb_full_photo .small_photo
{
	border: 1px solid #555555;
	line-height: 0px;
	font-size: 0px;
}

.tb_buy_block
{
	margin: 0px 0px 15px 0px;
	zoom:1;
}

.tb_buy_block .good_price
{
	color: #555555;
	font-size: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10% 5px 0px;
	float: left;
}

.contacts_text
{
	
}

.tb_order_basket
{
	margin: 0px 0px 16px 0px;
}

.tb_order_basket .header_line td
{
	background-color: #E8F0F6;
	height: 31px;
	line-height: 30px;
	color: #005FA1;
	font-size: 13px;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.tb_order_basket .header_line td.name_tovar
{
	text-align: left;
}

.tb_order_basket .header_line .left_bg
{
	background: url(images/tb_order_left_bg.gif) no-repeat left top;
	width: 15px;
}

.tb_order_basket .header_line .right_bg
{
	background: url(images/tb_order_right_bg.gif) no-repeat left top;
	width: 15px;
}

.tb_order_basket .tovar_line td
{
	padding: 13px 0px 13px 0px;
}

.tb_order_basket .tovar_line_sm td
{
	padding: 4px 0px 4px 0px;
}

.tb_order_basket .tovar_line .name_tovar
{
	font-weight: bolder;
	color: #555555;
	font-weight: bolder;
	text-align: left;
}

.tb_order_basket .tovar_line .name_tovar a
{
	color: #555555;
	font-size: 13px;
	text-decoration: underline;
} 

.tb_order_basket .tovar_line .name_tovar a:hover
{
	text-decoration: none;
}

.tb_order_basket .tovar_line .price
{
	text-align: center;
	width: 20%;
	color: #3D3D3D;
	font-weight: bolder;
}

.tb_order_basket .tovar_line .count_tovar
{
	text-align: center;
	width: 10%;
}

.tb_order_basket .tovar_line .count_tovar input
{
	border: 1px solid #A5A5A5;
	font-size: 11px;
	width: 18px;
	padding: 1px 2px 1px 2px;
	color: #555555;
	text-align: center;
}

.tb_order_basket .tovar_line .summa
{
	text-align: center;
	width: 15%;
	color: #3D3D3D;
	font-weight: bolder;
}

.tb_order_basket .tovar_line .delete
{
	width: 5%;
	text-align: center;
}

.tb_order_basket .tovar_line .delete input
{
	
}

.tb_order_basket .tovar_glue td
{
	background: url(images/dashed_gray_line.gif) repeat-x top;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.order_summa_blue
{
	text-align: right;
	color: #005FA1;
	font-size: 18px;
}

.braw_btn
{
	display: block;
	background: url(images/braw_left.gif) #837063 left top no-repeat;
	height: 21px;
	float: left;
	text-decoration: underline;
	color: #ffffff;
	cursor: pointer;
}

.braw_btn span
{
	display: block;
	background: url(images/braw_right.gif) right top no-repeat;
	height: 21px;
	line-height: 18px;
	float: left;
	padding: 0px 16px 0px 16px;
	color: #ffffff;
	font-size: 13px;
}

.braw_btn:hover
{
	text-decoration: none;
}

.braw_link
{
	color: #837063;
	font-size: 13px;
	line-height: 20px;
}

/* */

.thumbnails
{
	margin: 0px -45px 0px 0px;
	text-align: left;
}

.thumbnail
{
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0px 45px 35px 0px;
}

.thumbnail .r {
float:left;
}

.block_select_param
{
	margin: 0px 0px 10px 0px;
}

.tb_brand_select
{
	
}

.tb_brand_select .item
{
	width: 100px;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

.tb_brand_select .item .picture
{
	margin: 0px 0px 10px 0px;
}

.tb_brand_select .item .picture img
{
	margin: 0 auto;
}

.tb_brand_select .item .link_to_page a
{
	color: #025D9C;
	font-size: 18px;
	text-decoration: underline;
}

.tb_brand_select .item .link_to_page a:hover
{
	text-decoration: none;
}

.tb_brand_select .glue
{
	width: 10%;
}

.tb_brand_select .v_glue
{
	background: url(images/dashed_gray_line.gif) repeat-x top;
	height: 18px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.text_content
{
	line-height: 20px;
	margin: 0px 0px 30px 0px;
}

/* */
.tb_param_good
{
	float:left; 
	margin: 0px 15px 10px 0px;
}

.margin_btm_10px
{
	margin: 0px 0px 10px 0px;
}

.tb_param_good td
{
	color: #555555;
	font-size: 13px;
}

.tb_param_good td.text_sel
{
	padding: 0px 11px 0px 0px;
	white-space: nowrap;
}

.tb_param_good td.f_select select
{
	width: 80px;
	margin: 0px 0px 0px 0px;
}

.tb_param_good td.glue
{
	width: 5%;
}

.tb_param_good td.both_padd
{
	padding: 0px 4px 0px 8px;
}

.short_text_input input
{
	border: 1px solid #BFBFBF;
	font-size: 13px;
	width: 30px;
	padding: 2px 2px 2px 2px;
	color: #555555;
}

.text_input input
{
	border: 1px solid #BFBFBF;
	font-size: 13px;
	width: 400px;
	padding: 2px 2px 2px 2px;
	color: #555555;
}

.block_form
{
	margin: 0px 0px 0px 0px;
}

.block_form
{
	margin: 0px 0px 12px 0px;
}

.block_form .form_name_field
{
	margin: 0px 0px 2px 0px;
	color: #555555;
}

.block_form .blue_color
{
	color: #025D9C;
}

.block_form textarea
{
	width: 80%;
	height: 80px;
	border: 1px solid #7F9DB9;
}

.block_form input
{
	border: 1px solid #7F9DB9;
	width: 250px;
	color: #555555;
	font-size: 12px;
	padding: 3px 4px 3px 4px;
}

.blue_link_text
{
	color: #005FA1;
}

.blue_link_text a
{
	color: #005FA1;
	text-decoration: none;
}

/* ################# CLEARS ###################### */
.clear_footer
{
	clear: both;
	height: 253px;
}

.clear_both, .clear_left, .clear_right
{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.clear_left
{
	clear: left;
}

.clear_right
{
	clear: right;
}

/* ################ TEXT STYLES ############# */
h1, h2, h3, h4, p
{
	font-weight: normal; 
	margin: 0px;
	padding: 0 0 10px 0;
	clear:both;
	line-height:20px;
}

h1
{
	color: #005FA1;
	font-size: 22px;
	margin: 0px 0px 18px 0px;
}

h2
{
	font-size: 16px; 
	color: #555555;
	margin-bottom: 18px; 
}

h3
{
	color: #025D9C;
	font-size: 15px; 
	font-weight: bolder;
	margin-bottom: 17px; 
}

h4
{
	font-size: 13px; 
	color: #555555;
	font-weight: bolder;
	margin-bottom: 8px; 
}

p
{
	/*margin-bottom: 22px;*/
}

small_photo
{
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0px 10px 10px 0px;
}

.small_photo img
{
    border: 1px solid #555555;
}


.tb_list_catalog {	
	width: 100% !important;
    table-layout: fixed;
}
.tb_list_catalog td {
	word-wrap: break-word;
}

.item_link_basket {padding: 5px 20px 5px 12px;}
.link_to_basket {padding: 0px 0px 0px 23px;}

.margin_btm_10px {
margin: 0px 65px 10px 0px;
}

.tb_param_good {
float: none;
margin: 0;
width: 100%;
}

.tb_param_good td.text_sel {
padding: 0px 11px 0px 0px;
white-space: nowrap;
width: 100px;
}

.text_input input {
width: 100%;
}

.margin_btm_10px > input {
	float: right;
	margin-top: -24px;
	margin-right: -70px;
}

.person_cabinet {margin: 0px 0px 35px 35px;}

.tb_full_photo {position:absolute;}
.view_table tr td {width: auto !important;}
.view_table tr td + td table {margin-top: 215px;}
.big_photo img {max-height: 210px;}

.ava {opacity: 0.2;filter:alpha(opacity=20);}
#footer {height: 153px;overflow:hidden} .clear_footer {height:auto} #main {margin-bottom:0;}
.center_column .center_content {padding-bottom:0}

.item_picture_fix
{
	max-height:150px;
}

.tbl_lftd
{
	width:20%;
}

.tbl_lftd2
{
	width:70%;
}

.tbl_lftd3
{
	width:10%;
	padding:5px;
	width-spase:nowrap;
}



.soc_buttons {list-style: none;margin:0;padding:0;overflow:hidden}
.soc_buttons  li {float:left;margin:0;padding:0;margin-left: 15px;}

.right_list li a {display:block;margin-bottom:4px;}
.blocks {
float:left; text-align:center; margin-left:40px; margin-bottom:40px; max-width:150px; width:150px; height:210px;
}
.blocks a { font-size:15px; }
.blocks a:hover { text-decoration:none; }
.blocks img { border:#FFFFFF; margin-top:10px; }
.center_column {margin: 0px 260px 0px 0px; overflow: hidden;}

.hrc_content {padding: 5px 0px 0px 20px;color: white;} .header_phone {font-size: 19px;}

.why_man_why {
     background:#eeeef4 url(/images/gr.gif) left top repeat-x;
     overflow:hidden;
     margin:10px 0;
     border: dotted #b5b5b5;
     border-width: 1px 0;
}

.why_man_why ul {
padding:0;
     margin:10px;
     background: url(/images/line.gif) 47% top repeat-y;
}

.why_man_why li {
     display: inline-block;
     width:49%;
     list-style: none;
     font-size: 12px;
     color:#000;
 padding: 5px 0 10px;
     background: url(/images/flag.gif) 10px 11px no-repeat;
     vertical-align: top;
}
.why_man_why li span {padding: 0 33px 0 23px;display:block;}
.mini_catalog a {vertical-align:bottom;width:150px;display:inline-block;text-align:center;}
.blocks_compact { margin-bottom: 0px; height: 150px; margin-left: 0px; }
.blocks_compact h2 { font-size: 13px; }

.red_big_link {
font-size: 20px;
font-weight: bold;
color: red;
}


