/*** Main Blocks  ***/

#wrap {
	position: relative;
	margin: 80px auto 0;
	width: 998px;
}
#container {
	margin-left: 59px;
	position: relative;
}
#content {
	min-height: 550px;
}
#footer {
	color: #9b9b9b;
	font: 11px Arial;
	height: 100px;
	margin-top: 30px;
}
#footer .dev_text {
	line-height: 20px;
	margin: 3px 10px 0 0;
	text-align: right;
	width: 80px;
}
#footer .pan_link {
	color: #9b9b9b;
	font: 11px Arial;
	margin-left: 13px;
	text-decoration: underline;
}
#footer p { line-height: 16px; }


/*** Universal Styles ***/

.border_6 {
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
}
.border_6_half {
	/* -webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0; */
	overflow: hidden;
	position: relative;
}

.border_6_half .b6h_c {
	background: url("/site/images/borders/border_10.png") no-repeat;
	height: 10px;
	position: absolute;
	width: 10px;
	z-index: 777;
}
.border_6_half .b6h_lt {
	left: 0;
	top: 0;
}
.border_6_half .b6h_rt {
	background-position: -10px 0;
	right: 0;
	top: 0;
}
.border_6_half .b6h_lb {
	left: 0;
	bottom: 0;
	background-position: 0 -10px;
}
.border_6_half .b6h_rb {
	background-position: -10px -10px;
	bottom: 0;
	right: 0;
}
.shadowed_input {
	background-color: #fff;
	border: 0px solid #a5968a;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(165, 150, 138, 0.75);
}

/*** Main Menu ***/
#main_menu {
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-o-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	background: url("/site/images/menu/menu_bg_big.png") scroll no-repeat left bottom #b11116;
	left: 0;
	position: absolute;
	top: 107px;
	width: 138px;
	z-index: 1001;
}
#main_menu .pan_logo {
	margin: 26px 23px 12px;
}
#main_menu .menu_breaker {
	background: url("/site/images/pimp/menu_breaker.png") repeat-x scroll left bottom transparent;
	height: 2px;
	padding-top: 20px;
}
#main_menu .contacts {
	margin: 10px 0 9px !important;
}
#main_menu .products {
	background: none !important;
	margin: 10px 0 9px !important;
}
#main_menu .products:hover {
	background: #cb1a21 !important;
}
#main_menu .selected {
 background: url("/site/images/menu/menu_arrow.png") no-repeat scroll 111px center #cb1a21 !important;
}
#main_menu .selected:hover {
	cursor: default;
	color: #fff;
}
#main_menu .menu_items li {
	position: relative;
}
#main_menu .menu_items a {
	background: url("/site/images/menu/menu_arrow_active.png") no-repeat scroll 109px center transparent;
	display: block;
	margin: 30px 0;
	padding: 9px 0 9px 19px;
	position: relative;
	/* white-space: nowrap; */
	z-index: 300;
}

#main_menu .submenu_items {
	background: url("/site/images/menu/menu_bg_big.png") no-repeat scroll 0 0 #b11116;
	border-radius: 0 12px 12px 0;
	/* box-shadow: 3px 0 2px rgba(0, 0, 0, 0.3) inset; */
	display: none;
	left: 138px;
	min-width: 130px;
	padding-bottom: 14px;
	padding-top: 7px;
	position: absolute;
}

#main_menu .submenu_items .submenu_opacity_line {
	background: url("/site/images/bg/submenu_opacity_line.png") repeat scroll 0 0 transparent;
	height: 100%;
	position: absolute;
	width: 3px;
	top: 0;
}
#main_menu .submenu_wood { top: -35px; background-position: -188px -13px; }
#main_menu .submenu_beam { top: -40px; background-position: -188px -55px; }
#main_menu .submenu_brick { top: -33px; background-position: -188px -107px; }
#main_menu .submenu_lining { top: -33px; background-position: -188px -186px; }

#main_menu .submenu_items a {
	background: none !important;
	font: 12px/12px Calibri !important;
	color: #ff9ea2;
	margin: 3px 0;
	padding: 6px 10px !important;
}
#main_menu .submenu_items .selected { background-color: #cb1a21 !important; color: #fff; }
#main_menu .submenu_items a:hover { color: #fff; }
#main_menu .roller_wrap {
	display: inline-block;
  overflow: hidden;
  width: 85px;
}
#main_menu .roller_wrap .roll { position: relative; }
#main_menu .menu_items .active:hover {
	background: url("/site/images/menu/menu_arrow.png") no-repeat scroll 111px center #cb1a21;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	margin-left: -2px !important;
	outline-bottom: 1px solid #d5242c;
	padding-left: 21px;
}
#main_menu .menu_items .active:hover .right_pim {
	background: url("/site/images/menu/menu_pim.png") scroll no-repeat 0 0 transparent;
	height: 30px;
	position: absolute;
	right: -7px;
	top: 0;
	width: 7px;
}


