.catalog_table {
    color: #595959;
    font-size: 12pt;
    margin-top: 15px;
    margin-bottom: 15px;
}
.catalog_table  tr {
    height: 50px;
}
.catalog_table tbody tr:nth-child(odd){
    background-color: #fff;
}
.catalog_table tbody tr:nth-child(even){
    background-color: #F2F2F2;
}
.catalog_download {
    color: #C00000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 25px;
    padding-left: 15px;
}

.catalog_section_header {
    font-size: 20pt;
    color: #C00000;
    font-weight: bold;
    background-color: #fff;
}
.catalog_header_row {
    color: white;
    background-color: #C00000;
    white-space: nowrap;
    padding: 0px 20px;
}

/* стили колонок */
.cat_code {
    text-align: center;
}
.cat_description {
    text-align: center;
    color: #C00000;
    font-weight: bold;
}
.cat_size {
    text-align: center;
}
.cat_clone {
    text-align: center;
}
.cat_isotype {
    text-align: center;
}
