html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #393939;
    background: #E3EBEF;
}

img {
    border: none;
}

* {
    outline: none;
}

/* Ссылки */
a {
    color: #3670a8;
    text-decoration: none;
}

a.hov {
    text-decoration: none;
}

a.hov:hover {
    text-decoration: underline;
}

a.blue {
    color: #208bc4;
}

a.blue:hover {
    color: #259FE0;
}

a.dotted {
    color: #3670a8;
    border-bottom: 1px dotted #3670a8;
    text-decoration: none !important;
}

a:hover {
    color: #4EA1F2;
}

a.dotted:hover {
    color: #4EA1F2;
    border-bottom: 1px dotted #4EA1F2;
}

a.td_none {
    text-decoration: none;
}

a.gray {
    color: #546779;
}

a.gray:hover {
    color: #35414C;
}

/* Обертки и позиционирование */
.relative {
    position: relative;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

p {
    margin: 0 0 10px 0;
}

/* Верхняя полоса */
.top_line {
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.45);
    background: white;
    position: relative;
    zoom: 1;
    /* Для IE */
}

.top_line:before,
.top_line:after {
    content: " ";
    display: table;
}

.top_line:after {
    clear: both;
}

/* Меню */
ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu li {
    float: left;
    display: block;
}

ul.menu li a {
    padding: 0 20px;
    background: url("/admin/templates/tir/images/menu_act_noact.gif") top right no-repeat;
}

ul.menu li a:hover {
    color: black;
}

ul.menu .act {
    background: url("/admin/templates/tir/images/menu_act.gif") top left no-repeat;
}

ul.menu .act a.first {
    background: url("/admin/templates/tir/images/menu_act_r.gif") top right no-repeat;
    color: #fcfcfc !important;
    font-weight: bold;
    text-shadow: 1px 1px 0 #979696;
}

ul.menu a.act {
    background: url("/admin/templates/tir/images/menu_act_r.gif") top right no-repeat;
    color: #fcfcfc !important;
    font-weight: bold;
    text-shadow: 1px 1px 0 #979696;
    background: url("/admin/templates/tir/images/menu_act.gif") 0 -5px no-repeat !important;
}

ul.menu li .sub {
    position: relative;
    display: none;
}

ul.menu li:hover .sub {
    display: block;
}

ul.menu li .sub .abs {
    position: absolute;
    z-index: 10;
    border-bottom: 1px solid #B7C3D3;
    border-left: 1px solid #B7C3D3;
    border-right: 1px solid #B7C3D3;
    left: -1px;
}

ul.menu li .sub .abs a {
    display: block;
    background: #FFFFFF;
    border-top: 1px solid #DBE6EA;
    white-space: nowrap;
    line-height: 30px;
}

/* Логотип и поиск */
.shop {
    position: absolute;
    right: 0;
    top: 0;
}

/* Логотипная полоса */
.logo_line {
    background: url("/admin/templates/tir/images/logo_bg.gif") top center;
    padding: 20px 0;
    position: relative;
}

.logo_line .search {
    position: absolute;
    top: 0;
    left: 300px;
    width: 599px;
    background: url("/admin/templates/tir/images/logo_sep.gif") top left no-repeat;
}

.logo_line .search .search_inner {
    background: url("/admin/templates/tir/images/logo_sep.gif") top right no-repeat;
    padding: 8px 30px 20px 33px;
}

.logo_line .search .search_inner input {
    width: 385px;
    margin-right: 20px !important;
    float: left;
    border: 1px solid #B7C3D3;
    padding: 5px 5px 5px 10px;
    color: #5d6162;
    font-size: 14px;
    background: white;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
}

.logo_line .search .search_inner select {
    width: 110px;
    margin-left: 15px !important;
    float: right;
    border: 1px solid #B7C3D3;
    padding: 5px;
    font-size: 14px;
    background: #fff;
}

