<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div#catalogue form.product {
    float: left;
}

form.product &gt; div.product_tile {
    border: 1px solid #2A2623;
    height: auto;
    margin: 10px;
    overflow-x: hidden;
    padding: 10px;
    width: 310px;	
}

div.product_tile &gt; img.product_photo {
    height:auto; 
    margin:5px 5px 0 0;
    width:100px;
}

div.product_tile &gt; div.product_description {
    display: block;
    height: 130px;
    overflow: hidden;
    text-align: justify;
    width: 200px;
}

div.product_tile &gt; p#price {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

p.price span {
    color:#939598;
    font-size: 0.6em;
    font-weight: normal;
}

div.amount_input {
    margin: 30px 0 0 0 ;
}

div.amount_input &gt; h2 {
    margin-bottom: 10px;
}

div.amount_input &gt; input[name='amount'] {
    background-color: #019DDA;
    border: 1px solid #333333;
    color:#ffffff;
    height: 25px;
    margin:10px 0 0 45px;
    padding-left: 5px;
    width: 35px;
}

div.amount_input &gt; select[name='color'] {
    background-color: #019DDA;
    border: 1px solid #333333;
    color: #ffffff;
    height: 25px;
    margin:0px 0 0 9px;
    padding: 0 10px;
}

div.amount_input &gt; input[type='image'] {
    background-color: #333333;
    color: #939598;
    margin:10px 0 0 10px;
    padding: 2px 15px;
}			

div.amount_input &gt; input[type='image']:hover,
div.amount_input &gt; input[type='image']:focus {
    color: #7ECA2C;
}						

h1#product_detail_title {
}

div#product_detail_description {
    font-family: arial;
    text-align: justify;
    width: 470px;
}

div#product_detail_description ul {
    margin-left: 20px;
}

div#product_detail_description p#price {
    font-size: 2em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

div#product_detail_photogallery {
    margin: 50px 0 20px 0;
}

div#product_detail_send_friend {
    margin: 20px 0 20px 0; 
}

div#product_detail_photogallery &gt; h2
div#product_detail_send_friend &gt; h2 {
    margin-bottom: 10px;
}

div#product_detail_photogallery div.foto {
    border: 1px solid #333333;
    height: 113px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 3px;
    width: 150px;
}

div#product_detail_photogallery div.foto:hover {
    border:1px solid #7ECA2C;
}

div#product_detail_photogallery div.foto &gt; a img {
    min-height: 113px;
    height: 113px;
    min-width: 150px;
    width: auto;
}

table.step1 input[type='text'] {
    background-color: #009DD9;
    border: 1px solid #004760;
    color:#ffffff;
    padding-left: 5px;
    width: 450px;
}

div#sorting {
    background-color: #efefef;
    color: #515151;
    margin-bottom: 30px;
    margin-top: -8px;
    text-align: right;
    padding: 4px 1%;
    width: 98%;
}

div#sorting input[type='submit'] {
    background-color: #aaaaaa;
    border: 1px solid #898989;
    color: #FFFFFF;
    cursor: pointer;
    margin-left:10px;
}

div#sorting input[type='submit']:hover,
div#sorting input[type='submit']:focus {
    color: #000;
}

div#sorting select {
    background-color: #d3d3d3;
    border: 1px solid #aaaaaa;
    color: #515151;
    margin: 0 0 0 9px;		
}

.cart_button {
    background-color: #019DDA;
    border: 1px solid #333333;
    color: #ffffff;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    margin-left:10px;	
    padding: 2px 10px;
}

.cart_button:hover,
.cart_button:focus {
    background-color: #00addd;
    color: #ffffff;
}

div#platba {
    width: 50%;
}

div#dorucenie {
    width: 50%;
}
/**zoznam produktov****/
input.add-to-cart {
    background: url(../images/layout/body/to_cart_button_nonhover.jpg) 50% 50% no-repeat;
    width: 120px;
    height: 34px;
    text-indent: 300px;
    border: 0;
}

/**************************************/

#cart_table {
    width: 100%;
}

#cart_table i.fa {
    color: #007BA8;
    font-size: 1.2em;
}

#cart_table tr td:last-child {
    text-align: right;
    width: 100px;
}

/**************************************/

div.products-box {
}

div.catalogue-item {
    margin-bottom: 10px;
}

div.catalogue-item a.item-photo {
    display: block;
    height: 70px;
    margin: 20px 10px 10px;
    width: 156px;
}

div.catalogue-item h2 a {
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    height: 80px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    width: 156px;
}

div.catalogue-item h2 a:hover,
div.catalogue-item h2 a:focus {
    color: #45bf55;
}

div.catalogue-item p.price1 {
    color: #45bf55;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 9px;
    text-align: center;
    padding: 0 5px;
    width: 166px;
}

div.catalogue-item p.price2 {
    color: #333333;
    font-size: 0.8em;
    margin: 0;
    margin-top: -7px;
    text-align: center;
    padding: 0 5px;
    width: 166px;
}

div.catalogue-item a.to_cart_button {
    margin: 18px 0 0 43px;
    position: absolute;    
}

#product_detail_picture p#price_vat {
    color: #45bf55;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: left;
}


#product_detail_picture p#price {
    margin-bottom: 0;
    margin-top: 0px;
    text-align: left;
}

#product_detail_picture p#bezna_price {
    color: red;
}

.step_button {
       background-color: #019dda;
    border: 1px solid #333333;
    color: #ffffff;
    height: 25px;
    margin: 10px 0 0 45px;
    padding-left: 5px;
    width: 35px;
}


div#product_detail_send_friend table label {
    display: block;
    width: 200px;
}

div#product_detail_send_friend table input[type='text'] {
    height: 20px;
    padding: 5px 10px;
    width: 400px;
}

div#product_detail_send_friend table textarea {
    height: 150px;
    padding: 5px 10px;
    width: 400px;
}

div#product_detail_send_friend table input[type='submit'] {
    float: right;
    height: 40px;
    width: 75px;
}
</pre></body></html>