﻿/*StyleGuide

Colors:
Brown: #2D1E0E -> 262929
Blue: #1dadfc
NewBlue: 00abff
Grey in Menu: #949999

World Colors:
Literatuur: yellow
Hobby / Vrije tijd: Orange
Kunst / Cultuur: orange/red
Persoonlijke ontwikkeling: Purple
Studie / Wetenschap: blue
Kinderboeken: Licht blue
Tieners: Green
Overig: Grey

Font-sizes:


*/
img {
    border: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #262929;
    font-size: 12px;
    text-align: left;
    min-width: 980px;
}

a {
    color: #262929;
    text-decoration: underline;
}

    a:visited {
        color: #262929;
        text-decoration: none;
    }

    a:hover {
        color: #00abff;
        text-decoration: none;
    }



h1 {
    font-weight: 600;
    margin-top: 0;
    line-height: 24px;
}

/*.totalldelete-header,*/

/*SPRITE*/
.usps li, .cart-icon, .quick-input, #footer .widget.orderandpayment ul a,
.bottomfooter, .bottomfooter .social li a,
#header .mainnav li .dropdownpanel ul li span, .share li a,
#header .mainnav li,
#header .mainnav li a .arrow,
.js_singlescreen_prev, .js_singlescreen_next, .js_singlescreen .bullets a,
.selection_filter_delete a,
.filter-item span.book-list-filter,
.address-block .delete,
.rating-holder img,
.inpage-usp, .product-detail .wishlist span, .icon-wishlist, .icon-text-left, .icon-text-right, .icon-text-back, .icon-text-rightonleft, .icon-store-map,
.product-detail .addtocart,
.icon-cart, .icon-cart-heart,
.column.cancel,
#checkout-b .shopping-cart-steps-holder,
.popupClose,
#checkout-b .link_adres_update.newaddress,
.popupClose,
#header .accountnav li.mijnpolare a,
#checkout-b .addressbook-holder-item .link_adres_delete,
.quick-search .autocompletebox .arrow,
.addtocart_and_freeshipping .freeshipping,
.boekkoerier {
    background-image: url(/static/images/polare/sprite.png);
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6,
.week-title, .week-book, a.week-more,
.button,
.usps li, .mainnav li, .quick-search input[type=text], .widget .header,
.js_singlescreen .slides .content .title, .js_singlescreen .slides .content .subtitle,
.breadcrumbs,
.product-list .price, .product-detail .price,
.inpage-usp,
#bigImageMaps .caption a,
.quick-search .autocompletebox label,
.quick-search .autocompletebox .popularsuggestions .title,
.quick-search .autocompletebox .popularsuggestions .price,
.shopping-cart-steps-holder,
.newpopup_close,
.newpopup_box .profile_content_holder_header, .filter-title .book-list-filter2, .filter-title .book-list-filter, .next_list
{
  font-family: "proxima-nova", sans-serif;
}

h2 a {
  font-family: Arial, Helvetica, sans-serif;
}

/* UI elements */
.button {
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

    .button.small {
        line-height: 12px;
        font-size: 12px;
        padding: 3px 6px;
    }

form .button {
    margin-top: 10px;
}

.button.blue {
    background-color: #00abff;
    color: #fff;
}

    .button.blue:hover {
        background-color: #fff;
        color: #00abff;
    }

    .button.blue.onwhite:hover {
        background-color: #262929;
        color: #fff;
        cursor: pointer;
    }

    .button.blue.onwhite.greyed {
        background-color: #d4d4d4;
    }

.button.dark-grey.greyed {
    background-color: #d4d4d4;
}

    .button.dark-grey.greyed:hover {
        background-color: #d4d4d4;
    }

.button.white {
    background-color: #fff;
    color: #000;
}

    .button.white:hover {
        background-color: #1dadfc;
        color: #fff;
    }

.button.dark-grey {
    background-color: #262929;
    color: #fff;
    cursor: pointer;
}

    .button.dark-grey:hover {
        background-color: #1dadfc;
        color: #fff;
    }

.bottom-marg {
    margin-bottom: 30px;
}

.more-button {
    height: 29px;
    line-height: 29px;
}

input:focus {
    outline: none;
}

input[type="text"], input[type="password"], select {
    background-color: #fff;
    border: 1px solid #d6d2cf;
    color: #262929;
    height: 24px;
    line-height: 24px;
    padding: 4px 8px;
    width: 264px;
}

    input[type="text"].inputsmall, input[type="password"].inputsmall {
        margin-top: 5px;
        width: 30px;
    }

select {
    border: 1px solid #d6d2cf;
    height: 33px;
    outline: none;
    width: 202px;
}

.nice-input.newsl {
    width: 300px;
}

    .nice-input.newsl input[type="text"] {
        background-color: transparent;
        background-position: 10px -360px;
        border: none;
        display: block;
        height: 42px;
        font-size: 14px;
        float: left;
        margin: 0;
        padding: 0 0 0 15px;
        width: 175px;
    }

    .nice-input.newsl input[type="submit"] {
        background: #262929;
        border: none;
        color: #fff;
        display: block;
        height: 28px;
        float: right;
        margin: 7px 7px 0 0;
        padding: 0 9px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.nice-input.clearfix .nieuwsbrief-input {
    width: 220px;
}

.shopping-cart-profile-table input[type="text"], .shopping-cart-profile-table input[type="password"] {
    width: 184px;
}

textarea {
    background-color: #fff;
    border: 1px solid #d6d2cf;
    color: #262929;
    height: 100px;
    padding: 4px 8px;
    width: 264px;
}

#header .quick-search {
    width: 490px;
}

.quick-search, .nice-input {
    background: #d0d0cf;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#main .quick-search, #main .nice-input {
    background: none;
    width: 400px;
}

    #main .nice-input input[type="submit"] {
        margin-left: 20px;
    }

.quick-search input[type="text"], #footer input[type="text"] {
    background-color: transparent;
    background-position: 12px -362px;
    border: none;
    display: block;
    height: 42px;
    font-size: 14px;
    float: left;
    *line-height: 42px;
    margin: 0;
    padding: 0 0 0 15px;
}

.quick-search input[type="submit"], #footer input[type="submit"] {
    background: #262929;
    border: none;
    color: #fff;
    display: block;
    height: 28px;
    float: right;
    margin: 7px 7px 0 0;
    padding: 0 9px;
    *padding: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.nieuwsbrief-button {
    font-weight: normal;
}

/* world colors*/
.color-literature, .color-hobby, .color-cult, .color-personal, .color-study, .color-cook {
    border-width: 2px;
    margin-bottom: 10px;
    line-height: 10px;
    width: 30px;
    display: block;
}

.color-literature {
    border-bottom: solid #00e81f;
}

.color-hobby {
    border-bottom: solid #e01200;
}

.color-study {
    border-bottom: solid #005fec;
}

.color-cult {
    border-bottom: solid #ff7d00;
}

.color-personal {
    border-bottom: solid #50d0a6;
}

.color-cook {
    border-bottom: solid #f650c9;
}

/* world colors button*/
a:hover.button.literature {
    background: #00e81f;
}

a:hover.button.hobby {
    background: #e01200;
}

a:hover.button.study {
    background: #005fec;
}

a:hover.button.cult {
    background: #ff7d00;
}

a:hover.button.personal {
    background: #50d0a6;
}

a:hover.button.cook {
    background: #f650c9;
}


/*Icons*/
.icon-wishlist {
    background-position: right -1196px;
    color: #00abff;
    display: block;
    font-weight: bold;
    padding: 0 22px 0 0;
    text-decoration: none;
}

.icon-text-left {
    background-position: -981px -1096px;
    padding: 0 0 0 20px;
}

.icon-text-right {
    background-position: right -1046px;
    padding: 0 20px 0 0;
}

.icon-text-rightonleft {
    background-position: -981px -1046px;
    padding: 0 0 0 20px;
}

.icon-text-back {
    background-position: -981px -1146px;
    padding: 0 0 0 20px;
}

.icon-store-map {
    background-position: 0 -1350px;
    display: block;
}


/* =============================================================================
   Common CSS
   ========================================================================== */
.wrapper {
    margin: 0 auto;
    width: 940px;
}

.main-content .wrapper {
    width: 100%;
}

#main {
    min-height: 400px;
}

    #main .header {
        font-weight: bold;
    }

body.contentpage #main .wrapper, body.klantenservice #main .wrapper {
    margin-top: 30px;
}


/* =============================================================================
   Common CSS: Header
   ========================================================================== */

#header {
    background: #262929;
    color: #fff;
    position: relative;
    text-align: left;
}

    #header ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #header .logo {
        float: left;
        margin: 44px 0 0 0;
    }

    .winkelketenprijs
    {
      left: 50%;
      margin-left: 500px;
      position: absolute;
      top: 6px;
    }


    /* USPS */
    #header .usps {
        font-size: 11px;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

        #header .usps li {
            float: left;
            height: 19px;
            line-height: 19px;
            margin: 0;
            padding: 0 0 0 25px;
            text-transform: uppercase;
            text-decoration: none;
            width: 150px;
        }

        #header .usps a {
            color: #00abff;
            text-decoration: none;
        }

        #header .usps li.polare-nieuw {
            background-position: 0 -2100px;
            width: 205px;
            padding: 0 0 0 25px;
        }

        #header .usps li.boeken-zoekservice {
            background-position: 0 3px;
            width: 140px;
        }

        #header .usps li.nieuwe-boeken {
            background-position: 0 -2199px;
            width: 305px;
            padding: 0 0 0 25px;
        }

        #header .usps li.meer-winkels {
            background-position: 0 -2348px;
            width: 280px;
            padding: 0 0 0 20px;
        }

        #header .usps li.spoedlevering {
            background-position: 0 -23px;
        }

        #header .usps li.gratis-bezorging {
            background-position: 0 -47px;
            width: 244px;
        }

    #header .js_ticker {
        float: left;
        height: 19px;
        margin: 21px 0 0 35px;
        width: 487px;
        overflow: hidden;
    }

/* search */

.quick-search input[type="text"] {
    width: 363px;
    padding-left: 45px;
}