.logo_line .search .search_inner .mag {
    cursor: pointer;
    width: 29px;
    height: 30px;
    position: absolute;
    left: 370px;
    top: 50%;
    margin-top: -15px;
    background: #fff url("/admin/templates/tir/images/search_mag.gif") top right no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE */
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}

.logo_line .search .search_inner .mag:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.logo_line .letters {
    padding-top: 5px;
    font-size: 12px;
}

.logo_line .letters .name {
    color: #5f7694;
    padding-right: 5px;
    float: left;
    display: block;
    width: 100px;
}

.logo_line .letters .let {
    display: block;
    float: left;
    width: 415px;
}

.logo_line .letters .let a {
    padding: 0 2px;
    color: #464f61;
    text-decoration: none;
}

.logo_line .letters .let a.act {
    padding: 0 3px;
    color: white;
    background: #73AFCC;
    background-image: linear-gradient(to bottom, #c1dce5, #73afcc);
}

.logo_line .letters .let span {
    padding: 0 2px;
    color: #b6c7ce;
}

.logo_line .contacts {
    position: absolute;
    right: 0;
    top: 15px;
}

.logo_line .contacts .phone {
    font-size: 24px;
    font-weight: bold;
    color: #5f7694;
    background: url("/admin/templates/tir/images/phone.png") 0 1px no-repeat;
    padding-left: 25px;
    line-height: 21px;
}

.logo_line .contacts .phone span {
    color: #464f61;
}

.logo_line .contacts .feedback {
    padding-left: 28px;
    padding-top: 5px;
}

.logo_line .contacts .feedback a {
    color: #2065a3;
    text-decoration: none;
    border-bottom: 1px dotted #2065a3;
}

.logo_line .contacts .feedback.orange a {
    color: #BA9213;
    border-bottom: 1px dotted #BA9213;
}

.logo_line h1 {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.logo_line h2 {
    position: absolute;
    left: 140px;
    top: 20px;
    color: #464f61;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
}

/* Главное меню */
.hor_menu {
    line-height: 62px;
    height: 62px;
    background: #172435 url("/admin/templates/tir/images/hor_menu_bg.png") top left repeat-x;
}

.hor_menu table {
    border-collapse: collapse;
    width: 100%;
}

.hor_menu table td {
    text-align: center;
    padding: 0;
}

.hor_menu a {
    display: block;
    font-size: 16px;
    color: white;
    text-decoration: none;
    background: url("/admin/templates/tir/images/hor_menu_sep.gif") top left no-repeat;
    padding: 0 15px;
}

.hor_menu .right_bg {
    padding-right: 2px;
    background: url("/admin/templates/tir/images/hor_menu_sep.gif") top right no-repeat;
}

.hor_menu td.share_act a,
.hor_menu a.first:hover {
    text-shadow: 1px 1px 0 rgba(151, 150, 150, 0.5);
    -moz-text-shadow: 1px 1px 0 rgba(151, 150, 150, 0.5);
    -webkit-text-shadow: 1px 1px 0 rgba(151, 150, 150, 0.5);
}

.hor_menu td.act {
    background: #283649;
}

.hor_menu td.share {
    background: url("/admin/templates/tir/images/hor_menu_share.png") top left repeat-x;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.hor_menu td .sub {
    position: relative;
    display: none;
}

.hor_menu td:hover .sub {
    display: block;
}

.hor_menu td .abs {
    position: absolute;
    z-index: 10;
}

.hor_menu td .sub table {
    border-collapse: collapse;
}

.hor_menu td .sub td {
    background: #FCFCFC;
    white-space: nowrap;
    border: 1px solid #C2D1D9;
    line-height: 42px;
}

.hor_menu td .sub td a {
    background: none;
    color: #546779;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    padding: 0 20px;
}

.hor_menu td .sub td a:hover,
.hor_menu td .sub td a.act {
    background: #Dbe6ea;
}

.hor_menu td.to_right .sub {
    position: static;
}

.hor_menu td.to_right .sub .abs {
    right: 0;
}

/* Подвал */
footer {
    clear: both;
    background: #172435 url("/admin/templates/tir/images/footer_bg_repeat.png") -4px 10px repeat;
}

.footer {
    background: url("/admin/templates/tir/images/footer_bg.png") 0 0 repeat-x;
    padding: 35px 0 0 0;
}

.footer .col1 {
    width: 180px;
    float: left;
    color: #8aa6c9;
    font-size: 14px;
}

.footer .col2 {
    width: 430px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}

.footer .col2 a {
    color: #8aa6c9;
    font-size: 14px;
    text-decoration: none;
}

.footer .col2 td {
    padding-right: 5px;
    vertical-align: bottom;
    padding-bottom: 8px;
}

.footer .col2 td a.pg {
    padding-left: 15px;
}

.footer .col2 a:hover {
    color: #A3C4ED;
}

.footer .col2 a.act {
    color: white;
}

.footer .col3 {
    padding-top: 37px;
    width: 345px;
    float: left;
    background: url("/admin/templates/tir/images/footer_contacts.gif") left center no-repeat;
    color: #d2e1ff;
    font-size: 12px;
    line-height: 18px;
}

.footer .col3 .col3_inner {
    padding-left: 50px;
}

.footer .col3 p {
    margin: 0;
}

.footer .col4 {
    float: right;
    padding-top: 45px;
}

.footer .col2,
.footer .col3,
.footer .col4 {
    background: url("/admin/templates/tir/images/footer_sep.gif") top left repeat-x;
    margin-top: 7px;
}

.footer .col2 table,
.footer .col3 table,
.footer .col4 table {
    border-collapse: collapse;
}

.footer .col2 table td,
.footer .col3 table td,
.footer .col4 table td {
    padding: 3px 0;
}

/* Разделы */
.content_outer {
    padding: 30px 0 65px 0;
}

.left_col_static {
    width: 930px;
    float: left;
}

.left_col_static_pad {
    padding-right: 30px;
}

.left_col {
    float: left;
    width: 204px;
}

.center_col {
    float: left;
    width: 726px;
}

.left_center_col {
    float: left;
    width: 930px;
    background: url("/admin/templates/tir/images/content_bg.gif") 230px 0 repeat-y;
    zoom: 1;
    /* Для IE */
}

.left_center_col:before,
.left_center_col:after {
    content: " ";
    display: table;
}

.left_center_col:after {
    clear: both;
}

.center_col_pad {
    padding: 0 30px 0 26px;
}

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

.inner_page {
    zoom: 1;
    /* Для IE */
}

.inner_page:before,
.inner_page:after {
    content: " ";
    display: table;
}

.inner_page:after {
    clear: both;
}

.inner_page .content {
    padding: 10px;
    background: white;
    zoom: 1;
}

.inner_page .content:before,
.inner_page .content:after {
    content: " ";
    display: table;
}

.inner_page .content:after {
    clear: both;
}

.inner_page h1 {
    font-size: 18px;
    color: #1b2732;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.main_page .content {
    padding-top: 17px;
    padding-bottom: 45px;
}

.main_page h1 {
    font-size: 30px;
    font-weight: bold;
    color: #353a4d;
    margin: 0 0 15px 0;
}

.main_page_border {
    border: 1px solid #B4CED8;
    padding-bottom: 10px;
}

.main_page_border:before,
.main_page_border:after {
    content: " ";
    display: table;
}

.main_page_border:after {
    clear: both;
}

.main_page_border .cont {
    width: 823px;
    float: right;
    padding-top: 30px;
}

.our_advantages {
    width: 350px;
    float: right;
    background: url("/admin/templates/tir/images/our_advantages.gif") bottom center no-repeat;
}

.our_advantages_inner {
    width: 208px;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 60px;
}

.our_advantages_inner h2 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    background: #FFC602;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0 #979696;
}

.our_advantages_inner ul {
    margin: 0 0 0 4px;
    padding: 0 0 0 20px;
    list-style-type: none;
    list-style-image: url("/admin/templates/tir/images/our_advantages_tire.gif");
}

.our_advantages_inner ul li {
    padding: 4px 0;
    font-weight: bold;
    color: #1a2037;
    font-size: 14px;
    line-height: 16px;
}

.top_area {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.45);
}

.top_area:before,
.top_area:after {
    content: " ";
    display: table;
}

.top_area:after {
    clear: both;
}

.top_area .a1 {
    width: 426px;
    float: left;
    padding-top: 8px;
}

.top_area .a2 {
    width: 400px;
    float: left;
    border-left: 1px solid #DEE8EC;
    border-right: 1px solid #DEE8EC;
}

.top_area .a3 {
    width: 372px;
    float: left;
}

.top_area .pad {
    padding: 25px;
}

.partners_area {
    background: #fff;
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.45);
}

