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

/* detailsiten */
div.price {
    font-size: 28px;
}

.start_img {
    width: 350px;
    margin-bottom: 15px;
}

a.fav_icon_all_round {
    position: relative;
    top: -4px;
    left: 120px;
}

.txt-size12rem {
    font-size: 1.2rem !important;
}

.txt-size1rem {
    font-size: 1rem !important;
}

.txt-size09rem {
    font-size: 0.9rem !important;
}

.txt-size08rem {
    font-size: 0.8rem !important;
}

.txt-size07rem {
    font-size: 0.7rem !important;
}

.txt-size2rem {
    font-size: 2rem !important;
}

.topbuyer_rank {
    display:inline-flex;
   width: 60px;
}


#ctl00_ContentPlaceHolder1_tb_newbid {
    text-align: right;
    width: 110px;
    padding: 5px;
    font-size: 1.1rem;
}

    #ctl00_ContentPlaceHolder1_tb_newbid + span {
        font-size: 1.3rem;
    }

sup {
    font-size: 26px;
    font-weight: bold;
    vertical-align: -11px;
}

div.oldprice {
    font-size: 1rem;
    line-height: 30px;
    padding-top: 0px;
}

.surcharge {
    text-align: right;
    text-transform: none;
    font-size: 0.8rem;
    font-style: italic;
    color: gray;
    margin-bottom: 0.7rem;
}

.paragenese{
    font-size:1.2rem;
    padding-left:0px;
}

a.bttn_previous_auktion {
    width: 40px;
    height: 80px;
    background-image: url('../App_Images/prev_new.png');
    position: fixed;
    top: 390px;
    left: 10px;
    z-index: 444;
    right: 1235px;
}

    a.bttn_previous_auktion:hover {
        background-image: url(../App_Images/prev.png);
    }

a.bttn_next_auktion {
    width: 40px;
    height: 80px;
    background-image: url(../App_Images/next_new.png);
    position: fixed;
    top: 390px;
    right: 10px;
    z-index: 444;
}

    a.bttn_next_auktion:hover {
        background-image: url(../App_Images/next.png);
    }

.bidtable tbody tr td {
    padding: 6px;
    font-size: 80%
}

    .bidtable tbody tr td:first-of-type {
        white-space: nowrap;
    }
    .bidtable tbody tr td:nth-of-type(2) {
        font-weight: 700 !important;
    }

    .bidtable tbody tr td.bid_amount {
        text-align: center;
    }

.reserve_img {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index:2;
}

    .reserve_img.isSold {
        right: -7px;
        top: -21px;
    }

    .reserve_img.bug {
        right: -5px;
        top: -21px;
    }

/* Comments */

#commentbox #ctl00_ContentPlaceHolder1_mycomments_bttn_edit {
    position: absolute;
    right: 10px;
    top: -4px;
}

#commentbox ctl00_ContentPlaceHolder1_mycomments_bttn_cancel {
    position: absolute;
    right: 10px;
    top: -4px;
}

#commentbox #jumpto .inner-post-box {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    z-index: 50;
}

#ctl00_ContentPlaceHolder1_mycomments_Formbox {
    padding: 25px;
    position: relative;
}

#rating_div {
    float: left;
}

.badges {
    padding-left: 0px;
    text-align: center;
}


.flash_close_bttn {
    position: absolute;
    top: 5px;
    right: 15px;
    text-align: right;
}

.content-box .required {
    position: absolute;
    top: 72px;
    right: 30px;
    font-style: italic;
    text-align: right;
}

/* Rating */
.rating-stars-block {
    text-align: center;
}

.rating {
    width: 78px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../App_Images/rating_star_small.png);
}

.emptyRatingStar {
    background-image: url(../App_Images/star-off-small.png);
}

.savedRatingStar {
    background-image: url(../App_Images/rating_star_small_yellow.png);
}



/*  Comments */
.post:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.post {
    margin: 0 0 10px;
}

.isAnswer0 {
    padding-left: 0px;
}

.isAnswer1 {
    padding-left: 50px;
    width: 100% !important;
}

.post .poster {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    text-align: center;
    width: 80px;
}

.isAnswer1 .poster {
    width: 60px;
}


.post .poster-name {
    color: #171717;
    font: 21px Helvetica New,Arial,sans-serif;
    margin-right: 3px;
}

.post .post-header small {
    bottom: 3px;
    color: #A7A7A7;
    font-size: 11px;
    position: relative;
    text-transform: uppercase;
}

h3 small {
    bottom: 3px;
    color: #A7A7A7;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 30px;
}

.post .post-tools, .reply .post-tools {
    color: #6B6B6B;
    font-size: 12px;
    padding-top: 15px;
    text-transform: uppercase;
}

.post .post_attr {
    list-style: none;
    font-size: 11px;
    font-style: italic;
    color: #525252;
}

.isAnswer1 .post_attr {
    display: none;
}

.isAnswer1 .replie_bttn {
    display: none;
}


.post-tools .comment_rating {
    position: absolute;
    width: 135px;
    right: 0px;
    white-space: nowrap;
    bottom: 15px;
}

.isAnswer1 .comment_rating {
    display: none;
}

.post-tools .comment_rating_txt {
    position: absolute;
    width: 80px;
    right: 90px;
    white-space: nowrap;
}

.isAnswer1 .comment_rating_txt {
    display: none;
}



