/* css_manager *//*---default---------------------*/
* {
    font-size: 100.01%;
}
html,
body {
    height: 100%;
}
body {
    margin: 0;
    position: relative;
    z-index: 0;
    font: .75em/1.3 Tahoma;
    color:#404040;  
    background: #004b7f url(/images/body.bg.gif) 0 0 repeat;  
}
h1 {
    margin: 0 0 .75em;
    	color : #000000;
	font-family : Tahoma;
	font-size : 22px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}  
h2 {
    margin: 0 0 .3em;
    	color : #000000;
	font-family : Tahoma;
	font-size : 18px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
a {
    color: #004b7f;
}
a:visited {
    color: #004b7f;
}
a:hover,
a:active{
    color: #004b7f;
    text-decoration:none;
}
.clear {
    clear: both;
}
img {
    border: 0;
}
/*---develop---------------------*/
.detailed button{
    background: url("/img/py769tb9.gif") no-repeat scroll 50% 50% transparent;
    border: 0;
}
.g-clear {
    clear: both;
}
/*---container-------------------*/
.container__field,    
.container__page,
.l-container {
    min-width: 1024px;
    width: 100%;
    }
.l-container {
    min-height: 100%;
    position: absolute;
    overflow: hidden;            
    background: url(/images/body.bg2.gif) 0 0 repeat-x;
    }
.container__field,    
.container__page {
    max-width: 1024px;
    position: relative;
    left: 50%;
    top: 0;
    }
* html .container__field,    
* html .container__page {
    width: expression(
        document.documentElement.clientWidth < 1000 ? "1024px" 
        :
        (document.documentElement.clientWidth > 1400 ? "1024px" : "100%") 
        );
    }    
.container__page {
    z-index: 1;
    }
.container__wrapper,
.container__content {
    width: 100%;
    position: relative;
    left: -50%;
    }
.container__opera {
width: 100%;
overflow: hidden;
left: 0;
top: 0;
}
.container__right,
.container__left,
.container__wrapper,
.container__field,
.container__opera {
height: 100%;
position: absolute;
}
.container__right,
.container__left {
    width: 1000px;
    /* background: #d5d2ca; */
    }
.container__left {
    left: -1000px;
    xbackground: #034ea6 url(/images/empty.gif) 100% 0 repeat-y;
    }
.container__right {
    margin-left: 100%;
    xbackground: #034ea6 url(/images/empty.gif) 0 0 repeat-y;
    }
    /*-------------------------------*/
    .l-container_footer {
        margin-top: -5em;
        min-height: 0;
        }
    .l-container_footer .container__page {
        padding-bottom: 0;
        }    
    .l-container_footer .container__content {
        height: 5em;
        background: #a1a1a1;
        color: #d5d2ca;
        } 
/*---grid------------------------*/
.l-grid {
    width: 100%;    
    position: relative;
}
.grid__wrapper {
    position: relative;
}
.grid__wrapper:after {
    clear: both;
    display: block;
    content: '';
}
.grid__5,
.grid__4,
.grid__3,
.grid__2,
.grid__1 {
    float: left;
    clear: right;
    display: none;
}
.grid__indent {
    position: relative;
}
    /*-------------------------------*/
    .l-grid_1 .grid__2 {
        width: 100%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_2 .grid__2,
    .l-grid_2 .grid__1 {
        width: 50%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_3 .grid__4,
    .l-grid_3 .grid__2,
    .l-grid_3 .grid__1 {
        width: 33.33%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_4 .grid__4,
    .l-grid_4 .grid__3,
    .l-grid_4 .grid__2,
    .l-grid_4 .grid__1 {
        width: 25%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_5 .grid__5,
    .l-grid_5 .grid__4,
    .l-grid_5 .grid__3,
    .l-grid_5 .grid__2,
    .l-grid_5 .grid__1 {
        width: 20%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_tape {
        background: #ebebe1;
    }
    .l-grid_tape .grid__wrapper {
        padding: .5em 10px;
    }
    .l-grid_tape .grid__indent {
        padding: 10px;
    }
    .l-grid_tape a,
    .l-grid_tape a:visited {
        color: #258dc3;
        text-decoration: underline;
    }    
    .l-grid_tape a:hover,
    .l-grid_tape a:active{
        color: #a3a096;
    }
    /*-------------------------------*/
    .l-grid_footer .grid__wrapper {
        padding: .5em 10px;
        background-color: #e2e5e8;
        background-image: url('/images/podval.jpg');
        background-position: left top;
        background-repeat: repeat-x;
        background: none;
        color:#ffffff;
        height: 100px;
    }
    .l-grid_footer .grid__indent {
        padding: 10px;
    }
    .l-grid_footer form {
        margin: 0;
    }
    .l-grid_footer p {
        margin: 0;
        font-size: .91em;
        line-height: 1.5;
        color:#ffffff;
    }
    .l-grid_footer a {
        color: #ffffff;
    }
    .l-grid_footer a:hover, 
    .l-grid_footer a:active {
        color: #ffffff;
    }    
/*---content---------------------*/    
.l-content {
    width: 100%;
    position: relative;
    background: #fff;
}
.l-content:after {
    clear: both;
    display: block;
    content: '';
}
.content__wrapper {
    width: 100%;
    float: left;    
}
.content__center {
    margin: 0 298px 0 173px;
    position: relative;
}
.content__right,
.content__left {
    float: left;
    clear: right;
    width: 179px;
}
.content__left {
    margin-left: -100%;
    position: relative;
}
.content__right {
    margin-left: -291px;
    width: 291px;
    position: relative;
}
.content__indent {
    position: relative;
    z-index: 1;
}
.content__left-slade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 180px;
    background-color: #d7f1ff;
}
.content__right-slade {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 305px;
    background-color: #d7f1ff;
}
    /*-------------------------------*/
    .l-content_c .content__center {
        margin: 0;
    }
    .l-content_c .content__right,
    .l-content_c .content__left {
        display: none;
    }
    /*-------------------------------*/
    .l-content_lc .content__center {
        margin-right: 0;
    }
    .l-content_lc .content__right {
        display: none;
    }
    /*-------------------------------*/
    .l-content_cl .content__center {
        margin-left: 0;
    }
    .l-content_cl .content__left {
        margin-left: -160px;
    }
    .l-content_cl .content__right {
        display: none;
    }
    /*-------------------------------*/
    .l-content_cr .content__center {
        margin-left: 0;
    }
    .l-content_cr .content__left {
        display: none;
    }
    .l-content_cr .content__right {
        margin-left: -160px;
    }
    /*-------------------------------*/
    .l-content_rc .content__center {
        margin-right: 0;
    }
    .l-content_rc .content__left {
        display: none;
    }
    .l-content_rc .content__right {
        margin-left: -100%;
    }    
    /*-------------------------------*/
    .l-content_rcl .content__left {
        margin-left: -160px;
    }
    .l-content_rcl .content__right {
        margin-left: -100%;
    }    
/*---counter---------------------*/
.b-counter {
    width: 100%;
    position: relative;
}
.b-counter:after {
    clear: both;
    display: block;
    content: '';
}
.counter__item {
    margin: 4px 4px 0 0;
    float: left;
    display: block;
}
.b-counter img {
    vertical-align: middle;
}
/*---input-----------------------*/
.b-input {
    padding: 0 6px 0 0;
}
.b-input input {
    margin-left: -6px;
    width: 100%;
    position: relative;
    left: 6px;
    font-family: tahoma;
}
/*---search----------------------*/
.b-search {
    margin: 0 0 2em;
    padding: 0 20px;
    position: relative;
}
.b-search h2 {
    /*margin: 0 0 .3em;
    font-weight: bold;
    font-size: 1em;
    color: #000;*/
}
.b-search table {
    width: 100%;
    border-collapse: collapse;
}
.b-search input {
    /*font: .86em tahoma;*/
    color: #515151;
    border: 1px solid #898989;
}
.b-search .input {
    padding: 0;
    width: 100%;
    vertical-align: middle
}
.b-search .button {
    vertical-align: middle;   
}      
.b-search .button button{
    padding: 0;
    border: 0 ;
    background: none;   
}
    /*-------------------------------*/
    .b-search_page {
        padding: 0;
    }
    .b-search_page input {
        font-size: 1.21em;
    }
/*---tape------------------------*/
.b-tape {
    width: 100%;
    position: relative;
}
.b-tape p,
.b-tape h3 {
    margin: 0;
    font-weight: normal;
}
.b-tape h3 {
    margin-bottom: .6em;
    font-weight: bold;
    font-size: .86em;
}
.b-tape p {
    font-size: .79em;
}
/*---banner----------------------*/
.b-banner {
    padding: 1em 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.b-banner img {
    vertical-align: top;
    border: 0;
}
/*---phone-----------------------*/
.b-topcounter {
    position: absolute;
    top: 387px;
    right: 10px;
    z-index: 100;
}
.b-topcounter2 {
    position: absolute;
    top: 8px;
    left: 300px;
    z-index: 100;
}
.b-topcounter2 a {
    margin-right: 0.5em;
}
/*---sevice----------------------*/
.b-sevice {
    margin: 0;
    padding: 15px 0px 10px 188px;
    position: relative;
}
.b-sevice:after {
    clear: both;
    display: block;
    content: '';
}
.b-sevice ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;  
    text-align: left;
}
.b-sevice li {
    margin: 0;
    padding: 0 0.5em;
    border-right: #535353 dotted 1px; 
    position: relative; 
    display: -moz-inline-stack;
    display: inline-block;
    font-weight: bold;
    font-size: 1.14em;
    text-transform: none;
    line-height: 1.1;
}
.b-sevice a,
.b-sevice a:visited {
    	color : #0072ae;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice a:hover,
.b-sevice a:active{
    	color : #010101;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice ins {
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    background: url(/themes/canape1/img/img.gif);
    left: 0;
    top: .25em;
    display: none;
}
.b-sevice a:hover ins {
    background: url(/themes/canape1/img/img-2.gif);
}
.b-sevice .on {
    	color : #010101;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .on a,
.b-sevice .on a:visited {
    	color : #010101;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .on a:hover,
.b-sevice .on a:active{
    	color : #0072ae;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .on ins {
    background: url(/themes/canape1/img/img-2.gif);
}
/*---picture---------------------*/
.b-picture {
    width: 100%;
    height: 281px;
    overflow: hidden;
    position: relative;
    background-position: right 100%;
    background-repeat: no-repeat; 
}
.picture__wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    /*border-top: 1px solid #dea300;
    background: #dea300;
    background: rgba(222, 163, 0, .5); /* Необязательно, необходим отдельный стиль для IE  */
}
.picture__motto {
    padding: .3em 20px;
    font-style: italic;
    font-size: 1.54em;
    text-transform: uppercase;
    /*color: #FBD9D0;*/
}
/*---logo------------------------*/
.b-logo {
    position: absolute;
    z-index: 9;
}
.b-logo a,
.b-logo {
    width: 200px;
    height: 50px;
    display: block;
    background: url(../img/img.gif);
}
.b-logo img {
    display: none;
}
/*---menu------------------------*/
.b-menu {
    margin-bottom: 2em;
    padding: 15px 20px 0 20px;
    position: relative;
    text-align: left
}
.b-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.b-menu li {
    margin: 0;
    position: relative;
    	color : #ffffff;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
    
    background-color: #ffffff;
}
.b-menu a,
.b-menu a:visited {
    	color : #ffffff;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu a:hover,
.b-menu a:active{
    	color : #ffffff;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .level-1 {}
.b-menu .item-1 {
    margin: 0;
    padding: 0;
    background-color: #0067a0;
}
.b-menu .item-1 span {
    display: block;
    background: transparent url(/images/menu.bg.gif) 0 0 no-repeat; 
}
.b-menu .item-1 span span {
    padding: 7px 32px 7px 10px;
    display: block;
    background: transparent url(/images/menu.bg2.gif) 0 100% no-repeat;
}
.b-menu .item-1 ins {
    width: 13px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    background: url(/img/menu.dot.gif) 50% 50% no-repeat;
    top: 11px;
    right: 5px;
}
.b-menu .on-1 {
    background-color: #fc7c0e;
}
.b-menu .on-1 span {
    background: transparent url(/images/menu.bgon.gif) 0 0 no-repeat; 
}
.b-menu .on-1 span span {
    background: transparent url(/images/menu.bgon2.gif) 0 100% no-repeat; 
    	color : #FFFFFF;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .on-1 a,
.b-menu .on-1 a:visited,
.b-menu .on-1 a:hover,
.b-menu .on-1 a:active{
    	color : #FFFFFF;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .on-1 ins {
    top: .8em;
    background: url(/img/menu.dot.on.gif) 50% 50% no-repeat
}
.b-menu .level-2 {
}
.b-menu .item-2 {
    padding: .1em 10px .3em 10px;
    text-transform: none; 
    background: #d7f1ff;
}
.b-menu .item-2 a,
.b-menu .item-2 a:visited {
    	color : #063877;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-menu .item-2 a:hover,
.b-menu .item-2 a:active{
    	color : #063877;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

} 

.b-menu .on-2 a,
.b-menu .on-2 a:visited,
.b-menu .on-2 a:hover,
.b-menu .on-2 a:active{
    	color : #000000;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-menu .level-3 {}
.b-menu .item-3 {
    padding: .5em 20px 0 20px;
    font-size: .92em;
    background: #d7f1ff;
}
.b-menu .item-3 a,
.b-menu .item-3 a:visited {
    	color : #063877;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

    font-weight: bold;
}
.b-menu .item-3 a:hover,
.b-menu .item-3 a:active {
    	color : #063877;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

    font-weight: bold;
}  

.b-menu .on-3 a,
.b-menu .on-3 a:visited,
.b-menu .on-3 a:hover,
.b-menu .on-3 a:active{
    	color : #FF5218;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

    font-weight: bold;
}
/*---special---------------------*/
.b-special {
    position: relative;
}
.b-special h2 {
    /*margin: 0 0 .3em;
    font-weight: normal;
    font-size: 1.29em;
    color: #000;*/    
}
.b-special h3 {
    margin: 0 0 .3em;
    padding: 0 10px 0;
    font-weight: bold;
    font-size: .93em;
    color: #000;    
}
.b-special p {
    margin: 0;
    padding: 0 10px 0;
    font-size: .79em;
}
.b-special ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-special li {
    margin: 0 0 2em;
}
.b-special div {
    margin: 0 0 .6em;
    position: relative;
    z-index: 2;
}
.b-special inframe {
    z-index: 2;
}
.b-special img {
    vertical-align: top;
    border: 0;
}
.b-special a,
.b-special a:visited {}
.b-special a:hover,
.b-special a:active {}
/*---news------------------------*/
.b-news {
    margin-bottom: 2em;
    padding: 0 20px;
    position: relative;
}
.b-news h2 {
    /*margin: 0 0 .3em;
    font-weight: normal;
    font-size: 1.29em;
    color: #000;*/    
}
.b-news dl {
    margin: 0;
    padding: 0;
    position: relative;
    background: url(/img/news.dot.gif) 0 100% repeat-x;
}
.b-news dt {
    margin: 0;
    padding-bottom: 1em;
    background: url('') 0 50% no-repeat;
}
.b-news .news-title {
    font-weight: bold;
}
.b-news dd {
    margin: 0 0 1em;
    padding: 0 0 .2em;
    font-size: 1em;
    /*border-bottom: #b7babd 1px dashed;*/
}
.b-news a,
.b-news a:visited {
  }
.b-news a:hover,
.b-news a:active {
  }
    /*-------------------------------*/
    .b-news_list {
        margin-bottom: 0;
        padding: 0;
    }
    .b-news_list p {
        margin: 0;
        font-size: 1em;
    }    
    .b-news_list dt {
    	color : #063877;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

    }
    .b-news_list dd {
        font-size: 1em;
    }
    .b-news_page {
        margin-bottom: 0;
        padding: 0;
    }
    .b-news_page p {
        margin: 0;
        font-weight: bold;
        font-size: 1em;
        	color : #000000;
	font-family : Tahoma;
	font-size : 18px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

    }    
    .b-news_page dt {
    	color : #063877;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

    }
    .b-news_page dd {
        font-size: 1em;
    }                      
    .news_detail_back a {
        /*color: #2d3bff;*/
    }
    .b-news-index p {
        margin: 0;
        padding: 0;
    }
    .b-news-index dd {
        padding-bottom: 0.5em;
    }
/*---path------------------------*/
.b-path {
    margin: -1.8em 0 0;
    padding: 0 0 .4em;
    position: relative;
}
.b-path li,
.b-path ul {
    margin: 0;
    padding: 0;
    display: inline;
}
.b-path li {
    font-size: .91em;
    color:;
} 
.b-path a {
    color: ;
}
.b-path li:first-child:before {
    content: "";
}
    /*-------------------------------*/
    .b-path_vbar li:before {
        content: "\a0\007c\20";
    }
    /*-------------------------------*/
    .b-path_middot li:before {
        content: "\a0\b7\20";
    }
    /*-------------------------------*/
    .b-path_arrow li:before {
        font-family: "Times New Roman", sans-serif;
        content: "\a0→\20";
    }
/*---basket----------------------*/
.b-basket {
    margin: .6em 0 1em;
    padding: 0 0 0 80px;
    min-height: 60px;
    position: relative;
}
.b-basket ins {
    width: 80px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    background: #abd4ff url(/img/6773_basket.gif) center center no-repeat;
    top: 0em;
    left: 0;
}
.b-basket dt {
    margin: 0;
    line-height: 1.7;
}
.b-basket dd {
    margin: 0;
    color:#666666;
    font-style: italic;
    font-size: .86em;
    line-height: 1.3;
}
#basket-header  {
    background-color: #666666;
}
#basket-header td {
    color: #ffffff;
    padding: 4px 0px 4px 4px;
    text-align: left;
}
.m-basket button {
    border: 0;
    width: 95px;
    height: 26px;
    cursor: pointer;
}
#basket-delete {
    background: url('/img/delete.gif') 0 0 no-repeat;
}
#basket-send {
    background: url('/img/send.gif') 0 0 no-repeat;
}
#basket-order {
    background: url('/img/order.gif') 0 0 no-repeat;
}
#basket-clear {
    background: url('/img/clear.gif') 0 0 no-repeat;
}
#basket-back {
    background: url('/img/back.gif') 0 0 no-repeat;
}
#basket-recount {
    background: url('/img/recount.gif') 0 0 no-repeat;
}
/*---map-------------------------*/
#b-map {
    list-style: none outside none;
    margin: 0 0 1em;
    padding: 0;
}
#b-map ul {
    list-style: none outside none;
    margin: 0;
    padding: 0.5em 0 0 3em;
}
#b-map li {
    margin: 0 0 0.5em;
    padding: 0;
}
#b-map a, .b-map a:visited {
    color: #258DC3;
    text-decoration: underline;
}
#b-map a:hover, .b-map a:active {
    color: #DEA300;
}
/*---editor----------------------*/
.b-editor {
    position: relative;
}
.b-editor h2,
.b-editor h3 {
    margin: 0 0 1em;
    	color : #000000;
	font-family : Tahoma;
	font-size : 18px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-editor h6,
.b-editor h5,
.b-editor h4 {
    margin: 0 0 .3em;
    font-weight: bold;
    font-size: .86em;
    color: #000;
}
.b-editor p {
    margin: 0 0 1em;
}
.b-editor ul,
.b-editor ol {
    margin: 0 0 1em;
    padding: 0 0 0 3em;
}
.b-editor ol {
    list-style: decimal;
}
.b-editor ul {
    list-style: square;
}
.b-editor li {
    margin: 0 0 .5em;
}
.b-editor table {
    margin: 0 0 1em;
    border-collapse: collapse;
}
.b-editor th {
    font-weight: bold;
}
.b-editor td,
.b-editor th {
    padding: .2em .6em;
    /*border-bottom: 1px solid #e6e6de;*/
    vertical-align: top;
    text-align: left;
}
.b-editor img {
    border: 0;
}
.sape{
    width:100%; 
    text-align:center; 
    clear:both;
}
.no_right{
    margin-right:20px;
}
/*---pilot-----------------------*/
.b-pilot {
    width: 100%;
    position: relative;
    z-index: 9;
}
.pilot__1 {
    padding: 0;
    position: absolute;
}
.pilot__2 {
    padding: 0;
    position: absolute;
}
.pilot__3 {
    padding: 0;
    position: absolute;
}
.pilot__4 {
    padding: 0;
    position: absolute;
    right: 120px;
    top: -35px;
}
.pilot__5 {
    padding: 0;
    position: absolute;
    right: 15px;
    top: -40px;
}
.pilot__5 a {
    text-decoration: none;
}
.pilot__6 {
    padding: 0;
    position: absolute;
    left: 17px;
    top: -36px;
}
.pilot__6 a {
    font: normal 16px Tahoma;
}      
/*---catalog---------------------*/
.b-catalog {
    width: 100%;
} 
.catalog__wrapper {
    width: 100%;
    position: relative;
}
.b-catalog:after {
    clear: both;
    display: block;
    content: '';
}
.catalog__column {
    min-width: 400px;
    width: 50%;
    float: left;
} 
/*3templates*/   
.catalog__column1 {
    min-width: 400px;
    width: 100%;
    float: left;
    margin-top:30px;
}      
.catalog__column2 {
    min-width: 300px;
    width: 50%;
    float: left;
    margin-top:30px;
}     
.catalog__column3 {
    min-width: 200px;
    width:30%;
    float: left;
    margin-top:30px;
}
.catalog__indent {
    margin: 0;
    padding: 0 10px 0 0;
    position: relative;
}
.b-catalog h2,
.b-catalog h1 {
    margin: 0 0 .5em;
    font-weight: normal;
    font-size: 1.42em;
    color: #000;
}
/*---product---------------------*/
.b-product {
    margin-bottom: 2em;
    width: 100%;
    position: relative;
}
.b-product:after {
    clear: both;
    display: block;
    content: '';
}
.product__photo {
    margin-bottom: .5em;
    padding: 10px;
    position: relative;
    border:1px solid #cfcfcf;
    text-align:center;
} 
.product__photo img{
    border:0;
}
.product__content {
    position: relative;
}
.product__content h4,
.product__content h3,
.product__content h2 {
    margin: 0 0 .3em;
    font-weight: bold;
    font-size: 1.16em;
    color: #000;
}
.product__content p {
    margin: 0 0 .3em;
    font-size: .86em;
    	color : #868686;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.product__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product__content li {
    margin: 0 0 .3em;
}
.product__content .price {
    white-space: nowrap;
    	color : #717171;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.product__content .submit {
    font: normal 1.2em tahoma;
}   
.product__content .submit input{
    border:#dcdcdc 1px solid; 
}      
.product__content .submit button{
    border:none;
    background: url('/img/order.gif') 50% 50% no-repeat;
    width:95px;
    height:26px;
    cursor: pointer;
}
/*-------------------------------*/
    .b-product_left .product__photo {
        float: left;
        margin-right:20px;
    }
    .b-product_left .product__content {
        margin-left: 200px;
    }
/*-------------------------------*/
.b-gal-page {
    padding-top: 1em;
    padding-bottom: 1em;
}
.b-gal-page .page1 {
    padding-right: 1em;
}
.b-gal-page .page2 {
    padding-left: 1em;
}
.b-gal-tab1 p {
    margin-bottom: 0.5em;
}
/*-------------------------------*/
.b-tabstyle1 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92em;
}
.b-tabstyle2 th{
    padding: 0.2em;
    font-size: 0.8em;
}
.b-tabstyle2 {
    font-size: 0.8em;
}
.b-tabstyle1 th {
    background: #004b7f;
    color: #fff; 
    border: 1px solid #a5dbf7;
}
.b-tabstyle1 td {
    border: 1px solid #a5dbf7;
    border-collapse: collapse;
}
.b-tabstyle1 .colorline1 {
    background-color: #fff;
}
.b-tabstyle1 .colorline2 {
    background-color: #d7f1ff;
}
/*-------------------------------*/
.b-specrama {
    margin-bottom: 1em;
    padding-bottom: 5px;
    background: url(/images/specrama.bg.jpg) 0 100% no-repeat; 
}
.b-specrama .specrama__title {
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 10px;
    background: #f77302 url(/images/specrama.title1.png) 50% 0 repeat-x;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.b-specrama .specrama__title2 {
    background: #f77302 url(/images/specrama.title1.png) 50% 0 repeat-x;
}
.b-specrama .specrama__link {
    font-size: 12px;
}
.b-specrama .specrama__link a:link,
.b-specrama .specrama__link a:active,
.b-specrama .specrama__link a:visited,
.b-specrama .specrama__link a:hover {
    color: #fff;
    font-weight: bold;
}
.b-specrama .specrama__link span {
    padding-left: 3px;
    padding-right: 3px;
}
.b-specrama .specrama__date {
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.b-specrama .specrama__slider {
    margin: 0 auto;
    position: relative;
    width: 230px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.b-specrama .specrama__item {
    width: 229px;
    height: 170px;
    overflow: hidden;
}
.b-specrama .specrama__item:after {
    content: "";
    display: block;
    clear: both;
}
.b-specrama .specrama__box {
    margin-right: 0px;
    float: left;
}
.b-specrama .specrama__col {
    width: 89px;
    float: left;
    overflow: hidden;
    position: relative;
}
.b-specrama .specrama__dot {
    width: 51px;
    height: 90px;
    float: left;
    background: url(/images/specrama.dot.gif) 50% 50% no-repeat;
}
.b-specrama .specrama__dot2 {
    padding-top: 30px;
    background: none;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.b-specrama p {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
}
.b-specrama .specrama__back {
    width: 10px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 20px;
    cursor: pointer;
    background: url(/images/specrama.back.png) 0 0 no-repeat;
}
.b-specrama .specrama__next {
    width: 10px;
    height: 16px;
    position: absolute;
    top: 2px;
    right: 20px;
    cursor: pointer;
    background: url(/images/specrama.next.png) 0 0 no-repeat;
}
.b-tabstyle1 tr .al_right {
    text-align: right;
}
.b-tabstyle1 tr .al_center {
    text-align: center;
}
/*-------------------------------*/
.b-selectbox {
    margin-bottom: 1.5em;
    padding: 1em;
    background-color: #d7f1ff;
}
/*-------------------------------*/
.b-catalogbox {
    margin-right: -20px;
}
.b-catalogbox .catalogbox__item {
    width: 175px;
    height: 310px;
    float: left;
    overflow: hidden;
}
.b-catalogbox p {
    margin: 0;
    padding: 0 0 0.5em 0;
}
.b-catalogbox .catalogbox__title {
    font-size: 16px;
}
.b-catalogbox .catalogbox__imgbox {
    margin-bottom: 1em;
    width: 160px;
    height: 160px;
    position: relative;
    border: 1px solid #ccd1d5;
    text-align: center;
    background-color: #e6e7eb;
}
.b-catalogbox .catalogbox__imgboxleft {
    margin-right: 1.5em;
    float: left;
}
.b-catalogbox .catalogbox__img {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom:1;
    //display:inline;
}
.b-catalogbox .catalogbox__imgbig {
    margin-right: 1em;
    position: relative;
    float: left;
}
.b-catalogbox .single_3 {
    margin-left: 1px;
    font-size: 0;
}
.b-catalogbox .catalogbox__helper {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    zoom:1;
    //display:inline;
}
.b-catalogbox h2 {
    margin: -3px 0 0 0;
    padding-bottom: 0.25em;
    color: #004b7f;
    font-size: 18px;
}
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
.components{
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  width:100px; 
  height:40px;
  background: transparent url('/img/components.png') 0 0 no-repeat;
}


.components:hover{
  background: transparent url('/img/components_dark.png') 0 0 no-repeat;
}
.logo_comp{
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  width:30px; 
  height:20px;
  background: transparent url('/img/logo.png') 0 0 no-repeat;
}


.logo_comp:hover{
  background: transparent url('/img/logo_dark.png') 0 0 no-repeat;
}   
.img_comp{
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  width:30px; 
  height:20px;
  background: transparent url('/img/img.png') 0 0 no-repeat;
}


.img_comp:hover{
  background: transparent url('/img/img_dark.png') 0 0 no-repeat;
}      
.text_comp{
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  width:30px; 
  height:20px;
  background: transparent url('/img/text.png') 0 0 no-repeat;
}


.text_comp:hover{
  background: transparent url('/img/text_dark.png') 0 0 no-repeat;
}

.b-menu .item-1 {
    margin: 0;
    border-bottom: 1px solid #d7f1ff;
}

.upper-logo{
  left:20px;
  top:5px;
}

.upper-logo p{
  margin:0;
}

.b-logo {     
  left:20px;
  top:10px;
}
.pilot__1 {  
  left:196px;
  top:90px;
}
.pilot__2 {   
  left:196px;
  top:10px;
}
.pilot__3 {    
  left:196px;
  top:238px;
}    
.b-logo img{     
  display:block;
  border:0;
}


.grid__4{
  text-align:right;
}

.b-pilot p{
    margin:0;
}
/*убрать у левых/правых блоков отступы*/
.b-news{
    padding-left:0;
    padding-right:0;
}

.b-search{
    padding-left:0;
    padding-right:0;
} 

.b-menu{        
    padding-left:0;
    padding-right:0;
}

.b-special p{ 
    padding-left:0;
    padding-right:0;
}

/*---auth---------------------*/
.b-auth {
    position: relative;
    background:  url('/img/auth.gif') 50% 50% no-repeat;
    padding:10px;
    	color : #000000;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-auth a{
    	color : #000000;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}     
.b-auth button{
    background: transparent url('/img/enter.gif') 50% 50% no-repeat;
    border:0;
    height:30px;
    width:70px;
}

#auth_form{
  color:red; 
  width:100%; 
  text-align:center;
}

/***********************catalog_list************************/
  
.clist td{
    vertical-align:top;
    padding-bottom:20px;
    padding-right:10px;
}

.clist ul{
  list-style-image: url('/img/mar_unsel.gif'); 
}

.clist h2{
  	color : #828282;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
 
}   
.clist .mini{
  float:left;
  margin:5px 10px;
   
}     
.clist img{
  border:0;
}        
.clist a{
  	color : #0064A0;
	font-family : Tahoma;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}

/****************************catalog*************************/

.more{
  background: url(/img/mar_unsel.gif) 100% 70% no-repeat;
  width:98%;
  margin-top:-30px;
  text-align:right;
  padding-right:2%;
} 
.more a{
  	color : #AEAEAE;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}

.catalog__wrapper h2{
 background: url(/img/bgl.gif) 0 100% repeat-x; 
 	color : #616161;
	font-family : Tahoma;
	font-size : 16pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
   
}

.product__photo .new{
    width:100%;
    text-align:right;  
    	color : #FF145D;
	font-family : Tahoma;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}

p.sale{
  	color : #2618FF;
	font-family : Tahoma;
	font-size : 16pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}

#m-guests {
    background-color: #429aff;
    text-align: center;
    color: #ffffff;
}
.guest_bg_1 {
    background-color: #deeeff;
}
.guest_bg_2 {
    background-color: #ffffff;
}
#guest_send{
    background: url('/img/6426_otprav.gif') 0 0 no-repeat;
}
#guest_clear{
    background: url('/img/5363_ochistit.gif') 0 0 no-repeat;
}
.question_form button{
    width: 95px;
    height: 26px;
    border: 0;
    cursor: pointer;
}

.img_min_{
float: left;
margin: 3px;
padding: 0px;
}

.img_min_ img{
border: #3d4345 solid 1px;
}

.input_150 {
    width: 150px;
}

.input_100 {
    width: 100px;
}

#reg_form input {
    width: 150px;
}