/* FAQ*/
.filter-holder .filter {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.col3-left-holder {
    width: 220px;
    float: left;
    margin-bottom: 30px;
}

.col3-center-holder {
    width: 720px;
    float: left;
}

.faqsidebar h3 {
    margin-top: 0;
}

/* uitgebreid search*/
.tbl_advanced_search .inputsmall {
    width: 30px;
}


.search-half1 {
    margin-right: 120px;
}

.tbl_advanced_search {
    margin-bottom: 30px;
}

a.faq-question {
    cursor: pointer;
    text-decoration: none;
}

ul.faqlist {
    padding: 0;
    margin: 0;
}

.faq-item img {
    margin-right: 10px;
}

.faq-answer {
    margin-left: 20px;
}

/* Account menu */

#header .accountnav {
    float: right;
    margin: 21px 0 0 0;
    height: 22px;
    width: 140px;
}

    #header .accountnav li {
        float: right;
        font-size: 11px;
        display: inline;
        height: 100%;
        position: relative;
        z-index: 9999;
        text-align: right;
    }

        #header .accountnav li li {
            float: left;
            text-align: left;
        }

    #header .accountnav a {
        color: #fff;
        text-decoration: underline;
    }

        #header .accountnav a:hover {
            text-decoration: underline;
        }

    #header .accountnav li.mijnpolare {
        margin-left: -10px;
        margin-right: 10px;
    }

        #header .accountnav li.mijnpolare a {
            background-position: right -1292px;
            font-weight: bold;
            padding: 4px 19px 6px 8px;
            text-decoration: none;
        }

        #header .accountnav li.mijnpolare:hover a {
            background-color: #d0d0cf;
            background-position: right -992px;
            color: #262929;
            font-weight: bold;
            -webkit-border-radius: 2px 2px 0px 0px;
            border-radius: 2px 2px 0px 0px;
        }

        #header .accountnav li.mijnpolare a:hover {
            text-decoration: none;
        }

        #header .accountnav li.mijnpolare ul {
            background: #d0d0cf;
            display: none;
            left: 0;
            padding: 5px 0;
            position: absolute;
            top: 100%;
            -webkit-border-radius: 0px 2px 2px 2px;
            border-radius: 0px 2px 2px 2px;
        }

        #header .accountnav li.mijnpolare:hover ul {
            display: block;
        }

        #header .accountnav li.mijnpolare ul li {
            display: block;
        }

        #header .accountnav li.mijnpolare:hover ul li a {
            background: none;
            color: #262929;
            font-weight: normal;
            text-decoration: none;
            padding: 0 10px;
        }

            #header .accountnav li.mijnpolare:hover ul li a:hover {
                text-decoration: underline;
            }

.boekzoekservice .PagerTopBotBorder {
    float: left;
    margin: 10px 0;
    width: 100%;
}


/* MENU */
#header .mainnav {
    float: left;
    padding: 5px 0 0 70px;
    width: 870px;
}

    #header .mainnav li {
        background: none;
        display: block;
        float: left;
        font-size: 13px;
        font-weight: 700;
        height: 22px;
        line-height: 22px;
        padding: 0 0 14px 19px;
        position: relative;
    }

.ie7 #header .mainnav li,
.ie8 #header .mainnav li {
    padding: 0 0 14px 12px;
}

#header .mainnav li.last {
    background: none;
}

#header .mainnav li a {
    border-right: 1px solid #525355;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    height: auto;
    padding-right: 19px;
}

#header .mainnav li.last a {
    border-right: none;
    padding-right: 0;
}

#header .mainnav li a:hover,
#header .mainnav li.active a {
    color: #00abff;
}

#header .mainnav .info a {
    color: #949999;
}

#header .mainnav li a .arrow {
    background-position: 0 -850px;
    display: none;
    *display: none;
    height: 8px;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    top: 36px;
    width: 15px;
    z-index: 102;
}

#header .mainnav li .dropdownpanel {
    background: #e6e6e6 url(/static/images/polare/fallback/mainnav-dropdown-bg.gif) repeat-x;
    display: none;
    left: 0;
    padding-top: 20px;
    position: absolute;
    top: 100%;
    width: auto;
    z-index: 101;
}

#header .mainnav li:hover .dropdownpanel, #header .mainnav li:hover .arrow, #header .mainnav li.active .arrow {
    display: block;
    *display: none;
}

#header .mainnav li .dropdownpanel ul {
    float: left;
    margin: 10px 15px 20px 15px;
    padding: 0;
    width: 100%;
}

    #header .mainnav li .dropdownpanel ul li {
        background: none;
        border: none;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        font-family: Arial;
    }

        #header .mainnav li .dropdownpanel ul li span {
            background-position: 0 -173px;
            color: #2d1e0e;
            display: block;
            float: left;
            height: 34px;
            line-height: 34px;
            margin: 0 0 10px 0;
            text-transform: uppercase;
            width: 100%;
        }

            #header .mainnav li .dropdownpanel ul li span.literature {
                background-position: 0;
            }


        #header .mainnav li .dropdownpanel ul li a {
            border: none;
            color: #2d1e0e;
            text-transform: none;
            font-size: 12px;
            line-height: 30px;
            background-position: left -1942px;
            padding-left: 15px;
            text-transform: uppercase;
            white-space: nowrap;
        }

            #header .mainnav li .dropdownpanel ul li a:hover {
                text-decoration: underline;
                color: #00abff;
            }

.quick-search {
    float: left;
    margin: 18px 0 0 33px;
    position: relative;
    z-index: 9999;
}

    .quick-search .autocompletebox {
        color: #371a05;
        display: none;
        left: 0;
        position: absolute;
        top: 100%;
        width: 657px;
        z-index: 9999;
    }

        .quick-search .autocompletebox .arrow {
            background-position: 0 -2050px;
            height: 7px;
            width: 14px;
            position: absolute;
            left: 18px;
            top: 8px;
        }

        .quick-search .autocompletebox .background {
            background: #e6e6e6;
            margin: 15px 0 0 0;
        }


        .quick-search .autocompletebox label {
            color: #321e0e;
            font-size: 15px;
            font-weight: 600;
        }

        .quick-search .autocompletebox .info {
            color: #9b9089;
            font-size: 11px;
        }

        .quick-search .autocompletebox ul {
            margin-bottom: 20px !important;
            margin-top: 20px !important;
            overflow: hidden;
        }

        .quick-search .autocompletebox .popularsuggestions ul {
            margin-bottom: 0 !important;
        }

        .quick-search .autocompletebox .suggestions {
            float: left;
            margin: 20px 0 20px 20px;
            width: 265px;
        }

            .quick-search .autocompletebox .suggestions li {
                margin-bottom: 10px;
            }

                .quick-search .autocompletebox .suggestions li.hidden {
                    display: none;
                }

                .quick-search .autocompletebox .suggestions li a {
                    font-size: 14px;
                    text-decoration: none;
                }

                    .quick-search .autocompletebox .suggestions li a span {
                        font-size: 12px;
                    }

        .quick-search .autocompletebox .popularsuggestions {
            float: right;
            margin: 20px 20px 20px 0;
            width: 330px;
        }

            .quick-search .autocompletebox .popularsuggestions li {
                border-bottom: 2px solid #d4d2d0;
                float: left;
                margin-bottom: 20px;
                padding-bottom: 20px;
                width: 100%;
            }

                .quick-search .autocompletebox .popularsuggestions li.last {
                    border: none;
                    margin-bottom: 0;
                }

            .quick-search .autocompletebox .popularsuggestions img {
                float: left;
            }

            .quick-search .autocompletebox .popularsuggestions .author {
                float: left;
                margin-left: 20px;
                width: 160px;
            }

            .quick-search .autocompletebox .popularsuggestions .title {
                float: left;
                margin-left: 20px;
                width: 160px;
                font-weight: bold;
                font-size: 14px;
            }

            .quick-search .autocompletebox .popularsuggestions .price {
                float: left;
                margin-left: 20px;
                width: 160px;
                font-weight: bold;
                font-size: 16px;
            }


/* min-cart */
.minicart {
    width: 170px;
    float: right;
    margin: 16px 0 0 0;
}

    .minicart .cart-icon {
        background-position: 0 -75px;
        color: #fff;
        display: block;
        float: right;
        line-height: 20px;
        margin-bottom: 7px;
        padding-left: 25px;
        text-align: right;
        text-decoration: none;
    }

  #spanNumItems {
    margin-left: 4px;
  }

    .minicart .bekijk {
        display: block;
        color: #fff;
        float: left;
        height: 21px;
        line-height: 21px;
        text-decoration: underline;
        font-size: 12px;
        margin: 5px 15px 0 0;
    }


    .minicart .minicart-button {
        display: block;
        float: left;
        font-weight: bold;
        height: 21px;
        line-height: 21px;
        margin: 1px 0 0 65px;
        padding: 0 15px;
        text-decoration: none;
        float: right;
    }

        .minicart.minicart-button:hover {
            background: #fff;
            color: #000;
        }

#footer {
    background: #262929;
    color: #fff;
    margin-top: 30px;
  padding-bottom: 20px;
}

#mobielewebsitetab {
  bottom: -20px;
  position: absolute;
  right: 139px;
}

#mobielewebsitetab img {
  display: block;
}

.home #footer {
    margin-top: 40px;
}

/*Footer spacing*/
#footer a {
    color: #fff;
}

#footer .widgets {
    overflow: hidden;
}

#footer .widget {
    float: left;
    margin: 30px 20px 0 0;
    min-height: 180px;
    width: 300px;
}

    #footer .widget.action {
        border-bottom: 2px solid #8c8078;
    }

    #footer .widget.right {
        margin-right: 0;
    }

    #footer .widget.newsletter input[type="text"] {
        width: 175px;
    }

    #footer .widget.shopsearch input[type="text"] {
        width: 193px;
    }

    #footer .widget a.more {
        color: #00abff;
        text-decoration: none;
    }

        #footer .widget a.more:hover {
            text-decoration: underline;
        }

    #footer .widget .readmore {
        color: #00abff;
        text-decoration: none;
    }

        #footer .widget .readmore:hover {
            text-decoration: underline;
        }

    #footer .widget.orderandpayment ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #footer .widget.orderandpayment ul li {
            float: left;
            margin: 0 6px 0 0;
        }

        #footer .widget.orderandpayment ul a {
            background-position: 0 -458px;
            display: inline-block;
            height: 35px;
            margin: 18px 0 0 0;
            text-indent: -9999px;
            width: 36px;
            /*IE7*/
            zoom: 1;
            *display: inline;
        }

            #footer .widget.orderandpayment ul a.visa {
                background-position: -45px -458px;
            }

            #footer .widget.orderandpayment ul a.mastercard {
                background-position: -91px -458px;
            }

            #footer .widget.orderandpayment ul a.mistercache {
                background-position: -137px -458px;
            }

            #footer .widget.orderandpayment ul a.acceptgiro {
                background-position: -182px -457px;
            }

           #footer .widget.orderandpayment ul a.acceptgirozakelijk {
                background-position: -182px -457px;
            }

            #footer .widget.orderandpayment ul a.boekenbon {
                background-position: -227px -457px;
            }

            #footer .widget.orderandpayment ul a.giftcard {
                background-position: -227px -457px;
            }

            #footer .widget.orderandpayment ul a.americanexpress {
                background-position: -273px -457px;
            }