.center_area {
    clear: both;
    margin-bottom: 20px;
    background: url("/admin/templates/tir/images/center_area_sep.gif") 850px 10px repeat-y;
}

.center_area:before,
.center_area:after {
    content: " ";
    display: table;
}

.center_area:after {
    clear: both;
}

.center_area .a1 {
    float: left;
    width: 850px;
}

.center_area .a1 section {
    padding-right: 15px;
}

.center_area .a2 {
    float: left;
    width: 350px;
}

.center_area .a2 .pad {
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.partners {
    padding-top: 17px;
    clear: both;
}

.partners h2 {
    color: #87a3b2;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}.nav_div{font-size:13px;color:#87a3b2;padding-bottom:20px;background:#E3EBEF}.nav_div a{font-size:13px;color:#87a3b2;text-decoration:none}.nav_div a:hover{text-decoration:underline}
.elements_pad{padding-bottom:50px}.elements table{border-collapse:collapse;width:100%}.elements th{text-align:left;vertical-align:top;background:url("/admin/components/catalog/templates/.default/images/th_sep.gif") top right no-repeat;white-space:nowrap}.elements th span{padding-top:10px;height:32px;text-shadow:1px 1px 1px #fff;-moz-text-shadow:1px 1px 1px #fff;-webkit-text-shadow:1px 1px 1px #fff;color:#87a3b2;display:block;text-decoration:none}.elements th a{padding-top:10px;height:32px;text-shadow:1px 1px 1px #fff;-moz-text-shadow:1px 1px 1px #fff;-webkit-text-shadow:1px 1px 1px #fff;color:#87a3b2;display:block;text-decoration:none}.elements th a:hover{color:#6C838F}.elements th a.act{text-decoration:underline;color:#6C838F}.elements th.photo{width:65px}.elements table{background:url("/admin/components/catalog/templates/.default/images/th.gif") top left repeat-x}.elements tr.th{background:none}.elements th{padding-left:12px;padding-right:12px}.elements td{padding-left:12px;padding-right:12px;padding-top:5px;padding-bottom:5px}.elements tr{background:url("/admin/components/catalog/templates/.default/images/tdb.gif") bottom left repeat-x}.elements td{background:url("/admin/components/catalog/templates/.default/images/tdr.gif") center right no-repeat}.elements td .middle{height:64px;display:table-cell;vertical-align:middle}.elements .animate td{background:url("/admin/components/catalog/templates/.default/images/tdr.gif") top right repeat-y}.elements .nobg{background:none !important}.page_text{clear:both}.page_text img.img{float:left;margin-right:15px;margin-bottom:10px}.element{padding:15px}.element .col1{float:left;width:240px}.element .col1 img{border:1px dotted #D4D8D9}.element .col2{float:right;width:380px}.element h1{font-size:16px;font-weight:bold;color:#208bc4;display:inline}.element .id{font-size:11px;padding-left:5px;color:#97afbc}.element .props{clear:both;padding-top:10px}.element .props .item{font-size:13px;color:#97afbc;line-height:20px}.element .props .item span{color:#192732}.element .text{line-height:22px;font-size:13px}.element .text b,.element .text strong{color:#97afbc}.element .text td{border-bottom:1px dotted #D4D8D9}.element .avail_managers{clear:both;padding-top:10px;color:#97afbc;font-size:11px;padding-bottom:25px}.element .back{background:url("/admin/components/catalog/templates/.default/images/back.png") left center no-repeat;float:right;line-height:20px;padding-left:15px}.order{margin:0px auto;width:628px;height:190px;background:url("/admin/components/catalog/templates/.default/images/order_bg.png") top left no-repeat}.order .pad{padding:30px 20px 0px 20px}.order h2{color:#1a2037;font-size:16px;font-weight:bold;margin:0px 0px 10px 0px;padding-left:10px}.input_left{float:left}.input_right{float:right}.input_left .bg,.input_right .bg{background:#F3F8F9;padding:5px}.input_left .bg,.input_right .bg,.input_left input,.input_right input{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.input_left input,.input_right input{border:1px solid #CCDADE;margin:0px;padding:5px 10px;width:250px}.input_left .example,.input_right .example{color:#bababa;font-size:11px;padding-left:15px;padding-top:3px}.order .btn{display:block;width:134px;height:36px;background-image:url("/admin/components/catalog/templates/.default/images/order_btn.png");background-position:0px 0px;float:right;margin-top:15px;cursor:pointer}.order .btn:hover{background-position:0px -36px}.order .message{line-height:140px;font-size:18px;color:green;text-align:center}.order .error{line-height:140px;font-size:18px;color:red;text-align:center}.producers_by_letter .let{padding-top:10px;clear:both}.producers_by_letter .let .let_val{width:20px;float:left;line-height:20px}.producers_by_letter .let .producers{float:left;width:180px;line-height:20px}.producers_by_letter .let .producers .noact a,.producers_by_letter .let .producers .act a{color:#546779;text-decoration:none}.producers_by_letter .let .producers .noact a:hover{text-decoration:underline}.producers_by_letter .let .producers .act,.producers_by_letter .let .producers .noact{padding-left:0px}.producers_by_letter .let .producers .act a{color:#222e46;text-decoration:none;border-bottom:1px dotted #222e46}.producers_by_letter .let .let_val a{color:#546779;text-decoration:none;font-weight:bold}.producers_by_letter .let .let_val a:hover{text-decoration:underline}.left_title_top{width:204px;background:url("/admin/components/catalog/templates/.default/images/left_title_top.gif") top left no-repeat}.left_title_bottom{width:204px;background:url("/admin/components/catalog/templates/.default/images/left_title_bottom.gif") bottom left no-repeat}.left_title_top h2{display:block;padding:7px 10px 21px 10px;margin:0px;font-weight:normal;line-height:20px;font-size:18px;color:white;text-align:center}.subsections div{line-height:22px;padding-left:16px}.subsections div a{color:#546779;text-decoration:none}.subsections div.act{background:url("/admin/components/catalog/templates/.default/images/left_act.gif") 5px 50% no-repeat}.subsections div.act a{color:#222e46;text-decoration:none;border-bottom:1px dotted #222e46}.not_found{color:red;font-size:14px}.elements td{vertical-align:top}.elements td.name .text{display:none}.product_layer{position:absolute;width:648px;background:url("/admin/components/catalog/templates/.default/images/product_layer_bg.gif") repeat;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #C1DAE6;z-index:10;margin-left:-10px}.product_layer .pad{padding:3px}.product_layer .pad .inner{background:white;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #C1DAE6;padding:5px}.product_layer .collumn1{float:left;width:210px;text-align:center;padding:10px 0px}.product_layer .collumn2{float:left;width:419px;padding:10px 0px}.product_layer .bot{line-height:28px;padding:3px 2px 5px 5px}.product_layer .bot span{color:#97AFBC;font-size:11px}.product_layer .bot .more{display:block;width:107px;height:28px;background-image:url("/admin/components/catalog/templates/.default/images/more.png");background-position:0px 0px;background-repeat:no-repeat;text-align:center;text-decoration:none;float:right;color:#208bc4;font-size:12px;font-weight:bold}.product_layer .bot .more:hover{background-position:0px -28px}.product_layer .bot .ord{display:block;float:right;text-decoration:none;padding-right:20px}.product_layer .bot .ord font{color:#208bc4;font-size:11px;border-bottom:1px dotted #208bc4}.product_layer .bot .ord:hover font{color:#104561;border-bottom:1px dotted #104561}.product_layer .bot .ord font{text-shadow:1px 1px 1px #fff;-moz-text-shadow:1px 1px 1px #fff;-webkit-text-shadow:1px 1px 1px #fff}.product_layer .bot span{text-shadow:1px 1px 1px #fff;-moz-text-shadow:1px 1px 1px #fff;-webkit-text-shadow:1px 1px 1px #fff}.product_layer .name a{color:#208bc4;font-size:14px;text-decoration:none}.product_layer .name span{color:#1b2732;font-size:12px}.product_layer .text_info{line-height:22px;font-size:13px;max-height:170px;overflow:hidden;position:relative}.product_layer .text_info .fade{display:block;position:absolute;bottom:0px;left:0px;width:420px;height:22px;background:url("/admin/components/catalog/templates/.default/images/fade.png") 0px 0px repeat-x}.product_layer .text_info b,.product_layer .text_info strong{color:#97afbc}.product_layer .text_info table{background:none !important;padding:0px}.product_layer .text_info table td,.product_layer .text_info table th,.product_layer .text_info table tr{background:none !important;padding:0px}
.nav_string{text-align:center;clear:both;padding-top:15px;padding-bottom:15px;cursor:default}.nav_string a{font-size:12px;color:#464f61;text-decoration:none;text-align:center;margin:0px 1px;padding:0px 3px}.nav_string span{font-size:12px;color:#464f61;text-decoration:none;text-align:center;margin:0px 1px;padding:0px 3px;cursor:default}.nav_string a:hover{color:white;background:#73AFCC;background-image:-ms-linear-gradient(top, #b7d6e1 0%, #73afcc 100%);background-image:-moz-linear-gradient(top, #b7d6e1 0%, #73afcc 100%);background-image:-o-linear-gradient(top, #b7d6e1 0%, #73afcc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #b7d6e1), color-stop(1, #73afcc));background-image:-webkit-linear-gradient(top, #b7d6e1 0%, #73afcc 100%);background-image:linear-gradient(to bottom, #b7d6e1 0%, #73afcc 100%)}.nav_string span{font-size:12px;color:#CFCFCF}.nav_string span.act{text-decoration:none;text-align:center;color:white;background:#73AFCC;background-image:-ms-linear-gradient(top, #b7d6e1 0%, #73afcc 100%);background-image:-moz-linear-gradient(top, #b7d6e1 0%, #73afcc 100%);background-image:-o-linear-gradient(top, #b7d6e1 0%, #73afcc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #b7d6e1), color-stop(1, #73afcc));background-image:-webkit-linear-gradient(top, #b7d6e1 0%, #73afcc 100%);background-image:linear-gradient(to bottom, #b7d6e1 0%, #73afcc 100%)}.nav_string .blue{font-size:12px;margin:0px;margin:0px}.nav_string span{margin:0px}.nav_string .ft1{padding:0px 10px 0px 0px !important}.nav_string .ft2{padding:0px 0px 0px 10px !important}
.simple_news{clear:both}.simple_news .item_outer{padding:8px 0px}.simple_news .item{border-left:3px solid #D6E2E8;padding-left:10px}.simple_news .item a{color:#1b2838;font-size:14px;text-decoration:none}.simple_news .item a:hover{color:black;text-decoration:underline}.simple_news .item .date{color:#3d97ce;font-size:14px;padding-bottom:4px}
.ajax_navprint{background-image:url("/admin/components/ajax.navprint/templates/.default/images/sprite.gif");background-position:0px 0px;background-repeat:no-repeat;*zoom:1}.ajax_navprint:before,.ajax_navprint:after{content:" ";display:table}.ajax_navprint:after{clear:both}.ajax_navprint .prev,.ajax_navprint .next{float:right;width:42px;height:42px;display:block;background-image:url("/admin/components/ajax.navprint/templates/.default/images/sprite.gif");cursor:pointer}.ajax_navprint .prev{background-position:-1060px 0px}.ajax_navprint .next{background-position:-1102px 0px}.ajax_navprint .prev:hover{background-position:-1060px -42px}.ajax_navprint .next:hover{background-position:-1102px -42px}.ajax_navprint .prev_d{background-position:-1060px -84px !important;cursor:default}.ajax_navprint .next_d{background-position:-1102px -84px !important;cursor:default}.ajax_navprint h2{font-weight:normal;font-size:12px;display:block;float:left;margin:25px 0px 0px 0px}
.catalogs{clear:both}.catalogs .item{padding-bottom:10px}.catalogs .item a{color:#1b2838;text-decoration:none;font-size:14px}.catalogs .item a span{display:block;padding-top:10px}
.inner_page .banners_outer{padding-top:35px}.banners_outer ul{list-style:none;margin:0px;padding:0px;display:block;height:150px;overflow:hidden}
ul.managers{margin:0px;padding:0px 0px 0px 15px;list-style:none}ul.managers li{margin:0px;padding:2px 0px;display:block;background-position:left center;background-repeat:no-repeat;line-height:16px;white-space:nowrap;overflow:hidden}ul.managers li .skype{padding-left:40px;background-position:17px 0px;background-repeat:no-repeat}ul.managers li .skype span{color:#343434;font-weight:bold;text-decoration:none;cursor:pointer}ul.managers li .skype span:hover{color:#87a3b2}ul.managers li span{color:#87a3b2}ul.managers li.act .skype span{background:url("/admin/components/managers/templates/.default/images/dot.png") right center no-repeat;padding-right:25px;color:#87a3b2}.main_page .manager_info .data .c1{width:120px}.main_page .manager_info .data .c2{width:170px}.main_page .manager_info .top{margin-top:8px;width:319px;height:11px;background:url("/admin/components/managers/templates/.default/images/info_main_top.png") top left no-repeat}.main_page .manager_info .bottom{width:319px;background:url("/admin/components/managers/templates/.default/images/info_main_bottom.png") bottom left no-repeat;padding:0px 0px 30px 0px}.inner_page .manager_info .data .c1{width:90px}.inner_page .manager_info .data .c2{width:156px}.inner_page .top{margin-top:8px;width:271px;height:11px;background:url("/admin/components/managers/templates/.default/images/info_top.png") top left no-repeat}.inner_page .bottom{width:271px;background:url("/admin/components/managers/templates/.default/images/info_bottom.png") bottom left no-repeat;padding:0px 0px 30px 0px}.manager_info h2{font-weight:normal;color:#1b2732;font-size:24px;line-height:24px;padding-left:7px;display:inline}.manager_info a.dotted{color:#3670a8;font-size:12px;margin-left:4px}.manager_info .name{color:#208bc4;font-size:14px}.manager_info .props{color:#87a3b2;padding-top:4px}.manager_info .props span,.manager_info .props a{color:#1d2536}.manager_info .data{padding:0px 6px 10px 6px}.manager_info .data .c1{float:left;text-align:center;padding:5px 0px}.manager_info .data .c2{float:left;border-left:1px solid #D6E2E8;padding:5px 0px 5px 10px;overflow:hidden}
.partner_item{display:block;text-align:center;padding:10px 0px;margin:10px 0px}