/*** Accordion ***/

#accordion {
	/*height: 660px;*/
	position: relative;
	width: 939px;
}
#accordion .accordion_block:first-child {
	box-shadow: none;
	margin-left: 939px;
}
#accordion_wood.selected_cat {
	margin-left: 0 !important;
}
#accordion .selected_cat {
	box-shadow: none;
	left: 939px;
	margin-left: 0;
	width: 939px;
}
/* .main_page {
	cursor: pointer;
} */
.main_page .down_bg {
	display: none;
}
.main_page #basket_wrap {
	display: none;
}
.boxShadows .accordion_block {
	box-shadow: 7px 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}
#accordion .accordion_block {
	min-height: 700px;
	float: left;
	overflow: hidden;
	position: relative;
}
#accordions_wrapper {
	margin-left: -939px;
	position: relative;
	width: 2817px;
}
#accordion_wood, .wood_bg_up {
	background: url("/site/images/bg/wood_bg_up.png") scroll no-repeat 0 0 #f5f5f5;
}
#accordion_wood {
	/* left: 0; */
	width: 294px;
}
#accordion_beam, .beam_bg_up {
	background: url("/site/images/bg/beam_bg_up.png") scroll no-repeat -82px 0 #f5f5f5;
	/* left: 294px; */
	width: 215px;
}
#accordion_brick, .brick_bg_up {
	background: url("/site/images/bg/brick_bg_up.png") scroll no-repeat -79px 0 #f5f5f5;
	/* left: 509px; */
	width: 215px;
}
#accordion_lining, .lining_bg_up {
	background: url("/site/images/bg/lining_bg_up.png") scroll no-repeat -76px 0 #f5f5f5;
	/* left: 724px; */
	width: 215px;
}

#accordion .accordion_content h1 {
	background: url("/site/images/fonts/fonts_main.png") no-repeat;
	float: right;
	height: 44px;
	margin: 17px 21px 0 0;
	text-indent: -9999px;
	width: 171px;
}
#accordion_wood .accordion_content h1 { background-position: 0 -0px; }
#accordion_beam .accordion_content h1 { background-position: 0 -44px; }
#accordion_brick .accordion_content h1 { background-position: 0 -88px; }
#accordion_lining .accordion_content h1 { background-position: 0 -132px; }

#accordion .cat_subjects a {
	background: url("/site/images/pimp/subjects_breaker.png") scroll no-repeat right bottom transparent;
	display: block;
	line-height: 14px;
	padding: 14px 21px 17px 0;
	text-align: right;
}
#accordion .cat_subjects a.last {
	background: none;
}
#accordion .cat_short_descr {
	bottom: 40px;
	color: #9a7976;
	font: 11px/13px Arial;
	position: absolute;
	right: 18px;
	text-align: right;
	width: 145px;
}
#accordion .cat_short_descr p {
	margin-top: 20px;
}

.down_bg {
	bottom: 0;
	position: absolute;
	right: 0;
}
.down_bg_wood {
	background: url("/site/images/bg/wood_bg_down.png");
	height: 537px;
  width: 756px;
}
.down_bg_beam {
	background: url("/site/images/bg/beam_bg_down.png");
	height: 470px;
	width: 760px;
}
.down_bg_brick {
	background: url("/site/images/bg/brick_bg_down.png");
	height: 470px;
	width: 750px;
}
.down_bg_lining {
	background: url("/site/images/bg/lining_bg_down.png");
	height: 455px;
	width: 715px;
}

/*** Inner Pages ***/

