/* css_manager */* {
    font-family: 'Segoe UI', Arial!important;
}
html,
body {
    height: 100%;
}
body {
    margin: 0;
    position: relative;
    z-index: 0;
    	color : #404040;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

    background: url(/img/site-bg.jpg) 0 0 no-repeat #b8b8b8;  
}
h1 {
    margin: 0 0 .3em;
    	color : #040200;
	font-family : 'Segoe UI', Arial;
	font-size : 24px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}  
h2 {
    margin: 0 0 .3em;
    	color : #000000;
	font-family : Arial;
	font-size : 22px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
h3 {
    margin: 0 0 .5em;
    font-size: 18px;
    font-weight: normal;
    font-family: "Segoe UI", Arial;
    color: #000;
}
h4 {
    margin: 0 0 .5em;
    font-size: 16px;
    font-weight: bold;
    font-family: "Segoe UI", Arial;
    color: 000px;
}
h5 {
    margin: 0 0 .5em;
    font-size: 16px;
    font-weight: normal;
    font-family: "Segoe UI", Arial;
    color: #d70000;
}
h6 {
    margin: 0 0 .5em;
    font-size: 16px;
    font-weight: normal;
    font-family: "Segoe UI", Arial;
    color: #000;
}
a {
    color: #0068d5;
    text-decoration: none;
}
a:visited {
    color: #0068d5;
    text-decoration: none;
}
a:hover,
a:active{
    color: #0068d5;
    text-decoration: underline;
}
.clear, .g-clear {
    clear: both;
}
img {border: 0;}
/*-------------------------------*/
.detailed button{
    background: url(/img/py769tb9.gif) no-repeat scroll 50% 50%;
    border: 0;
}
.g-clear {
    clear: both;
}
/*-------------------------------*/
.container__field,    
.container__page,
.l-container {
    min-width: 980px;
    width: 100%;
}
.l-container {
    min-height: 100%;
    position: absolute;
    overflow: hidden;            
}
.container__field,    
.container__page {
    max-width: 1280px;
    position: relative;
    left: 50%;
    top: 0;
}
.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;
}
.container__left {
    left: -1000px;
     background: transparent url() 100% 0 repeat-y;
}
.container__right {
    margin-left: 100%;
    background: transparent 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;
    }