.bottomfooter {
    background-position: 0 -507px;
    border-top: 2px solid #92877f;
    margin: 28px 0 0 0;
    padding: 29px 0 0 0;
  position: relative;
}


    .bottomfooter ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .bottomfooter li {
        display: inline-block;
        /*IE7*/
        zoom: 1;
        *display: inline;
    }

    .bottomfooter .footernav, .bottomfooter p, .bottomfooter .copynav {
        float: left;
        margin: 0 0 0 115px;
    }

    .bottomfooter .footernav {
        font-size: 13px;
        font-weight: bold;
        line-height: 22px;
    }

#footer .bottomfooter .footernav a {
    color: #00abff;
    text-decoration: none;
}

    #footer .bottomfooter .footernav a:hover {
        text-decoration: underline;
    }

.bottomfooter p {
    line-height: 14px;
    margin: 4px 0 24px 115px;
}

    .bottomfooter p span {
        font-size: 10px;
    }

.bottomfooter .social {
    float: right;
}

    .bottomfooter .social li {
        display: inline-block;
        margin: 0 0 0 8px;
        /*IE7*/
        zoom: 1;
        *display: inline;
    }

        .bottomfooter .social li a {
            background-position: 0 -750px;
            display: block;
            height: 40px;
            text-indent: -9999px;
            width: 40px;
        }

            .bottomfooter .social li a:hover {
                background-position: -150px -750px;
            }

        .bottomfooter .social li.tw a {
            background-position: -50px -750px;
        }

            .bottomfooter .social li.tw a:hover {
                background-position: -200px -750px;
            }

        .bottomfooter .social li.yt a {
            background-position: -100px -750px;
        }

            .bottomfooter .social li.yt a:hover {
                background-position: -250px -750px;
            }

.bottomfooter .copynav {
    line-height: 26px;
    width: 500px;
}

/*templates*/
.breadcrumbs {
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 30px 0;
    text-transform: capitalize;
}

    .breadcrumbs a {
        font-weight: 600;
        text-decoration: none;
    }

        .breadcrumbs a:last-child {
            font-weight: bold;
            text-decoration: none;
        }

.sidebar-left {
    float: left;
    width: 150px;
}

    .sidebar-left.big {
        width: 220px;
    }

.main-content {
    float: left;
    margin: 0 0 0 20px;
    width: 770px;
}

    .main-content.small {
        width: 700px;
    }



/* =============================================================================
   Sections CSS: Search Results
   ========================================================================== */
.filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter li {
    margin: 0;
    padding: 0;
    min-height: 22px;
    width: 100%;
}

    .filter li span {
        display: inline-block;
        width: 100px;
        /*ie7*/
        zoom: 1;
        *display: inline;
    }

    .filter li li {
        margin-left: 22px;
        margin-right: 22px;
    }

        .filter li li span {
            max-width: 102px;
        }


.filter span.book-list-filter, .filter span.book-list-filter2 {
    cursor: pointer;
  display: block;
    margin: 10px 0 8px 0;
    font-size: 16px;
    font-weight: bold;
}

.filter a {
    text-decoration: none;
}

.selection_filter_delete a {
    background-position: right -946px;
    display: block;
    padding-right: 20px;
}


.overzicht {
    width: 220px;
    float: left;
}
.filter-title span.book-list-filter {
  display: block;
}



.filter-title span.book-list-filter2 {
    margin-top: 0;
}

.filter-title span.book-list-filter2 a {
  font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        float: right;
        text-decoration: underline;
    }

.filter-item span.book-list-filter {
    background-position: right -1043px;
}

.filter-item.open span.book-list-filter {
    margin-top: 10px;
    background-position: right -993px;
}

.filter-item .filter {
    display: none;
}

.filter-item.open .filter {
    display: block;
}

.filter-item .filter a input {
    margin-right: 10px;
}

.filter input[type="checkbox"] {
    display: none;
}

    .no-js .filter input[type="checkbox"] {
        display: block;
    }

.js_checkbox_replacement {
    background: url(/static/images/polare/js_checkbox/checkbox.png) no-repeat;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 0;
    width: 20px;
    /*IE7*/
    zoom: 1;
    *display: inline;
}

    .js_checkbox_replacement.checked {
        background: url(/static/images/polare/js_checkbox/checkbox-checked.png) no-repeat;
    }

.sort {
    border-bottom: 1px solid #d4d4d4;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

    .sort.bottom {
        border-bottom: none;
        border-top: 1px solid #d4d4d4;
    }

    .sort ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sort li {
        display: inline-block;

  /*IE7*/
  zoom: 1;
  *display: inline;
}

.js_checkbox_replacement.checked {
  background: url(/static/images/polare/js_checkbox/checkbox-checked.png) no-repeat;
}

.sort {
  border-bottom: 1px solid #d4d4d4;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
}

.sort.bottom {
  border-bottom: none;
  border-top: 1px solid #d4d4d4;
}

.sort ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sort li {
  display: inline-block;

        /*IE7*/
        zoom: 1;
        *display: inline;
    }

    .sort .title {
        font-weight: bold;
        margin-right: 20px;
    }

    .sort span {
        margin: 0 5px;
    }

    .sort .prevnext {
        float: right;
    }

h1 .query {
    font-weight: bold;
}

.product-list .product {
    border-bottom: 2px solid #d4d4d4;
    margin-top: 28px;
    padding: 0 0 30px 0;
    overflow: hidden;
}

.product-list .image {
    float: left;
    text-align: center;
    margin-right: 20px;
    width: 140px;
}

.product-list .content {
    float: left;
    width: 380px;
}

.product-list h4 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

.product-list h6 {
    font-size: 12px;
}

.product-list h4 a {
    text-decoration: none;
}

.product-list h4 span {
    font-size: 14px;
    font-weight: 600;
}

    .product-list h4 span a {
        text-decoration: underline;
        text-transform: uppercase;
    }

.product-list .isbn {
    font-style: italic;
}

.product-list .ebooklabel {
    display: inline;
}

    .product-list .ebooklabel .label {
        background: #d14627;
        color: #fff;
        font-size: 11px;
        padding: 2px 5px;
    }

.product-list .description {
    display: block;
    margin: 12px 0 20px 0;
    min-height: 63px;
}

.product-list .price {
    float: right;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}

.priceprefix {
    font-size: 14px;
}

.product-list .newprice {
    font-size: 13px;
    font-weight: 600;
}

.product-list .button {
    float: left;
}


.product-list .useractions {
    float: right;
    width: 200px;
}

.product-list .rating-holder {
    display: block;
    margin-bottom: 20px;
}

.latest-review, .latest-review a {
    color: #262929;
}

    .latest-review .title {
        color: #262929;
        display: block;
        font-weight: bold;
    }

        .latest-review .title span {
            color: #000;
        }

    .latest-review .author {
        display: block;
        font-style: italic;
    }

.hreview {
    display: none;
}

.pager {
    margin: 30px 0 0 0;
}

    .pager a {
        border: 1px solid #262929;
        display: inline-block;
        height: 28px;
        line-height: 28px;
        margin-right: 8px;
        min-width: 8px;
        padding: 0 10px;
        text-align: center;
        text-decoration: none;
        /*IE7*/
        zoom: 1;
        *display: inline;
    }

        .pager a.ColorBlack {
            background: #262929;
            color: #fff;
        }

    .pager span.ColorBlack, .pager label.ColorBlack {
        background: #262929;
        border: 1px solid #262929;
        color: #fff;
        display: inline-block;
        height: 28px;
        line-height: 28px;
        margin-right: 8px;
        width: 28px;
        text-align: center;
        /*IE7*/
        zoom: 1;
        *display: inline;
    }

    .pager label {
        margin-right: 10px;
    }


.imgBoekkoerier {
    float: left;
    width: 35px;
    margin-right: 10px;
}

/* =============================================================================
   Sections CSS: Book Detail
   ========================================================================== */

.sidebar-left.bookdetail {
    float: left;
    width: 220px;
}

.product-detail {
    overflow: hidden;
}

    .product-detail .bookcontent {
        float: left;
        margin-left: 20px;
        width: 460px;
    }

    .product-detail .warning {
        background: #f8f8f8;
        color: #e01200;
        margin-bottom: 10px;
        overflow: hidden;
        padding: 10px 20px;
    }

        .product-detail .warning a {
            float: right;
            color: #a79a90;
        }

        .product-detail .warning span {
            float: right;
            margin-right: 5px;
            color: #a79a90;
        }

    .product-detail .notification {
        background: #f8f8f8;
        color: #a79a90;
        margin-bottom: 10px;
        overflow: hidden;
        padding: 10px 20px;
    }

        .product-detail .notification a {
            float: right;
            color: #a79a90;
        }

        .product-detail .notification span {
            float: left;
            margin-right: 15px;
            color: #a79a90;
        }

    .product-detail .useractions {
        float: left;
        margin-left: 20px;
        width: 220px;
    }

        .product-detail .useractions .latest-review {
            margin-top: 20px;
        }

        .product-detail .useractions .more-reviews {
            color: #a79a90;
            display: block;
            margin: 20px 0 0 0;
        }

        .product-detail .useractions .add-review-action {
            color: #262929;
            margin-top: 30px;
        }

            .product-detail .useractions .add-review-action a {
                color: #00abff;
                display: block;
                font-weight: bold;
                text-decoration: none;
            }

                .product-detail .useractions .add-review-action a span {
                    color: #262929;
                }

    .product-detail h1 a, .product-detail h1 .subline {
        display: block;
        font-size: 13px;
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: 600;
    }

    .product-detail .subtitle {
        color: #262929;
        font-size: 11px;
    }

    .product-detail .description {
        display: block;
        margin: 10px 0 10px 0;
        min-height: 60px;
    }

    .product-detail .inpage-usp {
        float: left;
        margin: 20px 0;
        width: 100%;
    }

    .product-detail .wishlist {
        float: left;
        height: 35px;
        padding: 0;
        margin: 10px 0;
        width: 50px;
    }

        .product-detail .wishlist span {
            background-position: 0 -1200px;
            display: block;
            height: 12px;
            margin: 11px 0 0 18px;
            width: 14px;
            text-indent: -9999px;
        }

        .product-detail .wishlist:hover span {
            background-position: -50px -1200px;
        }

    .addtocart_and_freeshipping {
      float: left;
      width: 173px;
      text-align: center;
    }

    .book-copies .addtocart_and_freeshipping {
      float: right;
    }


    .addtocart_and_freeshipping .freeshipping {
      background-position: 8px -38px;
      color: #00abff;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      text-indent: 25px;
      float: left;
      font-size: 11px;
      width: 100%;
      padding: 8px 0 0 0;
      position: relative;
    }

    .book-copies .addtocart_and_freeshipping .freeshipping {
      background-position: 12px -38px;
      font-size: 10px;
      padding-bottom: 10px;
    }

    .addtocart_and_freeshipping .freeshipping span {
      background: transparent url(/static/images/polare/freeshippingarrow.gif);
      display: block;
      height: 4px;
      margin-left: -3px;
      position: absolute;
      left: 50%;
      top: -4px;
      width: 7px;
    }

    .product-detail .addtocart {
        background-position: right -1239px;
        float: left;
        height: 35px;
        line-height: 35px;
        margin: 10px 0 0 0;
        padding: 0 34px 0 19px;
        width: 120px;
    }

    .product-detail .price {
        float: right;
        font-size: 22px;
        font-weight: bold;
        margin: 10px 0 0 0;
        text-align: right;
    }


        .product-detail .price span span {
            font-size: 10px;
        }

    .product-detail .newprice {
        font-size: 13px;
        font-weight: 600;
    }

    .product-detail dl {
        float: left;
        margin: 50px 0 30px 0;
        width: 100%;
    }

        .product-detail dl dt {
            clear: left;
            display: block;
            float: left;
            font-weight: bold;
            margin: 0;
            padding: 0;
            width: 82px;
        }

        .product-detail dl dd {
            clear: right;
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 136px;
        }

    /*js_tabs override*/
    .product-detail .tabs {
        float: right;
        margin: 40px 20px 0 0;
        width: 680px;
    }

    .product-detail .tabscontainer {
        width: 698px;
    }

    .product-detail .tab {
        width: 658px;
    }

#tab_winkels_nederland .js_gmaps, #tab_winkels_belgie .js_gmaps {
    display: none;
    height: 300px;
    width: 100%;
}