.inner_wrap {
	width: 100%;
}
.accordion_inner_content {
	margin: 107px 40px 48px 220px;
	min-height: 450px;
}
.inner_container {
	/* height: 100%; */
	position: relative;
	width: 1878px;
}
.accordion_inner_content, .accordion_inner_content > * {
	position: relative;
}
.inner_block {
	border-radius: 8px 8px 8px 8px;
	padding: 20px 0;
	width: 100%;
}
.inner_descr {
	background: url("/site/images/bg/inner_block_bg.png");
	color: #515151;
	font: 12px Arial;
}
.inner_descr_text {
	margin: 0 20px;
}
.inner_descr_text h2 {
	font: bold 12px Arial;
	margin-bottom: 18px;
}
.inner_descr_text b {
	display: block;
	margin-bottom: 5px;
}
.inner_descr_text p {
	margin-bottom: 1em;
}
.inner_descr_text li {
	list-style: disc outside none;
	margin-left: 10px;
}

#accordion_wood .inner_descr_text { color: #320B07; }
#accordion_beam .inner_descr_text { color: #552513; }
#accordion_brick .inner_descr_text { color: #381f11; }
#accordion_lining .inner_descr_text { color: #012330; }

.inner_desc_images {
	margin-top: 15px;
	text-align: center;
}
.good-image {
	background-color: #fff;
	border: 3px solid #fff;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	display: inline-block;
	height: 150px;
	margin: 5px 15px;
	overflow: hidden;
	width: 150px;
}
.accordion_inner_content {
	float: left;
	width: 679px;
}
.accordion_inner_content h1 {
	background: url("/site/images/fonts/fonts_inner.png") no-repeat;
	/* margin-bottom: 60px; */
	margin-left: 210px;
	text-indent: -9999px;
}
.catalog_href {
	background: url("/site/images/pimp/catalog.png") no-repeat;
	height: 34px;
	margin: 17px 0 32px 210px;
	padding-left: 42px;
}
.catalog_href .catalog_title {
	display: block;
  font: 16px/16px Calibri;
  padding-top: 8px;
}

#accordion_wood .accordion_inner_content {
	color: #320b07;
}
#accordion_beam .accordion_inner_content {
	color: #552513;
}
#accordion_brick .accordion_inner_content {
	color: #381f11;
}
#accordion_lining .accordion_inner_content {
	color: #012330;
}

/* #accordion_wood .inner_descr, #accordion_wood th {}
#accordion_beam .inner_descr, #accordion_beam th {}
#accordion_brick .inner_descr, #accordion_brick th {}
#accordion_lining .inner_descr, #accordion_lining th {} */

.accordion_inner_content h1.thermo-wood {
	background-position: 0 0;
	height: 66px;
}
.accordion_inner_content h1.impregnate-wood {
	background-position: 0 -66px;
	height: 126px;
	width: 475px;
}
.accordion_inner_content h1.kerto {
	background-position: 0 -193px;
	height: 66px;
}
.accordion_inner_content h1.laminated-wood-structure {
	background-position: 0 -259px;
	height: 186px;
}
.accordion_inner_content h1.laminated-brick {
	background-position: 0 -445px;
	height: 187px;
}
.accordion_inner_content h1.laminated-panel {
	background-position: 0 -632px;
	height: 66px;
}
.accordion_inner_content h1.painted-lining {
	background-position: 0 -698px;
	height: 66px;
}
.accordion_inner_content h1.larch-lining {
	background-position: 0 -764px;
	height: 61px;
	margin-left: 120px;
}

/*** Manager ***/

