<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cart {
    top: 60px;
    left: 0;
    width: 400px;
    height: 45px;
    text-align: left;
    position: absolute;
    z-index: 1;
}
#cart_img {
    float: left;
    width: 30px;
    height: 30px;
    background: url('/media/img/design/cart.png') no-repeat;
    position: relative;
    z-index: 1;
}
div.basket_input {width:59px; height:26px;  background:url('/media/img/bg_input_basket.gif') no-repeat 0 0;}
div.basket_input input {float:left; width:24px; height:18px; background:transparent; padding:0; border:0; margin:4px 2px 0 0; line-height:17px;}
div.basket_input a {float:left; display:block; width:13px; height:18px; background:url('/media/img/bg_input_basket.gif') no-repeat -30px -46px; margin:4px 7px 0 0;}
div.basket_input a:hover {background-position:4px -46px;}
div.basket_input a.plus {background-position:-50px -46px; margin:4px 0 0 0;}
div.basket_input a.plus:hover {background-position:-14px -46px; margin:4px 0 0 0;}
div.del {
    margin: 10px 5px;
}
.incart {
    text-align: center;
    font-weight: bold;
    padding-top: 25px;
    font-size: 16pt;
    color: #fff;
    width: 400px;
    height: 50px;
    background: #ea5209;
    border: 2px solid #ea5209;
    position: relative;
    z-index: 77;
}
.tbl {
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    width: 90%;
}
.tbl thead {
    background: #e1e1e1;
}
.tbl .basket_title {
    position: relative;
    z-index: 2;
    left: 20px;
}
.tbl .basket_title a {
    font-size: 10pt;
    font-weight: bold;
}
#accaunt_list ul {
    margin: 20px;
}
#accaunt_list ul li {
    padding: 5px;
    font-family: Arial, Tahoma;
    font-size: 14px;
    color: #40361d;
}
#full {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
}</pre></body></html>