.storelist .icon-store-map {
    background-position: 88px -1347px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-right: 50px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: underline;
}

    .storelist .icon-store-map.active {
        background-position: 79px -1397px;
        font-weight: normal;
    }


.book-copies .book-copy-icon span {
    display: block;
    font-size: 11px;
}

.book-copies .book-copy-icon img {
    margin: 0 0 0 2px;
}

.book-copies .selection {
    display: none;
}

.book-copies th {
    color: #86817e;
    font-size: 12px;
}

.book-copies td {
    border-top: 1px solid #d7d1cd;
    height: 72px;
}

.book-copies td .inner {
  display: block;
  margin-top: 20px;
}

.book-copies .book-copy-shop div {
    display: inline-block;
    margin-left: 4px;
    zoom: 1;
    *display: inline;
}

.book-copies .bookfooter td {
    border-top: none;
    height: 0;
}

.book-copies .book-copy-price {
    font-weight: bold;
}

.book-copies .book-copy-description {
    padding-top: 0;
    margin-top: 0;
}

.book-copies .icon-wishlist {
    float: right;
    margin: 0 20px 0 0;
}

    .book-copies .icon-wishlist:visited {
        color: #00abff;
    }

.reserveernu {
    padding: 0 43px 0 28px;
}

#tab_recensies .hreview {
    display: block;
}

/* =============================================================================
   Sections CSS: Winkels
   ========================================================================== */
.storelist .tabscontainer, #tab_winkels_nederland, #tab_winkels_belgie {
    width: 700px;
}

    #tab_winkels_nederland .divTop10Netherlands, #tab_winkels_belgie .divTop10Belgium {
        margin: 10px 0 0 0;
        width: 100%;
    }

    #tab_winkels_nederland .winkel, #tab_winkels_belgie .winkel {
        float: left;
        margin: 30px 20px 0 0;
        min-height: 340px;
        width: 220px;
    }

        #tab_winkels_nederland .winkel:nth-child(3n+3),
        #tab_winkels_belgie .winkel:nth-child(3n+3) {
            margin-right: 0;
        }

        #tab_winkels_nederland .winkel h2, #tab_winkels_belgie .winkel h2 {
            line-height: 22px;
            min-height: 44px;
        }

            #tab_winkels_nederland .winkel h2 a, #tab_winkels_belgie .winkel h2 a {
                text-decoration: none;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }


    #tab_winkels_nederland .voorheen, #tab_winkels_belgie .voorheen {
        margin-top: -40px;
        display: block;
    }

.winkeldetail h1 {
    float: left;
    height: 46px;
    line-height: 23px;
    margin-bottom: 0;
    width: 480px;
}

.winkeldetail .back {
    float: right;
    margin-bottom: 10px;
    width: 220px;
    text-align: right;
}

.winkeldetail .sidebar-left h3 {
    margin-top: 0;
}


.winkeldetail .timetable p {
    margin: 0;
}

.winkeldetail .timetable td:first-child {
    font-weight: bold;
}

.winkeldetail .timetable td:nth-child(2) {
    text-align: right;
}


.winkeldetail .timetable td[colspan="2"]:first-child {
    font-weight: normal;
}

.winkeldetail .timetable tr:last-child {
    font-size: 11px;
}

.winkeldetail .share {
    margin-bottom: 20px;
}

.winkeldetail .voorheen-detail {
    display: block;
    margin-top: 0;
    font-size: 12px;
}

#bigImageMaps {
    background: #262929;
    color: #fff;
    float: left;
    height: 360px;
    width: 100%;
    margin: 10px 0 30px 0;
    position: relative;
    overflow: hidden;
}

    #bigImageMaps img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    #bigImageMaps .caption {
        background: #262929;
        position: absolute;
        left: 0;
        top: 320px;
        height: 40px;
        line-height: 40px;
        width: 100%;
        z-index: 10;
    }

        #bigImageMaps .caption a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            margin-left: 20px;
        }

            #bigImageMaps .caption a span {
                display: inline-block;
                width: 20px;
                /*IE7*/
                zoom: 1;
                *display: inline;
            }

#captionMap {
    color: #262929;
    position: absolute;
    left: 0;
    top: 320px;
    height: 360px;
    width: 100%;
    z-index: 5;
}

    #captionMap a {
        color: #262929;
        text-decoration: underline;
    }

#smallMap, #smallMap2 {
    border: 1px solid #d7d1cd;
    height: 218px;
    width: 218px;
}

.vestiging-content .button {
    float: left;
    margin: 10px 0;
}

.vestiging-content {
    float: left;
    width: 100%;
}


/* =============================================================================
   Sections CSS: Homepage
   ========================================================================== */
.home .wrapper .content-control {
    margin: 20px 0 40px 0;
}


/* =============================================================================
   Sections CSS: Homepage - Week Aanbiedingen
   ========================================================================== */

.content-home h2 {
    padding: 5px 0 0 0;
    font-size: 23px;
    font-weight: 600;
    line-height: 36px;
}

.content-home ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}


.content-home li {
  float: left;
  padding: 0 16px 0 0;
  width: 246px;
}

.home .content-home li {
  padding: 0 20px 0 0;
  width: 300px;
}

    .content-home li.last {
        padding: 0 0 0 0;
    }

.content-home-title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-top: 26px;
}

ul.newsitems img {
    height: auto;
    width: 140px;
}

.content-home-subtitle {
    display: block;
    font-size: 18px;
    min-height: 40px;
}

.content-home-text {
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding: 22px 0 28px 0;
    min-height: 66px;
}

.week-share {
    display: block;
    float: left;
    width: 200px;
    padding: 25px 0 42px 0;
}

.content-home ul.share {
    padding: 25px 0 32px 0;
}

ul.share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    width: 200px;
}

.share li {
    float: left;
    line-height: 30px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 20px;
}

    .share li.share-title {
        font-weight: bold;
        width: 30px;
    }

    .share li a {
        display: block;
        text-indent: -9999px;
        margin: 4px 0 0 0;
        padding: 0 12px;
        height: 20px;
        width: 20px;
    }


.fb-share-white a {
    background-position: -100px -100px;
}

.tw-share-white a {
    background-position: -100px -120px;
}

.pi-share-white a {
    background-position: -100px -140px;
}

.fb-share-brown a {
    background-position: 0 -100px;
}

.tw-share-brown a {
    background-position: 0 -120px;
}

.pi-share-brown a {
    background-position: 0 -140px;
}

.darkgrey-wrapper {
    background: #262929;
    color: #fff;
}
/* =============================================================================
   Sections CSS: Homepage - Latest News
   ========================================================================== */
.white-wrapper {
    background: #fff;
    color: #2D1E0E;
    padding: 0 0 0 0;
}

.grey-wrapper {
    background: #f3f2f2;
    color: #2D1E0E;
    padding: 0 0 0 0;
}

/* =============================================================================
   Sections CSS: Study Books
   ========================================================================== */
#divSearchStudyBook textarea {
    width: 400px;
}

.isbnzoeker {
    float: left;
    margin-right: 40px;
}

.naamzoeker {
    border-left: solid 1px #949999;
    float: left;
    padding-left: 39px;
}


/* =============================================================================
   Sections CSS: News
   ========================================================================== */
.newsitems {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .newsitems li {
        border-bottom: 1px solid #d4d4d4;
        margin: 30px 0 0 0;
        padding: 0 0 30px 0;
    }

        .newsitems li .title {
            display: block;
            margin: 0;
        }

        .newsitems li .date {
            display: block;
        }

        .newsitems li .image {
            float: left;
            margin: 10px 20px 0 0;
            width: 140px;
        }

        .newsitems li .intro {
            float: left;
            width: 540px;
        }

            .newsitems li .intro p {
                margin: 10px 0;
            }

.newsitem {
    margin: 30px 0 0 0;
}

    .newsitem h1 {
        margin: 0;
    }

    .newsitem .date {
        display: block;
    }

    .newsitem .image {
        float: left;
        margin: 10px 20px 0 0;
        width: 140px;
    }

    .newsitem .intro {
        float: left;
        width: 540px;
    }

li.newsoverview {
    border-bottom: solid #262929;
    float: left;
    width: 120px;
    font-weight: bold;
    margin: 0 20px 0 0;
    padding: 0 10px 20px 10px;
}

/* =============================================================================
   Sections CSS: Login / Register
   ========================================================================== */
.login-page .loginrow {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}

.login-page .inloggen {
    float: left;
    width: 45%;
}

.login-page .register {
    float: right;
    width: 45%;
}

.login-page .forgot-password {
    float: left;
    width: 45%;
}

.login-page .facebook-login {
    float: right;
    width: 45%;
}

.facebook-login .button {
    display: none;
    float: right;
}

.stayloggedCheckbox {
    margin-right: 5px;
    vertical-align: middle;
}

.login-page .inloggen .button, .login-page .register .button {
    float: right;
}

a.login-fb-btn.button.dark-grey {
    margin-left: -160px;
    float: left;
}

/* =============================================================================
   Sections CSS: Profile Adressen
   ========================================================================== */
.profile-notification {
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    background: #e3e3e3;
}

.profilenav-title {
    margin-top: 0;
}

.profilenav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.instructions-holder {
    width: 770px;
    float: left;
    margin: 0;
}

    .instructions-holder ul {
        list-style: inside;
    }

.profile-page h2 a {
    font-size: 12px;
}

.profile-page .personal-information.edit {
    float: left;
    width: 100%;
}

.profile-page .additional-addresses {
    float: left;
    width: 100%;
}

#ctl00_ctl00_cphMain_cphContentCenter_facebookdiv.facebook {
    margin-top: 20px;
}

