/*
 размеры шрифтов
 */
.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-33 {
    font-size: 33px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

/*
 высоты линий
 */
.lh-1 {
    line-height: 1px;
}

.lh-2 {
    line-height: 2px;
}

.lh-10 {
    line-height: 10px;
}

.lh-11 {
    line-height: 11px;
}

.lh-12 {
    line-height: 12px;
}

.lh-13 {
    line-height: 13px;
}

.lh-14 {
    line-height: 14px;
}

.lh-15 {
    line-height: 15px;
}

.lh-16 {
    line-height: 16px;
}

.lh-17 {
    line-height: 17px;
}

.lh-18 {
    line-height: 18px;
}

.lh-19 {
    line-height: 19px;
}

.lh-20 {
    line-height: 20px;
}

.lh-21 {
    line-height: 21px;
}

.lh-22 {
    line-height: 22px;
}

.lh-23 {
    line-height: 23px;
}

.lh-24 {
    line-height: 24px;
}

.lh-25 {
    line-height: 25px;
}

.lh-26 {
    line-height: 26px;
}

.lh-27 {
    line-height: 27px;
}

.lh-28 {
    line-height: 28px;
}

.lh-29 {
    line-height: 29px;
}

.lh-30 {
    line-height: 30px;
}

.lh-31 {
    line-height: 31px;
}

.lh-32 {
    line-height: 32px;
}

.lh-33 {
    line-height: 33px;
}

.lh-34 {
    line-height: 34px;
}

.lh-35 {
    line-height: 35px;
}

/*
 все поля
 */
.m-0 {
    margin: 0;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

/*
 верхние поля
 */
.mt-5 {
    margin-top: 5px;
    !important
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

/*
 нижние поля
 */
.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

/*
 левые поля
 */
.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

/*
 все отступы
 */
.pd-0 {
    padding: 0 !important;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

/*
 правые поля
 */
.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

/*
 верхние отступы
 */
.pdt-5 {
    padding-top: 5px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdt-15 {
    padding-top: 15px;
}

.pdt-20 {
    padding-top: 20px;
}

/*
 нижние отступы
 */
.pdb-5 {
    padding-bottom: 5px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-20 {
    padding-bottom: 20px;
}

/*
 отступы слева
 */
.pdl-5 {
    padding-left: 5px;
}

.pdl-10 {
    padding-left: 10px;
}

.pdl-15 {
    padding-left: 15px !important;
}

.pdl-20 {
    padding-left: 20px;
}

.pdl-25 {
    padding-left: 25px;
}

.pdl-30 {
    padding-left: 30px;
}

/*
 отступы справа
 */
.pdr-5 {
    padding-right: 5px !important;
}

.pdr-10 {
    padding-right: 10px !important;
}

.pdr-15 {
    padding-right: 15px !important;
}

.pdr-20 {
    padding-right: 20px !important;
}

.pdr-25 {
    padding-right: 25px !important;
}

.pdr-30 {
    padding-right: 30px !important;
}

/*
 распространенные значения ширины
 */
.w0 {
    width: 0;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.wauto {
    width: auto !important;
}

/*
 распространенные значения высоты
 */
.h0 {
    height: 0;
}

.h100 {
    height: 100%;
}

/*
 выравнивание блоков
 */
.b-left {
    margin-left: 0;
    margin-right: auto;
}

.b-center {
    margin: 0 auto;
}

.b-right {
    position: relative;
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: 0;
}

/*
 вертикальное выравниевание
 */
.valign-m {
    vertical-align: middle;
}

tr.valign-m td {
    vertical-align: middle;
}

.valign-t {
    vertical-align: top;
}

.valign-b {
    vertical-align: bottom;
}

tr.valign-b td {
    vertical-align: bottom;
}

/*
 
 */
.align-l {
    text-align: left !important;
}

.align-c {
    text-align: center !important;
}

.align-r {
    text-align: right !important;
}

/*
 относительное позиционирование
 */
.r-5 {
    right: 5px;
}

.r-10 {
    right: 10px;
}

.r-15 {
    right: 15px;
}

.r-20 {
    right: 20px;
}

.r-25 {
    right: 25px;
}

.b-5 {
    bottom: 5px;
}

.b-10 {
    bottom: 10px;
}

.b-15 {
    bottom: 15px;
}

.b-20 {
    bottom: 20px;
}

.b-25 {
    bottom: 25px;
}

.t-5 {
    top: 5px;
}

.t-10 {
    top: 10px;
}

.t-15 {
    top: 15px;
}

.t-20 {
    top: 20px;
}

.t-25 {
    top: 25px;
}

.l-5 {
    left: 5px;
}

.l-10 {
    left: 10px;
}

.l-15 {
    left: 15px;
}

.l-20 {
    left: 20px;
}

.l-25 {
    left: 25px;
}

.fst-b {
    font-weight: bold;
}

.fst-i {
    font-style: italic;
}

.fst-b-h:hover {
    font-weight: bold;
}

.fst-n {
    font-style: normal;
    font-weight: normal;
}

/*
 блоки
 */
.d-table {
    display: table;
}

.dspl_fn {
    float: none;
}

.dspl_fl {
    float: left;
}

.dspl_fr {
    float: right;
}

.dspl_b {
    display: block;
}

.dspl_n {
    display: none;
}

.dspl_i {
    display: inline !important;
}

.a-clear-b {
    clear: both;
}

.abs-pos {
    top: 0;
    left: 0;
    position: absolute;
}

.rel-pos {
    position: relative;
}

.bring-to-front {
    z-index: 500;
}

.bring-to-back {
    z-index: -1;
}

.tl-auto {
    table-layout: auto;
}

.tl-fixed {
    table-layout: fixed;
}

.bc-sep {
    border-collapse: separate;
}

.curs-point {
    cursor: pointer;
}

.ul-n, ul-n li {
    list-style: none outside;
  padding:0;
  margin:0;
}

.no_und {
    text-decoration: none !important;
}

.und {
    text-decoration: underline;
}

.und_dash {
    border-bottom: 1px dashed;
}

.nowrap {
    white-space: nowrap;
}

/*
 радиусы
 
 */
.br-10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* контейнер для абсолютного позиционирования */
.rel-abs {
    position: relative;
    overflow: visible;
    height: 0;
    width: 0;
}

/* списки */
.square_list li {
    list-style: outside square;
}

.dspl_ib {
    vertical-align: top;
    display: inline-block;
}

.dspl_v {
    visibility: visible;
}

.dspl_iv {
    visibility: hidden;
}

.hlt, .hlt * {
    zoom: 1;
}

.ie6 .dspl_ib, .ie7 .dspl_ib {
    display: inline !important;
    zoom: 1;
}

.ie .crns {
    behavior: url(/css/css3.htc);
}

.ie6 dspl_fl, .ie6 dspl_fr {
    display: inline;
}
body {
    font: 12px Arial;
    color: #000;
    margin: 0px;
}

td {
    font: 12px Arial;
    color: #000;
}

img {
    border: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

input, select, textarea {
    border: 1px solid #b2b4b5;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    font-family: verdana;
}

select {
    / /margin: -1px;
}

textarea {
    padding: 2px;
    overflow: auto;
}

table.main_menu {
    background-color: #999999;
}

table.main_menu tr td {
    background-color: #FFFFFF;
}

table.main_menu tr td.activ {
    background-color: #E9E9E9;
}

div.main_menu {
    position: absolute;
    visibility: hidden;
    border: 2px #FFFFFF solid;
    z-index: 100;
}

.bgGray {
    background-color: #E9E9E9;
}

.noborder {
    background: transparent;
    border: 0px;
}

h1 {
    margin: 10px 0px 10px 0px;
    font-family: arial;
    font-size: 28px;
    font-weight: bold;
    color: #3f4346;
}

h2 {
    margin: 10px 0px 10px 0px;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: #3f4346;
    text-transform: lowercase;
}

h3 {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}

.articles h3 {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.subtitle {
    margin: 10px 0px 10px 0px;
    font-family: tahoma;
    font-size: 22px;
    color: #3f4346;
    text-transform: lowercase;
}

.subtitle2 {
    margin: 0px 0px 10px 0px;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: #3f4346;
    text-transform: lowercase;
}

.subtitle3 {
    margin: 10px 0px 10px 0px;
    font-family: tahoma;
    font-size: 20px;
    color: #358eda;
    font-weight: normal;
    text-transform: lowercase;
}

.subtitle4 {
    margin: 10px 0px 5px 0px;
    font-family: tahoma;
    font-size: 20px;
    color: #358eda;
    font-weight: normal;
    text-transform: lowercase;
}

.nav {
    margin: -10px 0px 25px 0px;
    font-family: arial;
    font-size: 11px;
    color: #3e3e3e;
}

p.subtitle5 {
    background: #358eda url(/img/im_ctl3.gif) top left no-repeat;
    margin: 0px;
}

p.subtitle5 span {
    display: block;
    min-height: 1px;
    background: url(/img/im_ctr3.gif) top right no-repeat;
    font: 12px arial;
    color: #f3eee2;
    font-weight: bold;
    padding: 4px 10px 4px 10px;
}
* html p.subtitle5 span {
    height: 1px;
}

p.subtitle6 {
    background: #358eda url(/img/im_cbl5.gif) bottom left no-repeat;
    margin: 0px;
}

p.subtitle6 span {
    display: block;
    min-height: 1px;
    background: url(/img/im_cbr5.gif) bottom right no-repeat;
    font: 19px tahoma;
    color: #fff;
    text-transform: lowercase;
    padding: 0px 16px 4px 16px;
}
* html p.subtitle6 span {
    height: 1px;
}

p.subtitle7 {
    background: #d91111 url(/img/im_cbl6.gif) bottom left no-repeat;
    margin: 0px;
}

p.subtitle7 span {
    display: block;
    min-height: 1px;
    background: url(/img/im_cbr6.gif) bottom right no-repeat;
    font: 19px tahoma;
    color: #fff;
    text-transform: lowercase;
    padding: 0px 16px 4px 16px;
}
* html p.subtitle7 span {
    height: 1px;
}

p.subtitle8 {
    background: #fa660f url(/img/im_cbl7.gif) bottom left no-repeat;
    margin: 0px;
}

p.subtitle8 span {
    display: block;
    min-height: 1px;
    background: url(/img/im_cbr7.gif) bottom right no-repeat;
    font: 19px tahoma;
    color: #fff;
    text-transform: lowercase;
    padding: 0px 16px 4px 16px;
}
* html p.subtitle8 span {
    height: 1px;
}

.subtitle9 {
    margin: 10px 0px 10px 0px;
    font-family: tahoma;
    font-size: 20px;
    color: #d60000;
    font-weight: normal;
    text-transform: lowercase;
    background: url(/img/bul_advantages.gif) top left no-repeat;
    padding: 0px 0px 5px 36px;
}

.div0 {
    margin: 0pt auto;
    max-width: 1000px;
    min-width: 990px;
    text-align: left;
    width: expression((document.documentElement.clientWidth||document.body.clientWidth)<990?'990px':(document.documentElement.clientWidth||document.body.clientWidth)>1000?'1000px':'100%');
}


.div1 {
    padding: 0 5px;
}

.div2 {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 5px 10px 8px 10px;
    text-transform: lowercase;
}

.div3 {
    font-family: tahoma;
    font-size: 11px;
    background-color: #f3eee2;
    padding: 5px 10px 8px 10px;
}

.div2 td {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-transform: lowercase;
}
    
.div4 {
    font-family: tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #fa660f;
}

.div5 {
    border: 1px solid #ccc;
    font-family: verdana;
    font-size: 10px;
    color: #444;
    margin: 3px 0px 10px 0px;
    padding: 3px 5px 5px 5px;
    background-color: #f7f7f7;
}

.div_auth1 {
    margin: 30px 0px 0px 75px;
}

.div_auth2 {
    margin: 5px 0px 0px 55px;
}

.div_cart1 {
    margin: -55px 0px 0px 57px;
}

.div_cart2 {
    margin: 1px 0px 0px 57px;
}

.div_cart3 {
    margin: 0px 0px 0px 106px;
    color: #848687;
}

.div_cart4 {
    margin: 3px 0px 0px 79px;
}

.div_cart5 {
    font: bold 15px arial;
    color: #3f4346;
    margin-top: 5px;
}
    
.total_cost {
    font: bold 19px arial;
    color: #e80304;
}

.total_cost2 {
    font: bold 13px arial;
    color: #e80304;
}

.div_make {
    font-size: 11px;
    padding: 3px 0px 0px 7px;
    background: url(/img/make_fon.jpg) no-repeat;
    width: 155px;
    height: 55px;
    text-align: left;
}

.td1 {
    vertical-align: top;
    height: 110px;
    background: url(/img/im_bg_auth.gif) top left no-repeat;
    font-family: verdana;
    font-size: 11px;
}

.td2 {
    vertical-align: top;
    font-family: tahoma;
    font-size: 11px;
}

.td3 {
    padding-bottom: 25px;
}

.td4 {
    font-size: 10px;
    font-family: verdana;
    color: #333;
}

.td5 {
    background: url(/img/im_ct1.gif) top left repeat-x;
}

.td6 {
    background: url(/img/im_cl1.gif) top left repeat-y;
}

.td7 {
    background: url(/img/im_cr1.gif) top left repeat-y;
}

.td8 {
    background: #358eda url(/img/im_cb1.gif) top left repeat-x;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.td9 {
    font-weight: bold;
    color: #3f4346;
}

.td10 {
    border-top: 1px solid #d1d2d3;
    width: 185px;
    height: 20px;
    padding-left: 10px;
}

.td10f {
    width: 185px;
    height: 20px;
    padding-left: 10px;
}

.td11 {
    border-top: 1px solid #d1d2d3;
    padding-right: 10px;
}

.td11f {
    padding-right: 10px;
}

.td12a {
    padding-bottom: 20px;
}

.td12b {
    padding-top: 20px;
    border-top: #D1D2D3 solid 1px;
}

.img_cer img {
    border: #D1D2D3 solid 1px;
    margin-bottom: 5px;
}

.td_pages {
    width: 25px;
    height: 19px;
}

.td_pages_cur {
    width: 25px;
    height: 19px;
    color: #fff;
    font-weight: bold;
    background: url(/img/im_pages2.gif) 4px 0px no-repeat;
}

.main_header {
    color: #d60000;
    font: bold 20px arial;
}

div.class_item {
    margin: 0px;
    padding-top: 2px;
    border-top: 1px #DCD9D0 solid;
    cursor: pointer;
}
table.class_item tr td {
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.cats_class_closed {
    width: 70px;
    text-align: right;
    background: url(/img/bul14_closed.png) 3px 23px no-repeat;
}

.cats_class_opened {
    width: 70px;
    text-align: right;
    background: url(/img/bul14_opened.png) 3px 23px no-repeat;
}

.cats_item_nosubs {
    margin: 0px 0px 5px 0px;
    padding-left: 14px;
    text-transform: lowercase;
    background: url(/img/bul14.gif) 3px 7px no-repeat;
}

.cats_item_closed {
    margin: 0px 0px 5px 0px;
    padding-left: 14px;
    text-transform: lowercase;
    background: url(/img/bul14_closed.png) 0px 4px no-repeat;
    cursor: pointer;
}

.cats_item_opened {
    margin: 0px 0px 5px 0px;
    padding-left: 14px;
    text-transform: lowercase;
    background: url(/img/bul14_opened.png) 0px 4px no-repeat;
    cursor: pointer;
}

.cats_item {
    margin: 0px 0px 5px 0px;
    padding-left: 10px;
    text-transform: lowercase;
    background: url(/img/bul14.gif) 0px 7px no-repeat;
}

.cats_item_selected {
    margin: 0px 0px 5px 0px;
    padding-left: 10px;
    text-transform: lowercase;
    background: url(/img/bul1.gif) top left no-repeat;
    background: #000000;
}

.cats_item2 {
    margin: 0px 0px 5px 0px;
    padding-left: 17px;
    text-transform: lowercase;
    background: url(/img/bul10.gif) 0px 2px no-repeat;
}

.cur {
    color: #D60000;
}

.reg_form1 {
    font-family: verdana;
    font-size: 10px;
    color: #3f4346;
    font-weight: bold;
}

.reg_form2 {
    font-family: verdana;
    font-size: 10px;
    color: #3f4346;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px 5px;
}

.reg_form2:hover {
    font-family: verdana;
    font-size: 10px;
    color: #3f4346;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #fa660f;
    padding: 10px 5px;
}

.compare_item {
    width: 166px;
    border-left: 1px solid #d1d2d3;
    padding: 0px 13px 0px 15px;
    vertical-align: top;
}

.compare_item1 {
    border-left: 1px solid #d1d2d3;
    padding: 3px 15px;
    vertical-align: top;
    font-family: arial;
    font-size: 12px;
    color: #3f4346;
} 
.compare_item2 {
    border-left: 1px solid #d1d2d3;
    padding: 3px 15px;
    vertical-align: top;
    background-color: #e8e8e9;
    font-family: arial;
    font-size: 12px;
    color: #3f4346;
}

.compare_item_ {
    padding: 0px 13px 0px 15px;
    vertical-align: top;
}

.compare_item_1 {
    padding: 3px 15px;
    vertical-align: top;
    font-family: arial;
    font-size: 12px;
    color: #3f4346;
}

.compare_item_2 {
    padding: 3px 15px;
    vertical-align: top;
    background-color: #e8e8e9;
    font-family: arial;
    font-size: 12px;
    color: #3f4346;
}

.compare_drop {
    text-align: right;
}

.compare_pic {
    text-align: center;
    margin-bottom: 15px;
}

.compare_name {
    margin-bottom: 10px;
}

.compare_price_rur1 {
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #848687;
}

.compare_price_rur2 {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #848687;
}

.compare_price_usd1 {
    font-family: tahoma;
    font-size: 11px;
    color: #3f4346;
    margin-bottom: 20px;
}

.compare_tocart {
    margin-top: 5px;
}

.video_cats_item {
    margin: 0px 0px 5px 0px;
    padding-left: 10px;
    text-transform: lowercase;
    background: url(/img/bul1.gif) top left no-repeat;
}

.video_cats_item_cur {
    margin: 0px 0px 5px 0px;
    padding-left: 10px;
    text-transform: lowercase;
    background: url(/img/bul1.gif) top left no-repeat;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #3f4346;
}   
.video_item {
    margin: 0px 0px 5px 0px;
    padding-left: 10px;
    text-transform: lowercase;
    background: url(/img/bul1.gif) top left no-repeat;
    cursor: pointer;
    color: #003DB4;
    text-decoration: underline;
}

.video_item_cur {
    margin: 0px 0px 5px 0px;
    padding-left: 10px;
    text-transform: lowercase;
    background: url(/img/bul1.gif) top left no-repeat;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #3f4346;
}

.video_name {
    margin-right: 20px;
}

.video_name span {
    font-weight: bold;
    color: #fa660f;
}

.video_pic {
    margin: 5px 0px 20px 0px;
    background: url(/img/im_bg3.gif) top left no-repeat;
    padding: 6px 0px 7px 7px;
}

.makes_item {
    margin: 0px 0px 5px 0px;
    padding-left: 8px;
    text-transform: lowercase;
    background: url(/img/bul2.gif) 0px 6px no-repeat;
}

.faq_item {
    margin: 0px 0px 10px 0px;
    padding-left: 8px;
    background: url(/img/bul16.gif) 0px 4px no-repeat;
}

.lp_item {
    margin: 0px 0px 10px 0px;
    padding-left: 28px;
    text-transform: lowercase;
    font-size: 11px;
    background: url(/img/bul9.gif) 10px 5px no-repeat;
}

p.sn {
    margin: 25px 0px 0px 0px;
    text-indent: 15px;
    background: url(/img/bul1.gif) top left no-repeat;
}
.goods_item_new {
    margin: 30px 10px 0px 0px;
}

.goods_pic_new {
    text-align: center;
    margin-bottom: 5px;
}

.goods_name_new {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #fa660f;
}

.goods_bdescr_new {
    font-family: arial;
    font-size: 11px;
}

.goods_usage_new {
    font-family: arial;
    font-size: 11px;
    color: #848687;
    margin-bottom: 10px;
}

.goods_price_rur_new1 {
    font-family: tahoma;
    font-size: 19px;
    color: #848687;
}

.goods_price_rur_new2 {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #848687;
}

.goods_price_usd_new1 {
    font-family: tahoma;
    font-size: 11px;
    color: #3f4346;
}

.goods_descr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3f4346;
}

.goods_na {
    color: #f00;
}

.goods_pic_spec {
    text-align: center;
    margin-bottom: 5px;
}

.goods_name_spec {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #d60000;
    margin-bottom: 5px;
}

.goods_descr_best_spec {
    font: 12px arial;
    color: #d60000;
    background: url(/img/bul15.gif) 0px 1px no-repeat;
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
    top: 0px;
}   
.goods_descr_best_spec_ {
    font: 12px arial;
    color: #d60000;
    margin-bottom: 10px;
    background: url(/img/bul15.gif) 0px 0px no-repeat;
    padding-left: 20px;
}

.goods_bdescr_spec {
    font-family: arial;
    font-size: 11px;
    margin-bottom: 10px;
}

.goods_usage_spec {
    font-family: arial;
    font-size: 11px;
    color: #848687;
    margin-bottom: 10px;
}

.goods_price_spec_ {
    width: 130px;
    background: url(/img/im_bg_spec_price.gif) top left no-repeat;
    padding-top: 5px;
}

.goods_price_spec__ {
    background: url(/img/im_bg_spec_price.gif) top left no-repeat;
    padding-top: 5px;
    padding-bottom: 15px;
}

.goods_price_spec_1 {
    font: 12px arial;
    color: #3f4346;
    margin-left: 5px;
}

.goods_price_spec_2 {
    font: 12px arial;
    color: #000;
    font-weight: bold;
}   
.goods_price_spec_2_cross {
    display: inline;
    position: relative;
    top: 1px;
    left: -42px;
    margin-right: -42px;
}

.goods_price_spec_3 {
    font: 11px arial;
    font-weight: normal;
}

.goods_price_spec_4 {
    font: 12px arial;
    color: #3f4346;
    margin-left: 5px;
    margin-top: 7px;
}

.goods_price_spec_5 {
    font: 19px arial;
    color: #d60000;
    margin-left: 5px;
    margin-bottom: 2px;
}

.goods_price_spec_6 {
    font: 11px arial;
}

.goods_gift_spec {
    height: 20px;
    background: url(/img/bul_gift.gif) 0px 0px no-repeat;
    margin-bottom: 5px;
    padding: 2px 0 5px 30px;
    font-family: tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #848687;
    text-transform: lowercase;
    line-height: 10px;
}

.goods_best_name {
    font: normal 12px arial;
    padding-left: 15px;
    margin-bottom: 5px;
}   
.goods_best_name_ {
    font: normal 12px arial;
    padding: 0px 33px;
    margin-bottom: 5px;
}

.goods_best_descr {
    color: #111111;
    font: normal 12px arial;
    padding-left: 15px;
}

.goods_best_descr_ {
    color: #111111;
    font: normal 12px arial;
    padding: 0px 33px;
}

.goods_price_best1 {
    font: 19px arial;
    color: #d60000;
}

.goods_price_best2 {
    font: 13px arial;
}

.goods_spec_fs {
    margin-bottom: 10px;
}

.goods_spec_gift {
    margin-bottom: 10px;
    font: 12px arial;
    color: #848687;
    font-weight: bold;
    background: url(/img/im_gift.gif) top left no-repeat;
    padding: 9px 0px 15px 45px;
}

.borderTop {
    border-top: #D1D2D3 solid 1px;
}

.goods_pic_pop {
    text-align: center;
    margin-bottom: 5px;
}

.goods_name_pop {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #358eda;
}

.goods_bdescr_pop {
    font-family: verdana;
    font-size: 10px;
    margin-bottom: 5px;
}

.goods_usage_pop {
    font-family: verdana;
    font-size: 10px;
    color: #848687;
    margin-bottom: 10px;
}

.goods_price_rur_pop1 {
    font-family: tahoma;
    font-size: 18px;
    color: #848687;
}

.goods_price_rur_pop2 {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #848687;
}

.goods_price_usd_pop1 {
    font-family: tahoma;
    font-size: 11px;
    color: #3f4346;
}

.goods_popular_gift {
    margin-bottom: 10px;
    font: 14px arial;
    color: #fa660f;
    font-weight: bold;
    background: url(/img/im_gift2.gif) top left no-repeat;
    padding: 17px 0px 20px 74px;
}

.goods_name {
    font-family: tahoma;
    font-size: 12px;
    margin-bottom: 5px;
}

.goods_descr_best {
    font: 12px arial;
    color: #d60000;
    margin: 5px 0px;
    background: url(/img/bul15.gif) 0px 0px no-repeat;
    padding: 0px 0px 5px 20px;
}

.goods_bdescr {
    font-family: tahoma;
    font-size: 12px;
    color: #000;
    margin: 0px 0px 2px 0px;
}

.goods_usage {
    font-family: tahoma;
    font-size: 12px;
    color: #848687;
}

.goods_rating {
    font-family: tahoma;
    font-size: 12px;
    margin: 5px 0px 2px 0px;
}

.goods_price {
    width: 116px;
    background: url(/img/im_bg_price.gif) top left no-repeat;
    padding-top: 5px;
    padding-bottom: 15px;
}

.goods_price_1 {
    font: 12px arial;
    color: #3f4346;
    margin-left: 5px;
}

.goods_price_2 {
    font: 19px arial;
    color: #d60000;
    margin-left: 5px;
    margin-bottom: 2px;
}

.goods_price_3 {
    font: 11px arial;
}

.goods_price_rur1 {
    font: 19px arial;
    font-weight: bold;
    color: #d60000;
}

.goods_price_rur2 {
    font: 11px arial;
    font-weight: normal;
    color: #d60000;
} 
.goods_special {
    height: 23px;
    background: url(/img/bul_special.gif) 0px 0px no-repeat;
    margin-bottom: 5px;
    padding: 0 0 5px 30px;
    font-family: tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #848687;
    text-transform: lowercase;
    line-height: 10px;
}

.goods_gift {
    margin-bottom: 10px;
    font: 14px arial;
    color: #fa660f;
    font-weight: bold;
    background: url(/img/im_gift2.gif) top left no-repeat;
    padding: 17px 0px 20px 74px;
}

.good_pic {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-left: 50px;
}

.good_price_rur1 {
    font-family: arial;
    font-size: 26px;
    color: #d60000;
}

.good_price_rur2 {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #d60000;
}

.good_price_rur3 {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.goods_price_old2 {
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    color: #3f4346;
}

.goods_price_old1 {
    font-family: arial;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 26px;
    color: #3f4346;
}

.goods_price_old3 {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin: 7px 0px 0px 45px;
    / /margin-left: 22px;
}

.goods_price_discount {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin: -1px 0px 0px 8px;
}

.goods_price_4 {
    font-family: arial;
    font-size: 19px;
    font-weight: bold;
    color: #d60000;
    padding: 18px 5px 0px 0px;
}

.goods_price_5 {
    font-family: arial;
    font-size: 19px;
    font-weight: bold;
    color: #d60000;
    margin: 15px 0px 0px 10px;
}

.good_price_usd1 {
    font-family: tahoma;
    font-size: 11px;
    color: #3f4346;
}

.good_summ_sop {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #3f4346;
    margin: 8px 5px 0px 0px;
}

.good_summ_sop_price {
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    color: #d60000;
    margin: 5px 5px 0px 0px;
}

.good_summ_sop_price_rur {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #d60000;
    margin: 8px 10px 0px 0px;
}

.good_descr_item {
    margin: 0px 0px 5px 0px;
    padding-left: 10px;
    text-transform: lowercase;
    background: url(/img/bul1.gif) top left no-repeat;
}

.good_special {
    height: 23px;
    width: 101px;
    background: url(/img/bul_special.gif) 0px 0px no-repeat;
    margin-right: 20px;
    font-family: tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #848687;
    text-transform: lowercase;
    line-height: 10px;
}   
.good_found_cheaper {
    padding: 3px 0px 0px 28px;
    height: 23px;
    background: url(/img/bul_question.gif) 0px 0px no-repeat;
    margin-right: 20px;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #0063be;
    line-height: 10px;
}

.good_found_cheaper_form {
    display: none;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 200;
}

.good_found_cheaper_header {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: #f65e13;
    margin-bottom: 15px;
}

.good_found_cheaper_header2 {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.good_found_error {
    padding: 2px 0px 0px 20px;
    height: 23px;
    background: url(/img/bul_error.gif) 0px 0px no-repeat;
    margin-right: 20px;
    margin-top: 2px;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    color: #0063be;
    line-height: 10px;
}

.good_found_error_form {
    display: none;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 200;
}

.good_found_error_header {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: #0063be;
    margin-bottom: 15px;
    text-align:left;
}

.good_found_error_header2 {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.good_slogan {
    padding: 0px 10px 10px 20px;
    background: url(/img/bul_slogan.gif) 0px 2px no-repeat;
    margin-top: 0px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #d60000;
}

.good_free_delivery {
    width: 143px;
    height: 53px;
    background: url(/img/free_delivery.gif) 0px 0px no-repeat;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 10px;
}

.good_select_rashodka {
    width: 143px;
    height: 53px;
    background: url(/img/select_rashodka.gif) 0px 0px no-repeat;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 10px;
}

.good_gift_or_discount {
    padding: 0px 0px 0px 75px;
    width: 68px;
    height: 53px;
    background: url(/img/gift_or_discount.gif) 0px 0px no-repeat;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 10px;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #fa660f;
    line-height: 10px;
}   
.good_price_bg1 {
    width: 219px;
    height: 44px;
    background: url(/img/im_bg_price1.gif) 0px 0px no-repeat;
    margin-right: 0px;
    margin-top: 4px;
}

.good_price_bg2 {
    width: 116px;
    height: 46px;
    background: url(/img/im_bg_price2.gif) 0px 0px no-repeat;
    margin-right: 0px;
    margin-top: 4px;
}

.good_mini_img {
    background: url(/img/im_mini_img_bg.jpg);
    width: 110px;
    height: 99px;
    padding-top: 10px;
}

.good_img_slider {
    position: absolute;
    margin-left: 5px;
}

.slider_viewport {
    height: 208px;
    overflow: hidden;
}

.found_cheaper_form_label {
    width: 100px;
    margin: 2px 0px 2px 0px;
}

.found_cheaper_form_field {
    margin: 0px 0px 5px 0px;
}

.found_cheaper_form_close {
    position: absolute;
    margin-top: -5px;
    margin-left: 370px;
}

.found_error_form_label {
    width: 130px;
    margin: 2px 0px 2px 0px;
		text-align:left;
}

.found_error_form_field {
    margin: 0px 0px 5px 0px;
}

.found_error_form_close {
    position: absolute;
    margin-top: -8px;
    margin-left: 380px;
}

.good_hit {
    height: 24px;
    width: 70px;
    background: url(/img/bul_hit.gif) 0px 0px no-repeat;
    margin-right: 20px;
    font-family: tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #848687;
    text-transform: lowercase;
    line-height: 10px;
}

.good_gift {
    height: 20px;
    background: url(/img/bul_gift.gif) 0px 0px no-repeat;
    margin-bottom: 5px;
    padding: 2px 20px 5px 30px;
    font-family: tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #848687;
    text-transform: lowercase;
    line-height: 10px;
}

.good_delivery_in_24_hours {
    height: 23px;
    width: 115px;
    background: url(/img/bul_delivery.gif) 0px 0px no-repeat;
    margin: 0px 20px 0px 5px;
}

.good_order_today {
    height: 24px;
    width: 179px;
    background: url(/img/bul_exists.gif) 0px 0px no-repeat;
    margin: -1px 0px 0px 0px;
}

.good_garanty {
    margin: -2px 0px 0px 0px;
    font: normal 11px arial;
}

.good_quantity {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #3f4346;
}

.good_instruction {
    background: url(/img/bul_instruction.gif) 0px 0px no-repeat;
    padding: 5px 0px 8px 40px;
}

.good_instruction_gar {
    background: url(/img/bul_instruction_gar.gif) 0px 0px no-repeat;
    padding: 0px 0px 8px 40px;
    margin-top: 3px;
}

.good_exclamation {
    height: 17px;
    background: url(/img/bul_exclamation.gif) 0px 0px no-repeat;
    padding-left: 20px;
    color: #3f4346;
    font: normal 11px tahoma;
}

.good_div_buy {
    background: #f3eee2 url(/img/im_basket_gray.jpg) 0px 10px no-repeat;
    padding: 15px 0px 15px 40px;
    margin-top: 20px;
}

.good_pop_pic {
    text-align: center;
    margin-bottom: 5px;
}

.good_pop_name {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #358eda;
}

.good_pop_price_rur1 {
    font-family: tahoma;
    font-size: 18px;
    color: #848687;
}

.good_pop_price_rur2 {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #848687;
}

.good_pop_price_usd1 {
    font-family: tahoma;
    font-size: 11px;
    color: #3f4346;
}

.good_raiting_title {
    padding-left: 10px;
    font-family: arial;
    font-size: 15px;
    color: #56504a;
    font-weight: bold;
}

.good_raiting_title2 {
    padding-left: 10px;
    font-family: arial;
    font-size: 13px;
    color: #56504a;
    font-weight: normal;
    margin-top: 2px;
}

.good_raiting_voice_cnt {
    margin-top: 5px;
    padding-left: 10px;
    font-family: arial;
    font-size: 11px;
    color: #56504a;
    font-weight: normal;
}

.good_raiting_value {
    width: 94px;
    height: 26px;
    background: url(/img/raiting_bg1.jpg) 0px 0px no-repeat;
    margin-top: 3px;
}

.good_raiting_opros {
    width: 79px;
    height: 26px;
    background: url(/img/raiting_bg2.jpg) 0px 0px no-repeat;
    margin-top: 3px;
}

.good_raiting_star1 {
    width: 15px;
    height: 14px;
    margin: 5px 0px 0px 1px;
}

.good_raiting_star2 {
    width: 13px;
    height: 12px;
    margin: 6px 0px 0px 0px;
    cursor: pointer;
}

.response_item {
    margin: 0px 0px 10px 0px;
    padding-bottom: 10px;
    border-bottom: #d1d2d3 solid 1px;
}

.response_name {
    font-weight: bold;
    display: inline;
    color: #358eda;
}

.response_date {
    display: inline;
    color: #358eda;
}

.response_text {
    color: #777;
    margin: 0px 0px 0px 10px;
}

.art_item {
    margin-top: 15px;
}

.art_name {
    font-family: arial;
    font-size: 12px;
    color: #0063be;
}

.art_name_main {
    font-family: arial;
    font-size: 11px;
    color: #0063be;
}

.art_btext {
    font-family: arial;
    font-size: 12px;
    margin-top: 4px;
}

.art_btext_main {
    font-family: arial;
    font-size: 11px;
    margin-top: 4px;
}

.art_btext p {
    margin: 0px;
}

.art_details {
    font-family: arial;
    font-size: 12px;
    background: url(/img/bul1.gif) 0px 0px no-repeat;
    padding-left: 8px;
}

.art_item2 {
    margin-bottom: 15px;
}

.news_item {
    margin: 15px 10px 0px 0px;
}

.news_date {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #848687;
}

.news_name {
    font-family: arial;
    font-size: 11px;
    color: #0063be;
}  
.news_btext {
    font-family: tahoma;
    font-size: 11px;
}

.news_btext p {
    margin-top: 0px;
}

.news_details {
    text-align: right;
    font-family: tahoma;
    font-size: 11px;
}

.reviews_item {
    padding: 12px 10px 0px 28px;
    background: url(/img/bul7.gif) 10px 14px no-repeat;
}

.reviews_name {
    margin-bottom: 5px;
}

.reviews_btext {
    font: 11px tahoma;
    color: #3f4346;
    margin-bottom: 5px;
}

.reviews_btext p {
    margin-top: 0px;
}

.reviews_details {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d2d3;
}

.reviews_details_last {
    padding-bottom: 15px;
}

.art2_item {
    padding: 12px 10px 0px 28px;
    background: url(/img/bul8.gif) 10px 14px no-repeat;
}

.art2_name {
    margin-bottom: 5px;
}

.art2_btext {
    font: 11px tahoma;
    color: #3f4346;
    margin-bottom: 5px;
}

.art2_details {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d2d3;
}

.art2_details_last {
    padding-bottom: 15px;
}

.banners_item {
    margin-bottom: 25px;
}

.sep1 {
    background-color: #d1d2d3;
    margin: 20px 0px 20px 0px;
}

.sep2 {
    background-color: #d1d2d3;
    margin: 10px 0px 20px 0px;
}

.sep3 {
    background-color: #d1d2d3;
    margin: 10px 0px;
}

.sep4 {
    background-color: #d1d2d3;
    margin: 20px 0px 20px 0px;
}

.div_view_all {
    font-family: verdana;
    font-size: 10px;
    margin: 4px 0px 10px 0px;
    padding: 0px 0px 0px 15px;
    background: url(/img/im_bg2.gif) no-repeat;
}

.checkbox_on {
    background-image: url(/img/bul16_on.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 14px;
    cursor: pointer;
}

.checkbox_off {
    background-image: url(/img/bul16_off.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 14px;
    cursor: pointer;
}

ul.cats_subitems_tech {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.cats_subitems_tech li {
    margin-top: 1px;
    margin-bottom: 2px;
    padding: 2px 2px 2px 6px;
    font: bold 12px arial;
    color: #000;
    display: block;
}

ul.cats_subitems {
    margin: 0px;
    padding: 0px;
}

ul.cats_subitems li {
    margin-top: 1px;
    padding: 2px 5px 2px 27px;
    font: 12px arial;
    color: #000;
    display: block;
    background: url(/img/bul4.gif) 6px 3px no-repeat;
    cursor: pointer;
}

ul.cats_subitems li.on {
    margin-top: 1px;
    padding: 2px 5px 2px 27px;
    font: 12px arial;
    color: #000;
    display: block;
    background: #d9d5cb url(/img/bul4_on.gif) 7px 1px no-repeat;
    cursor: pointer;
}

ul.cats_subitems li.disabled {
    color: #ababab;
    margin-top: 1px;
    padding: 2px 5px 2px 27px;
    font: italic 12px arial;
    display: block;
    background: url(/img/bul4.gif) 6px 3px no-repeat;
    cursor: pointer;
}

ul.cats_subitems_radio {
    margin: 0px;
    padding: 0px;
}

ul.cats_subitems_radio li {
    margin-top: 1px;
    padding: 2px 5px 2px 27px;
    font: 12px arial;
    color: #000;
    display: block;
    background: url(/img/bul_radio.jpg) 7px 1px no-repeat;
    cursor: pointer;
}

ul.cats_subitems_radio li.on {
    margin-top: 1px;
    padding: 2px 5px 2px 27px;
    font: 12px arial;
    color: #000;
    display: block;
    background: url(/img/bul_radio_on.jpg) 7px 1px no-repeat;
    cursor: pointer;
}

p.video_b {
    background: #f3eee2 url(/img/im_ct4.gif) bottom left repeat-x;
    margin: 0px;
}

p.video_b span {
    display: block;
    background: url(/img/im_ct4.gif) top left repeat-y;
}

p.video_b span span {
    display: block;
    background: url(/img/im_ct4.gif) top right repeat-y;
}

p.video_b span span span {
    display: block;
    background: url(/img/im_cbl4.gif) bottom left no-repeat;
}

p.video_b span span span span {
    display: block;
    min-height: 1px;
    background: url(/img/im_cbr4.gif) bottom right no-repeat;
    padding: 10px;
    text-align: center;
    color: #3f4346;
}
* html p.video_b span span span span {
    height: 1px;
}

ul.sitemap_items {
}

ul.sitemap_items li {
    font-size: 14px;
}

ul.sitemap_subitems {
    margin-bottom: 10px;
}

ul.sitemap_subitems li {
    font-size: 12px;
}

ul.sitemap_goods {
    margin: 3px 0px 5px 0px;
}

ul.sitemap_goods li {
    font-size: 11px;
}

.cart1 {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #3f4346;
    border-bottom: 1px solid #cecece;
}

.cart2 {
    font-family: arial;
    font-size: 11px;
    border-bottom: 1px dotted #c8c5c5;
    padding: 5px 0px 10px 0px;
}

.cart3 {
    font-family: arial;
    font-size: 11px;
    padding: 5px 0px 10px 0px;
}

.cart_price_rur1 {
    font: bold 14px arial;
    color: #f65e13;
}

.cart_price_usd1 {
    color: #848687;
}

.addr_title {
    font-weight: bold;
    font-family: Arial;
    font-size: 17px;
    color: #d60000;
}

.addr_text {
    font-weight: normal;
    font-family: Arial;
    font-size: 12px;
    color: #3f4346;
    margin-top: 10px;
}

.icq_on {
    background: url(/img/icq_online.gif) top left no-repeat;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 20px;
}

.icq_off {
    background: url(/img/icq_offline.gif) top left no-repeat;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 20px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clboth {
    clear: both;
}

.nav a, .nav a:active, .nav a:visited {
    font: normal 11px Arial;
    color: #2786c2;
    text-decoration: underline;
}

.nav a:hover {
    font: normal 11px Arial;
    color: #2786c2;
    text-decoration: none;
}

.div_im_na {
    position: relative;
    top: -165px;
    width: 215px;
    height: 165px;
    margin-bottom: -165px;
}

.fast_search_item {
    margin-bottom: 3px;
    width: 100%;
    display: block;
}

ul.cats_subitems li {
    font-weight: bold;
}

ul.cats_subitems li.on {
    font-weight: bold;
}

a, a:active, a:visited {
    color: #003DB4;
    text-decoration: underline;
}

a:hover {
    color: #003DB4;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.a1, a:active.a1, a:visited.a1 {
    font: normal 12px Arial;
    color: #003DB4;
    text-decoration: underline;
}

a:hover.a1 {
    color: #fa660f;
    text-decoration: none;
}

a.a1_cur, a:active.a1_cur, a:visited.a1_cur, a:hover.a1_cur {
    font: normal 12px Arial;
    color: #fa660f;
    text-decoration: none;
}   
a.a1_, a:active.a1_, a:visited.a1_ {
    color: #0063be;
    text-decoration: none;
}

a:hover.a1_ {
    color: #0063be;
    text-decoration: underline;
}

a.a2, a:active.a2, a:visited.a2 {
    color: #333;
    text-decoration: underline;
}

a:hover.a2 {
    color: #333;
    text-decoration: none;
}

a.a2_, a:active.a2_, a:visited.a2_ {
    color: #333;
    text-decoration: none;
}

a:hover.a2_ {
    color: #333;
    text-decoration: none;
}

a.a3, a:active.a3, a:visited.a3 {
    color: #333333;
    text-decoration: none;
    font: bold 14px Arial;
}

a:hover.a3 {
    color: #fa660f;
    text-decoration: none;
    font: bold 14px Arial;
}

a.a3_cur, a:active.a3_cur, a:visited.a3_cur, a:hover.a3_cur {
    color: #d60000;
    text-decoration: none;
    font: bold 14px Arial;
}

a.a4, a:active.a4, a:visited.a4 {
    color: #848687;
    text-decoration: underline;
}

a:hover.a4 {
    color: #848687;
    text-decoration: none;
}

a.a5, a:active.a5, a:visited.a5 {
    color: #d60000;
    text-decoration: none;
}

a:hover.a5 {
    color: #d60000;
    text-decoration: underline;
}

a.a6, a:active.a6, a:visited.a6 {
    color: #358eda;
    text-decoration: none;
}

a:hover.a6 {
    color: #358eda;
    text-decoration: underline;
}

a.a7, a:active.a7, a:visited.a7 {
    color: #fa660f;
    text-decoration: none;
}

a:hover.a7 {
    color: #fa660f;
    text-decoration: underline;
}

a.a8, a:active.a8, a:visited.a8, a:hover.a8 {
    color: #a9aaab;
    font-weight: bold;
    text-decoration: none;
}

a.a11, a:active.a11, a:visited.a11 {
    font: bold 11px tahoma;
    color: #fff;
    text-decoration: none;
}

a:hover.a11 {
    color: #fff;
    text-decoration: underline;
}

a.a12, a:active.a12, a:visited.a12 {
    color: #000;
    text-decoration: none;
}
a:hover.a12 {
    color: #000;
    text-decoration: underline;
}

a.a13, a:active.a13, a:visited.a13 {
    color: #000;
    text-decoration: none;
}

a:hover.a13 {
    color: #fa660f;
    text-decoration: none;
}

a.a14, a:active.a14, a:visited.a14 {
    font: normal 11px Arial;
    color: #003DB4;
    text-decoration: underline;
}

a:hover.a14 {
    font: normal 11px Arial;
    color: #003DB4;
    text-decoration: none;
}

a.a15, a:active.a15, a:visited.a15 {
    font: normal 11px Arial;
    color: #0063be;
    text-decoration: none;
}

a:hover.a15 {
    font: normal 11px Arial;
    color: #0063be;
    text-decoration: underline;
}

a.a16, a:active.a16, a:visited.a16 {
    font: normal 11px Arial;
    color: #0063be;
    text-decoration: underline;
}

a:hover.a16 {
    font: normal 11px Arial;
    color: #0063be;
    text-decoration: none;
}

a.a17, a:active.a17, a:visited.a17 {
    font: normal 11px Arial;
    color: #3f4346;
    text-decoration: none;
}

a:hover.a17 {
    font: normal 11px Arial;
    color: #3f4346;
    text-decoration: underline;
}

a.a18, a:active.a18, a:visited.a18 {
    font: bold 12px Arial;
    color: #0063be;
    text-decoration: underline;
}

a:hover.a18 {
    font: bold 12px Arial;
    color: #0063be;
    text-decoration: none;
}

a.a19, a:active.a19, a:visited.a19 {
    font: normal 12px Arial;
    color: #0063be;
    text-decoration: none;
}

a:hover.a19 {
    font: normal 12px Arial;
    color: #0063be;
    text-decoration: underline;
}

a.a20, a:active.a20, a:visited.a20 {
    font: normal 12px Arial;
    color: #0063be;
    text-decoration: none;
}

a:hover.a20 {
    font: normal 12px Arial;
    color: #fa660f;
    text-decoration: none;
}

a.a21, a:active.a21, a:visited.a21 {
    color: #0063be;
    text-decoration: underline;
}   
a:hover.a21 {
    color: #fa660f;
    text-decoration: none;
}

a.a22, a:active.a22, a:visited.a22 {
    font: normal 12px Arial;
    color: #000000;
    text-decoration: none;
    width: 100%;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

a:hover.a22 {
    font: normal 12px Arial;
    color: #ffffff;
    text-decoration: none;
    background: #358eda;
    width: 100%;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

a.a23, a:active.a23, a:visited.a23 {
    font: normal 11px Arial;
    color: #0063be;
    text-decoration: none;
}

a:hover.a23 {
    font: normal 11px Arial;
    color: #fa660f;
    text-decoration: none;
}

#pre_search {
    padding: 0px;
}

a.a123, a:active.a123, a:visited.a123, a:hover.a123 {
    color: #000;
    text-decoration: none;
}

a.gray_link, a.gray_link:active, a.gray_link:visited {
    font: normal 11px Arial;
    color: #848687;
    text-decoration: underline;
    background-image: url(/img/im_gray_arr.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 14px;
}

a.gray_link:hover {
    font: normal 11px Arial;
    color: #848687;
    text-decoration: none;
}

a.num_ban, a.num_ban:visited {
    color: black;
    text-decoration: none;
}

a.num_ban:hover {
    color: grey;
    text-decoration: none;
}

a.num_ban:active {
    color: red;
    text-decoration: none;
}

.phone {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}

.make_select {
    width: 194px;
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0063be;
    font-weight: bold;
    padding-left: 5px;
    background-image: url(/img/select_bg.gif);
    vertical-align: top;
    background-repeat: no-repeat;
}  
.div_make_select {
    background: url(/img/im_sel_make_new.gif);
    width: 234px;
    height: 60px;
    background-repeat: no-repeat;
}

.make_list {
    height: 0px;
    z-index: 30;
    position: absolute;
    display: none;
    width: 547px;
    margin-left: -320px;
}

.drop_img_bdescr {
    background-image: url(/img/input_select.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 159px;
    height: 20px;
}

.drop_input_bdescr {
    background: none;
    border: none;
}

.drop_menu {
    position: absolute;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    min-width: 140px;
    border: 1px solid #b2b4b5;
    display: none;
    z-index: 999;
}

.TinBlock_l_u {
    background-image: url(/img/im_tinblock_l_u.gif);
    background-repeat: no-repeat;
    padding-left: 9px;
    height: 9px;
    max-height: 9px;
    font-size: 1px;
}

.TinBlock_l_d {
    background-image: url(/img/im_tinblock_l_d.gif);
    background-repeat: no-repeat;
    padding-left: 9px;
    height: 9px;
    max-height: 9px;
    font-size: 1px;
}

.TinBlock_r_u {
    background-image: url(/img/im_tinblock_r_u.gif);
    background-repeat: no-repeat;
    padding-left: 9px;
    height: 9px;
    max-height: 9px;
    font-size: 1px;
}

.TinBlock_r_d {
    background-image: url(/img/im_tinblock_r_d.gif);
    background-repeat: no-repeat;
    padding-left: 9px;
    height: 9px;
    max-height: 9px;
    font-size: 1px;
}

.pb_bg_l {
    border: none;
    background-image: url(../img/im_bg_pb_l.png);
    background-repeat: no-repeat;
    padding-left: 8px;
    height: 32px;
}
* html .pb_bg_l {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/im_bg_pb_l.png');
}



.pb_bg_m {
    border: none;
    background-image: url(../img/im_bg_pb_m.gif);
    background-repeat: repeat-x;
    height: 32px;
}

.pb_bg_r {
    border: none;
    background-image: url(../img/im_bg_pb_r.png);
    background-repeat: no-repeat;
    padding-left: 8px;
    height: 32px;
}
* html .pb_bg_r {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/im_bg_pb_r.png');
}
             
.pb_rule {
    position: relative;
    border: none;
    background-image: url(../img/im_bg_rule.png);
    background-repeat: no-repeat;
    width: 380px;
    height: 14px;
}
* html .pb_rule {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/im_bg_rule.png');
}
              
.pb_dash_l {
    cursor: pointer;
    position: absolute;
    border: none;
    background-image: url(../img/im_pb_dash_l.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 18px;
}
* html .pb_dash_l {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/im_pb_dash_l.png');
}

.pb_dash_r {
    cursor: pointer;
    position: absolute;
    border: none;
    background-image: url(../img/im_pb_dash_r.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 18px;
}
* html .pb_dash_r {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/im_pb_dash_r.png');
}

.pb_dash_m {
    cursor: pointer;
    position: absolute;
    border: none;
    background-image: url(../img/im_pb_dash_m.png);
    background-repeat: repeat-x;
    width: 0px;
    height: 8px;
    bottom: 0px;
    top: 6px;
}

#pre_search {
    display: none;
    position: absolute;
    border: 1px solid #b2b4b5;
    width: 379px;
    padding: 5px;
    z-index: 10;
    background-color: #ffffff;
}

.gal_box {
    position: relative;
    float: left;
    margin-right: 27px;
    width: 157px;
}

.img_box {
    background: url(/img/fotok/template/gallery_back.jpg) no-repeat;
    height: 218px;
}

.frame_top {
    background: url(/img/fotok/template/frame_top.png) center no-repeat;
    width: 100%;
    height: 7px;
    margin-top: -5px;
}

.frame_middle {
    background: url(/img/fotok/template/frame_middle.png) center repeat-y;
    height: 110px;
}

.frame_bottom {
    clear: both;
    background: url(/img/fotok/template/frame_bottom.png) center bottom no-repeat;
    width: 100%;
    height: 7px;
    margin-bottom: 20px;
}                 
.descr {
    font-size: 12px;
    margin-top: -75px;
    height: 30px;
    width: 130px;
    padding: 5px 0px 0px 15px;
    overflow: hidden;
    font-weight: bold;
}

.votes {
    font-size: 14px;
    margin-top: 0px;
    padding-left: 15px;
    margin-bottom: 30px;
    height: 40px;
}

.gal_pagin {
    text-align: center;
    display: inline-block;
    width: 18px;
    height: 19px;
    padding: 2px 3px 2px 3px;
    text-decoration: none !important;
    color: #848687 !important;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 0px;
}

.gal_pagin:hover {
    color: #d60000 !important;
}

.gal_pagin_cur {
    text-align: center;
    display: inline-block;
    width: 18px;
    height: 19px;
    position: relative;
    top: 0px;
    padding: 2px 3px 2px 3px;;
    text-decoration: none !important;
    color: #FFFFFF !important;
    font-size: 11px;
    font-weight: bold;
    background: url(/img/fotok/template/pagin_cur.jpg) 2px 0px no-repeat;
}
#arrow_left {
    position: relative;
    float: left;
    display: block;
    width: 31px;
    padding-top: 92px;
    z-index: 11;
}

#arrow_left_a {
    display: none;
}

#block_center {
    position: relative;
    float: left;
    display: block;
    width: 474px;
    height: 250px;
    z-index: 9;
    margin-left: -11px;
}

#arrow_right {
    position: relative;
    float: left;
    display: block;
    width: 31px;
    padding-top: 92px;
    z-index: 11;
    margin-left: -11px;
}

.active {
    display: block !important;
}

.comb {
    position: relative;
    float: left;
    display: none;
    width: 505px;
    top: -250px;
    margin-bottom: -250px;
    height: 250px;
    z-index: 9;
    margin-left: -11px;
}

.prod {
    position: relative;
    float: left;
    display: block;
    width: 160px;
    height: 210px;
    left: 55px;
    overflow: hidden;
    z-index: 10;
}

.price1 {
    position: relative;
    float: left;
    display: block;
    width: 100px;
    height: 30px;
    left: 8px;
    top: 36px;
    font-size: 18px;
    z-index: 11;
}

.price2 {
    position: relative;
    float: left;
    display: block;
    width: 100px;
    height: 30px;
    left: 10px;
    top: 31px;
    font-size: 18px;
    z-index: 11;
}

.prod_href1 {
    position: relative;
    float: left;
    display: block;
    width: 130px;
    height: 30px;
    left: 6px;
    top: 134px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.prod_href2 {
    position: relative;
    float: left;
    display: block;
    width: 130px;
    height: 30px;
    left: 4px;
    top: 134px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.prod_href1 a:hover, .prod_href2 a:hover {
    color: #0077AF;
    text-decoration: none;
}

.prod_href1 a, .prod_href2 a {
    color: #0077AF;
}

.prod_img {
    position: relative;
    float: left;
    display: block;
    top: -50px;
    z-index: 10;
}

.buy_comb {
    position: relative;
    float: left;
    display: block;
    left: 176px;
    top: 12px;
}

.present {
    position: relative;
    float: left;
    display: none;
    width: 481px;
    height: 216px;
    top: -247px;
    margin-bottom: -247px;
    z-index: 13;
    background: url(/img/akcii/present_back.png);
    margin-left: 14px;
}

.present .close {
    position: relative;
    float: right;
    margin: 45px 12px;
}

.present ul {
    list-style: none;
    margin: 60px -10px;
}

.present ul li {
    color: #FFF;
    padding-left: 20px;
    background: url(/img/akcii/li_back.jpg) no-repeat 0px 3px;
    margin-bottom: 5px;
    zoom: 1;
}

#div_after_add2cart_podlozhka {
    z-index: 100;
}

#div_after_add2cart {
    z-index: 100;
}

a.knopka {
    display: block;
    background-image: url(/img/actions/five_ideas/post_idea.png);
    width: 214px;
    height: 214px;
}

a.knopka:hover {
    display: block;
    background-image: url(/img/actions/five_ideas/post_idea_hover.png);
    width: 214px;
    height: 214px;
    cursor: pointer;
}

a.knopka:focus {
    outline: none;
}

img.five_ideas {
    border: none;
}

a.submit {
    display: block;
    background-image: url(/img/actions/five_ideas/bt_post_.png);
    width: 94px;
    height: 24px;
    color: #ffffff;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 5px;
    text-decoration: none;
}

a.submit:hover {
    text-decoration: underline;
}

.hidden_form {
    display: none;
    border: none;
    text-align: center;
    padding: 30px;
}

.t {
    background: url(/img/actions/five_ideas/t.png) repeat-x;
    height: 20px;
    width: auto;
}

.l {
    background: url(/img/actions/five_ideas/l.png) repeat-y;
    height: auto;
    width: 20px;
}

.b {
    background: url(/img/actions/five_ideas/b.png) repeat-x;
    height: 20px;
    width: auto;
}

.r {
    background: url(/img/actions/five_ideas/r.png) repeat-y;
    height: auto;
    width: 20px;
}

.bl {
    background: url(/img/actions/five_ideas/bl.png) no-repeat;
    width: 20px;
    height: 20px;
}

.br {
    background: url(/img/actions/five_ideas/br.png) no-repeat;
    width: 20px;
    height: 20px;
}

.tl {
    background: url(/img/actions/five_ideas/tl.png) no-repeat;
    width: 20px;
    height: 20px;
}

.tr {
    background: url(/img/actions/five_ideas/tr.png) no-repeat;
    width: 20px;
    height: 20px;
}

table.add_form1 {
    background-color: #f3eee2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: inherit;
    color: #444444;
}

td.td_idea {
    background-color: #f3eee2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: inherit;
    color: #444444;
}

.field_idea {
    margin: 0px;
    padding: 0px;
    width: 240px;
}

.top_rate {
    color: #fa660f;
    background: url(/img/actions/five_ideas/top_body.png) repeat-x;
    height: 28px;
    height: auto;
    padding-left: 8px;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.top_rate1 {
    color: #fa660f;
    height: 28px;
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

.top_rate2 {
    color: #d60000;
    height: 28px;
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

.top_rate3 {
    color: #e42b06;
    height: 28px;
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

.top_rate4 {
    color: #e45100;
    height: 28px;
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

.top_rate5 {
    color: #9f0000;
    height: 28px;
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

.top_text1 {
    color: #fa660f;
}

.top_text2 {
    color: #d60000;
}

.top_text3 {
    color: #e42b06;
}

.top_text4 {
    color: #e45100;
}
.top_text5 {
    color: #9f0000;
}

.idea_caption {
    padding-left: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #358eda;
    width: 500px;
    font-family: Arial, Helvetica, sans-serif;
}

.idea_capthig {
    color: #0077dd;
    font-size: 34px;
}

.numb {
    padding-left: 20px;
}

.show_video {
    display: block;
    float: left;
    position: relative;
    width: 50px;
    height: 58px;
    background: url(/img/icon_video.gif) no-repeat;
}

.show_video:hover {
    background: url(/img/icon_video_active.gif) no-repeat;
}

.show_3d_foto {
    display: block;
    float: left;
    position: relative;
    width: 50px;
    height: 58px;
    background: url(/img/icon_3d_back.gif) no-repeat;
}

.show_3d_foto:hover {
    background: url(/img/icon_3d_back_active.gif) no-repeat;
}

.main_3d {
    display: block;
    position: relative;
    float: left;
    width: 45px;
    height: 52px;
    background: url("/img/icon_3d_back_small.gif") no-repeat;
}

.main_3d:hover {
    background: url("/img/icon_3d_back_active_small.gif") no-repeat;
}

.main_video {
    display: block;
    position: relative;
    float: left;
    width: 45px;
    height: 52px;
    background: url("/img/icon_video_small.gif") no-repeat;
}

.main_video:hover {
    background: url("/img/icon_video_active_small.gif") no-repeat;
}

.scheme_orange {
    display: block;
    width: 310px;
    margin: 0px auto;
    font-size: 21px;
    color: #ea6300 !important;
    text-decoration: none !important;
    background: url(/img/samovyvoz/line.gif) 0px 21px repeat-x;
    padding-bottom: 10px;
}

.scheme_orange:hover {
    color: #ea6300;
    background: none;
}

.dotted_href {
    background: url("/img/goodcard/dotted_line1.gif") repeat-x scroll 0 17px transparent;
    color: #0063BE !important;
    font-size: 11px;
    font-weight: 100;
    padding-bottom: 3px;
    text-decoration: none !important;
}

.dotted_href:hover {
    background:
}

.form-elastic {
    display: none;
    position: absolute;
}

.greyHref {
    color: #686868 !important;
    text-decoration: none !important;
    background: url(/img/category/grey-href.gif) 20px 22px repeat-x;
}

.greyHref:hover {
    background: none;
}

.el-top-left {
    padding: 0px;
    margin: 0px;
    background: url(/img/form-corner.png) 0px 0px no-repeat;
    width: 26px;
    height: 26px;
}

.el-top-center {
    padding: 0px;
    margin: 0px;
    background: url(/img/form-vertical.png) 0px 0px repeat-x;
}

.el-top-right {
    padding: 0px;
    margin: 0px;
    background: url(/img/form-corner.png) -26px 0px no-repeat;
    width: 26px;
}

.el-middle-left {
    padding: 0px;
    margin: 0px;
    background: url(/img/form-horizontal.png) 0px 0px repeat-y;
}

.el-middle-center {
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
}

.el-middle-right {
    padding: 0px;
    margin: 0px;
    background: url(/img/form-horizontal.png) -26px 0px repeat-y;
}

.el-bottom-left {
    padding: 0px;
    margin: 0px;
    background: url(/img/form-corner.png) 0px -26px no-repeat;
    height: 26px;
}

.el-bottom-center {
    padding: 0px;
    margin: 0px;
    background: url(/img/form-vertical.png) 0px -26px repeat-x;
}
.el-bottom-right {
    padding: 0px;
    margin: 0px;
    background: url(/img/form-corner.png) -26px -26px no-repeat;
}

.noFrame-el-top-left {
    padding: 0px;
    margin: 0px;
    background: url(/img/noFrame-form-corner.png) 0px 0px no-repeat;
    width: 26px;
    height: 26px;
}

.noFrame-el-top-center {
    padding: 0px;
    margin: 0px;
    background: url(/img/noFrame-form-vertical.png) 0px 0px repeat-x;
}

.noFrame-el-top-right {
    padding: 0px;
    margin: 0px;
    background: url(/img/noFrame-form-corner.png) -26px 0px no-repeat;
    width: 26px;
}

.noFrame-el-middle-left {
    padding: 0px;
    margin: 0px;
    background: url(/img/noFrame-form-horizontal.png) 0px 0px repeat-y;
}

.noFrame-el-middle-center {
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
}

.noFrame-el-middle-right {
    padding: 0px;
    margin: 0px;
    background: url(/img/noFrame-form-horizontal.png) -26px 0px repeat-y;
}

.noFrame-el-bottom-left {
    padding: 0px;
    margin: 0px;
    background: url(/img/noFrame-form-corner.png) 0px -26px no-repeat;
    height: 26px;
}

.noFrame-el-bottom-center {
    padding: 0px;
    margin: 0px;
    background: url(/img/noFrame-form-vertical.png) 0px -26px repeat-x;
}
.noFrame-el-bottom-right {
    padding: 0px;
    margin: 0px;
    background: url(/img/noFrame-form-corner.png) -26px -26px no-repeat;
}






/* открытие статьи */
.art_open_block {
    font-size: 13px;
}

.art_open_block img {
    margin: 6px 8px !important;
}

.art_open_block p {
    line-height: 17px;
    margin-bottom: 5px;
}

.art_open_block h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0 3px 0;
}

.art_open_block h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 8px 0 3px 0;
}

.art_open_block ol, .art_open_block ul {
    margin: 4px 0 4px 25px;
}

.art_open_block ol li {
    list-style: outside decimal;
}

.art_open_block ul li {
    list-style: outside square;
}

.sort { display:inline-block; width:10px; height:8px; text-decoration:none!important; position:relative; top:3px; }
.desc { background:url(/img/category/sort_desc1.gif) no-repeat; }
.desc_act, .desc:hover { background:url(/img/category/sort_desc_active1.gif) no-repeat; }
.asc { background:url(/img/category/sort_asc1.gif) no-repeat; }
.asc_act, .asc:hover { background:url(/img/category/sort_asc_active1.gif) no-repeat; }
.form-elastic {
  position:absolute;
  z-index:1000;
}