/*-------------------------------*/
.l-grid {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
.l-grid__stoper {
    padding: .5em 10px;
    height:140px;
}
.grid__wrapper {
    position: relative;
}
.grid__wrapper:after {
    clear: both;
    display: block;
    content: '';
}
.grid__item {
    float: left;
    clear: right;
    display: none;
}
    /*-------------------------------*/
    .l-grid_1 .grid__item {
        width: 100%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_2 .grid__item {
        width: 50%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_3 .grid__item {
        width: 33.33%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_4 .grid__item {
        width: 25%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_5 .grid__item {
        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;
    }
    .l-grid_tape a:hover,
    .l-grid_tape a:active{
        color: #a3a096;
    }
    /*-------------------------------*/
    .l-grid_footer {
        padding: 0 20px;
    }
    .l-grid_footer .grid__wrapper {
        padding: .5em 10px;
        background-color: #969696;
        background-image: url('/images/empty.gif');
        background-position: left top;
        background-repeat: repeat-x;
        color:#ffffff;
        min-height:140px;
    }
    .l-grid_footer .grid__indent {
        padding: 10px;
    }
    .l-grid_footer form {
        margin: 0;
    }
    .l-grid_footer p {
        margin: 0;
        font-size: .79em;
        line-height: 1.5;
        color:#ffffff;
    }
    .l-grid_footer a {
        color: #ffffff;
    }
    .l-grid_footer a:hover, 
    .l-grid_footer a:active {
        color: #ffffff;
    }   
    .l-grid_footer .web-copyright {
        margin-top: 10px;
    } 
/*-------------------------------*/
.l-content {
    width: 100%;
    position: relative;
}
.l-content:after {
    clear: both;
    display: block;
    content: '';
}
.content__wrapper {
    width: 100%;
    float: left;    
}
.content__center {
    margin: 0 220px;
    position: relative;
}
.content__right,
.content__left {
    float: left;
    clear: right;
    width: 220px;
}
.content__left {
    margin-left: -100%;
}
.content__right {
    margin-left: -220px;
}
.content__indent {
    position: relative;
}
    /*-------------------------------*/
    .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: -220px;
    }
    .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: -220px;
    }
    /*-------------------------------*/
    .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: -220px;
    }
    .l-content_rcl .content__right {
        margin-left: -100%;
    }    
/*-------------------------------*/
.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;
}
/*-------------------------------*/
.b-input {
    padding: 0 6px 0 0;
}
.b-input input {
    margin-left: -6px;
    width: 100%;
    position: relative;
    left: 6px;
    font-family: tahoma;
}
/*-------------------------------*/
.b-search {
    margin: 0 0 2em;
    padding: 0 20px;
    background: #fff;
    position: relative;
    border: 20px solid #fff;
}
.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 {
    color: #515151;
    border: 1px solid #b8b8b8;
}
.b-search .input {
    padding: 0;
    width: 100%;
    vertical-align: middle
}
.b-search .button {
    vertical-align: middle;   
}      
.b-search .button button{
    float: right;
    padding: 0;
    margin: 0;
    border: 0 ;
    background: none;  
    font-size: 0; 
}
    /*-------------------------------*/
    .b-search_page {
        padding: 0;
    }
    .b-search_page input {
        font-size: 1.21em;
    }
/*-------------------------------*/
.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;
}
/*-------------------------------*/
.b-banner {
    padding: 1em 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.b-banner img {
    vertical-align: top;
    border: 0;
}
/*-------------------------------*/
.b-phone {
    padding: .3em 0;
    text-align: center;
    white-space: nowrap;
}
/*-------------------------------*/
.b-menutop {
    margin: 0 20px;
    width: auto;
}
/*-------------------------------*/
.b-sevice {
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
    background: url('/img/m40.gif') 100% 100% repeat-x;
}
.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 .item-1 {
    margin: 0;
    margin-right: -.3em;
    border-left: 1px solid #515151; 
    position: relative; 
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1.14em;
    text-transform: none;
    line-height: 1.1;
    	color : #FFFFFF;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

    position: relative;
}
.b-sevice .item-1:first-child,
.b-sevice .item-1:first-child a {
    border-color: transparent;
}
.b-sevice .item-1 > a,
.b-sevice .item-1 > a:visited {
    border-left: 1px solid #282828; 
    display: block;
    padding: 11px 15px 12px 15px;
    	color : #ffffff;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .item-1:hover {
    background: url(/img/menutop-bg-on.png) 100% 100% repeat-x #686868;
}
.b-sevice .item-1 > a:hover,
.b-sevice .item-1 > a:active {
    background: url(/img/menutop-bg-on.png) 100% 100% repeat-x #686868;
    	color : #FFFFFF;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .item-1.on {
    	color : #FFFFFF;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .item-1.on > a,
.b-sevice .item-1.on > a:visited {
    background: url(/img/menutop-bg-on.png) 100% 100% repeat-x #686868;
    	color : #FFFFFF;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .item-1.on > a:hover,
.b-sevice .item-1.on > a:active{
    	color : #FFFFFF;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .level-2 {
    position: absolute;
    top: 100%;
    background-color: #969696;
    padding: 10px;
    width: 250px;
    display: none;
}
.b-sevice .level-1 .item-1:hover .level-2 {
    display: block;
}
.b-sevice .item-2 {
    background: url("/img/9373_m1.gif") repeat-x scroll left bottom transparent;
}
.b-sevice .item-2:hover,
.b-sevice .item-2:active {
    background: url("/img/m2.gif") repeat-x scroll left bottom #F00000;
}
.b-sevice .item-2 > a,
.b-sevice .item-2 > a:visited {
    font-family: "Segoe UI", Arial;
    font-weight: lighter;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    background: url("/img/bul.gif") no-repeat scroll 95% 50% transparent;
}
.b-sevice .item-2 > a:hover,
.b-sevice .item-2 > a:active {
    
}
/*-------------------------------*/
.b-picture {
    width: 100%;
    height: 124px;
    overflow: hidden;
    position: relative;
    background-position: center 100%;
    background-repeat: no-repeat; 
}
.picture__wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.picture__motto {
    padding: .3em 20px;
    font-style: italic;
    font-size: 1.54em;
    text-transform: uppercase;
}
/*-------------------------------*/
.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;
}
/*-------------------------------*/
.b-menu {
    position: relative;
    background-color: #fffdfc;
    text-align: left;
    border: 20px solid #fff;
}
.b-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.b-menu li {
    margin: 0;
    position: relative;
    background-color: #eaeaea;
}
.b-menu li a:link,
.b-menu li a:visited {
    padding: 10px 22px 10px 10px;
    display: block;
    	color : #ffffff;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu li a:hover,
.b-menu li a:active{
    	color : #ffffff;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .level-1 {}
.b-menu .item-1 {
    margin: 0;
    padding: 0;
    font-size: 0.86em;
    text-transform: none;    
}
.b-menu .item-1 span {
    display: block;
    background: transparent url('/img/9373_m1.gif') left bottom repeat-x; 
}
.b-menu .item-1 ins {
    width: 20px;
    height: 12px;
    overflow: hidden;
    position: absolute;
    background: url(/img/bul.gif) 50% 50% no-repeat;
    top: .9em;
    right: 2px;
}
.b-menu .on-1 {
    background: #fff;
}
.b-menu .item-1 span:hover,
.b-menu .on-1 span {
    background: #f00000 url('/img/m2.gif') left bottom repeat-x;
    	color : #FFFFFF;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu li.on-1 a,
.b-menu li.on-1 a:visited,
.b-menu li.on-1 a:hover,
.b-menu li.on-1 a:active, 
.b-menu li a:hover {
    	color : #FFFFFF;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .on-1 ins {
    top: .8em;
    background: url(/img/7933_bul.gif) 50% 50% no-repeat
}
.b-menu .level-2 {
    padding: 10px 0;
    background-color: #EAEAEA;
}
.b-menu .item-2 {
    text-transform: none; 
    line-height: 1.1;
}
.b-menu li.item-2 a,
.b-menu li.item-2 a:visited {
    padding: 3px 10px 3px 20px;
    	color : #000000;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu li.item-2 a:hover,
.b-menu li.item-2 a:active{
    	color : #d40000;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
} 
.b-menu li.on-2 a,
.b-menu li.on-2 a:visited,
.b-menu li.on-2 a:hover,
.b-menu li.on-2 a:active {
    	color : #d40000;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .level-3 {}
.b-menu .item-3 {}
.b-menu li.item-3 a,
.b-menu li.item-3 a:visited {
    padding: 2px 40px 2px 40px;
    	color : #A8A8A8;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu li.item-3 a:hover,
.b-menu li.item-3 a:active {
    	color : #A8A8A8;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}  
.b-menu li.on-3 a,
.b-menu li.on-3 a:visited,
.b-menu li.on-3 a:hover,
.b-menu li.on-3 a:active {
    	color : #FF5218;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}
/*-------------------------------*/
.b-special {
    position: relative;
    margin: 0 0 2em;
}
.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;
}
.b-special img {
    vertical-align: top;
    border: 0;
}
.b-special a,
.b-special a:visited {}
.b-special a:hover,
.b-special a:active {}
/*-------------------------------*/
.b-news {
    margin-bottom: 2em;
    padding: 0 20px;
    position: relative;
}
.b-news dl {
    margin: 0;
    padding: 0;
    position: relative;
    background: url(/img/dotts.gif) 0 100% repeat-x;
    border: 20px solid #fff;
    background-color: #fff;
}
.b-news dt {
    margin: 0 0 0.5em 0;
    background: url('/images/empty.gif') 0 50% no-repeat;
    padding-left: 0px;
}
.b-news .news__date {
    padding-bottom: 1em;
    	color : #909090;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-news dd {
    margin: 0;
    padding: 0 0 .2em;
    font-size: 1em;
}
.b-news .news-title,
.b-news .news-title:visited {
    	color : #007dca;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-news .news-title:hover,
.b-news .news-title:active {
    	color : #007dca;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}
.b-news span.news-title,
.b-news span.news-title:visited,
.b-news span.news-title:hover,
.b-news span.news-title:active {
    text-decoration: none;
}
.b-news .news_detail_back {
    margin: 1.5em 0;
}  
.b-news .news__avtor {
    
}
.b-news .news__dettitle {
    padding-bottom: 1em;
}
    /*-------------------------------*/
    .b-news_list {
        margin-bottom: 0;
        padding: 0;
    }
    .b-news_list p {
        margin: 0 0 1em;
        font-size: 1em;
    }    
    .b-news_list dd {
        padding-bottom: 1em;
        font-size: 1em;
    }
    .b-news_page {
        margin-bottom: 1em;
        padding: 0;
    }
    /*-------------------------------*/
    .b-news-index h2 {
        background: url(/img/news-head-bg.png) 100% 50%;
        margin: 0;
        padding: 5px 15px;
        color: #fff;
    }
/*-------------------------------*/
.b-path {
    margin: 0;
    padding: 0 0 .4em;
    position: relative;
}
.b-path li,
.b-path ul {
    margin: 0;
    padding: 0;
    display: inline;
}
.b-path li {
    font-size: .79em;
} 
.b-path li:before {
    content: "\a0→\20";
}
.b-path li:first-child:before {
    content: "";
}
.b-path a {}
/*-------------------------------*/
.b-basket {
    margin: .6em 0 1em;
    padding: 0 0 0 80px;
    min-height: 50px;
    position: relative;
}
.b-basket ins {
    width: 80px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    background: url(/img/6773_basket.gif) center center no-repeat;
    top: 0;
    left: 0;
}
.b-basket dt {
    margin: 0;
    line-height: 1.7;
}
.b-basket dd {
    margin: 0;
    color:;
    font-style: italic;
    font-size: .86em;
    line-height: 1.3;
}
/*-------------------------------*/
.b-basketbox {}
.b-basketbox table {
    margin: 0 0 2em 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}
.b-basketbox th {
    margin: 0;
    padding: 4px 6px;
    background-color: #000002;
    color: #ffffff;
    border: 1px solid #000002;
    text-align: left;
}
.b-basketbox td {
    margin: 0;
    padding: 6px;
    border: 1px solid #000002;
    vertical-align: top;
}
.b-basketbox .basketbox__butbox {
    text-align: right;
}
.b-basketbox input {
    width: 50px;
} 
/*---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;
}
/*---editor----------------------*/
.b-content {
    border: 20px solid #fff;
    background-color: #fff;
}
/*--*/
.b-editor {
    position: relative;
}
.b-editor p {
    margin: 0 0 1em;
}
.b-editor ul {
    margin: 0 0 1em;
    padding: 0 0 0 1em;
}
.b-editor ol {
    margin: 0 0 1em;
    padding: 0 0 0 3em;
}
.b-editor ol {
    list-style: decimal inside;
}
.b-editor ul {
    list-style: none;
}
.b-editor li {
    margin: 0 0 .1em;
}
.b-editor ul li {
    overflow: hidden;
    padding-left: 20px;
    background: url(/img/bull.png) no-repeat 4px 9px;
}
.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;
    vertical-align: top;
    text-align: left;
}
.b-editor img {
    border: 0;
}
.b-editor table {}
.b-editor th {}
.b-editor td {}
/*-------------------------------*/
.no_right{
    margin-right:20px;
}
/*-------------------------------*/
.b-pilot {
    width: 100%;
    position: relative;
    z-index: 10;
    height: 125px;
}
.pilot__1 {
    padding: 0;
    position: absolute;
    z-index: 15;
}
.pilot__2 {
    padding: 0;
    position: absolute;
    z-index: 15;
}
.pilot__3 {
    padding: 0;
    position: absolute;
    z-index: 15;
}    
.pilot-btn:link,
.pilot-btn:visited {
    display: inline-block;
    color: #fff;
    background: url(/img/btn-bg.png) 100% 100% repeat-x;
    text-decoration: none;
    padding-right: 10px;
    white-space: nowrap;
}
.pilot-btn img {
    margin-right: 5px;
    vertical-align: middle;
    border-right: 1px solid #cacaca;
}
.pilot-btn:hover,
.pilot-btn:active {
    background: url(/img/btn-bg-hover.png) 100% 100% repeat-x;
}
.pilot-btn:active {
    position: relative;
    top: 1px;
}
/*-------------------------------*/
.b-auth {
    min-height: 136px;
    position: relative;
    background:  url('/img/auth.gif') 50% 50% no-repeat;
    padding: 25px 0 0 15px;
    	color : #000000;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-auth .inpusize1 {
    width: 120px;
    width: 120px;
    border: 1px solid #8e8f8f;
}
.b-auth .auth_tab {
    margin-bottom: 10px;
}
.b-auth a{
    	color : #000000;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}     
.b-auth button{
    border:0;
    width:70px;
    text-align: center;
}
#auth_form{
    color:red; 
    width:100%; 
    text-align:center;
}
/*-------------------------------*/
.b-formbox {
    padding: 1em;
    margin: 20px 0;
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
}
.b-formbox table {
    width: 100%;
}
.b-formbox td {
    padding: 0.3em 1em;
    vertical-align: top;
}
.b-formbox .formbox__left {
    width: 200px;
}
.b-formbox p.formbox__spectext {
    margin: 0;
    font-size: 0.75em;
    color: #b2b2b2;
    clear: both;
}
.b-formbox .formbox__input {
    width: 280px;
    border: 1px solid #8e8f8f;
}
.b-formbox .formbox__select {
    width: 283px;
}
.b-formbox .formbox__mark {
    color: #ff0000;
}
.b-formbox .img_captcha {
    margin-right: 0.5em;
    float: left;
}
.b-formbox .formbox__captcha {
    margin-right: 0.5em;
    float: left;
}
.b-formbox .formbox__captcha input {
    margin-right: 0.5em;
    width: 90px;
    border: 1px solid #8e8f8f;
}
.b-formbox .formbox__textarea {
    width: 408px;
    min-height: 100px;
    resize: vertical;
    display: block;
    border: 1px solid #8e8f8f;
}
.b-formbox label.error {
    font-size: 0.75em;
    color: #cc3333;
    display: block;
}
.b-formbox input.error,
.b-formbox textarea.error {
    border-color: #cc6666;
    background-color: #ffcccc; 
}
.b-formbox .formbox__file {
    margin-right: 0.5em;
}
.b-formbox .formbox__labelr {
    margin-right: 0;
    float: left;
}
.b-formbox .formbox__radio {
    margin-top: 5px;
    margin-right: 1em;
    float: left;
}  
.b-formbox .formbox__delim {
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}
.b-formbox .formbox__right {
    text-align: right;
}
.b-formbox p {
    margin: 0;
}
    /*-------------------------------*/
    .b-formbox2 {
        margin-top: 1em;
    }
.b-formbox .messages {
    margin: 10px 0 10px 15px;
}
.b-formbox .messages p.error {
    color: red;
}
/*-------------------------------*/
.b-catalogbox {
    margin-right: -3em;
}
.b-catalogbox p {
    margin: 0 0 .5em;
}
.b-catalogbox .catalogbox__item {
    margin: 0 1.5em 2em 0;
    padding-bottom: 1em;
    width: 169px;
    height: 350px;
    float: left;
    overflow: hidden;
    position: relative;
}
.b-catalogbox .catalogbox__imgbox {
    margin-bottom: 10px;
    width: 171px;
    height: 166px;
    position: relative;
    border: 1px solid #eaeaea;
    text-align: center;
    font-size: 0;
}
.b-catalogbox .catalogbox__imgboxleft {
    margin-right: 25px;
    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 .catalogbox__badges {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
} 
.b-catalogbox .catalogbox__discount {
    padding: 0 26px 0 6px;
    	color : #ffffff;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

    background-color: #fe0000;
    margin-bottom: 5px;
}
.b-catalogbox .catalogbox__new {
    padding: 0 26px 0 6px;
    	color : #ffffff;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

    background-color: #fe0000;
    margin-bottom: 5px;
}
.b-catalogbox .catalogbox__price span {
    	color : #717171;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .catalogbox__input {
    margin-right: 1em;
    width: 80px;
    float: left;
}
.b-catalogbox .catalogbox__btn {
    margin-top: 0;
    width: 161px;
    height: 29px;
    float: left;
    overflow: hidden;
    background: url(/images/zakaz.png) 0 0 no-repeat;
    border: 0; 
    text-indent: -9999px;
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .b-catalogbox .catalogbox__btn {
        margin-top: 2px;
    }
}
.b-catalogbox .catalogbox__artical {
    	color : #404040;
	font-family : "Segoe UI", Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : italic;
	text-decoration : none;

}
.b-catalogbox .catalogbox__oldprice {
    	color : #666666;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : line-through;

}
.b-catalogbox .catalogbox__oldprice span {
    	color : #666666;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : line-through;

}
.b-catalogbox .catalogbox__akciy {
    	color : #fe0000;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .catalogbox__imgbiggal {
    margin-right: -40px;
    font-size: 0;
}
.b-catalogbox .catalogbox__imgitem {
    margin: 0 15px 50px 0;
    float: left;
/*    display: inline-block;
    *display: inline;
    vertical-align: top;*/
    width: 171px;
}
.b-catalogbox .catalogbox_imgtitle {
    font-size: 12px;
}
.b-catalogbox h2 {
    margin: -3px 0 0 0;
    padding-bottom: 0.25em;
    	color : #007dca;
	font-family : Arial;
	font-size : 18px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .catalogbox__line {
    height: 15px;
    background: url("/img/dotts.gif") repeat-x scroll 50% 50% transparent;
    font-size: 0;
    clear: both;
}
.b-catalogbox .catalogbox__title a {
    	color : #007dca;
	font-family : Arial;
	font-size : 18px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .catalogbox__see-also {
    margin-top: 2em;
}
.b-catalogbox .catalogbox__see-also h2 {
    margin-bottom: 2em;
}
.b-catalogbox .catalogbox__fast {
    position: absolute;
    bottom: 0;
    left: 0;
}
    /*-------------------------------*/
    .b-catalogbox__list {
        margin-right: 0;
    }
    .b-catalogbox__list .catalogbox__item {
        width: 98.5%;
        padding: 1.5%;
        height: auto;
        margin: 0 0 1em;
        overflow: hidden;
        background: url(/img/separator.png) 100% 100% repeat-x;
    }
    .b-catalogbox__list .catalogbox__item:hover {
        background-color: #eaeaea;
    }
    .b-catalogbox__list .catalogbox__imgbox {
        float: left;
        background-color: #fff;
        overflow: hidden;
    }
    .b-catalogbox__list .catalogbox__content {
        margin-left: 180px;
        margin-right: 170px;
        min-height: 150px;
    }
    .b-catalogbox__list .catalogbox__car {
        width: 150px;
        float: right;
        min-height: 150px;
    }
    /*-------------------------------*/
    .b-catalogbox__list2 .catalogbox__content {
        margin-left: 171px;
        padding-left: 20px;
    }  
    .b-catalogbox__list2 .catalogbox__car {
        margin-left: 20px;
        margin-bottom: 1em;
        float: left;
        min-height: 0;
    }
    .b-catalogbox__list2 .catalogbox__content {
        margin-right: 0;
        min-height: 0;
    }
    /*-------------------------------*/
    .b-catalogbox_detal {
        margin-right: 0;
    }
    .b-catalogbox_detal .catalogbox__content {
        overflow: hidden;
    }
    .b-catalogbox_detal .catalogbox__price {
        margin-right: 2em;
        float: left;
    }
/*-------------------------------*/
.b-catalogline {
    padding: 0.5em 1em;
    margin-bottom: 2em;
    background-color: #eaeaea; 
    font-size: 0.92em;
}
.b-catalogline .catalogline-left1 a {
    margin-left: 1em;
} 
.b-catalogline select {
    margin-left: 1em;
    width: 100px;
}
.b-catalogline .catalogline-left1 {
    margin-top: 1.3em;
    margin-right: 2em;
    float: left;
}
.b-catalogline .catalogline-left2 {
    float: left;
}        
.b-catalogline .catalogline-right {
    margin-top: 1.3em;
    float: right;
}
.b-catalogline .catalogline-right a {
    margin-left: 1em;
}     
/*-------------------------------*/
.b-pageline {
    padding-bottom: 1em;
}
.b-pageline:after {
    content: "";
    display: block;
    clear: both;
}
.b-pageline a,
.b-pageline span {
    margin-right: 0.3em;
    padding: 0.3em 0.5em;
    display: block;
    float: left;
    font-size: 12px;
}
.b-pageline a:hover {
    text-decoration: none;
}
.b-pageline a.pageline__on {
    background-color: #eaeaea;
    text-decoration: none;
    color: #000;
}
.b-pageline .pageline__back1 {
    padding: 0.3em 0;
    text-decoration: none;
}
.b-pageline a.pageline__back2,
.b-pageline span.pageline__back2 {
    padding: 0.3em 0.5em 0.3em 0;
}
.b-pageline a.pageline__next1 {
    padding: 0.3em 0;
    text-decoration: none;
}
.b-pageline .pageline__next2 {}
/*-------------------------------*/
.b-more {
    margin-bottom: 1em;
    background: #ffffff url()   ;
}
.b-more:after {
    content: "";
    display: block;
    clear: both;
} 
.b-more a {
    margin-top: 0.3em;
    padding-right: 1.5em;
    float: right;
    background: url(/img/mar_unsel.gif) 100% 2px no-repeat;
}
.b-more h2 {
    float: left;
}
/*-------------------------------*/
.b-galbox {}
.b-galbox h2 {}
.b-galbox .galbox__pageline {
    text-align: center;
}
.b-galbox .galbox__pageline a {
    padding: 0 0.5em;
}
.b-galbox .galbox__contentbox {}
.b-galbox .galbox__title {}
.b-galbox .galbox__date {
    font-size: 0.92em;
}
.b-galbox .galbox__item {
    margin-right: 2em;
    width: 160px;
    height: 260px;
    overflow: hidden;
    float: left;
}
.b-galbox p {
    margin: 0;
    padding-bottom: 0.3em;
}
/*-------------------------------*/
.b-category {
    padding-bottom: 1em;
}
.b-category .category__item {
    padding-bottom: 1em;
}
.b-category .category__leftcol {
    margin-right: 2em;
    float: left;
}
.b-category .category__rightcol {
    overflow: hidden;
}
.b-category ul {
    margin: 0;
    padding: 0;
}
.b-category li {
    margin: 0 1em 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
.b-category h2 {
    margin: 0;
    	color : #007dca;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-category a h2 {	color : #007dca;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}
.b-category a:hover,
.b-category a:hover h2 {
    color: #000;
    text-decoration: none;
}
.b-category p {
    margin: 0;
    padding: 0 0 1em 0;
}
/*-------------------------------*/
.b-category_list li {
    padding: 0 0 0.5em 20px;
    background: url(/img/mar_unsel.gif) 0 4px no-repeat;
    float: none;
}
.b-category_list p {
    padding: 0;
}
/*-------------------------------*/
.b-category_gal .category__item {
    padding-right: 3%;
    margin-right: -.3em;
    margin-bottom: 2em;
    display: inline-block;
    vertical-align: top;
    width: 29.5%;
    overflow: hidden;
}
.b-category_gal img {
    max-width: 100%;
}
/*-------------------------------*/
.b-guestbox {
    	color : #404040;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-guestbox dl {
    background-color: #ffffff;
}
.b-guestbox dt {
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    width: 150px;
    float: left;
}
.b-guestbox dd {
    margin: 0 0 0.5em 0;
    padding: 0 0.5em;
    min-height: 7em;
    overflow: hidden;
}
.b-guestbox p {
    margin: 0;
    padding: 0 0 0.5em 0;
}
.b-guestbox dt.guestbox__dot,
.b-guestbox dd.guestbox__dot {
    min-height: 0;
    height: 5px;
    overflow: hidden;
    background-color: #eaeaea;
}
.b-guestbox .guestbox__title {
    font-weight: bold;
}
.b-guestbox .guestbox__date {
    font-size: 0.92em;
}
.b-guestbox .guestbox__msgtext {
    text-align: center;
}
.b-comments {
    margin-top: 20px;
}
.b-comments .empty {
    margin-top: 20px;
}
/*-------------------------------*/
.b-cabinet {}
.b-cabinet .cabinet__name {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #e6e6e6;
}
.b-cabinet .cabinet__name p {
    margin: 0;
    padding: 0;    
}
.b-cabinet .cabinet__cabs {
    margin-bottom: 1em;
}
.b-cabinet .cabinet__cabs span {
    background: url(/images/dotts.gif) 0 100% repeat-x;    
}
.b-cabinet .cabinet__cabsbut1 {
    margin-right: 3em;
    padding: 3px 0 4px 30px;
    float: left;
    background: url(/images/basket.png) 0 0 no-repeat;
    cursor: pointer; 
}
.b-cabinet .cabinet__cabsbut2 {
    margin-right: 1em;
    padding: 3px 0 4px 30px;
    float: left;
    background: url(/images/personal.png) 0 0 no-repeat;
    cursor: pointer; 
}
.b-cabinet .cabinet__contentbox {
    width: 100%; 
    position: absolute; 
    top: 0; 
    left: 0;
    display: none;
}
.b-cabinet .user_fields_show {
    display: block;
}
/*-------------------------------*/
.b-phone_topbox {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 5;
}
/*-------------------------------*/
.b-btnbox {
    width: 125px;
    height: 28px;
    border: 0;
    background: url(/img/125.gif) 50% 50% no-repeat;
    cursor: pointer;
    	color : #FFFFFF;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}

/*-------------------------------*/
.b-catalogline {
    padding: 0.6em 1em;
    margin-bottom: 2em;
    background-color: #dcdcdc;
    font-size: 0.92em;
}
.b-catalogline .catalogline-left1 a {
    margin-left: 1em;
}

.b-catalogline .catalogline-left1 span {
    margin-left: 1em;
}
.b-catalogline select {
    margin-left: 1em;
    width: 120px;
}

.b-catalogline .filter-onpage {
    width: 50px;
}
.b-catalogline .catalogline-left1 {
    margin: 0;
    margin-right: 2em;
    float: left;
    padding: 0.4em 0;
}
.b-catalogline .catalogline-left2 {
    float: left;
    margin: 0;
}
.b-catalogline .catalogline-right {
    float: right;
    margin: 0;
}
.b-catalogline .catalogline-right a {
    margin-left: 1em;
}
.b-catalogline .catalogline-right span {
    margin-left: 1em;
}
/*-------------------------------*/
.b-question {}
.b-question .quest_quest {
    margin-bottom: 10px;
}
/*-------------------------------*/
.b-status {
    text-align: center;
}
.b-status-value:after {
    content: "";
    display: block;
    font-size: 0;
    clear: both;
}
.b-status-value .status-input {
    margin-bottom: 5px;
}
/*-------------------------------*/
.b-navigation {
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background: url("/img/m40.gif") repeat-x scroll 50% 50% transparent;
}
.b-navigation a {
    display: block;
}
.b-navigation .prev,
.b-navigation .next,
.b-navigation .back {}

.b-navigation .next a,
.b-navigation .prev a,
.b-navigation .back a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
} 
.b-navigation .prev {
    width: 25%;
    float: left;
    text-align: left;
}
.b-navigation .prev a {
    border-right: 1px solid #252525;
    padding-left: 50px;
    background: url(/img/catalog-prev.png) 0 50% no-repeat;
}
.b-navigation .next {
    width: 25%;
    float: left;
    text-align: right;
}
.b-navigation .next a {
    border-left: 1px solid #4e4e4e;
    padding-right: 50px;
    background: url(/img/catalog-next.png) 100% 50% no-repeat;
}
.b-navigation .back {
    width: 50%;
    margin-right: 0;
    float: left;
    text-align: center;
}
.b-navigation .back a {
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #252525;
}
/*-------------------------------*/
.b-catslider {
    margin: 0 20px 2em;
    position: relative;
    background: #969696;
    padding: 10px;
}
.b-catslider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.b-catslider ul li {
    float: left;
}
.b-catslider .catslider-title {
    padding-bottom: 0;
    color: #fff;
    font-size: 24px;
}
.b-catslider .catslider-arrowbox {
    position: absolute;
    top: 15px;
    right: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.b-catslider .catslider-arrowback {
    margin-right: 8px;
    width: 28px;
    height: 28px;
    float: left;
    background: url(/img/slide-prev.png) 0 0 no-repeat;
    cursor: pointer;
}
.b-catslider .catslider-arrownext {
    width: 28px;
    height: 28px;
    float: left;
    background: url(/img/slide-next.png) 0 0 no-repeat;
    cursor: pointer;
}
.b-catslider .catslider-arrowback:hover {
    background: url(/img/slide-prev-h.png) 0 0 no-repeat;
}
.b-catslider .catslider-arrownext:hover {
    background: url(/img/slide-next-h.png) 0 0 no-repeat;
}
.b-catslider .catslider-wrapper {
    position: relative;
    overflow: hidden;
    margin: 1em 0 0 0;
    padding: 0;
}
.b-catslider .b-catalogbox {
    position: relative;
    left: 0px;
    top: 0;
    margin-right: 0;
}
.b-catslider .b-catalogbox .catalogbox__item {
    width: 168px;
    height: 240px;
    padding: 10px;
    margin: 0 5px;
    background: #eaeaea;
}
.b-catslider .b-catalogbox .catalogbox__item:hover {
    background-color: #fff;
}
.b-catslider .b-catalogbox .catalogbox__imgbox {
    width: 100%;
}
.b-catslider .b-catalogbox .catalogbox__img {
    max-width: 100%;
    overflow: hidden;
}
.b-catslider .b-catalogbox .catalogbox__img img {
    max-width: 100%;
}
.b-catslider .b-catalogbox .catalogbox__title {
    overflow: hidden;
    height: 2.8em;
}
.b-catslider .b-catalogbox .catalogbox__title a {
    font-size: 14px;
    color: #007dca;
    text-decoration: underline;
}
.b-catslider .b-catalogbox .catalogbox__item:hover .catalogbox__title a {
    color: #000;
    text-decoration: none;
}
/*.caroufredsel_wrapper {
    width: auto!important;
}*/
/*-------------------------------*/
.b-callback {
    width: 420px;
}
.b-callback label.error {
    display: block;
    color: red;
    font-size: 8pt;
}
.b-callback table {
    margin: 0 0 1em;
}
.b-callback td {
    padding: 5px 0;
}
.b-callback .callback-left {
    width: 90px;
    font-weight: bold;
}
.b-callback .callback-input {
    width: 200px;
}
.b-callback .callback-time {
    margin: 0 0 1em;
}
.b-callback .callback-radio {
    display: none;
}
.b-callback .callback-label {
    padding: 0 0 0 7px;
    margin: 0 0 5px;
    display: block;
}
.b-callback .callback-label span {
    border-bottom: 1px dashed #f24140;
    color: #f24140;
    vertical-align: top;
}
.b-callback .callback-label span:hover {
    border-color: #f24140;
    cursor: pointer;
}
.b-callback .callback-label-on span {
    border-bottom: 1px dashed transparent;
    font-weight: bold;
}
.b-callback .callback-hour {
    display: none;
}
.b-callback .callback-captcha {
    overflow: hidden;
    padding: .5em 0;
}
.b-callback .callback-captcha p {
    margin: 0 0 .3em;
    font-size: 10px;
}
.b-callback .callback-captcha-img {
    float: left;
    padding-right: 10px;
}
.b-callback .callback-captcha-form {
    float: left;
}
/*-------------------------------*/
.ui-accordion {
    margin: 0 0 20px;
}
.ui-accordion .ui-accordion-header {
    background: url(/img/m40.gif) 100% 100% repeat-x;
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 7px 20px;
    position: relative;
    overflow: hidden;
}
.ui-accordion .ui-accordion-header span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 10px 50px;
    text-align: right;
    font-size: 14px;
    color: #fffefe;
    background: url(/img/acc-open.png) 100% 50% no-repeat;
}
.ui-accordion .ui-accordion-header.ui-state-hover {
    background: url(/img/menutop-bg-on.png) 100% 100% repeat-x;
}
.ui-accordion .ui-accordion-header-active {
    margin: 0;
}
.ui-accordion .ui-accordion-header-active span {
    background: url(/img/acc-close.png) 100% 50% no-repeat;
}
.ui-accordion .ui-accordion-content {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
}
/*-------------------------------*/
.ui-datepicker {
    width: 200px;
    background-color: #fff;
    padding: 5px;
}
.ui-datepicker .ui-datepicker-header {
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    padding: 0 5px;
}
.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker-calendar th {
    text-align: center;
}
.ui-datepicker .ui-datepicker-week-end a {
    color: #E00000;
} 
.ui-datepicker .ui-datepicker-current-day a {
    font-weight: bold;
}
.ui-datepicker .ui-datepicker-today a {
    color: #363883;
}
/*-------------------------------*/.column {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background: transparent url(about:blank) 0 0 no-repeat;
}
.column:after {
    clear: both;
    display: block;
    content: '';
}
.column__right,
.column__left,
.column__center {
    float: left;
    clear: right;
}
.column__center {
    width: 100%;
}
.column__left {
    margin-left: -100%;
    width: 320px;
}
.column__right {
    margin-left: -240px;
    width: 240px;
}
/*-------------------------------*/
.column__center-indent {
    margin: 0 240px 0 320px;
    padding: 0;
}
.column__left-indent {
    padding: 0 20px 20px 20px;
}
.column__right-indent {
    padding: 0 20px 20px 20px;
}
/*-------------------------------*/
.column__right-bg,
.column__left-bg,
.column__center-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.column__center-bg {
    right: 240px;
    left: 320px;

}
.column__left-bg {
    width: 320px;
    left: 0;
}
.column__right-bg {
    width: 240px;
    right: 0;
}
/*-------------------------------*/
.column__right-inside,
.column__left-inside,
.column__center-inside {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.column__center-inside {
    margin: 0;
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    background: transparent url(about:blank) 0 0 no-repeat;
}
.column__left-inside {
    margin: 0;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    background: transparent url(/img/Untitled-1.gif) 0 0 repeat;
}
.column__right-inside {
    margin: 0;
    border-width: 0;
    border-style: none;
    border-color: #aaaaaa;
    background: transparent url(about:blank) 0 0 no-repeat;
}
/*-------------------------------*/
.column_lc .column__center-indent {
    margin-right: 20px;
}
.column_lc .column__right {
    display: none;
}
.column_lc .column__right-bg {
    display: none;
}
.column_lc .column__center-inside {
    border-right-width: 0;
}
.column_lc .column__center-bg {
    right: 20px;
}
/*-------------------------------*/
.column_cr .column__center-indent {
    margin-left: 0;
}
.column_cr .column__left {
    display: none;
}
.column_cr .column__left-bg {
    display: none;
}
.column_cr .column__center-inside {
    border-left-width: 0;
}
.column_cr .column__center-bg {
    left: 0;
}
.colored-bg {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}.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;
}
.components2 {
  right:400px;
}
.components3 {
  right:200px;
}
.components4 {
   left:0;
}
.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;
  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;
}

.upper-logo{
  left:20px;
  top:5px;
}

.upper-logo p{
  margin:0;
}

.b-phone p{
  margin:0;
}

.b-phone{ 
  position:relative;
  padding:0;
  right:0px;
  top:10px;

}
.b-logo {     
  left:20px;
  top:40px;
}
.pilot__1 {  
  right:20px;
  top:10px;
}
.pilot__2 {   
  right:20px;
  top:30px;
}
.pilot__3 {    
  right:0px;
  top:0px;
}    
.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-special p{ 
    padding-left:0;
    padding-right:0;
}


/****************************catalog*************************/

.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 : #ffffff;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}

p.sale{
  	color : #fe0000;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}

#m-guests {
    background-color: #eaeaea;
    text-align: center;
    color: ;
}
.guest_bg_1 {
    background-color: #ffffff;
}
.guest_bg_2 {
    background-color: ;
}

.img_min_{
float: left;
margin: 3px;
padding: 0px;
}

.img_min_ img{
border: #3d4345 solid 1px;
}

.input_150 {
    width: 150px;
}

.input_100 {
    width: 100px;
}