.facebook {
    width: 230px;
    float: right;
}

.profile-page .address-block,
.profile-page .profile_addressbook-holder {
    float: left;
    width: 210px;
    height: 80px;
    padding: 20px;
    margin: 10px 10px 0 0;
    background: #e3e3e3;
    position: relative;
}

    .profile-page .address-block:nth-child(3n+1) {
        margin-right: 0;
    }

    .profile-page .address-block .delete {
        background-position: 0 -1100px;
        display: block;
        height: 10px;
        width: 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        text-indent: -9999px;
    }

.newpopup.deleteaddress .button {
    margin: 10px 0 0 0;
}


/* =============================================================================
   Sections CSS: Profile Reviews
   ========================================================================== */

.contact-form-half {
    width: 340px;
    float: left;
}

.new-review {
    float: left;
    margin: 20px 0 0 0;
    width: 100%;
}

    .new-review textarea {
        margin: 5px 0 0 0;
    }

    .new-review .contact-form-half {
        float: left;
        margin-right: 20px;
        width: 440px;
    }

    .new-review .reviewcover {
        float: left;
        width: 200px;
    }

    .new-review .button {
        float: right;
    }

/* =============================================================================
   Sections CSS: Profile Orders
   ========================================================================== */
.profile-orders .divDetail {
    background: #e3e3e3;
}

.profile-orders .profile_order_header {
    float: left;
    font-weight: bold;
    padding: 10px 14px;
    width: 100%;
}

.profile-orders .divDetail table {
    margin: 0;
    padding: 0 10px;
}

.profile-orders .divDetail .profile-order-adress-holder {
    float: left;
    width: 100%;
}

.profile-orders .divDetail .profile_addressbook-holder-item_expand {
    float: left;
    margin-bottom: 10px;
    margin-left: 14px;
    width: 215px;
}

.profile-orders .divDetail .profile_content_holder_header_expand {
    font-weight: bold;
}

/* =============================================================================
   Sections CSS: Profile BoekZoekService
   ========================================================================== */

.boekzoekservice .divDetail {
    background: #e3e3e3;
}

.boekzoekservice .profile_order_header {
    float: left;
    font-weight: bold;
    padding: 10px 14px;
    width: 100%;
}

.boekzoekservice .divDetail table {
    margin: 0;
    padding: 0 10px;
}

.boekzoekservice .divDetail .profile-order-adress-holder {
    float: left;
    width: 100%;
}

.boekzoekservice .divDetail .profile_addressbook-holder-item_expand {
    float: left;
    margin-bottom: 10px;
    margin-left: 14px;
    width: 215px;
}

.boekzoekservice .divDetail .profile_content_holder_header_expand {
    font-weight: bold;
}

.boekzoekservice .divDetail .button {
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

.boekzoekservice .profile-booksearchservice-info-content-holder {
    float: left;
    margin: 5px 0;
    width: 100%;
}

.boekzoekservice .profile-booksearchservice-info-title {
    float: left;
    font-weight: bold;
    margin-left: 10px;
    width: 200px;
}

.boekzoekservice .profile-booksearchservice-info-property {
    float: left;
    width: 200px;
}

.boekzoekservice .profile_content_holder_header_delete {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.booksearchserviceform
{
	border-top: #262929 1px solid;
}

.booksearchservice td
{padding: 10px 0 0 0;
}

.winkelopsomming
{
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* =============================================================================
   Sections CSS: auteurs
   ========================================================================== */
.auteurs #main .wrapper {
    margin-top: 30px;
}

/* =============================================================================
   Sections CSS: Retourneren
   ========================================================================== */

.retourneren .retour_header_bold {
    font-weight: bold;
}

.retourneren .retour_content_holder_header {
    font-weight: bold;
}

.retourneren .retour_content_holder_header {
    margin-top: 20px;
    font-weight: bold;
}

.retourneren input, .retourneren select {
    margin: 5px 0;
}

/* =============================================================================
   Modular CSS
   ========================================================================== */
.js_popup {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
}

    .js_popup.open {
        display: block;
    }

.popupBox {
    background: #fff;
    border: none;
    left: 50%;
    margin-left: -389px;
    position: absolute;
    top: 150px;
    width: 700px;
    min-height: 400px;
    z-index: 10;
    -webkit-box-shadow: 0 0 10px 0 #747372;
    box-shadow: 0 0 10px 0 #747372;
}

.popupBoxHeader {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    height: 44px;
    text-indent: 20px;
    line-height: 44px;
}

.popupBoxContent {
    padding: 0 20px;
}

    .popupBoxContent img {
        padding: 48px 0 0 60px;
    }

.namechanged {
    font-size: 27px;
    padding: 15px 0px 0px 165px;
    display: block;
    font-weight: bold;
}

.bekijkvoordelen {
    display: block;
    float: left;
    margin: 50px 20px 0 175px;
    font-size: 14px;
    font-weight: bold;
}

.gawebsite {
    float: left;
    margin: 46px 0 0 0;
}

.popupBackground {
    background: #000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.popupClose {
    background-position: 0 -1450px;
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 20px 20px 0 0;
    text-indent: -9999px;
    width: 20px;
}

.widget .header {
    display: block;
    font-size: 16px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.widget .readmore {
    float: right;
    font-size: 13px;
}

/*Booklist*/
.text-author, .title a {
    text-decoration: none;
}

.booklist {
    margin: 40px 0 0 0;
}

.booklist h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 36px;
  margin-top: 0;
}

.booklist .next_list {
  position: relative;
  float: right;
  top: -347px;
  width: 920px;
}

.booklist .next_list span {
        font-weight: 800;
    }

.main-content .booklist h2 {
    margin-left: 0;
}

.booklist .next_list .line {
    float: right;
    font-size: 18px;
    font-weight: normal;
    margin: 0 10px;
    *margin-top: -30px;
}

.js_booklist_prev {
  background-position: -981px -1095px;
    cursor: pointer;
    float: right;
    font-size: 14px;
    *margin-top: -30px;
}

.js_booklist_next {
  background-position: right -1044px;
    cursor: pointer;
    float: right;
    font-size: 14px;
    *margin-top: -30px;
}

.booklist ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    overflow: hidden;
}

.booklist li {
    border-bottom: solid #262929;
    float: left;
    width: 120px;
    font-weight: bold;
    margin: 0 20px 0 0;
    padding: 0 10px 20px 10px;
}

    .booklist li.last {
        margin-right: 0;
        padding-right: 0;
    }


    .booklist li:hover {
        background: #262929;
    }

.booklist .image {
    position: relative;
    *position: static;
}

.booklist li:hover .image {
    /*display: none;*/
}

    .booklist li:hover .image img {
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
    }

.booklist li .meerinfo {
    display: none;
    cursor: pointer;
    height: 158px;
    text-decoration: none;
}


.booklist li:hover .meerinfo {
    display: block;
}

.booklist .hovermore-plus {
    background: #00abff;
    color: #fff;
    display: none;
    float: left;
    font-size: 32px;
    width: 60px;
    height: 60px;
    border: none;
    line-height: 60px;
    margin-bottom: 24px;
    margin-left: 30px;
    margin-top: 40px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-decoration: none;
    font-family: 'Times New Roman';
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.booklist li:hover .hovermore-plus {
    display: block;
    *display: none;
}

    .booklist li:hover .hovermore-plus a {
        text-decoration: none;
    }

.booklist .hovermore-info {
    color: #00abff;
    display: none;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 123px;
}

.booklist li:hover .hovermore-info {
    display: block;
    *display: none;
}

.booklist .image {
    display: block;
    width: 100%;
    overflow: hidden;
    width: 120px;
}

    .booklist .image img {
        display: block;
    }

.booklist .author {
    display: block;
    font-family: Arial;
    font-size: 11px;
    height: 28px;
    line-height: 14px;
    margin-top: 2px;
    overflow: hidden;
    text-transform: uppercase;
}


.booklist .title {
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-top: 10px;
    overflow: hidden;
    height: 56px;
}

.booklist .price {
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

    .booklist .price .boekkoerier {
        display: inline-block;
        float: right;
        margin-left: 4px;
        vertical-align: middle;
        /*IE7*/
        zoom: 1;
        *display: inline;
    }

.booklist .last .price .boekkoerier {
    margin-right: 10px;
}

.booklist li:hover .author a,
.booklist li:hover .title a,
.booklist li:hover .price {
    color: #fff;
}

/*Rating*/

.jqDoRating span {
    margin-right: 10px;
}

.rating-holder img {
    background-position: 0 -999px;
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin-right: 2px;
}

    .rating-holder img.rateOn, .rating-holder img.rateActive {
        background-position: 0 -1032px;
    }

    .rating-holder img.rateOff {
        background-position: 0 -999px;
    }

.filter .rating-holder {
    cursor: pointer;
}

/*In Page USPs*/
.inpage-usp.freeshipping {
    background-position: 0 -1147px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 0 40px;
}

    .inpage-usp.freeshipping .small {
        display: block;
        font-weight: 600;
    }

/*CookieBar*/
.cookie-message {
    background: #d0d0cf;
    box-shadow: 0 0 3px #ccc;
    z-index: 99;
    height: 30px;
    color: #262929;
    line-height: 30px;
    text-align: left;
    border: 1px solid #d0d0cf;
}

    .cookie-message span {
        float: left;
    }

    .cookie-message a {
        float: left;
        text-align: right;
        cursor: pointer;
        color: #262929;
    }

        .cookie-message a.my-close-button {
            float: right;
        }

.message {
    width: 975px;
    margin: 0 auto;
}

/*JS_Singlescreen*/

.js_singlescreen {
    height: 298px;
    position: relative;
    width: 100%;
}

    .js_singlescreen ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .js_singlescreen li {
        margin: 0 auto;
        padding: 0;
    }

    .js_singlescreen .slides {
        position: relative;
        z-index: 0;
    }

        .js_singlescreen .slides li {
            position: absolute;
            left: 0;
            top: 0;
            height: 298px;
            width: 100%;
        }

            .js_singlescreen .slides li .wrapper {
                position: relative;
                height: 298px;
            }

        .js_singlescreen .slides .content {
            color: #fff;
            display: block;
            height: 298px;
            left: 0;
            position: absolute;
            top: 0;
            text-align: center;
            width: 100%;
        }

            .js_singlescreen .slides .content a {
                color: #fff;
                text-decoration: none;
            }

            .js_singlescreen .slides .content .title {
                display: block;
                font-size: 44px;
                font-weight: 600;
                margin: 65px 0 20px 0;
  text-indent: -9999px;
                text-transform: uppercase;

            }

            .js_singlescreen .slides .content .subtitle {
                display: block;
                font-size: 18px;
                font-weight: 600;
  text-indent: -9999px;
                text-transform: uppercase;
            }

    .js_singlescreen .control {
        display: none;
    }

    .js_singlescreen .bullets {
        position: absolute;
        left: 0;
        bottom: 23px;
        width: 100%;
        text-align: center;
    }

        .js_singlescreen .bullets li {
            display: inline-block;
            margin: 0 2px;
            /*IE7*/
            zoom: 1;
            *display: inline;
        }

        .js_singlescreen .bullets a {
            background-position: -25px -925px;
            display: block;
            height: 8px;
            text-indent: -9999px;
            width: 8px;
        }

        .js_singlescreen .bullets li.active a {
            background-position: 0 -925px;
        }

.js_singlescreen_prev {
    background-position: 0 -900px;
    cursor: pointer;
    display: block;
    height: 19px;
    margin: -11px 0 0 -471px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 19px;
}

.js_singlescreen_next {
    background-position: -50px -900px;
    cursor: pointer;
    display: block;
    height: 19px;
    position: absolute;
    left: 50%;
    margin: -11px 0 0 451px;
    top: 50%;
    width: 19px;
}

/*js_tabs*/
.js_tabs {
    position: relative;
}

    .js_tabs ul {
        left: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .js_tabs li {
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .js_tabs li a {
            background: #eee6de;
            border: 1px solid #cdc2bd;
            border-right: none;
            display: block;
            height: 37px;
            line-height: 37px;
            width: 148px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
        }

        .js_tabs li.active a {
            background: #fff;
            border-bottom: 1px solid #fff;
            color: #262929;
            font-weight: 600;
        }

        .js_tabs li.last {
            border-right: 1px solid #cdc2bd;
        }

    .js_tabs .tabscontainer {
        border: 1px solid #cdc2bd;
        float: left;
        margin: 38px 0 0 0;
    }

        .js_tabs .tabscontainer.noborder {
            border: none;
            border-top: 1px solid #cdc2bd;
            width: 700px;
            margin-bottom: 30px;
        }

    .js_tabs .tab {
        display: none;
        float: left;
        padding: 20px;
    }

    .js_tabs .noborder .tab {
        padding: 0;
    }

    .js_tabs .tab.open {
        display: block;
    }

/*Overridable defaults*/

.js_tabs {
    float: left;
    margin: 20px 20px 0 0;
    width: 700px;
}

    .js_tabs .tabscontainer {
        width: 698px;
    }

    .js_tabs .tab {
        width: 658px;
    }

#mobiledetect {
    background: #262929;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
}

    #mobiledetect a {
        color: #fff;
        text-decoration: underline;
    }

/*Helpers*/
#header:before, #header:after {
    content: "";
    display: table;
}

#header:after {
    clear: both;
}

#header {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*PROFILE DETAIL PAGE*/
.profile_addressbook-holder_no_img {
    margin-bottom: 10px;
}

.active {
    font-weight: bold;
}

.personal-information {
    float: left;
    width: 280px;
    height: auto;
}

.login-details {
    float: left;
    width: 175px;
    height: auto;
}

.profile_content_holder {
    float: left;
    width: 700px;
    height: auto;
}

.profile_table_holder {
    width: 680px;
    float: left;
    height: auto;
    min-height: 25px;
    padding: 8px 0 0 0;
    font-size: 11px;
}

    .profile_table_holder td {
        font-weight: bold;
    }

.zoek-button {
    background: #262929;
    border: none;
    color: #fff;
    display: block;
    text-decoration: none;
    height: 21px;
    float: left;
    margin: 7px 7px 0 0;
    padding: 0px 9px;
    font-weight: bold;
}

a:hover.zoek-button {
    color: #fff;
}

a:visited.zoek-button {
    color: #fff;
    background: #00abff;
}

/*shoppingcart page*/

#checkout-b {
    float: left;
    width: 940px;
    margin-right: 20px;
}

    #checkout-b.afronden-gegevens, #checkout-b.afronden-betaling {
        float: left;
        width: 700px;
        margin-right: 20px;
    }

    #checkout-b .cartcontent {
        float: left;
        margin-right: 20px;
        width: 720px;
    }

        #checkout-b .cartcontent li {
            text-align: left;
        }

