<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    padding: 0;
    margin: 0;
    background: url(pic/bg.gif) repeat-x #faeaba;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #527034;
    background-color: #faeaba;
}

a{
    text-decoration: none;
    color:#c52607;
}

#page{
    width:990px;
    margin:0 auto;
    background: url(pic/body_bg.gif);
}

#header_bg{
    width:990px;
    margin:0 auto;
    height:84px;
    background: url(pic/header.png);
}

#headerMenu{
    width:990px;
    background: url(pic/info_osz3.jpg);
}

#headerMenu ul{
    margin:0 auto;
    padding:0;
    list-style-type: none;
    display:table;
}

#headerMenu ul li{
    float:left;
    line-height: 25px;
    font-size: 14px;
    font-family: Verdana, Helvetica, sans-serif, Times, Arial;
    font-weight: bold;
    color: #2c4513;
}

#headerMenu ul li a{
    display: block;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
    font-family: Times, Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #2c4513;
    padding:0 10px;
}

#pageContent{
    display:table;
    width: 990px;
}

#leftColumn{
    width:172px;
    padding:20px 0 20px 28px;
    float:left;
    display: table;
}


#leftColumn .box{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(245, 222, 155);
    border: 1px solid #527034;
    margin:0 0 20px 0;
    padding:5px;
}

#leftColumn .box .header{
    color:#c52607;
    text-align: center;
    font-weight: bold;
}

#mainContent{
    width:700px;
    margin:20px 15px;
    padding:20px 30px;
    display: table;
    float:left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow:inset 3px 3px 3px 1px #527034;
    box-shadow:inset 3px 3px 3px 1px #527034;
}

ul{
  -webkit-padding-start: 20px;
}

#footer{
    height:228px;
    width: 990px;
    background: url(pic/lablec.jpg);
}


#center_column_boxholder .related_products_content_div{
    margin:10px;
    width:120px;
    background-color:#ffffff;
    -webkit-box-shadow:  0px 0px 2px 2px ;
    box-shadow:  0px 0px 2px 2px ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float:left;
    display:block;
    height:160px;
    overflow: hidden;
}

#center_column_boxholder .related_products_content_div{
    width:120px;
    padding:20px;
    margin:10px;
}



.webshop_product_name{
    text-align: left;
    color:#415c26;
    font-size: 16px;
    font-weight: bold;
}
.webshop_product_attachments img{
    -webkit-box-shadow: 5px 5px 10px 0 #4D4D4D;
    box-shadow: 5px 5px 10px 0 #4D4D4D;
    border:1px solid #D6D6D6;
    padding:10px;
    margin:0 10px 10px 0;
}

.webshop_product_attachments .first img{
    width:200px;
    max-width: 200px;
    -webkit-box-shadow: 5px 5px 10px 0 #4D4D4D;
    box-shadow: 5px 5px 10px 0 #4D4D4D;
    border:1px solid #D6D6D6;
    padding:10px;
    margin:0 20px 10px 0;
}

.webshop_categories_navigation_menu li li a:before{
    content: '- ';
}

.webshop_categories_navigation_menu li{
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.webshop_category_list_picture_td img{
    width:150px;
    border:1px solid #eeeeee;
    -webkit-box-shadow: 5px 5px 10px 0 #eeeeee;
    box-shadow: 5px 5px 10px 0 #eeeeee;
}

.webshop_product_list_picture_td img{
    width:150px;
    border:1px solid #eeeeee;
    -webkit-box-shadow: 5px 5px 10px 0 #eeeeee;
    box-shadow: 5px 5px 10px 0 #eeeeee;
}

.webshop_category_list_picture_td{
    border:none;
    padding:0 20px 0 0;
}

.webshop_product_list_picture_td{
    border:none;
    padding:0 20px 0 0;
}

.webshop_category_list_statics_td, .webshop_category_list_details_td, .webshop_product_list_details_td, .webshop_product_list_price_td{
    background: none;
}

.webshop_product_list_more, .webshop_category_list_more{
    border-radius: 5px;
    background-color:#415c26;
    color:#ffffff;
    border:none;
    padding:2px;
}

.webshop_product_list_more a, .webshop_category_list_more a{
    font-weight: normal;
    color:#ffffff;
}

.webshop_product_list_element_table, .webshop_category_list_element_table{
    margin-bottom:30px;
}

.webshop_category_list_subcategories{display: inline-block;
vertical-align: bottom;}

.webshop_product_list_version{
    border:1px solid #415c26;
    background: none;
}

.webshop_product_list_add_unit, .webshop_product_details_add_unit
{
    display: block;
    height: 19px;
    line-height: 24px;
}

.webshop_cart_step_1_order_button{
    background-color:#415c26;
    color:#ffffff;
    padding:5px;
    border: none;
}


.webshop_category_list_name, .webshop_product_list_name{
    font-size: 120%;
    height:auto;
}

.webshop_product_list_lead{
    text-align: left;
}

.webshop_cart_box_cart_link{

}

.webshop_cart_box_cart_link a{
    border-radius: 5px;
    background-color:#415c26;
    color:#ffffff;
    border:none;
    padding:5px;
    display:block;
    margin:0 0 10px 0;
}

.multiple_module_item_header_text{
    font-size: 18px;
    font-weight: bold;
}

.multiple_module_item_content .pager{
    display:none;
}

.webshop_grid_product_item{
    width:175px;
    height:200px;
    overflow: hidden;
    border:1px solid #415C26;
    border-radius: 10px;
    margin:5px;
}

.payment_button_panel input[type=submit]{
    color:#ffffff;
    padding:10px;
    border-radius: 5px;
    background-color:#415c26;
    font-size:15px;
}

.input_submit{
    float:right;
    padding:10px;
    border-radius: 5px;
    background-color:#415c26;
    font-size:15px;
}

.input_cancel{
    padding:10px;
    border-radius: 5px;
    font-size:15px;
}

.search_box_table{
    max-width:100%;
}

.search_box_table form{
    width:100%;
    padding:0;
    margin:0;
}

.search_box_table form table{
    width:100%;
    padding:0;
    margin:0;
}

.search_box_text{
    max-width:100%;
    width:100%;
}

</pre></body></html>