<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* katalog.css */

.katalog_divider {
    display: block;
    clear: both;
}

#katalog_vyrobku {
    margin-top: 70px;
    padding-top: 45px;
    border-top: 1px solid #ededed;
}

#katalog_vyrobku h1,
#katalog_vyrobku h2,
#katalog_vyrobku h3,
#katalog_vyrobku h4,
.moduletable .k_file h1,
.moduletable .k_file h2,
.moduletable .k_file h3,
.moduletable .k_file h4 {
    font-size: 30px;
    font-weight: 300;
    color: #441513;
    text-transform: uppercase;
    text-align: center;

    margin-top: 0px;
    margin-bottom: 25px;
}

.katalog_desc {
    width: 85%;
    text-align: center;
    margin: 0px auto 35px auto;
}

.katalog_desc p {
    text-align: center;
}

/* Katalog produktu */

#katalog_vyrobku .k_list {
    width: 100%;
    padding: 0px;
    margin: 55px 0px 10px 0px;
    list-style: none;
    display: block;
    text-align: center;
}

#katalog_vyrobku .k_list &gt; li {
    width: 210px;
    height: 350px;
    display: inline-block;
    margin: 20px 15px;
    padding: 0px;
    line-height: normal;
    background-image: none;
}

#katalog_vyrobku .k_list &gt; li:first-child {
    margin-left: 0px;
}

#katalog_vyrobku .k_list &gt; li:last-child {
    margin-right: 0px;
}

#katalog_vyrobku .k_item {
    width: 100%;
    height: 100%;
    position: relative;
}

#katalog_vyrobku .k_info {
    position: absolute;
    width: 100%;
    height: 100%;
}

#katalog_vyrobku .k_img {
    width: 210px;
    height: 200px;
    position: absolute;
    top: 0px;
}

#katalog_vyrobku .k_img .k_code {
    width: 62px;
    height: 62px;

    position: absolute;
    top: 0px;
    right: 0px;

    background-color: #0065b3;
    line-height: 62px;
    text-align: center;

    font-size: 14px;
    font-weight: 800;
    color: #fff;

    border-radius: 100% 100%;
    -moz-border-radius: 100% 100%;
    -webkit-border-radius: 100% 100%;
}

#katalog_vyrobku .k_img img {
    border-radius: 100% 100%;
    -moz-border-radius: 100% 100%;
    -webkit-border-radius: 100% 100%;
}

#katalog_vyrobku .k_itemdesc {
    width: 100%;
    position: absolute;
    top: 230px;
    text-align: center;
}

#katalog_vyrobku .k_itemdesc .k_name,
#katalog_vyrobku .k_itemdesc .k_intro {
    width: 100%;
    display: block;
}

#katalog_vyrobku .k_itemdesc .k_name {
    font-size: 18px;
    font-weight: 800;
    color: #441513;
    text-transform: uppercase;
}

#katalog_vyrobku .k_itemdesc .k_intro {
    font-size: 14px;
    font-weight: 400;
    color: #272727;
}

#katalog_vyrobku .k_itemdesc .k_package {
    font-size: 12px;
    font-weight: 800;
    color: #272727;
    background-color: #eeeeee;
    display: inline-block;
    padding: 8px 12px;

    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;

    margin-top: 15px;
}

#katalog_vyrobku .k_file,
.moduletable .k_file {
    margin-top: 30px;
    padding-top: 45px;
    border-top: 1px solid #ededed;
}

#katalog_vyrobku .k_file.table_layout,
.moduletable .k_file.table_layout {
    border-top: none;
}

#katalog_vyrobku .k_file a,
.moduletable .k_file a {
    font-weight: 700;
}

#katalog_vyrobku .k_file a.pdf_link,
.moduletable .k_file a.pdf_link {
    display: inline-block;
    color: #df2c2c;
    background: transparent center top no-repeat url(../images/icons/ico_pdf_bigger.png);
    padding-top: 75px;
    text-transform: uppercase;
}

/*.k_file h2 {
    padding-top: 90px;
    background: transparent center top no-repeat url(../images/icons/ico_pdf_bigger.png);
}*/


/* TABULKOVE ZOBRAZENI */

.cattitle {
    width: 90%;
    margin: 0px auto;
}

.cattitle span {
    font-size: 14px;
    font-weight: 800;
    color: #441513;
    
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.k_table {
    width: 90%;
    margin: 0px auto 35px auto;
}

#katalog_vyrobku .k_table:last-child {
    margin-bottom: 0px;
}

.k_table tr th,
.k_table tr td {
    font-size: 13px;
}

.k_table tr th strong,
.k_table tr td strong {
    font-weight: 700 !important;
}

.k_table tr th {
    font-weight: 400;
    /*background-color: #0065b3;*/
    background-color: #441513;
}

.k_table tbody tr:hover td {
    background-color: #ddd6d5;
}


/* Odkaz na kotvu "Katalog vyrobku" */

.linktokatalog {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 35px;
}

.linktokatalog a {
    font-size: 12px;
    font-weight: 400;
    /*color: #2f2c2d;*/
    color: #0065b3;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 45px;
    
    background: transparent center top no-repeat url(../images/icons/ico_goto.png);
}</pre></body></html>