.instructions-holder.usplist {
    float: left;
    width: 200px;
    margin: 50px 0 30px 0;
}

    .instructions-holder.usplist h2 {
        font-size: 14px;
    }

.content-holder-shopcart {
    margin-top: 30px;
}

.shoppingcart-title {
    display: block;
    height: 23px;
    font-size: 11px;
}

    .shoppingcart-title.icon-cart {
        float: left;
        width: 500px;
    }

.icon-cart {
    background-position: 0 -1250px;
    padding-left: 36px;
}

.icon-cart-heart {
    background-position: 8px -1500px;
    padding-left: 36px;
    margin-bottom: -20px;
}

.content-winkelwagen .no-products {
    margin: 10px 0;
}

#checkout-b.verlanglijst {
    width: 700px;
}

    #checkout-b.verlanglijst .content-holder-shopcart {
        margin-top: 0;
    }

    #checkout-b.verlanglijst .description {
        width: 450px;
    }

    #checkout-b.verlanglijst .article-header {
        width: 610px;
    }

.js_readmorelist span {
    display: none;
}

#checkout-b ul {
    padding: 0;
    margin: 0;
}

#checkout-b .winkelwagen_holder_footer {
    float: left;
    width: 720px;
    margin-top: 10px;
}

#checkout-b .shoppingcart-buttons-holder {
    clear: both;
    margin: 20px 0 0 0;
    padding: 10px 0 30px 0;
    float: left;
    width: 700px;
}

#checkout-b .content-holder-shopcart .shoppingcart-buttons-holder {
    width: 720px;
}

#checkout-b h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#checkout-b .instructions-holder h2 {
    margin: 20px 0 0 0;
}

#checkout-b.content-winkelwagen .instructions-holder.usplist {
    margin: 68px 0 0 0;
}


#checkout-b .shopping-cart-steps-holder li,
#checkout-b .content-holder-shopcart .shoppingcart-header-holder li {
    text-decoration: none;
    display: block;
    font-weight: bold;
    float: left;
    margin: 13px 0 20px 0;
    color: #86817e;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.shoppingcart-header-holder li {
    border-bottom: 1px solid #dbdbdb;
}

#checkout-b .content-holder-shopcart .shoppingcart-header-holder li {
    margin-top: 20px;
    text-align: left;
}

.article-header {
    width: 394px;
    padding-left: 10px!important;
}

.aantal-header {
    width: 142px;
}

.price-header {
    width: 89px;
}

.totall-header {
    width: 49px;
}

.deletetotall-header {
    background-position: 0 -1303px;
    width: 26px;
}

#ctl00_ctl00_cphMain_cphContentRight_rptShoppingCart_ctl01_hplTitle {
    font-size: 14px;
}

#checkout-b .book {
    width: 63px;
    margin-left: 9px;
}

#checkout-b .description {
    width: 300px;
    margin: 0 0 0 42px;
}

#checkout-b .aantal {
    width: 43px;
    text-align: right;
    position: relative;
}

    #checkout-b .aantal .winkelwagen_input_holder {
        position: absolute;
        left: 0;
        top: 0;
    }

    #checkout-b .aantal .btn_holder_ww {
        position: absolute;
        right: -2px;
        top: -2px;
    }

        #checkout-b .aantal .btn_holder_ww .cmdBlocked.btn_ww_up a, 
        #checkout-b .aantal .btn_holder_ww .cmdBlocked.btn_ww_down a {
            display: none !important;
        }
        
        #checkout-b .aantal .btn_holder_ww .btn_ww_up,
        #checkout-b .aantal .btn_holder_ww .btn_ww_down {
            width: 12px;
            height: 15px;
        }

#checkout-b .price {
    width: 115px;
    margin-left: 10px;
    text-align: right;
}

#checkout-b .total {
    width: 98px;
    text-align: right;
}

#checkout-b .cancel {
    width: 33px;
    background-position: 14px -1303px;
}

.totalldelete-header {
    /*
	background-position: 0 -1303px;*/
    width: 28px;
}

.cancel a {
    display: block;
    text-indent: -9999px;
    height: 20px;
    width: 10px;
    padding: 0 10px;
}

#checkout-b .totals {
    float: left;
    width: 340px;
    margin: 0 0 0 380px;
}

    #checkout-b .totals .subtotal {
        height: 25px;
        line-height: 25px;
    }

#checkout-b .row {
    border-bottom: 1px solid #dbdbdb;
    float: left;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    width: 300px;
}

#checkout-b .subtotal {
    width: 240px;
}

#checkout-b .subtotal-price {
    width: 60px;
    text-align: right;
}

#checkout-b .totals .shippingcost {
    height: 40px;
    line-height: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0 27px 0;
    width: 340px;
    float: left;
}

#checkout-b .col4 {
    width: 260px;
    text-align: right;
}

#checkout-b .totals .total {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 18px;
}

input.checkout-button {
    padding: 12px 32px 12px 32px;
}


.checkout-button a {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 170px;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

#checkout-b .shoppingcart-button-terug {
    background-position: -981px -1094px;
    float: left;
    margin-top: 20px;
    height: 20px;
    width: 400px;
}


#checkout-b .column {
    float: left;
}

#checkout-b .row {
    float: left;
    width: 100%;
}

#checkout-b #spanItemCountCart {
    display: inline;
    margin: 0;
}

#checkout-b .shoppingcart-button-terug img {
    position: relative;
    margin: -2px 0 0 0;
    vertical-align: middle;
}

#checkout-b .checkout-next-button, #checkout-b .checkout-next-button-reversed {
    float: right;
    height: 34px;
}

.bookdelete {
    padding-top: 7px;
}