#manager, #manager a {
	z-index: 888;
}
.mng_title {
	/* color: #cacaca; */
	color: #000;
	display: block;
	font: 16px Calibri;
	position: absolute;
	top: -20px;
	width: 250px;
}
.mng_btn_left .mng_title {
	left: 27px;
}
.mng_btn_center .mng_title {
	left: 50%;
	margin-left: -50px;
	text-align: center;
	width: 100px;
}
.mng_btn_right .mng_title {
	left: -250px;
	text-align: right;
}
.mng_btn {
	background: url("/site/images/pimp/manager_buttons_big.png");
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: -20px;
	width: 40px;
}
.mng_btn:hover .mng_title { color: #000; }
.mng_btn_center {
	background-position: 0 0;
	left: 50%;
	margin-left: -45px;
}
.mng_btn_center:hover { background-position: -40px 0; }
.mng_btn_up { background-position: 0 -120px; }
.mng_btn_up:hover { background-position: -40px -120px; }
.mng_btn_left { background-position: 0 -40px; left: -20px; }
.mng_btn_left:hover { background-position: -40px -40px; }
.mng_btn_right { background-position: 0 -80px; right: -20px; }
.mng_btn_right:hover { background-position: -40px -80px; }


/*** Goods Table ***/

.goods_table_wrap {
	overflow: hidden;
	width: 620px;
}
.goods_table {
	font: 12px/12px Arial;
	width: 100%;
}
.goods_table .tr_head {
	background: url("/site/images/bg/tables_bg.png");
	border-radius: 6px 6px 0 0;
	padding-top: 15px;
}
.goods_table .tr_foot {
	background: url("/site/images/bg/tables_bg.png");
	border-radius: 0 0 6px 6px;
	padding-bottom: 15px;
	margin-bottom: 100px;
}
.basket_goods_table .tr_foot {
	margin-bottom: 50px;
}
.goods_table .tr_head > .td {
	padding: 6px 0 10px;
}
.goods_table .tr_body > .td {
	padding: 7px 0;
}
.goods_table .tr_body .last {
	padding: 6px 0;
}
.goods_table .tr_body .country_td {
	min-height: 18px;
	padding: 4px 0;
}
.goods_table .th1, .goods_table .td1 { width: 290px; }
.goods_table .th3, .goods_table .td3 { width: 81px; }
.goods_table .th4 { width: 229px; }

.goods_table .td4 { width: 85px; }
.goods_table .td5 { width: 75px; }
.goods_table .td6 { width: 69px; }

.goods_table .th, .goods_table .td {
	float: left;
	padding: 7px 0;
	text-align: center;
}
.goods_table .th:first-child, .goods_table .td:first-child, .first-td {
	padding-left: 20px;
	text-align: left;
}
.goods_table .odd {
	background-color: #a5968a;
	color: #fff;
}

#accordion_wood .goods_table .odd .good_param { color: #160401; }
#accordion_beam .goods_table .odd .good_param, #accordion_brick .odd .good_param { color: #552513; }
#accordion_lining .goods_table .odd .good_param { color: #012330; }

.goods_filtered_tables .goods_table .tr_foot {
	margin-bottom: 50px;
}
.goods_filtered_tables .h1 {
	margin-bottom: 20px;
	margin-left: 105px !important;
}


.goods_table .even {
	background: url("/site/images/tables_bg/def_even.png");
	color: #012330;
}
.goods_table .country_price_fin {
	background: url("/site/images/pimp/flag_rus.png") no-repeat left center;
	padding: 3px 0 3px 25px;
}
.goods_table .country_price_rus {
	background: url("/site/images/pimp/flag_rus.png") no-repeat left center;
	padding: 3px 0 3px 25px;
}

.fill_5px {
	background: url("/site/images/bg/tables_bg.png");
	height: 5px;
	width: 100%;
}

#accordion_wood .goods_table .odd , .basket_goods_table .odd {
	background: url("/site/images/tables_bg/wood_odd.png");
}
#accordion_beam .goods_table .odd {
	background-color: #eecc96;
	background: url("/site/images/tables_bg/beam_odd.png");
}
#accordion_brick .goods_table .odd {
	/*background-color: #dbbe98;*/
	background: url("/site/images/tables_bg/brick_odd.png");
}
#accordion_lining .goods_table .odd {
	background: url("/site/images/tables_bg/lining_odd.png");
	/*background-color: #b3bcaf;*/
}
.goods_table em {
	color: #b3bcaf;
}
#accordion_wood .goods_table em { color: #978474; }
#accordion_wood .goods_table .odd em { color: #6c504b; }
#accordion_beam .goods_table .odd em { color: #98694e; }
#accordion_brick .goods_table .odd em { color: #98694e; }
#accordion_lining .goods_table .odd em { color: #5b6c71; }