dd span.comment_rating_write {
    background-color: Red;
}


.content-box:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.content-s .post .content-box {
    width: 80%;
}

.content-s .isAnswer1 .content-box {
    width: 408px;
}


.post .content-box {
    float: left;
    position: relative;
}

.content-box {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #BBBBBB;
    display: block;
    padding: 10px;
}


.comment_avatar {
    float: left;
    padding-right: 20px;
}

img.avatar_img {
    height: 80px;
    width: 80px;
}


.isAnswer1 img.avatar_img {
    height: 60px;
    width: 60px;
}




/*--------------------- slide up footer ---------*/
.footerSlideContainer, .footerSlideContainer2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

#footerSlideButton {
    background: url(../App_Images/sliderButton_help.png) top left no-repeat transparent;
    position: absolute;
    top: -55px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    z-index: 1;
    opacity: 0.80; /* Opera */
}

#footerSlideButton2 {
    background: url(../App_Images/sliderButton_admin.png) top left no-repeat transparent;
    position: absolute;
    top: -55px;
    left: 10px;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    z-index: 1;
    / opacity: 0.80; /* Opera */
}

#footerSlideContent, #footerSlideContent2 {
    width: 100%;
    height: 0px;
    background-color: #232323;
    opacity: 0.95; /* Opera */
}

.footertabel {
    padding: 0px 20px 10px 20px;
    table-layout: fixed;
    width: 100%;
    color: #8F887C;
}


.useronline {
    overflow: auto;
    height: 250px;
    width: 100%;
}
    .useronline table {
        color: #6B696B;
        border-width: 1px;
        border-style: None;
        height: 10px;
        width: 130px;
        border-collapse: collapse;
    }
        .useronline table tr {
            color: Black;
            font-size: 11px;
            text-decoration: none;
            font-style: normal;
            height: 20px;
        }
        .useronline table tr:first-of-type {
            color: #6B696B;
            font-weight: bold;
        }

            .useronline table tr td:first-of-type {
                color: #6B696B;
            }

    .footertabel a {
        text-decoration: none;
        color: #8F887C;
    }

    .footertabel tr {
    }

        .footertabel tr td {
            vertical-align: top;
        }

            .footertabel tr td h3 {
                color: #8F887C;
                font-size: 1rem;
            }

            .footertabel tr td.footer_main_div {
                width: auto;
            }

            .footertabel tr td.footer_sidebar {
                width: 200px;
            }

span.sweeticon {
    padding-left: 30px;
    height: 70px;
    font-size: 14px;
    font-style: italic;
    margin-left: 15px;
    margin-top: 0px;
    padding-top: 0px;
    width: 285px;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
}

    span.sweeticon span {
        height: 20px;
        font-size: 10px;
        font-style: italic;
    }

span.new {
    background: url(../App_images/sweeticons/new.png) top left no-repeat transparent;
    background-size: 22px 22px;
}

span.edit {
    background: url(../App_images/sweeticons/edit.png) top left no-repeat transparent;
    background-size: 22px 22px;
}

span.event {
    background: url(../App_images/sweeticons/event.png) top left no-repeat transparent;
    background-size: 22px 22px;
}

span.timemailer {
    background: url(../App_images/sweeticons/timemailer.png) top left no-repeat transparent;
    background-size: 22px 22px;
}

span.usericon {
    background: url(../App_images/sweeticons/user.png) top left no-repeat transparent;
    background-size: 22px 22px;
}

span.postauto {
    background: url(../App_images/sweeticons/post.png) top left no-repeat transparent;
    background-size: 22px 22px;
}


/* TagCloud
----------------------------------------------------------*/

.TagCloud /* Applies to the entire tag cloud */ {
    text-align: center;
}

    .TagCloud &gt; span /* Applies to each tag of the tag cloud */ {
        margin-right: 8px;
        text-align: center;
    }

        .TagCloud &gt; span.TagWeight1 /* Applies to the largest tags */ {
            font-size: 24px;
        }

        .TagCloud &gt; span.TagWeight2 {
            font-size: 22px;
        }

        .TagCloud &gt; span.TagWeight3 {
            font-size: 18px;
        }

        .TagCloud &gt; span.TagWeight4 {
            font-size: 15px;
        }

        .TagCloud &gt; span.TagWeight5 /* Applies to the smallest tags */ {
            font-size: 12px;
        }

/* ShopNews*/
.shopnews_li {
    list-style-type: none;
    padding-left: 10px;
}


div.accordion-section {
    padding: 16px 16px;
}

    div.accordion-section table tbody tr td {
        padding: 4px;
    }

    div.accordion-section p.small {
        background-position: 0px 0px;
        padding-top: 0px;
        padding-bottom: 2px;
        font-size: 11px;
        font-style: italic;
        background-image: url('../App_Images/push_pin.png');
        background-repeat: no-repeat;
        padding-left: 20px;
    }

    div.accordion-section p.grouptitle {
        padding-top: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        font-weight: bold;
        font-size: 14px;
    }


#service li {
    font-size: 0.8rem;
}


.flex {
    display: flex;
}

.inside {
}

.inside-right {
    flex: 1;
}

.search_hightlight_normal {
    font-weight: bold;
    background-color: #F5F5B4;
    text-decoration: none;
}
.search_hightlight_onblack {
    color:black;
    font-weight: bold;
    background-color: #F5F5B4;
    text-decoration: none;
}
</pre></body></html>