span#ctl00_ctl00_cphMain_cphContentLeft_wucProfiel_lblNewsletterText {
    margin-left: 27px;
    display: block;
    margin-top: -23px;
    width: 320px;
}

/*winkelwagen page: promocode box*/
.promocodebox {
    width: 340px;
    background: none;
    height: auto;
    padding: 0 0 10px 0;
}


/*Stap 1: Gegevens page*/
.no-js-left-collumn {
    float: left;
    width: 310px;
}

.no-js-right-collumn {
    float: right;
    width: 330px;
}

.profile-table {
    margin-top: 20px;
}

#checkout-b-overlay, .ctl00_ctl00_cphMain_cphContentRight_divProfileEditor .shoppingcart-line {
    border-top: 1px solid #d7d1cd;
}

.profile-table .inputsmallZipCode.postcode {
    width: 187px;
}

#checkout-receipt-b .shoppingcart-mini-holder-table td {
    height: 30px;
}

/*Stap 2: leveringswijze page*/

/*
.divProfileEditor {
  background: #fff;
  padding: 20px;
  width: 500px;
  min-height: 550px;
  position:absolute;
  left: 50%;
  margin-left: -270px;
  top: 100px;
  height: auto;
}*/

.input_adress {
    margin: 0 0 -19px -26px;
}


#checkout-b.afronden-levering {
    float: left;
    width: 700px;
    height: auto;
    margin-right: 20px;
}

#checkout-receipt-b {
    float: left;
    width: 220px;
    margin: 30px 0 0 0;
}


.addressbook-header-left {
    width: 350px;
    float: left;
    margin: 0 0 -14px 0;
}

.addressbook-header-right {
    width: 350px;
    float: left;
    margin: 0 0 -14px 0;
}

#checkout-b .addressbook-header-right h2 {
    margin-left: 10px;
}

/*style nieuwe checkout B*/

/*Lists*/

#checkout-b ul.shoppingcart {
    clear: both;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

    #checkout-b ul.shoppingcart li {
        margin-bottom: -40px;
        padding: 0;
        float: left;
        height: 13px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

        #checkout-b ul.shoppingcart li.step1Text {
            width: 160px;
        }

        #checkout-b ul.shoppingcart li.step2Text {
            width: 210px;
        }

        #checkout-b ul.shoppingcart li.step3Text {
            width: 180px;
        }

        #checkout-b ul.shoppingcart li.step4Text {
            width: 150px;
        }

        #checkout-b ul.shoppingcart li.last {
            float: left;
            background: none;
        }

        #checkout-b ul.shoppingcart li.inactive {
            color: #262929;
            font-weight: normal;
        }

        #checkout-b ul.shoppingcart li.finished {
            font-weight: normal;
            color: #262929;
        }

/*Headings*/

#checkout-receipt-b .shoppingcart-mini-holder h2 {
    display: block;
}

/*Forms*/

.no-js-left-collumn .inputsmall {
    width: 60px;
}

.no-js-right-collumn .inputmedium {
    width: 210px;
}

#checkout-b .inputsmallZipCode {
    width: 110px;
}

.profile-table .inputsmall {
    width: 187px;
}


/*Forms validation*/

#checkout-b .regexp-error-input {
    background: #fff url(/static/images/ic_incorrect.png) no-repeat right 6px;
}

#checkout-b .validation-error-input {
    background: #fff url(/static/images/ic_incorrect.png) no-repeat right 6px;
}

#checkout-b .validation-valid-input {
    border: 1px solid #4cb227;
    background: #fff url(/static/images/ic_correct.png) no-repeat right 6px;
}

.divError {
    color: #fa3656;
}

.divMessage {
    color: #4cb227;
}

/*shoppingcart.css*/
#checkout-receipt-b .shoppingcart-mini-holder {
    float: left;
    width: 220px;
}

#checkout-receipt-b .extra_information {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

    #checkout-receipt-b .extra_information img {
        vertical-align: middle;
        margin: -3px 0 0 0;
    }

#checkout-b .shoppingcart-content .optionblock.pickupCourier.active {
    height: auto;
}

#checkout-b .shoppingcart-content .pickupCourier .optionblock-content {
    padding: 20px 10px;
}

#checkout-receipt-b .extra_information h2 {
    line-height: 22px;
    margin: 0 0 5px 0;
    font-size: 14px;
}

#checkout-receipt-b .extra_information p {
    line-height: 18px;
    margin: 0;
    padding: 0 0 10px 0;
}

#checkout-b .shopping-cart-steps-holder {
    height: 21px;
    clear: both;
}

/*4stappen holder*/
#checkout-b .shopping-cart-steps-holder {
    margin: 30px 0 35px 0;
    background-position: 0px -1585px;
    height: 45px;
}

    #checkout-b .shopping-cart-steps-holder.step1 {
        background-position: 0 -1665px; /*-1650px;*/
    }

    #checkout-b .shopping-cart-steps-holder.step2 {
        background-position: 0 -1730px;
    }

    #checkout-b .shopping-cart-steps-holder.step3 {
        background-position: 0 -1795px;
    }

    #checkout-b .shopping-cart-steps-holder.step4 {
        background-position: 0 -1860px;
    }


#checkout-b .optionblock-hidden-content {
    display: none;
}

#checkout-b .shoppingcart-content .extraline {
    border-bottom: 1px solid #e9dfee;
    padding: 0 0 8px 0;
}

#checkout-b .shoppingcart-content .optionblock {
    margin: 10px 0;
    width: 700px;
    min-height: 64px;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #e3e3e3;
}

    #checkout-b .shoppingcart-content .optionblock.active {
        background: #e3e3e3;
        color: #000;
    }

#checkout-b .shoppingcart-content .deliver .optionblock-content {
    padding: 20px 10px;
}

#checkout-b .shoppingcart-content .pickup .optionblock-content {
    padding: 8px 10px;
}

#checkout-b .shoppingcart-content input[type="radio"] {
    vertical-align: middle;
    margin-bottom: 3px;
}

#checkout-b .shoppingcart-content .pickup select {
    margin: 0 10px;
}

#checkout-b .shoppingcart-content .pickup .note {
    display: block;
    color: #00abff;
    font-weight: bold;
    background: url(/static/images/ic_warning_yellow.png) no-repeat top left;
    padding: 0 0 0 20px;
    margin: 4px;
}

#checkout-b .shoppingcart-content .optionblock img {
    margin: 0 10px;
    vertical-align: middle;
}

#checkout-b .shoppingcart-content .businessInfo
{
    background-color: #262929;
    color: #fff;
    padding: 10px;
}

    #checkout-b .shoppingcart-content .businessInfo a {
        color: #00ABFF;
    }

#checkout-b .shopping-cart-steps-holder .step1,
#checkout-b .shopping-cart-steps-holder .step1-active {
    margin-right: 10px;
    width: 161px;
}


#checkout-b .shopping-cart-steps-holder .step2,
#checkout-b .shopping-cart-steps-holder .step2-active,
#checkout-b .shopping-cart-steps-holder .step2-active1 {
    width: 186px;
    margin-right: 10px;
    height: 21px;
}

#checkout-b .shopping-cart-steps-holder .step3,
#checkout-b .shopping-cart-steps-holder .step3-active,
#checkout-b .shopping-cart-steps-holder .step3-active1 {
    width: 187px;
    margin-right: 10px;
    height: 21px;
}


#checkout-b .shopping-cart-steps-holder .step4,
#checkout-b .shopping-cart-steps-holder .step4-active {
    width: 134px;
    height: 21px;
}

#checkout-b .shopping-cart-steps-holder .step1-active,
#checkout-b .shopping-cart-steps-holder .step2-active,
#checkout-b .shopping-cart-steps-holder .step3-active,
#checkout-b .shopping-cart-steps-holder .step4-active {
    color: #fff;
}


#checkout-b .shoppingcart-bottom p {
    float: left;
    display: block;
    width: 700px;
    text-align: right;
    font-size: 10px;
}

    #checkout-b .shoppingcart-bottom p img {
        vertical-align: middle;
        margin: 0 6px 0 0;
    }

#checkout-b .shoppingcart-button-doorgaan {
    float: right;
}

#checkout-b .addresbook-holder {
    float: left;
    margin: 20px 0 0 0;
    padding: 0;
    width: 700px;
}

#checkout-b .addressbook-holder-left,
#checkout-b .addressbook-holder-right,
#checkout-b .addressbook-holder-item {
    margin: 5px 0;
    padding: 0;
    float: left;
    width: 350px;
}

#checkout-b .addressbook-holder-right {
    float: left;
}

#checkout-b .addressbook-holder-item {
    clear: both;
    float: left;
    width: 300px;
    height: auto;
    padding: 20px;
    margin: 10px 0 0 0;
    border: 1px solid #e3e3e3;
    position: relative;
}

    #checkout-b .addressbook-holder-item .link_adres_delete {
        background-position: 0 -1100px;
        display: block;
        height: 10px;
        width: 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        text-indent: -9999px;
    }

#checkout-b .addressbook-holder-right .addressbook-holder-item {
    float: right;
}

#checkout-b .addressbook-holder-item.active {
    width: 300px;
    height: auto;
    padding: 20px;
    background: #e3e3e3;
    color: #000;
}

#checkout-b .addressbook-holder-item-content {
    margin: -3px 0 0 15px;
}

#checkout-b .addressbook-holder-item a {
    font-size: 10px;
    color: #5f5f5f;
}

#checkout-b .link_adres_update.newaddress {
    font-size: 11px;
    background-position: left -1544px;
    padding: 0 0 0 14px;
    margin-left: 10px;
}

#checkout-b .newaddresscontainer {
    float: left;
    width: 100%;
}

#checkout-b .addressbook-holder-item a:link, .addressbook-holder-item a:visited, .addressbook-holder-item a:hover, .addressbook-holder-item a:active {
    color: #5f5f5f;
}

#checkout-b .addressbook-header {
    float: left;
    padding: 0;
    width: 700px;
    border-bottom: none;
}

#checkout-receipt-b .shoppingcart-mini-holder-header {
    float: left;
    width: 100%;
    height: 30px;
}

    #checkout-receipt-b .shoppingcart-mini-holder-header h2 {
        display: block;
        float: left;
        width: 195px;
        height: 14px;
        line-height: 14px;
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 14px;
    }

#checkout-receipt-b .shoppingcart-mini-holder-main {
    float: left;
    width: 100%;
}

    #checkout-receipt-b .shoppingcart-mini-holder-main h3 {
        display: block;
        float: left;
        width: 220px;
        height: 27px;
        line-height: 27px;
        border-bottom: 1px solid #d7d1cd;
        font-size: 11px;
        margin: 0;
        padding: 0;
    }