.goods_table .basket {
	background: url("/site/images/pimp/basket.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 14px;
	width: 16px;
}
.goods_table .basket_buy {
	background-position: 57px 0;
	cursor: pointer;
	padding-right: 30px;
	width: 90px;
}

.good_main_info td:first-child {
	padding-bottom: 7px;
	padding-top: 7px;
}
.hover, .good_main_info .hover td {
	/* background-color: #cb1a21 !important; */
	background: url("/site/images/tables_bg/hover_line.png");
	color: #fff;
}
.hover .basket_buy {
	color: #fff;
}
.dim_countries .dim_country {
	cursor: pointer;
	float: left;
	opacity: 0.6;
}
.dim_countries .dim_title {
	margin-bottom: 15px;
}
.dim_countries .cntr_selected {
	opacity: 1;
}

#accordion_wood .goods_table .basket { background-position: 0 -14px; }
#accordion_beam .goods_table .basket { background-position: 0 -28px; }
#accordion_brick .goods_table .basket {	background-position: 0 -42px; }
#accordion_lining .goods_table .basket { background-position: 0 -56px; }

#accordion_wood .goods_table .basket_buy { background-position: 57px -14px; }
#accordion_beam .goods_table .basket_buy { background-position: 57px -28px; }
#accordion_brick .goods_table .basket_buy { background-position: 57px -42px; }
#accordion_lining .goods_table .basket_buy { background-position: 57px -56px; }

.goods_table .basket:hover {
	background-position: 0 0 !important;
}
.goods_table .basket_buy:hover {
	background-position: 57px 0 !important;
}
.goods_table .remove {
	background: url("/site/images/pimp/remove.png") no-repeat scroll 3px 1px transparent !important;
}
.goods_table .remove:hover {
	background-position: 3px -11px !important;
}
.goods_table tr td.clack {
	background: url("/site/images/pimp/clack.png") no-repeat scroll 0 0 transparent;
}
.dotted_line {
	background: url("/site/images/tables_bg/dotted_line.png");
	height: 1px;
}

.good_form {
	padding-top: 14px;
	padding-bottom: 14px;
}
.good_form .dim_groups {
	margin-top: 14px;
}
.good_form .measure_input {
	margin: 0;
	width: 54px;
}
.good_manager {
	padding-bottom: 7px;
	padding-top: 7px;
}
.good_manager .good_error {
	width: 465px;
}
.good_manager .good_error .err_msg {
	color: #b11116;
	display: none;
}


.country {
	background: url("/site/images/pimp/flags.png");
	display: inline-block;
	height: 21px;
	width: 21px;
}
.country_fin {
	background-position: 0 -21px;
}


/*** Basket ***/

#basket_wrap {
	height: 30px;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 900;
}
#basket_info {
	background: url("/site/images/pimp/basket_top.png") no-repeat scroll right top transparent;
	font: 16px/28px Calibri;
	color: #320b07;
	display: block;
	height: 30px;
	padding-right: 38px;
	position: relative;
	text-align: center;
}

/*** Basket Page ***/
.default_wrapper {
	background-color: #ececec;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	position: relative;
	width: 939px;
}
.basket_page, .contacts_page, #accordion_catalog {
	background: url("/site/images/bg/basket_bg_up.png") no-repeat scroll 0 0 #ececec;
}
.basket_page {
	min-height: 750px;
}
.basket_page .down_bg, #accordion_catalog .down_bg {
	background: url("/site/images/bg/basket_bg_down.png") no-repeat scroll 0 0 #ECECEC;
	height: 400px;
	width: 400px;
}
.basket_wrapper {
	margin: 107px 40px 0 220px;
	position: relative;
	z-index: 200;
}

.basket_goods_table .remove {
	cursor: pointer;
	display: block;
  height: 12px;
  width: 14px;
}
.basket_goods_table .th1, .basket_goods_table .td1 { width: 230px; }
.basket_goods_table .th2, .basket_goods_table .td2 { width: 50px; }
.basket_goods_table .th3, .basket_goods_table .td3 { width: 90px; }
.basket_goods_table .th4, .basket_goods_table .td4 { width: 70px; }
.basket_goods_table .th5, .basket_goods_table .td5 { width: 60px; }
.basket_goods_table .th6, .basket_goods_table .td6 { width: 90px; }
.basket_goods_table .th7, .basket_goods_table .td7 { width: 69px; }

