/*New Header*/
.header_new{
    height:206px;/*ch*/
    margin: 0 13px;
    padding: 0px 0 22px;/*ch*/
    position: relative;
}
.wrap_logo {
    height: 120px;
    position: absolute;
    top: 15px;/*ch*/
    width: 89px;
}
.wrap_center {
    height: 158px;/*ch*/
    margin: 0 245px 0 120px;
   /* padding: 10px 0 0;*/
	position:relative;
	/*overflow:hidden;*/
}
.wrap_center h1, .wrap_center .h1 {
    font: italic 24px Georgia,sans-serif;
}
.wrap_center h1, .wrap_center .h1 {
    color: #5A0000;
    padding: 15px 0px 25px 0px;/*ch*/
    text-align: center;
}
.die_blok {
    margin: 0 auto;
    position: relative;
    width: 600px;
}
.wrap_die1, .wrap_die2, .wrap_die3 {
    cursor: pointer;
    float: left;
    height: 78px;
    position: relative;
    width: 198px;
}
.wrap_die1 {
    background: url("/img/die_left.png") repeat scroll 0 0 transparent;
}
.wrap_die2 {
    background: url("/img/die_center.png") repeat scroll 0 0 transparent;
}
.wrap_die3 {
    background: url("/img/die_right.png") repeat scroll 0 0 transparent;
}
.die_in {
    padding: 15px 20px 10px 15px;
}
.die_blok .title {
    color: #9E1C17;
    font-weight: 700;
    height: 48px;
    line-height: 19px;
    padding: 5px 0 0 60px;
}
.wrap_die1 .service1 {
    background: url("/img/service1.png") no-repeat scroll 0 0 transparent;
}
.wrap_die2 .service2 {
    background: url("/img/service2.png") no-repeat scroll 0 0 transparent;
}
.wrap_die3 .service3 {
    background: url("/img/service3.png") no-repeat scroll 0 0 transparent;
}
.wrap_die1:hover{
	background:url(/img/die_left_over.png);
}
.wrap_die2:hover{
	background:url(/img/die_center_over.png);
}
.wrap_die3:hover{
	background:url(/img/die_right_over1.png);
}
.more_die{
	display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 390px;
    z-index: 10;
}
.die_in:hover .more_die{
	display: block;
}
.more_info_die{
    /*background: linear-gradient(to bottom, #F0F0F0 0%, #DCDCDC 100%) repeat scroll 0 0 transparent;*/
	background:#F0F0F0;
    border-radius: 5px 5px 5px 5px;
    color: #404040;
    font-size: 13px;
    margin: 0px 0 0;
}
.more_info_die .list div {
    background: url("/img/list.gif") no-repeat scroll 0 8px transparent;
    color: #404361;
    float: left;
    margin: 5px 0 0;
    padding: 0 3px 0 12px;
    width: 156px;
}
.more_bg{
    background: url("/img/pattern2.png") repeat scroll -35px -55px transparent;
    padding: 15px 24px;
}
.more_info_die h3{
    color: #000000;
    letter-spacing: -1px;
    padding: 0 0 5px;
	font: italic 18px/27px Georgia, serif;
}
.more_info_die .list{
	margin: 3px 0 8px;
    overflow: hidden;
}


.wrap_right_header_blok {
    height:165px;
    position: absolute;
    right: 0;
    text-align: right;
    top:0px;
    width: 224px;
	/*padding-top:2px;*//*ch*/
}
.worktime {
    padding-bottom: 3px;
    text-align: right;
}
.wrap_right_header_blok .tel{
    background: url('/img/tel.png') no-repeat scroll 5px 50% transparent;
    color: #2B2B2C;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0px 0 3px 30px;
    position: relative;
	text-align:right;
}
.wrap_right_header_blok .tel span {
    font-weight: 400;
    margin: 0 5px 0 0;
}
.wrap_right_header_blok  .order {
	font-size: 13px; 
	top: 3px; 
	// top: 10px
}
.wrap_right_header_blok  .order a{
    border-bottom: 1px dashed #A31E19;
    color: #A31E19;
    text-decoration: none;
	font-weight: 700;
    line-height: 14px;
}
.wrap_right_header_blok .order a:hover, header .order a:focus {
    border: 0 none;
}
.download_top{
    background: url('/img/menu-top_2.png') no-repeat scroll 0 0 transparent;
    height:68px;
   /* letter-spacing: -1px;*/
    margin: 8px 0 0;
    /*padding: 15px 25px;*/
}
.download_title{
	font-size:15px;
	text-align:left;
	font-weight:bold;
	color:#941914;
	padding-top:3px;
	padding-left:43px;
}
.download_link{
	background: url('/img/download_arrow.png') no-repeat 14px 3px;
	width:170px;
	margin-right:10px;
	padding-left:45px;
	text-align:left;
}
.download_link a{
	color:#000000;
}
.padd_link{
	margin-right:10px;
}