#checkout-receipt-b .shoppingcart-mini-holder-table {
    float: left;
    padding: 0;
}

#checkout-receipt-b .shoppingcart-mini-holder-footer {
    float: left;
    width: 100%;
    height: 8px;
}

#checkout-receipt-b h3 {
    float: left;
    width: 100%;
}

#checkout-receipt-b .shoppingcart-address-table {
    float: left;
}

    #checkout-receipt-b .shoppingcart-address-table a {
        font-size: 0.9em;
    }

    #checkout-receipt-b .shoppingcart-address-table tr {
        height: 18px;
    }

#checkout-receipt-b .shoppingcart-mini-holder table tr td {
    padding: 0;
}

#checkout-receipt-b .shoppingcart-mini-holder-main table .table-header {
    display: none;
}

.inputsmallStreetNr {
    float: right;
}

.tooltip {
    display: inline;
    margin-left: 3px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #262929;
    background-color: #262929;
    padding: 1px 5px;
    max-width: 450px;
}

    #tooltip em {
        font-style: normal;
        font-weight: normal;
    }

    #tooltip h3, #tooltip div {
        margin: 0;
        color: #fff;
        font-size: 0.9em;
    }

    #tooltip table th, .book-copy-shop table th {
        text-align: left;
    }

    #tooltip table td, .book-copy-shop table td {
        font-weight: normal;
        text-align: left;
        width: 250px;
        vertical-align: top;
    }


/*Stap3: betalingswijze*/
.paymentoptionblock.active {
    font-weight: bold;
    background: #e3e3e3;
}

#checkout-b .paymentoptionblock.active .paymentoptionblock-header {
    height: auto;
    min-height: 107px;
}

#checkout-b .paymentoptionsrow {
    float: left;
    width: 100%;
}

#checkout-b .paymentoptionblock {
    float: left;
    width: 340px;
    min-height: 107px;
    height: auto !important;
    height: 107px;
    margin: 5px;
}

#checkout-b .paymentoptionblock-header {
    float: left;
    width: 338px;
    height: 107px;
    border: 1px solid #e3e3e3;
}

#checkout-b .paymentoptionblock-content {
    padding: 10px;
}

    #checkout-b .paymentoptionblock-content .title {
        font-weight: bold;
    }

    #checkout-b .paymentoptionblock-content img {
        vertical-align: middle;
    }

#checkout-b .paymentoptionblock .description {
    float: left;
    width: 96%;
    margin: 0 4%;
}

.paymentoptionblock-content input[type="text"], input[type="password"] {
    width: 180px;
}

#checkout-b .payment-options-note {
    font-size: 0.8em;
    float: left;
    padding: 0 0 0 5px;
}

/*
#checkout-b-overlay, .ctl00_ctl00_cphMain_cphContentRight_divProfileEditor {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99991;
}*/

#checkout-b-overlay h2, .ctl00_ctl00_cphMain_cphContentRight_divProfileEditor h2 {
    margin-top: 0;
}

.safetynet {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


#closePopup {
    position: absolute;
    right: 10px;
    top: 10px;
}

#checkout-b-overlay .btnSubmitLogin {
    float: right;
}

.newpopup {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.newpopup_box {
    background: #fff;
    padding: 20px;
    width: 500px;
    min-height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -270px;
    top: 100px;
    z-index: 9999;
}

.newpopup_background {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 9996;
}


.newpopup_close {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
}


.newpopup_box .profile_content_holder_header {
    font-size: 18px;
    font-weight: bold;
}

/*Stap4: AFRONDEN*/
#checkout-b.afronden-afronden {
    float: left;
    width: 700px;
}

    #checkout-b.afronden-afronden .leftcolumn {
        float: left;
        width: 327px;
        height: 100%;
    }

    #checkout-b.afronden-afronden .rightcolumn {
        float: right;
        width: 327px;
        height: 100%;
    }

    #checkout-b.afronden-afronden .block {
        float: left;
        width: 100%;
    }

        #checkout-b.afronden-afronden .block h2 {
            font-size: 16px;
        }

    #checkout-b.afronden-afronden .bigblock {
        float: left;
        width: 100%;
        padding: 12px 0;
    }

        #checkout-b.afronden-afronden .bigblock:last-child {
            border-bottom: none;
        }

        #checkout-b.afronden-afronden .bigblock .icon {
            float: left;
            width: 48px;
        }

            #checkout-b.afronden-afronden .bigblock .icon img {
                float: left;
                width: 36px;
                height: 36px;
            }

        #checkout-b.afronden-afronden .bigblock .title {
            float: left;
            width: 650px;
            font-weight: bold;
        }

        #checkout-b.afronden-afronden .bigblock .text {
            float: left;
            width: 650px;
            padding: 4px 0 0 0;
        }

    #checkout-b.afronden-afronden .maintitle {
        font-size: 18px;
        font-weight: bold;
        color: #359e09;
        padding: 3px 0;
    }

        #checkout-b.afronden-afronden .maintitle img {
            vertical-align: middle;
        }

    #checkout-b.afronden-afronden .p {
        padding: 11px 0;
    }

    #checkout-b.afronden-afronden p.videotext {
        float: left;
        display: block;
        width: 700px;
    }

    #checkout-b.afronden-afronden .righttitle {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        padding: 9px 0;
    }

    #checkout-b.afronden-afronden .video {
        float: left;
        width: 400px;
        padding: 10px 0 22px 0;
    }

    #checkout-b.afronden-afronden .wistu {
        float: left;
        width: 100%;
        line-height: 23px;
    }

        #checkout-b.afronden-afronden .wistu a {
            display: block;
            font-weight: bold;
        }

#checkout-b #ctl00_ctl00_cphMain_cphContentLeft_wucProfiel_trMobile {
    display: none;
}

.paymentoptionblock-content,
.paymentoptionblock-content label {
    cursor: pointer;
}

.mrcash {
    padding: 0 50px 0 30px;
    background-position: 0 -68px !important;
}

div.nice-input.clearfix.newsl .nieuwsbrief-input {
    display: block;
    width: 203px;
    float: left;
    border: 1px solid #d6d2cf;
    height: 35px;
}

.nieuwsbrief-content {
    width: 220px;
}

#footer .nieuwsbrief-content {
    width: 100%;
}

div.nice-input.clearfix.newsl .nieuwsbrief-button.button.dark-grey {
    display: block;
    float: left;
}


/* AddThis */
.addthis_toolbox {
    display: block;
    width: 190px;
    height: 30px;
    float: left;
}

    .addthis_toolbox a.addthis_button_facebook_like {
        width: 46px;
        height: 20px;
        margin-left: 4px;
    }

.addthis form#frmNewsletter {
    float: left;
    width: 200px;
}

    .addthis form#frmNewsletter .nice-input {
        background: none;
    }

.addthis {
    width: 160px;
    float: left;
}


.studieboeken .shoppingcart-mini-holder {
    float: right;
    margin-left: 20px;
    min-height: 500px;
}

    .studieboeken .shoppingcart-mini-holder h2 {
        margin-top: 0;
    }

    .studieboeken .shoppingcart-mini-holder .total.totaltext.shoppingcart-line {
        margin: 20px 0 0 0;
        height: 50px;
    }



#tblAcceptgiro .ddlDropdown {
    width: 60px;
}

    #tblAcceptgiro .ddlDropdown.last {
        width: 73px;
    }

/*boeken-verkopen
.content-control  {margin-top:30px} */


.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    display: none;
    background-color: #e9e9e9;
}

    .ui-autocomplete .ui-menu .ui-menu-item a {
        font-size: 14px;
        line-height: 20px;
    }

        .ui-autocomplete .ui-menu .ui-menu-item a:hover {
            background-color: #d0d0cf;
        }

.ic-booktype {
    display: block;
}


/* Klantenservice formulier */
.contact-form-half-klant1 {
    width: 370px;
    margin-right: 60px;
    float: left;
}

    .contact-form-half-klant1 textarea {
        width: 298px;
    }

.contact-form-half-klant2 {
    width: 400px;
    float: left;
}

    .contact-form-half-klant2 .button {
        float: right;
        margin-right: 84px;
    }

.contact-form-half textarea {
    width: 310px;
    height: 110px;
}

.contact-form-half td {
    height: 33px;
}

.contact-form-half label {
    font-weight: bold;
}

.service-phone-numbers {
    width: 940px;
    float: left;
    margin: 30px 0;
}

#divForm select {
    height: 33px;
    padding: 4px 4px 3px 4px;
    margin-top: 5px;
    width: 205px;
    border: solid 1px #C1C1C1;
    color: #6B6B6B;
}

#divForm label {
    float: left;
    width: 110px;
    padding: 5px 0 0 0;
}

div .inputmedium {
    background-color: #fff;
    border: 1px solid #d6d2cf;
    color: #262929;
    height: 24px;
    line-height: 24px;
    padding: 4px 8px;
    width: 187px;
    margin-top: 5px;
}

/*boekkoerier*/
.boekkoerier {
    background-position: 0 -2150px;
    display: block;
    text-indent: -9999px;
    height: 28px;
    width: 28px;
    margin: 0 auto;
}

    .boekkoerier.small {
        background-position: 0 -2250px;
        height: 20px;
        margin: 0;
        width: 20px;
    }

.bookCourierNotificationContainer {
    position: relative;
}

.bookCourierUnavailable, .bookCourierAvailable {
    display: block;
    height: 60px;
    left: 0;
    margin-bottom: 10px;
    top: 20px;
    width: 400px;
}

    .bookCourierUnavailable img, .bookCourierAvailable img {
        float: left;
        margin-right: 10px;
    }

    .bookCourierUnavailable div, .bookCourierAvailable div {
        float: left;
        width: 350px;
    }


.validation-error, .regexp-error {
    display: none;
    width: 0;
}

.regexp-error-input, .validation-error-input {
    border: 1px solid red;
}


.addthisshareicon {
    float: left;
}

.main-content .addthis_toolbox {
    float: left;
    width: 100%;
}

.note {
    font-size: 0.9em;
}

#divSearchStudyBook {
    position: relative;
}

    #divSearchStudyBook .naamzoeker {
        position: absolute;
        right: 52px;
        top: 35px;
    }

.addtoshoppingcart {
    margin-top: 40px;
    float: right;
}

.studybookitem .price {
    margin: 15px 0;
}

.studybookitem .button {
    float: right;
}

.contact-error {
    color: grey;
    background-color: #F8F8F8; 
    padding: 20px; 
    width: 915px;
}

/* Responsive stukje tbv winkelprijs  */
@media only screen and (max-width : 1025px),
only screen and (max-device-width : 1025px){

.winkelketenprijs {
    display: none;
}