h1.basket {
	background: url("/site/images/fonts/fonts_inner.png") no-repeat scroll 0 -825px transparent;
	height: 65px;
	margin-bottom: 60px;
  margin-left: 210px;
  text-indent: -9999px;
}
#accordion_catalog .basket {
	background-position: 0 -14px;
}
#accordion_catalog .basket_buy {
	background-position: 57px -14px;
}
.basket_form {
	background: url("/site/images/bg/tables_bg.png") repeat scroll 0 0 transparent;
	border-radius: 6px;
	color: #320b07;
	margin-bottom: 30px;
	padding: 20px;
}
.basket_form .help {
	font: 12px/12px Arial;
	margin-bottom: 12px;
}
.basket_form .contacts {
	font: 16px/16px Calibri;
	margin-bottom: 20px;
}
.basket_form .contacts li {
	float: left;
	margin-left: 20px;
}
.basket_form .contacts li:first-child {
	margin-left: 0;
}
.basket_form input, .basket_form textarea {
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #eeebe9;
	border-top: 1px solid #bcb0a7;
	border-bottom: 0 solid;
	box-shadow: inset 0 1px 1px #bcb0a7;
	font: 12px/12px Arial;
	padding: 5px 9px;
	resize: none;
}
.basket_form .contacts .family {
	width: 142px;
}
.basket_form .contacts .firstname {
	width: 142px;
}
.basket_form .contacts .email {
	width: 112px;
}
.basket_form .contacts .phone {
	width: 102px;
}
.basket_form .contacts .advent {
	height: 100px;
	width: 620px;
}
.basket_form .label {
	margin-top: 16px;
	margin-bottom: 2px;
}
.basket_form ul .label {
	margin-top: 0;
}
.after_inputs {
	border: 0 solid;
	border-bottom: 1px solid #e7e5e5;
	padding-bottom: 9px;
}
.red_submit {
	background: url("/site/images/buttons/send_button.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	font: 12px/12px Arial;
	height: 18px;
	margin-right: 9px;
	padding-top: 8px;
	text-align: center;
	width: 132px;
}
.red_submit:hover {
	background-position: 0 -26px;
	color: #fff;
}
.rerror {
	color: #b11116;
	font: 12px/12px Arial;
	display: none;
}
.additional_message {
	color: #bea897;
	font: 12px/12px Arial;
	margin-top: 10px;
}
.empty_basket {
	margin: 10px 0;
	text-align: center;
}

/*** Contacts ***/
h1.contacts {
	background: url("/site/images/fonts/contacts.png") no-repeat scroll 0 0 transparent;
	height: 101px;
	margin-top: 43px;
	margin-left: 140px;
	text-indent: -9999px;
	width: 711px;
}
#ymaps_wrapper {
	position: relative;
}
#ymaps_shadow {
	background: url("/site/images/bg/map_gradient.png") repeat-x scroll 0 0 transparent;
	position: absolute;
	height: 27px;
	width: 100%;
	z-index: 290;
}
#ymaps {
	height: 483px;
	width: 939px;
}


/** Calculator */

#calc_wrap {
	position: absolute;
	right: -59px;
	top: 178px;
	z-index: 777;
}
#calc {
	background: url("/site/images/bg/calc_bg.png") no-repeat scroll 0 0 transparent;
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(88, 5, 7, 1.0);
	position: relative;
	width: 138px;
}
#calc .dim {
	color: #012330;
	font: 12px/12px Arial;
	margin: 0 0 5px 14px;
}
#calc .dim .measure {
	color: #b3bcaf;
}
.measure_input {	
	color: #b9c1b5;
	font: 12px/12px Arial;
	margin: 0 0 15px 15px;
	padding: 7px 0 4px 9px;
	width: 100px;
}
.measure_input_disabled {
	background-color: #f1f1f1;
	color: #888;
}
#calc_title {
	height: 34px;
	margin: 21px 28px 15px 29px;
	width: 81px;
}
#calc_inner {
	display: none;
	min-height: 298px;
}

/** Custom select start */
.custom-select-input {
	cursor: pointer;
	font: 12px Arial;
  margin: 4px 14px 3px;
  position: relative;
  /* z-index: 36; */
}
#calc .custom-select-input .measure_input {
	float: left;
	margin-left: 0;
	width: 45px;
}
.custom-select-input .select-values .current-value {
	padding-right: 2px;
}
.custom-select-input .select-pimp {
  float: right;
  padding-right: 4px;
  padding-top: 6px;
}
.custom-select-input .pimp-down {
	background: url("/site/images/pimp/vertical_arrows.png") no-repeat 0 -7px transparent;
	display: inline-block;
	height: 7px;
	margin-top: 3px;
	padding-top: 0;
	width: 10px;
}
.custom-select-input .select-options {
	background-color: #fbfbfb;
  border-radius: 4px;
  box-shadow: 0 2px 5px -2px;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 35;
}
.custom-select-input .select-options .select-pimp {
	background: url("/site/images/pimp/vertical_arrows.png") no-repeat 0 0 transparent;
	height: 7px;
	padding-top: 0;
	padding-right: 0;
  position: absolute;
  right: 5px;
  top: 9px;
  width: 10px;
}
.custom-select-input .select-options .options-wrap {
  z-index: 30;
}
.custom-select-input .select-options .options-wrap .option-items {
	padding: 8px 10px;
}
.custom-select-input .option-items p {
	cursor: pointer;
}
.custom-select-input .option-items:hover {
	background-color: #ECECEC;
}

