/* Copyright Art. Lebedev | http://www.artlebedev.ru */

/* Products */
.product_item {
    position: relative;
    display: table;
    width: 100%;
    padding: 1em 0;
}
.product_items:before,
.product_item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e5e7 url('/f/1/global/grad_stop2.png') no-repeat right;
}
.product_items:before {
    margin: 0 60px 0 0;
}
.product_item:after {
    bottom: 0;
}
.product_item__cont {
    display: table-cell;
}
.product_item__info {
    display: table-cell; 
    /*
    временно скрываем описание подразделов
    display: table-cell;
    */
    vertical-align: top;
    width: 60%;
}
.product_item__cont_inner {
    padding-right: 1em;
	width: 90%;
}
.product_sub-items {
    margin-top: 1em;
}
.product_sub-items__item {
    margin-top: .5em;
}

/* Documents */
.docs_list {
    margin: 0 0 2em;
}
.docs_list__item {
    outline: none;
    display: block;
    padding: .5em 0;
}
.doc_res {
    margin: 1em 0;
}
.docs_list_all {
    font-size: 120%;
}
.docs_list_curr {
    margin-top: 2em;
}
.doc_ver {
    margin-bottom: 2em;
}