/*End New Header*/
/*Top menu new*/
.nav{
	position: relative;
	width: 100%;	
	clear: both; 
	/*height: 33px; */
	background: #83120f url('/img/menu-bg.png') repeat-x; 
	padding: 12px 2px 7px 2px; 
	line-height: 1em; 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff;
	height:30px;
}
.nav ul{
	text-align: justify;
	margin:0px;
	padding:0px;
	width:95%;
	margin:0 auto;
 /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */
    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom:1;
}
.nav ul:after{
	width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.nav ul li{
   /* width: 98px;*/
    height: 33px;
    display: inline-block;
	text-align: left;
    /*border: 1px solid #000;*/
    /* Востанавливаем у потомков, кроме последнего*/
    line-height: normal;
    font-size: 14px;
    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;
     /* эмуляция inline-block для IE6-7*/
    //display : inline;
    //zoom : 1;
}
.nav_top li a{
	color:#ffffff;
	font-size:15px;
}
.nav_left{
	background: url('/img//menu-before.png') no-repeat;
	width:13px;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
}
.nav_right{
	background: url('/img/menu-after.png') no-repeat;
	width:13px;
	height:50px;
	position:absolute;
	top:0px;
	left:auto;
	right:0px;
}
.nav li a{
	color:#ffffff;
	font-size:15px;
}
.nav_separator{
	background: url('/img/menu.gif') right 10px no-repeat;
	width:3px;
}
.nav ul li ul{
    background:#efefef;
    position: absolute;
    width:22%;
    z-index: 199;
	padding:10px;
	border:#ccc8c9 1px solid;
	top:32px;
}
.nav ul li ul {
	display: none;
}
.nav ul li ul li:hover ul.sub-menu-level-2 {
	display: block;
}
.nav ul li ul li ul.sub-menu-level-2 {
	display: none;
}
.nav ul li:hover ul {
	display: block;
}
.nav ul li ul li{
	height:auto!important;
	position:relative;
	display:block!important;
	padding-bottom: 1px;
}
.nav ul li ul li a{
	color:#941914!important;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	font-size:12px;
}
.nav ul li ul li ul{
    background:#d8d7d7;
    display: block;
    position: absolute;
    width:100%;
    z-index: 10;
	padding:10px;
	border:#ccc8c9 1px solid;
	top:20px;
	left: 40px;
}
.nav .last ul.sub-menu {
    margin-left: -183px;
}
.nav ul li#menu_72 ul {
    right: 10px;
}
#p1{
	left:32px;
}
#p1 li ul{
	left:20%;
}
#p2{}
#p2 li ul{
	left:20%;
}
#p3{}
#p3 li ul{
	left:20%;
}
#p4 li ul{
	left:20%;
}
#p5{}
#p5 li ul{
	left:20%;
}
#p6{}
#p6 li ul{
	right:80%;
}
#p7{}
#p7 li ul{
	right:80%;
}
#p8{}
#p8 li ul{
	right:80%;
}
#p9{
	right:32px;
}
#p9 li ul{
	right:80%;
}
#activ_point a {
    color: #000000;
}
/*End Top menu new*/
/*Left Slider*/
.main-projects-left-new{
   background: url("/img/main-project-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    font-size: 13px;
    height: 380px;/*ch*/
    position: relative;
    width: 72%;
    z-index: 1;
}
.c-lb, .c-lt, .c-rb, .c-rt {
	position: absolute; 
	z-index: 2; 
	width: 18px; 
	height: 18px; 
	background: url('/images/design/corn-lt.png') no-repeat;
}
.c-lb {
	left: 0; 
	bottom: 0; 
	background-image: url('/images/design/corn-lb.png')!important;
}
.c-lt {
	left: 0; 
	top: 0
}
.c-rb {
	right: 0; 
	bottom: 0; 
	background-image: url('/images/design/corn-rb.png');
}
.c-rt {
	right: 0;
	top: 0; 
	background-image: url('/images/design/corn-rt.png');
}
.until_after_slider_wrap{
	width:682px;
	height:278px;
	position: relative;
	margin:0 auto;
}
.until_after_wrap{
	width:610px;
	position: relative;
	/*overflow:hidden;*/
	height:278px;
	margin:34px auto 0px auto;
}
.until_after_img{
	margin:0 auto;
	position:relative;
	position: relative;
	overflow:hidden;
	width:694px;
}
.img_until{
	width:297px;
	float:left;
	/*position:relative;*/
	overflow: hidden;
}
.img_after{
	width:297px;
	float:right;
	overflow: hidden;
}
.prev_foto span, .next_foto span{
	position:absolute;
	z-index:10;
	height:100%;
	width:21px;
	top:0px;
}
.prev_foto span{
	background: url("/images/design/gallery-prev.png") no-repeat 0 50%
}
.next_foto span{
	right:0px;
	background: url("/images/design/gallery-next.png") no-repeat 0 50%
}
.amount_new{
	position:absolute;
	z-index:20px;
	height:64px;
	width:243px;
	top:-40px;
	left:219px;
	background:url(/img/gallery-title-new.png) no-repeat;
	text-align:center;
}
.amount_new h2{
	font-size:20px!important;
	color: #941914;
	padding-top:8px;
	padding-bottom:0px;
}
.amount_new h2 a{text-decoration: none}
.amount_new p span{
	color: #9A1914;
    font-size: 18px;
}
.description_photo{
	padding-top:30px;
	/*padding-bottom:10px;*/
	text-align:center;
}
.description_photo h2{
	font-size:20px!important;
	color: #ffffff;
}
.description_photo h2 a{
	color: #ffffff;
	text-decoration:none;
}
.label_foto_until, .label_foto_after{
	width:61px;
	height:41px;
	position:absolute;
	z-index:20;
	top:-10px;
	background:url(/img/label_bg.png);
	text-align:center;
	color: #9A1914;
    font-size: 15px;
}
.label_foto_until div, .label_foto_after div{
	padding-top:10px;
	padding-left:4px;
}
.label_foto_after{
	right:5px;
}
/*End Left Slider
/*Right blok*/
.main-projects-right-new {
	font-size: 13px; 
	float:right;
	width: 26%;
	position: relative;	
}
.main-projects-right-new h2{padding: 0 10px 5px 48px;font-style:normal;text-align:left; font: 21px/21px Tahoma,sans-serif;}
.main-projects-right-new h2 a{color: #000000;}
.main-projects-right-new  .top {height: 20px; background: url('/images/design/main-offer-top-l.png') no-repeat; padding: 0 0 0 155px}
.main-projects-right-new .top div {background: url('/images/design/main-offer-top-r.png') 100% 0 no-repeat; height: 20px}
.main-projects-right-new .offer {background: #eee url('/images/design/main-offer-bg.png') no-repeat; margin: 0 0 25px; position: relative}
/*.main-projects-right-new .offer .one {padding: 0 20px 20px;}*/
.main-projects-right-new .offer .pic {float: none; width:213px; margin:0 auto;}
.main-projects-right-new .offer .pic img {border: 2px solid #fff; box-shadow: 1px 1px 2px #c9cacd; margin: 0 0 8px}
.main-projects-right-new  .offer ul {padding: 0px 0px 0px 0px; margin:5px 0 0px 65px;clear:both;}
.main-projects-right-new  .offer ul li {float: none;margin:0px;}/*
.main-projects-right-new  .offer ul li {height:52px;;margin-bottom:10px;color: #404361; list-style-position: outside; position: relative;list-style:none;padding-top:10px;}
.main-projects-right-new  .offer ul li a{font-size:15px;font: 18px Georgia, sans-serif;}
.main-projects-right-new  .offer ul li div{margin-left:75px;margin-right:10px;}
.fasad_solutions{background:url(/images/design/ikon_fasad.png) no-repeat 10px center #c6c1c1}
.window_solutions{background:url(/images/design/ikon_decor.png) no-repeat 10px center #c6c1c1}
*/
.main-projects-right-new .reflex{
	position:relative;
	top:-10px;
}
.offer_title{
	position:relative;
	top:-10px;
}
.free-services-blok{width:100%;	position:relative;top:-15px;}
.free-services-blok  h2 {padding: 0 10px 5px 44px;font-style:normal;text-align:center; font-size:21px;text-align:left;}
.free-services-blok  h2 a{color: #000000;}
.free-services-blok ul{padding-top:0px; margin-top:0px;}
.free-services-blok ul li {padding-bottom:5px;}/*ch12px*/
.free-services-blok ul li a{color: #000000;font-style:italic;text-decoration:none;font: italic 14px Georgia, sans-serif; border-bottom: 1px dashed #000080;}
.free-services-blok ul li a:hover{text-decoration:none; border-bottom:0px;}
.free-services-blok ul li a span{font-size:18px; color: #941914;}

.free-services-blok ul{
	padding:0px; 
	margin:0px;
}
.free-services-blok ul li{
	list-style:none;
	clear:left;
	position:relative;
	overflow:hidden;
}

/*End Right blok*/
/*Add Left*/
.place_banner{
}
.wrap_place_useful{
	position:relative;
	width:100%;
}
.place_useful{
	width:100%;
	background:#eeeeee!important;
}
.place_useful_in{
	padding:25px;
	position:relative;
	overflow:hidden;
}
.shadow_c_new{
    background: url("/img/shadow_bg.png") no-repeat 50% -1px !important;
    bottom: -10px;
    height: 17px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
	z-index:-10;
}
.place_useful_in h2{
	padding: 0 0 10px;
	font: 21px/21px Tahoma,sans-serif;
}
.place_useful_link{
	clear:left;
	position:relative;
	padding-top:10px;
}
.useful_in1{
	background:url(/img/bibl_ikon1.jpg) 0 center no-repeat;
}
.useful_in2 {
	background:url(/img/bibl_ikon2.jpg) 0 center no-repeat;
}
.useful_in3 {
	background:url(/img/bibl_ikon3.jpg) 0 center no-repeat;
}
.useful_in4{
	background:url(/img/bibl_ikon4.jpg) 0 center no-repeat;
}
.useful_in1, .useful_in2, .useful_in3, .useful_in4{
	float:left; 
	width:79px; 
	height:58px;
}
.place_useful_link a{
	padding-left:90px;
	margin-top:0px;
	font-size:13px;
	display:block;
}
.questions_link a, .usefull_link a, .lib_link a {
	font-size:13px;
	display:block;
	margin-top:10px;
}
.lib_link a {
    display: inline;
    line-height: 32px;
}
/*
.useful_in1 a, .useful_in2 a, .useful_in3 a, .useful_in4 a {
	padding-left:85px;
	height:58px;
}*/

.padd_blok{
	height:15px;
	clear: both;
}
.office_link{
	float: left;
	position:relative;
	width:50px;
	padding-left:10px;
}
.search{
	float: left;
	position:relative;
	width:200px;
}
.place_banner_index div{
	margin:0 auto;
	width:700px;
}
.search{
	float: left;
	position:relative;
	width:200px;
}
.left_inner .search {
    margin: 10px 0;
   /* width: 276px;*/
}
/*Left Menu*/
.wrap_menu_left{border: 1px solid #a91914; position: relative; margin: 0 0 15px}
.wrap_menu_left .lt, .wrap_menu_left .rt, .wrap_menu_left .lb, .wrap_menu_left .rb {position: absolute; width: 19px; height: 19px; background: url('/images/design/decor-lt.gif') no-repeat; z-index: 1; padding: 0}
.wrap_menu_left .lt {left: -1px; top: -1px}
.wrap_menu_left .rt {right: -1px; top: -1px; background-image: url('/images/design/decor-rt.gif')}
.wrap_menu_left .rb {right: -1px; bottom: -1px; background-image: url('/images/design/decor-rb.gif')}
.wrap_menu_left .lb {left: -1px; bottom: -1px; background-image: url('/images/design/decor-lb.gif')!important}
.menu-left  {
	position: relative; 
	z-index: 2; 
	padding-top: 20px;
	padding-left:28px;
	padding-right:15px;
	padding-bottom:20px;
}
.left_inner .search-big a, .menu-left .search-big a:active, .menu-left .search-big a:visited {font-size: 12px; color: #000; border-bottom: 1px dashed #000; text-decoration: none; white-space: nowrap;}
.left_inner.search-big a:hover, .menu-left .search-big a:focus {font-size: 12px; color: #000; border-color: transparent}
/*End Left Menu*/
/*Left blok inner*/
.solutions_new{
	font-size: 13px; 
	position: relative;
}
.solutions_new  h2{padding: 0 10px 5px 48px;font-style:normal;text-align:left; font: 21px/21px Tahoma,sans-serif;}
.solutions_new  h2 a{color: #000000;}
.solutions_new  .top {height: 20px; background: url('/images/design/main-offer-top-l.png') no-repeat; padding: 0 0 0 155px}
.solutions_new .top div {background: url('/images/design/main-offer-top-r.png') 100% 0 no-repeat; height: 20px}
.solutions_new .offer {background: #eee url('/images/design/main-offer-bg.png') no-repeat; margin: 0 0 25px; position: relative}
/*.main-projects-right-new .offer .one {padding: 0 20px 20px;}*/
.solutions_new .offer .pic {float: none; width:213px; margin:0 auto;}
.solutions_new .offer .pic img {border: 2px solid #fff; box-shadow: 1px 1px 2px #c9cacd; margin: 0 0 8px}
.solutions_new .offer ul {padding: 0px 0px 0px 0px; margin:5px 0 0px 60px;clear:both;}
.solutions_new .offer ul li {float: none;margin:0px;}/*
.main-projects-right-new  .offer ul li {height:52px;;margin-bottom:10px;color: #404361; list-style-position: outside; position: relative;list-style:none;padding-top:10px;}
.main-projects-right-new  .offer ul li a{font-size:15px;font: 18px Georgia, sans-serif;}
.main-projects-right-new  .offer ul li div{margin-left:75px;margin-right:10px;}
.fasad_solutions{background:url(/images/design/ikon_fasad.png) no-repeat 10px center #c6c1c1}
.window_solutions{background:url(/images/design/ikon_decor.png) no-repeat 10px center #c6c1c1}
*/
.solutions_new .reflex{
	position:relative;
	top:-10px;
}
.solutions_new .shadow {position: absolute; width: 100%; height: 17px; left: 0; padding: 0; bottom: -17px; background: url('/images/design/main-offer-sh.png') 50% -1px no-repeat!important}
.solutions_new .list {padding: 0 0px 0px!important}

.red_left {color: #fff; background: #901813;/*margin: 0 13px 50px 20px;*/ font-size: 12px; position: relative}
.red_left a {color: white}
.pattern {padding: 25px 33px 30px; background: url('/images/design/pattern.png')}
.red_left .c-lb, .red_left .c-lt, .red_left .c-rb, .red_left .c-rt {position: absolute; z-index: 2; width: 18px; height: 18px; background: url('/images/design/corn-lt.png') no-repeat}
.red_left .c-lb {left: 0; bottom: 0; background-image: url('/images/design/corn-lb.png')}
.red_left .c-lt {left: 0; top: 0}
.red_left .c-rb {right: 0; bottom: 0; background-image: url('/images/design/corn-rb.png')}
.red_left .c-rt {right: 0; top: 0; background-image: url('/images/design/corn-rt.png')}
.red_left h2 a{padding:0px;color: #ffffff; }
.red_left h2{padding:0px; font-size:18px;}
.t_red_left1{
	float:right;
	position:relative;
	width:58px;
	height:68px;	
	margin-left: 10px;
}
.t_red_left2 p {line-height: 15px; margin-top: 18px;}
/*In-Katalog*/
.wrap_office_line{
	position:relative;
	padding-bottom:10px;
	overflow:hidden;
}
.wrap_office_line .choice{
	float:left!important;
}
.wrap_office_line .choice a, .wrap_office_line .choice a:active, .wrap_office_line .choice a:visited, .wrap_office_line .choice a:hover, .wrap_office_line .choice a:focus {text-decoration: none; color: #941914; padding: 10px 10px 30px!important; background: url('/img/choice-bg_1.png') 50% 100% no-repeat}

div.filter_new {float:right; position: relative}
div.filter_new  .one {margin: 0 30px 0 0}
div.filter_new  .one select {background: #941914; color: #fff}

.basket_wrap{
	float:right;
	position:relative;
	/*width:177px;
	height:80px;*/
	width:224px;
	height:68px;
	z-index: 190;
}
.basket{
	position:relative;
	/*width:177px;
	height:80px;
	background:url(/img/basket_bg.png) no-repeat;
	*/
	width:224px;
	height:68px;
	background:url(/img/menu-top_2.png) no-repeat;
}
.basket_in{
	/*padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;*/
	padding:5px 20px 5px 20px;
}
.title_basket{
	font: italic 17px Georgia,sans-serif;
}
.basket_buy{
	color:#747070;
}
.basket_buy div{
	line-height:17px;
}


/*changing old style*/
.line_changing {position: relative; margin: 12px 35px 0; padding: 0 0 18px; border-top: 1px solid #dbdce1;}
.line_changing:before, .line_changing:after {position: absolute; top: -7px; width: 14px; height: 14px; content: ' '; background: url('/images/design/ronde.png') no-repeat}
.line_changing:before {left: -29px}
.line_changing:after {right: -29px}
.left_inner{position: relative; float: left; width: 26%}/*увеличиваем ширину левой колонки!!*/
.left_inner .list {padding: 0 13px 35px}
.left_inner .list p {padding: 0 0 10px; font-size: 13px}
.showroom-block .title{
	padding-bottom:10px;
}
.left_inner .more{
    clear: both;
    padding: 25px 0 0;
    position: relative;
}


.padd_blok {
    clear: both;
    height: 15px;
}
.right p{
	margin-bottom:10px;
}
.red, .r {color: red}
.basket_full {
    background-image: none;
    margin-bottom: 28px;
    margin-top: 58px;
    width: 100%;
}

.anons {margin-top: 25px}
.anons  ul, ul.news_lents {
    list-style: none outside none;
    padding-left: 0;
}
.anons li, ul.news_lents li {
    margin-bottom: 40px;
}

.for_size{
	color:#FFFFFF;
	font-size:14px;
	text-align: center;
}
.solution-list .buy  a{
    background:#FFFFFF;
    color: #000000;
    /*padding: 2px 22px 2px 42px;*/
    text-decoration: none;
	display:block;
	white-space: nowrap;
}
#order_temporarily{
	text-decoration:underline;
	color:#A11C17;
}
.wrap_form_conversion{
	font-size:13px;
	position:relative;
	overflow:hidden;
	padding-bottom:15px;
}
.fc_col{
    float: left;
    padding-right: 10px;
    padding-top: 5px;
}
.conversion_button{
	background:url(/img/orange_button.png) no-repeat;
	width:120px;
	height:30px;
	float: left;
	cursor:pointer;
	text-align:center;
}
.conversion_button input{
	background:none;
	border:0px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	padding-top:5px;
}
.fc_col input{
	border:#A11C17 1px solid;
	width:88px;
	padding-left:5px;
}
.prev_next_nav{
	width: 370px;
	float:right;
	position: relative;
	overflow:hidden;
	
}
.prev_next_nav div {
    background: none repeat scroll 0 0 #941914;
    color: #FFFFFF;
    float: right;
    margin: 0 0 0 10px;
	padding:3px 3px 5px 3px;
    position: relative;
    text-align: center;
    width: 125px;
}
.prev_next_nav a, .prev_next_nav a:active, .prev_next_nav a:visited, .prev_next_nav a:hover, .prev_next_nav a:focus {
    color: #FFFFFF;
}
.calculate_for_size{
	position: relative;
	overflow:hidden;
	background:#941914;
	color: #FFFFFF;
	width:450px;
	font-size: 17px;
	padding:5px;
	margin-bottom:15px;
}
.calculate_for_size a{
	color: #FFFFFF;
}
.calculate_for_size div{
	float:left;
	position: relative;
	padding-right:10px;
}
.calculate_for_size div span { font-weight: bold; }
.button_order_call2 {
    white-space: nowrap;
}