.finish-value {
	margin-left: 28px;
	margin-top: 28px;
}
.finish-value .select-options {
	left: -9px;
	width: 100px;
}
.finish-value .select-values {
	color: #fff;
	font: 12px Arial;
	width: 100%;
}
.finish-value .total-value {
	font: 18px Arial;
}
.finish-value .select-pimp {
	background-position: 0 -20px;
	margin-top: 7px;
}
.finish-value .select-options .select-pimp {
	background-position: 0 0;
	margin-top: 0;
	padding-right: 0;
}

.collapse_button {
	background: url("/site/images/pimp/collapse_buttons.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 20px;
	left: 60px;
	position: absolute;
	top: -10px;
	width: 20px;
}
.collapse_button_min {
	background-position: 0 -20px !important;
}

/** Contry Selector */
.country_filter_wrap {
	background: url("/site/images/bg/country_filter_bg.png") no-repeat scroll 0 0 transparent;
	color: #320b07;
	height: 40px;
	margin: 29px 0 30px 210px;
	width: 327px;
}
.country_filter_wrap .country_filter {
	padding: 7px 0 0 19px;
}
.country_filter_wrap .country_filter .country_filter_select {
	font: 12px Arial;
	float: left;
	cursor: pointer;
	margin-left: 9px;
	padding: 6px 0 4px 9px;
	width: 162px;
}
.country_filter_wrap .country_filter .country_filter_title {
	font: 16px Calibri;
	float: left;
	margin-top: 2px;
}

/** Inner Block Select */
.selector {
	position: relative;
}
.selector .inner_wrap {
	background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 #580507;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 222;
}
.selector .inform {
	margin: 5px 0 7px 8px;
}
.selector .select {
	font: 12px/12px Arial;
	margin: 2px 0;
}
.selector .select:hover {
	background-color: #ececec;
}
.selector .select-pimp {
	background: url("/site/images/pimp/vertical_arrows.png") no-repeat;
	display: block;
	height: 7px;
	position: absolute;
	right: 8px;
	top: 11px;
	width: 11px;
}
.selector .pimp-down {
	background-position: 0 -7px;
	right: 10px;
	top: 10px;
}
.opt_country { padding: 6px 0 5px 49px; }
.opt_rus { background: url("/site/images/pimp/flag_rus.png") no-repeat scroll 24px 2px transparent; }
.opt_fin { background: url("/site/images/pimp/flag_rus.png") no-repeat scroll 24px 2px transparent; }
.opt_selected {
	font: 12px/12px Arial;
	margin: -4px 0;
	padding: 6px 0 5px 49px;
}


/** Кнопки */
.dim_param {
	float: left;
	font: 12px/12px Arial;
	border-right: 1px solid #c9c9c9;
	color: #fff;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.dim_first {
	padding-left: 6px;
}
.dim_last {
	padding-right: 6px;
}
.dim_selected {
	background: url("/site/images/buttons/red_gradient_line.png") repeat-x;
	border-top: 1px solid #be161c;
}
.dim_disabled {
	background: url("/site/images/buttons/grey_gradient_line.png") repeat-x;
	color: #b3bcaf;
}
.dim_group {
	float: left;
	margin-right: 20px;
	margin-top: 14px;
	min-height: 50px;
}
.dim_group6 .dim_title {
	margin-bottom: 12px;
}
big {
	color: #012330;
	font: 18px/18px Arial;
}
.odd big { color: #fff; }

.dim_params .dim_param {
  border: none;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 8px 8px 7px 8px;
}

.dim_params .dim_param {
	background-color: #a5a5a5;
	background: linear-gradient(top, #bebebe 0%, #a5a5a5 40%, #a5a5a5 60%, #bebebe 100%);
	background: -moz-linear-gradient(top, #bebebe 0%, #a5a5a5 40%, #a5a5a5 60%, #bebebe 100%);
	background: -webkit-linear-gradient(top, #bebebe 0%, #a5a5a5 40%, #a5a5a5 60%, #bebebe 100%);
	box-shadow: 0 1px 0 0 #012330;
	cursor: pointer;
}
.dim_title {
	margin-bottom: 10px;
}
.dim_params .dim_disabled {
 background: none;
 border: 1px solid #b3bcaf !important;
 box-shadow: none;
 color: #b3bcaf;
 cursor: default;
 padding-bottom: 7px;
}
#accordion_wood .dim_params .dim_disabled {
	border: 1px solid #978474 !important;
	color: #978474;
}
#accordion_wood .odd .dim_params .dim_disabled, #accordion_beam .odd .dim_params .dim_disabled, #accordion_brick .odd .dim_params .dim_disabled {
	border: 1px solid #552513 !important;
	color: #552513;
	opacity: 0.6;
}
#accordion_lining .odd .dim_params .dim_disabled {
	border: 1px solid #6a838a !important;
	color: #6a838a;
	opacity: 0.6;
}

.dim_params .dim_selected {
 background-color: #b8151a;
 background: linear-gradient(top, #bd161b 0%, #a61015 40%, #a61015 60%, #b7141a 100%);
 background: -moz-linear-gradient(top, #bd161b 0%, #a61015 40%, #a61015 60%, #b7141a 100%);
 background: -webkit-linear-gradient(top, #bd161b 0%, #a61015 40%, #a61015 60%, #b7141a 100%);
 border-left: 1px solid #c9474b;
 border-bottom: 1px solid #c9474b;
 box-shadow: 0 1px 0 0 #580508;
}

.dim_params .dim_first {
 margin-left: 0;
 border-left: none;
 border-top-left-radius: 7px;
 border-bottom-left-radius: 7px;
}

.dim_params .dim_last {
 	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
 	padding-right: 8px;
}

.elastic_part { float: left; }
.elastic_part_1 { width: 515px; }


/** FANCYBox **/
#fancybox-content {
	border-color: #595755 !important;
  border-radius: 7px 7px 7px 7px;
  border-width: 10px;
}
#fancybox-gallery {
	margin: 20px auto;
	padding-left: 12px;
	text-align: center;
	max-width: 492px;
}
#fancybox-gallery .fancy_gallery_image {
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) inset;
	cursor: pointer;
	height: 90px;
	margin-bottom: 13px;
	margin-right: 13px;
	padding: 10px;
	width: 90px;
}
#fancybox-gallery .fancy_gallery_image_sel {
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 1.0) inset;
}


