<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#kosik {
    height: 67px;
    width: 423px;
    background: url(../../../img/resco/kosikbg.png) no-repeat;
    float: left;
    color: #009eef;
    line-height: 67px
}

#kosik a, #kosik a:visited {
    color: black;
    text-decoration: underline
}

#kosik a:hover {
    color: #009eef;
}

#user {
    background: url(../../../img/resco/personico.png) no-repeat 0 25px;
    font-size: 12px;
    line-height: 67px;
    margin-left: 22px;
    padding-left: 30px;
    float: left;
    width: 190px
}




#header_user {
    background: url(../../../img/resco/kosikico.png) 0 25px no-repeat;
    float: left;
    position: relative;
    width: 155px;
    padding-left: 25px
}

#header_user .bold {
    font-size: 14px
}

#showcart {
    position: absolute;
    top: 24px;
    right: -1px;
    cursor: pointer
}

#cartinfo {
    position: absolute;
    top: 45px;
    right: -1px;
    background: url(../../../img/resco/cartinfobg.png) repeat-y;
    line-height: 28px;
    width: 179px;
    font-size: 13px;
    color: black;
    display: none;
    z-index: 999
}

#cartinfo a.active {
    font-weight: bold;
}

#cartinfo #cinfo_top a {
    color: #000;
}


#cartinfo a, #cartinfo a:visited {
    color: #009eef;
    font-weight: normal;
}

#cartinfo a:hover {
    text-decoration: none
}

#cartinfo li {
    padding-left: 13px;
}

#cartinfo li.item {
    border-bottom: 1px solid #b3c5d6;
    border-top: 1px solid #eef5fa;
    height: 28px;
    *height: auto;
}

#cinfo_top {
    background: url(../../../img/resco/cartinfobg_top.png) no-repeat;
    border-bottom: 1px solid #b3c5d6
}

#cinfo_bottom {
    background: url(../../../img/resco/cartinfobg_bottom.png) no-repeat 0 bottom;
    border-top: 1px solid #eef5fa
}

#cinfo_bottom div {
    margin-right: 10px;
    padding-top: 3px;
    height: 25px
}

#newCartName {
    display: none;
    border: 1px solid gray;
    float: left;
    width: 110px;
    height: 20px;
    margin: 3px 0 0 0;
    padding: 0 0 0 4px;
}

#newCartButton {
    display: none;
    text-indent: -9999px;
    background: url(../../../img/new_cart_submit.png) no-repeat left top;
    width: 16px;
    height: 13px;
    float: right;
    margin: 7px 4px 0 0;
    cursor: pointer;
    border: none;
}</pre></body></html>