#fancybox-left-ico, #fancybox-right-ico {
	height: 34px !important;
	width: 34px !important;
}
#fancybox-close {
	background: url("/site/images/pimp/arrow_close.png") no-repeat scroll center 0 transparent !important;
	height: 34px !important;
}
#fancybox-left-ico {
	background: url("/site/images/pimp/arrow_left.png") !important;
}
#fancybox-right-ico {
	background: url("/site/images/pimp/arrow_right.png") !important;
}


.contacts_table {
	margin: 20px 220px;
	width: 620px;
}
.contacts_table_last .td1 {
	line-height: 18px;
}

.contacts_table .tr_foot {
	margin-bottom: 0;
}
.contacts_table .th1 { font: bold 14px Arial; width: 300px; }
.contacts_table .td1 { width: 250px; }
.contacts_table .td3 { width: 145px; }
.contacts_table .td6 { width: 150px;}

.contacts_table a {
	font: 12px/12px Arial;
}
.contacts_table .odd a {
	color: #fff;
}
.contacts_table .even a {
	color: #000;
}


.contacts-data {
	margin: 33px 0px 25px 150px;
}
.contacts-data, .contacts-data a {
	color: #320b07;
	font: normal 20px/20px 'PTSans-Narrow', Arial;
}
.contacts-data .main-contacts {
	float: left;
	margin-top: 40px;
}
.contacts-data .main-contacts .main-telephone {
	font: normal 45px/45px 'PTSans-Narrow', Arial;
	margin-bottom: 25px;
}
.contacts-data .main-contacts .main-address {
	background: url("/site/images/contacts/placemarks_mini.png") scroll no-repeat;
	padding-bottom: 2px;
	padding-left: 45px;
}
.contacts-data .main-contacts .address-a {
	background-position: 0 0;
	margin-bottom: 25px;
}
.contacts-data .main-contacts .address-b {
	background-position: 0 -42px;
}

.contacts-data .h-breaker {
	background: url("/site/images/contacts/vertical_breaker.png") scroll no-repeat top left;
	float: left;
	height: 222px;
	margin: 20px 50px 0px 50px;
	width: 1px;
}
.contacts-data .personal-contacts {
	float: left;
	margin-top: 40px;
}
.contacts-data .personal-contacts .personal-info {
	margin-bottom: 24px;
	margin-top: 6px;
}
.contacts-data .personal-contacts .fio {
	font: bold 20px/20px 'PTSans-Narrow', Arial;
	margin-bottom: 2px;
}