body
{
    color: #7C888E;
    font-family: Arial, Verdana,sans-serif;
    font-size: 12px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

html
{
    height: 100%;
}

header, footer, nav, section
{
    display: block;
}

img{ vertical-align: top; }

/* RESET */
h1, h2, h3, h4, h5, h6, p, td, input
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.lnkColor {
    color: #0094b1 !important;
}

ul, li
{
    font-size: 12px;
}

ul
{
    margin-top: 0;
    padding-left: 15px;
}

.content p, .content li
{
    line-height: 1.4em;
}

.clear
{
    clear: both;
}

.onepix
{
    width: 1px !important;
    height: 1px !important;
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.field-validation-valid
{
    display: none;
}

.validation-summary-valid
{
    display: none;
}

h1, h2, h3, p
{
    padding: 0 0 5px 0;
}

h1, .logon-container h2
{
    font-size: 20px;
    /* margin-bottom: 12px; */
    color: #A3C028;
    font-family: Arial, Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

p
{
    color: #7c888e;
    padding-bottom: 7px;
}

.product h1, .product h2
{
    padding: 0 0 5px 0;
    margin: 0;
}

.product p
{
    padding: 0 0 5px 0;
}

.copyright
{
    clear: both;
    width: 960px;
    border-top: 1px solid #BCC3C6;
    height: 30px;
    padding: 18px 0 10px 0;
}

    .copyright ul
    {
        padding: 0;
    }

    .copyright li
    {
        list-style: none;
        display: inline;
    }

img
{
    border: 0;
}

form
{
    margin: 0;
    padding: 0;
}

a
{
    color: #7C888E;
}

    a:hover
    {
        color: #a3c028;
    }

/* BASICS */
.wrapper
{
    width: 960px;
    margin: 0 auto;
    height: auto !important;
    min-height: 100%;
    position: relative;
}

.wrapper
{
    background: url('/Assets/wrapper-background.png') repeat-y;
}

.topLocker
{
    position: fixed;
    z-index: 1000;
    /* height: 201px; */
    top: 0;
    background: #fff;
}

.header
{
    width: 960px;
    height: 105px;
    display: block;
}

    .header .logo
    {
        display: block;
        width: 232px;
        height: 105px;
        float: left;
    }

        .header .logo img
        {
            position: absolute;
            margin-top: 13px;
        }

    .header .shopcart
    {
        display: block;
        width: 245px;
        float: right;
        height: 105px;
    }

/* LOADING MSG */
.loading-window
{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}

    .loading-window .hide
    {
        display: none;
    }

    .loading-window .visible
    {
        display: block;
    }

    .loading-window span
    {
        display: block;
        border: 4px solid #fff;
        width: 400px;
        padding: 10px;
        margin: 0 auto;
        margin-top: 20%;
        line-height: 18px;
        font-size: 12px;
        background: #0094b1;
        color: #fff;
        min-height: 30px;
        font-weight: bold;
    }

        .loading-window span img
        {
            float: left;
        }

/* EOF LOADING MSG */

/* BUTTON STYLES */
.button-small
{
    background: url("/content/images/button-bg-off.png") repeat-x;
    height: 16px;
    display: block;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 15px;
}

    .button-small a
    {
        display: block;
        background: url("/content/images/button-bg-end-off.png") no-repeat right;
        height: 15px;
        padding: 1px 15px 0 6px;
        text-decoration: none;
    }

        .button-small a:hover
        {
            color: #a3c028;
        }

.button-big
{
    background: url("/content/images/button-bg-big-off.png") repeat-x;
    height: 20px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

    .button-big a
    {
        display: block;
        background: url("/content/images/button-bg-big-end-off.png") no-repeat right;
        height: 18px;
        padding: 2px 20px 0 10px;
        text-decoration: none;
        line-height: 16px;
    }

        .button-big a:hover
        {
            color: #a3c028;
            background: url("/content/images/button-bg-big-end-on.png") no-repeat right;
        }

.button-area
{
    clear: both;
    display: block;
}
/* EOF BUTTON STYLES */

/* MINI SHOPCART */
.mini-basket
{
    width: 245px;
    margin-top: 20px;
    height: 60px;
    display: block;
    background: url("/content/images/mini-basket-bg.png") no-repeat;
    overflow: hidden;
    text-align: right;
    cursor: pointer;
}

.basketDetails
{
    width: 245px;
    margin: 0 0 5px 0;
    display: block;
}

.basketDetailsAmount
{
    font-size: .85em;
    font-family: Arial, Verdana, sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.basketButtons
{
    width: 245px;
    display: block;
}

    .basketButtons .button-small
    {
        float: right;
    }

.account-bar
{
    display: block;
    padding: 5px 0;
    font-size: 11px;
    font-family: Arial;
    position: absolute;
    right: 0;
    width: 500px;
    overflow: hidden;
}

    .account-bar .userName
    {
        position: absolute;
        font-weight: bold;
        width: 250px;
        font-size: 12px;
        text-align: right;
        right: 135px;
    }

    .account-bar a
    {
        text-decoration: none;
    }

        .account-bar a:hover
        {
            color: #a3c028;
        }

    .account-bar ul
    {
        padding: 0;
        margin: 0;
        float: right;
    }

        .account-bar ul li
        {
            display: inline;
            padding: 0;
            margin: 0;
        }

/* END OF MINI SHOPCART */

.breadcrum
{
    clear: both;
    width: 960px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-bottom: 1px solid #a9b8bd;
    margin: 0;
}

    .breadcrum a
    {
        text-decoration: none;
        color: #7C888E;
    }

        .breadcrum a:hover
        {
            text-decoration: underline;
        }

    .breadcrum ul
    {
        clear: both;
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 700px;
        display: block;
        float: left;
    }

    .breadcrum li
    {
        display: inline;
        margin: 0;
        line-height: 20px;
    }

/* SEARCH HEADER FIELD */

.search-container
{
    float: left;
    border: 5px solid #EEEEEE;
    display: block;
    background: #EEEEEE;
    margin: 40px 0 0 10px;
}

.search-field
{
    background: url("/Assets/magnifying_glass_2.gif") no-repeat scroll 8px 7px #FFFFFF;
    border: 1px solid #C4C4C4;
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 29px;
    margin: 0;
    padding-left: 30px;
    width: 341px;
}

.search-button
{
    padding: 5px 15px;
    position: relative;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center bottom, #00b7ea, #0091b1 60%, #006c93 96%, #c1ecf5 98%) repeat scroll 0 0 transparent;
    border-color: #00b7ea #0091b1 #006c93;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: bold 15px arial,sans-serif;
    margin: 0;
    padding: 0.34em 1.5em 0.4em;
    text-decoration: none;
}

.search-button:hover {
    color: #fff;
}

/* SEARCH */

.search
{
    width: 990px;
    margin: 0 0 20px 3px;
}

    .search ul
    {
        width: 990px;
        display: table;
        list-style: none outside none;
    }

    .search li
    {
        list-style: none outside none;
        float: left;
        height: 65px;
        width: 495px;
    }

    .search .image
    {
        width: 100px;
        display: block;
        height: 60px;
        text-align: center;
        float: left;
    }

        .search .image img
        {
            height: 60px;
        }

    .search .description
    {
        width: 395px;
        display: block;
        float: right;
        height: 60px;
    }

/* EOF SEARCH */

/* ACCOUNT SETTINGS BAR */
.account-settings
{
    width: 100%;
    margin: 10px 0 10px 0;
}

    .account-settings ul
    {
        padding: 0;
        margin: 0;
    }

        .account-settings ul li
        {
            padding: 0;
            margin: 0;
            display: inline;
            font-family: Arial,Verdana,sans-serif;
            font-size: 12px;
        }

    .account-settings a
    {
        text-decoration: none;
    }

        .account-settings a:hover
        {
            color: #a3c028;
        }

/* END OF ACCOUNT SETTINGS BAR */

.content
{
    position: relative;
    width: 960px;
    padding-bottom: 55px;
    *position: none;
    padding-top: 201px;
}

    .content .default ul
    {
        padding: 1em;
        margin: auto;
    }

    .content .default
    {
        padding-top: 0;
    }

    .content .ddl
    {
        margin: 0 0 5px 0;
    }

.bottom-stick
{
    position: absolute;
    bottom: 0;
    background: #fff;
}

.footer
{
    clear: both;
    width: 960px;
    display: block;
    border-top: 1px solid #BCC3C6;
    padding: 13px 0 0 0;
    height: 62px;
}

.footer-list
{
    width: 960px;
    display: block;
    padding: 0;
}

    .footer-list li
    {
        list-style: none;
        padding: 0 30px 0 0;
        margin: 0;
    }

.footer-list-title
{
    font-weight: bold;
    float: left;
    *width: 210px;
}

.footer-list-items
{
    font-weight: normal;
    padding: 0 0 13px 10px;
    float: right;
    *float: none;
    *position: absolute;
}

    .footer-list-items a
    {
        display: block;
        text-decoration: none;
    }

        .footer-list-items a:hover
        {
            color: #a3c028;
        }

/* END OF BASICS */

.sidemenu
{
    width: 40%;
    display: block;
    float: left;
}

    .sidemenu ul
    {
        padding: 0;
        margin: 0;
    }

.catcontent
{
    width: 960px;
    display: block;
    margin: 7px 0 7px 0;
}

.subcatcontent
{
    width: 960px;
    display: block;
    margin: 170px 0 15px 0;
}

.tbar
{
    padding: 12px 0 2px 0;
    margin: 5px 0 15px 0;
}

    .tbar a
    {
        text-decoration: none;
    }

.tbar-take
{
    font-size: .85em;
    font-family: Arial, Arial, sans-serif;
    color: #7C888E;
}

/* PRODUCTS GRID */
.products-grid
{
    clear: both;
    width: 702px;
    overflow: hidden;
    display: block;
}

.products-grid-item-first
{
    width: 166px;
    height: 204px;
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    position: relative;
}

.products-grid-item
{
    width: 166px;
    height: 204px;
    margin: 0 0 10px 12px;
    padding: 0;
    float: left;
}

.products-grid-item-image
{
    border: 1px solid #7C888E;
    width: 166px;
    height: 154px;
    position: relative;
    float: left;
    display: block;
}

    .products-grid-item-image:hover
    {
        border: 1px solid #a3c028;
    }

    .products-grid-item-image .imgHolder
    {
        position: absolute;
        bottom: 0;
        display: block;
        text-align: center;
        width: 166px;
    }

.imgHolder-image-hidden
{
    display: none;
}

.imgHolder-loading
{
    width: 166px;
    height: 134px;
    display: block;
    background: url('/Content/images/ajax-loader.gif') center center no-repeat;
}

.products-grid-item-title
{
    font-weight: bold;
    width: 166px;
    margin: 4px 0 0 0;
    float: left;
}

.products-grid-item-desc
{
    width: 166px;
    clear: both;
}

.products-grid-item-lnk
{
    width: 56px;
    float: right;
    display: block;
    padding: 4px 0 4px 0;
    text-align: right !important;
}

    .products-grid-item-lnk a
    {
        border: 0 !important;
        font-size: 12px !important;
        text-align: right !important;
    }

.products-grid-item-price
{
    display: block;
    padding: 4px 0 4px 0;
    font-size: 12px;
    width: 110px;
    float: left;
}

.products-form-order
{
    float: left;
    width: 244px;
}

    .products-form-order select
    {
        width: 244px;
        height: 22px;
        padding: 2px;
        font-size: 11px;
        color: #7c888e;
        border: 1px solid #a9b8bd;
    }

/* PRODUCT */

.product
{
    width: 700px;
    display: block;
    margin: 5px 0 10px 0;
}

    .product ul
    {
        display: block;
        padding-left: 0;
    }

    .product li
    {
        list-style: disc;
        margin: 0 0 0 15px;
        padding: 0 0 4px 0;
    }

    .product .info ul ul
    {
        margin: 0 0 0 10px;
    }

    .product .info
    {
        width: 448px;
        float: left;
        margin: 0 0 5px 0;
        min-height: 265px;
    }

        .product .info p,
        .product .info li
        {
            line-height: 1.4em;
        }

.product-info-left
{
    width: 600px;
    float: left;
}

.product .images
{
    width: 252px;
    float: right;
    text-align: right;
}

.product .articles
{
    width: 700px;
    clear: both;
}

.product .notice, .products .notice
{
    font-size: 10px;
    font-style: italic;
}

.imageStrip
{
    list-style: none;
    padding: 0;
    margin: 0;
}

    .imageStrip li
    {
        padding: 0;
        margin: 0;
        display: inline;
    }

    .imageStrip img
    {
        width: 32px;
    }

.articles table
{
    width: 700px;
}

.articles .ordered
{
    font-weight: bold;
    background: #ccff99;
}

.articles .first, .shoppingcart .first
{
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    color: #7C888E;
    background: url("/content/images/menu-up.png") repeat-x scroll left top transparent;
    border-bottom: 1px solid #a9b8bd;
}

    .articles .first a
    {
        text-decoration: none;
    }

.articles .code
{
    width: 100px;
}

.articles .title
{
    width: 400px;
}

.articles .price
{
    width: 80px;
}

.articles .amount
{
    width: 50px;
}

.articles .last
{
    border-right: 1px solid #a9b8bd;
}

.articles .text
{
    line-height: 1.4em;
}

.articles .button
{
    padding: 0 0 0 4px;
    height: 27px;
    width: 20px;
}

    .articles .button .add, .articles .button .update
    {
        text-decoration: none;
    }

    .articles .button .remove
    {
        background: url("/content/images/remove-from-shopcart-small.png") no-repeat center;
        width: 16px;
        display: block;
    }

.articles .item
{
    padding: 0 0 0 10px;
    border-bottom: 1px solid #798b95;
}

.articles .numbers
{
    text-align: right;
    padding-right: 10px;
}

.articles .center
{
    text-align: center;
}

.articles .image
{
    padding: 5px 0 5px 0;
    text-align: center;
    width: 120px;
}

    .articles .image a
    {
        border: 1px solid #C6C6C6;
        height: 60px;
        display: block;
        width: 90px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
    }

    .articles .image img
    {
        height: 60px;
    }

.articles input
{
    width: 51px;
    border: 0px;
    border: 1px solid #798b95;
    padding: 2px 5px 2px;
    text-align: right;
    height: 25px;
    font-weight: bold;
    font-size: 12px;
}

.articles-highlight:hover
{
    background: #EEEEEE;
}

.articlesSubtext
{
    font-weight: bold;
    color: #0094b1;
}

.articlesMintext
{
    font-size: 11px;
}

/* EOF PRODUCT */

/* SHOPPING CART */

.shoppingcart
{
    margin: 0 0 20px 0;
}

    .shoppingcart table
    {
        /* width: 702px; */
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        border-spacing: 0;
    }

    .shoppingcart .artRow:hover
    {
        background: #ccff99;
        cursor: pointer;
    }

    .shoppingcart .artCustom {
        background: #FFE3F0;
    }

    .shoppingcart .artCustom:hover {
        background: #FC2D8E;
        color: #fff;
    }

    .artRow .ordered
    {
        background: #ccff99;
    }


    .shoppingcart .money
    {
        text-align: right;
        padding-right: 5px !important;
    }

    .shoppingcart .numbers
    {
        width: 60px;
    }

    .shoppingcart .item
    {
        padding: 5px 2px 5px 2px;
        border-bottom: 1px solid #C6C6C6;
    }

    .shoppingcart .last
    {
        text-align: center;
        border-bottom: 1px solid #C6C6C6;
    }

    .shoppingcart .remove
    {
        background: url("/content/images/remove-from-shopcart-small.png") no-repeat center;
        width: 30px;
        height: 16px;
        display: block;
        color: #fff;
    }

    .shoppingcart .update
    {
        background: url("/content/images/update-shopcart-small.png") no-repeat center;
        width: 30px;
        height: 16px;
        display: block;
        color: #fff;
    }

    .shoppingcart .thumbnail
    {
        text-align: center;
        padding: 5px 0 5px 0;
        width: 120px;
    }

        .shoppingcart .thumbnail a
        {
            border: 1px solid #C6C6C6;
            height: 60px;
            display: block;
            width: 90px;
            overflow: hidden;
            margin-left: auto;
            margin-right: auto;
            background: #fff;
        }

        .shoppingcart .thumbnail img
        {
            height: 60px;
        }

    .shoppingcart .amount
    {
        width: 55px;
        border: 1px solid #C0C0C0;
        padding: 2px;
        text-align: right;
        margin: 0 0 0 5px;
    }

.shopbasket
{
    width: 960px;
    display: block;
    margin: 10px 0 0 0;
}

    .shopbasket p
    {
        float: left;
        padding: 0;
        margin: 0 0 5px 0;
        width: 730px;
        text-align: right;
        display: block;
    }

    .shopbasket span
    {
        float: right;
        width: 155px;
        margin: 0 65px 0 0;
        text-align: right;
        display: block;
    }

    .shopbasket .subtext
    {
        color: #a3c028;
        font-size: 14px;
        font-weight: bold;
        border-top: 1px solid #C0C0C0;
    }

    .shopbasket .totalTitle
    {
        text-align: right;
        width: 450px;
        padding: 5px 0 5px 0;
    }

    .shopbasket .totalPrice
    {
        text-align: right;
        padding-right: 75px;
    }

.subPrices
{
    font-weight: bold;
    font-size: 14px;
}

.txtBoxCoupon
{
    width: 105px;
    padding: 2px;
    border: 1px solid #c0c0c0;
    float: left;
    margin-left: 14px;
}

.couponValue
{
    padding: 3px 0 0 2px;
    text-align: right;
}

#couponValue, #couponPercentage
{
    width: auto;
    margin: 0;
    padding: 0;
}

#couponPercentage
{
    position: absolute;
    margin-left: 237px;
}

.couponAdd, .couponRemove
{
    float: left;
    margin-left: 5px;
}

.couponHiders
{
    display: none;
}

.basketfooter
{
    width: 230px;
    display: block;
    border-top: none;
    clear: both;
    float: right;
    margin-top: 10px;
}

.order
{
    float: right;
    margin: 10px 75px 0 0;
}

/* NAVIGATION BAR */
.navbar
{
    width: 960px;
    clear: both;
    display: block;
    margin-bottom: 12px;
}

    .navbar ul
    {
        display: table;
        width: 300px;
        margin: 0 auto;
        margin-top: 10px;
        padding: 0;
        list-style: none outside none;
    }

    .navbar li
    {
        float: left;
        margin: 0 5px 0 0;
    }

/* EOF NAVIGATION BAR */

.thumbs .desc
{
    width: 141px;
    height: 54px;
}

.prodindex .list
{
    margin: 0;
    padding: 0;
    list-style: none;
}

    .prodindex .list li
    {
        margin: 0;
        padding: 0;
        clear: both;
    }

.list-image
{
    float: left;
    width: 400px;
}

    .list-image a
    {
        float: left;
        border: 1px solid #fff;
    }

        .list-image a:hover
        {
            border: 1px solid #798b95;
            width: 400px;
        }

.list-desc
{
    float: right;
    width: 500px;
}

.prodindex .pager-container
{
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    text-align: center;
}

.pager-container .pager, .tbar-pager
{
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pager-container .pager li, .tbar-pager li
    {
        margin: 0;
        padding: 0;
        display: inline;
    }

.tbar-pager
{
    float: right;
}

.shoparticles
{
}

    .shoparticles .amount
    {
        width: 20px;
        padding: 0;
        margin: 0;
    }

.shopcartMsg
{
    width: 200px;
    border: 1px solid red;
    color: red;
    display: none;
}

/* ACCOUNT */
.account
{
    font-family: Arial, Verdana, sans-serif;
}

    .account a
    {
        color: #0051d4;
    }

    .account .validation-summary-errors
    {
        border: 1px dashed red;
        color: red;
        padding: 3px 5px 5px 5px;
        margin: 10px 0 0 3px;
    }

        .account .validation-summary-errors ul
        {
            padding: 0 0 0 15px;
            margin: 0;
        }

#logonForm .validation-summary-errors ul
{
    margin: 0;
}

#logonForm .validation-summary-errors li
{
    list-style: none;
}

.account-table
{
    border: 0;
    padding: 0;
    border-spacing: 3px;
}

    .account-table h1
    {
        text-transform: none;
    }

.valSum ul
{
    color: darkred;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 11px;
}

.account .account-value
{
    width: 250px;
    display: block;
    background: #ececec;
    height: 15px;
    padding: 1px 0 0 7px;
    color: #000;
}

.account .account-value-edit
{
    height: 16px;
    padding: 0;
    background: #ececec;
}

.selectaddress
{
    /*padding: 2px 0 2px 0 !important;*/
    width: 244px;
}

#selectaddress .validation-summary-errors
{
    border: 1px solid red;
    width: 380px;
    padding: 5px;
}

.selectaddress-special
{
    width: 350px;
    float: left;
    margin-bottom: 15px;
}

    .selectaddress-special label
    {
        width: 118px;
        float: left;
    }

    .selectaddress-special input
    {
        float: left;
        width: 200px;
        border: 1px solid #748d92;
        font-size: 12px;
        padding: 0 5px 0 5px;
        font-family: Arial, Verdana, sans-serif;
    }

.account td label
{
    width: 160px;
    display: block;
}

.account td input
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000;
    margin: 0;
    height: 16px;
    padding: 0 5px 0 5px;
    border: 1px solid #748d92;
    width: 244px;
}

.account-value-edit-gender
{
    line-height: 22px;
}

    .account-value-edit-gender input
    {
        width: auto !important;
        border: 0 !important;
        position: relative;
        top: 3px;
    }

.account td select
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000;
    border: 1px solid #748d92;
    width: 100%;
    padding: 0 0 0 2px;
    height: 17px;
    margin: 0;
}

.account td .birthDate
{
    font-family: Arial, Verdana,sans-serif;
    font-size: 8pt;
    color: #000;
    margin: 0;
    padding: 0 5px 0 5px;
    border: 1px solid #748d92;
    width: 244px;
}

.account-right td input
{
    width: 274px;
}

.account-right td select
{
    width: 286px;
}

.account-right .account-value
{
    width: 280px;
}

.account .chkbox
{
    border: 0;
    background: #fff;
    padding: 0;
    width: auto;
    margin: 0;
}

.account h1, .account h2, .account h3, .account h4, .account h5, .account h6
{
    color: #98bd00;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial;
    padding: 0;
    margin: 10px 0 10px 0;
}

.account .reset-margins h1,
.account .reset-margins h2,
.account .reset-margins h3,
.account .reset-margins h4,
.account .reset-margins h5,
.account .reset-margins h6
{
    margin-top: 0;
}

.account-left
{
    width: 440px;
    float: left;
    border-right: 1px solid #788a96;
    font-size: 12px;
    color: #7C888E;
    margin: 0 15px 15px 0;
    padding: 0 15px 0 0;
}

.account-right
{
    width: 470px;
    float: left;
    font-size: 8pt;
    color: #7C888E;
}

.account-block
{
    clear: both;
    padding: 15px 0 0 0;
}

.account-mailprefs input
{
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 2px 5px 0 2px !important;
}

.account-mailprefs label
{
    width: auto !important;
}
/* JQUERY UI presets */
.ui-widget
{
    font-family: Arial, Verdana, sans-serif !important;
    font-size: 8pt;
}

/* DEFAULTS */
/* FORMS */

.form-err-msg
{
    width: 10px !important;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: rgb(194, 10, 10);
    vertical-align: top;
}

.form-err-icon
{
    width: 10px !important;
    color: red;
    padding: 0 0 0 5px;
}

    .form-err-icon a
    {
        text-decoration: none;
        color: red;
        font-weight: bold;
    }

.formDefault
{
    font-family: Arial, Verdana,sans-serif;
}

    .formDefault input
    {
        font-size: 12px;
        color: #000;
        margin: 0 0 5px 0;
        padding: 2px 5px 2px 5px;
        border: 1px solid #748d92;
        width: 244px;
        display: block;
        float: left;
        *float: none;
    }

    .formDefault .radio
    {
        margin: 0;
        padding: 2px 5px 2px 5px;
        width: auto;
        border: 0;
        float: left;
    }

    .formDefault select
    {
        font-family: Arial, Verdana,sans-serif;
        font-size: 12px;
        border: 1px solid #748d92;
        height: 20px;
    }

    .formDefault .container
    {
        clear: both;
        margin: 0 0 15px 0;
    }

    .formDefault label
    {
        font-size: 12px;
        color: #7c888e;
        margin: 0;
        padding: 0 0 5px 0;
        width: 160px;
        display: block;
        font-weight: bold;
    }

    .formDefault .noWidth
    {
        width: auto;
    }

    .formDefault .submit
    {
        width: auto;
        padding: 2px 15px 2px 15px;
        font-weight: bold;
        display: block;
        border: 2px solid #748d92;
        font-size: 8pt;
        height: 25px;
        line-height: 15px;
        color: #000;
        background: #f0f0f0;
        font-family: Arial, Verdana,sans-serif;
        cursor: pointer;
    }

    .formDefault .button
    {
        padding: 4px 15px 2px 15px;
        font-weight: bold;
        font-size: 8pt;
        border: 2px solid #748d92;
        text-decoration: none;
        height: 15px;
        color: #000;
        display: block;
        background: #f0f0f0;
    }

        .formDefault .button:hover, .formDefault .submit:hover
        {
            background: #dddddd;
        }

    .formDefault .nav
    {
        list-style: none;
        padding: 0;
        margin: 15px 0 15px 0;
        clear: both;
    }

        .formDefault .nav li
        {
            float: left;
            display: block;
            margin: 0 5px 0 0;
        }

.actionButton
{
    font-size: 1em;
    font-family: Arial, Verdana;
    font-weight: bold;
    color: #7C888E;
    display: block;
    background: url('/content/images/action-button-end.png') no-repeat right;
    clear: both;
    height: 32px;
    text-transform: uppercase;
}

    .actionButton:hover
    {
        background: url('/content/images/action-button-hover-end.png') no-repeat right;
    }

    .actionButton a
    {
        text-decoration: none;
        padding: 0 5px 0 10px;
        margin-right: 3px;
        display: block;
        background: url('/content/images/action-button-bg.png') repeat-y;
        height: 32px;
        line-height: 32px;
    }

    .actionButton .button {
        font-size: 1em;
        font-family: Arial, Verdana;
        font-weight: bold;
        border: 0;
        padding: 0 5px 0 10px;
        margin-right: 3px;
        height: 32px;
        color: #7C888E;
        line-height: 32px;
        cursor: pointer;
        text-transform: uppercase;
        background: url('/content/images/action-button-bg.png') repeat-y;
        text-align: left;
    }

    .actionButton .button:hover {
        color: #555555;
        background: url('/content/images/action-button-hover-bg.png') repeat-y;
    }

    .actionButton img
    {
        /* margin-right: 10px; */
        vertical-align: middle;
    }

    .actionButton a:hover
    {
        color: #555555;
        background: url('/content/images/action-button-hover-bg.png') repeat-y;
    }

.logon-container
{
    width: 50%;
    display: block;
    float: left;
    *width: 49%;
}

.logon
{
    margin: 10px 0 10px 0 !important;
}

    .logon li
    {
        margin: 0 0 10px 0;
        list-style: none;
    }

.formDefault .validation-summary-errors
{
    font-family: Arial, Verdana,sans-serif;
    font-size: 8pt;
}

    .formDefault .validation-summary-errors ul
    {
        padding: 5px 0 5px 20px;
        margin: 0 0 15px 0;
        border: 1px solid #790000;
        background: #fff6f6;
        width: 270px;
    }

.formDefault .list
{
    width: 290px;
    list-style: none;
    margin: 0;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    font-size: 8pt;
    border: 2px solid #748d92;
    text-decoration: none;
    color: #000;
    display: block;
    background: #f0f0f0;
}

    .formDefault .list li
    {
        padding: 0;
        margin: 0;
    }

/* SUBMENU */
.submenu-message
{
    border-left: 1px solid #a9b8bd;
    border-right: 1px solid #a9b8bd;
    border-bottom: 1px solid #a9b8bd;
    border-top: 0;
    background: #fff;
    height: 29px;
    line-height: 29px;
}

    .submenu-message p
    {
        margin: 0 0 0 10px;
        padding: 0;
    }

.dateRange
{
    height: auto !important;
    padding: 2px !important;
    margin: 0 !important;
    width: 75px !important;
}

.filters
{
    padding: 4px 0 2px 10px;
    font-weight: bold;
    border-bottom: 1px solid #a9b8bd;
    border-right: 1px solid #a9b8bd;
    background: url('/content/images/menu-up.png') repeat-x;
}

/* SUGGESTION MODULE CSS */
#suggestions-loader
{
    position: absolute;
    z-index: 1001;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 10px 5px 10px 5px;
    margin: 26% 0 0 35%;
    font-weight: bold;
    font-size: 12px;
}

    #suggestions-loader img
    {
        vertical-align: middle;
        padding-right: 5px;
    }

.articles .action
{
    cursor: pointer;
}

    .articles .action:hover, .articles .active
    {
        color: #a3c028;
        cursor: pointer;
    }

#qs-keyword
{
    height: auto !important;
    padding: 2px !important;
    margin: 2px 5px 0 0 !important;
    width: 150px !important;
    float: right;
    text-align: left;
}

#qs-button
{
    float: right;
    margin: 0 5px 0 0;
}

#startDate, #endDate
{
    text-align: center;
}

/* TEMPLATE CategoryMatrix */
.CategoryMatrix
{
    width: 700px;
    padding: 0;
    margin: 0;
}

    .CategoryMatrix ul
    {
        display: block;
        width: 710px;
        padding: 0;
        margin: 0;
    }

    .CategoryMatrix li
    {
        list-style: none;
        border-left: 1px solid #a9b8bd;
        border-right: 1px solid #a9b8bd;
        border-bottom: 1px solid #a9b8bd;
        width: 165px;
        height: 189px;
        margin: 0 10px 10px 0;
        position: relative;
        float: left;
    }

    .CategoryMatrix .imgHolder
    {
        display: block;
        position: absolute;
        bottom: 0;
        width: 165px;
        text-align: center;
        overflow: hidden;
    }

    .CategoryMatrix .title
    {
        display: block;
        color: #798b95;
        font-weight: bold;
        background: url("/content/images/nav-title-bg.png") no-repeat scroll left top transparent;
        width: 165px;
        text-align: center;
        margin: 0;
        overflow: hidden;
        height: 26px;
        line-height: 26px;
        float: left;
        position: absolute;
        z-index: 101;
    }

    .CategoryMatrix .description
    {
        position: absolute;
        width: 155px;
        height: 70px;
        display: block;
        background: url('/Content/images/category-overlay.png');
        text-align: left;
        padding: 5px;
        display: none;
        bottom: 0;
    }

    .CategoryMatrix a:hover
    {
        color: #fff;
    }

/* PAYMENT CHECKOUT */
fieldset, fieldset.nolegend
{
    border: 1px solid #D5DFE5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

legend
{
    font-weight: bold;
    margin-left: -2px;
    text-align: left;
    color: #7c888e;
    font-size: 12px;
}

.fastpayform
{
    float: left;
    width: 700px;
}
.fastpayform .field-validation-error {
    display: block;
    padding-left: 165px;
}

.shopcart-container
{
    float: left;
    margin-left: 15px;
    width: 231px;
    height: 100%;
    background: #EEEEEE;
    padding: 0 5px 0 5px;
    border-left: 1px solid #a9b8bd;
    border-right: 1px solid #a9b8bd;
}

    .shopcart-container fieldset
    {
        padding: 0;
        border: 0;
    }

    .shopcart-container legend
    {
        text-transform: uppercase;
    }

.container-usp
{
    padding: 10px 0 0 8px;
}

    .container-usp ul li
    {
        padding-bottom: 10px;
    }

.content-container
{
    float: left;
    width: 702px;
    /* width: 702px; */
}

.fastpay
{
    margin-bottom: 0;
    width: 940px;
}

hr.blue
{
    border-top: 1px solid #D5DFE5 !important;
}

.blue
{
    color: #336699 !important;
}

hr
{
    border-style: solid none none !important;
    border-top: 1px solid #000000 !important;
    height: 1px;
}

.gray
{
    color: #999999 !important;
}

.fs10
{
    font-size: 11px !important;
    line-height: 25px;
    color: rgb(0, 148, 177) !important;
}

.payreq {
    background: rgb(200, 225, 230);     
}


.spinp
{
    display: inline-block;
    height: 21px;
}

.fastpayform input[type="text"],
.fastpayform input[type="password"],
.fastpayform textarea,
.fastpayform select
{
    border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    padding: 2px 1px 2px 2px;
    font-size: 12px;
}

.fastpayform label
{
    display: inline-block;
    padding-top: 1px;
    text-align: left !important;
    vertical-align: top;
}

.fastpayform .error
{
    border-color: red !important;
}

.field-validation-error
{
    color: red;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{
    border: 1px solid red !important;
    font-size: 100%;
}

.validation-summary-errors
{
    font-weight: bold;
    color: red;
}

.validation-summary-valid
{
    display: none;
}

.payError
{
    width: 668px;
    background: #AD0C0C;
    padding: 5px;
    float: left;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    font-family: verdana;
    border: 2px solid #d5dfe5;
}

/* MINIBASKET */
.mini-shopbasket
{
    border-top: 1px dotted #798b95;
    margin-top: 10px;
}

.mini-shopbasket-thumbs
{
    width: 40px;
    text-align: center;
}

    .mini-shopbasket-thumbs img
    {
        width: 10px;
    }
    .mini-shopbasket-thumbs img.noscale {
        width: 40px;
    }

.mini-shopbasket-action
{
    width: 14px;
}

.mini-shopbasket-desc
{    
    text-transform: uppercase;
    font-size: 10px;
    word-wrap: break-word;
    display: inline-block;
}

.mini-shopbasket-price
{
    width: 75px;
    text-align: right;
}

.mini-shopbasket-line
{
    border-bottom: 1px dotted #798b95;
}

.mini-shopbasket-info
{
    line-height: 1.4;
    width: 162px;
}

.mini-shopbasket-info-right
{
    line-height: 1.4;
    width: 162px;
    text-align: right;
}

.mini-shopbasket-total
{
    margin-top: 10px;
}

.mini-shopbasket-last, .mini-shopbasket-last-right
{
    line-height: 1.4;
    width: 162px;
    border-top: 1px dotted #798b95;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.mini-shopbasket-last-right
{
    text-align: right;
}

.mini-shopbasket-message
{
    padding: 10px 0 0 0;
    text-align: center;
    color: rgb(0, 148, 177);
}

.stockInfo
{
    color: #0094B1;
    font-weight: bold;
}

.ideal
{
    padding-top: 10px;
}

/* BUTTONS TYLES */
.button-send
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c1ecf5), color-stop(1, #0091b1) );
    background: -moz-linear-gradient( center top, #0091b1 5%, #0091b1 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0091b1', endColorstr='#0091b1');
    background-color: #0091b1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #616161;
    display: inline-block;
    color: #ffffff;
    font-family: Arial, Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

    .button-send:hover
    {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0091b1), color-stop(1, #c1ecf5) );
        background: -moz-linear-gradient( center top, #0091b1 5%, #c1ecf5 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0091b1', endColorstr='#c1ecf5');
        background-color: #0091b1;
    }

    .button-send:active
    {
        position: relative;
        top: 1px;
    }

/* BUTTONS TYLES */
.button-send2
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c1ecf5), color-stop(1, #0091b1) );
    background: -moz-linear-gradient( center top, #c1ecf5 5%, #0091b1 100% );
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff'); */
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #616161;
    display: inline-block;
    color: #0091b1;
    font-family: Arial, Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

    .button-send2:hover
    {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0091b1), color-stop(1, #c1ecf5) );
        background: -moz-linear-gradient( center top, #0091b1 5%, #c1ecf5 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0091b1', endColorstr='#c1ecf5');
        background-color: #0091b1;
    }

    .button-send2:active
    {
        position: relative;
        top: 1px;
    }

/* THREECOLUMNS LAYOUT */
.threecolumns
{
    width: 680px;
    clear: both;
}

.threecolumns a {
    float: left;
    margin: 0 11px 0 0;
}

.threecolumns a:last-child {
    float: left;
    margin: 0;
}
.threecolumns p {
    text-align: center;
    padding-top: 10px;
}

.threecolumns-description {
    float: left; 
    width: 100%; 
    margin-top: 10px;
}

.threecolumns-description p {
    display: none;
}
.threecolumns-description p.active {
    display: block;
}

.threecolumns-box, 
.threecolumns-box-last
{
    display: block;
    width: 217px;
    height:170px;
    margin: 0;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D5DFE5;

}

.threecolumns-box:hover, 
.threecolumns-box-last:hover
{
    background: #eeeeee;
}

.threecolumns-box:hover,
.threecolumns-box-last:hover, 
.dtpactive
{
    cursor: pointer;
}

.threecolumns-box-last
{
    margin: 0;
}

.threecolumns-box-inside
{
    margin: 5px;
    display: block;
    height: 122px;
    width: 202px;
    position: absolute;
}

    .threecolumns-box-inside div
    {
        font-weight: bold;
        font-size: 26px;
        display: block;
        text-align: center;
        padding: 10px 0 0 0;
    }

    .threecolumns-box-inside p
    {
        display: block;
        position: absolute;
        bottom: 0;
        height: 80px;
        padding: 10px;
    }

.threecolumns-url, .threecolumns-url-last {
    float:left;
    width:220px;
    padding-right: 20px;
    padding-top: 10px;
    text-align: center;
}

.threecolumns-url-last {
    padding-right: 0;
}

.threecolumns-icon {
    color: #ff7320;
    margin:8px;
}

/* GRID LAYOUTS */
.grid-default-container
{
    float: left;
    width: 960px;
}

.grid-default-header td
{
    padding: 5px 0 5px 0;
    font-weight: bold;
    border-bottom: 2px solid #798b95;
}

.grid-default-item td
{
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #798b95;
}

.grid-default-item:hover
{
    background: #0091b1;
    color: #fff;
    cursor: pointer;
}

/* SECOND MENU */
.secondMenuContainer
{
    position: absolute;
    width: 100%;
    font-size: 12px;
    line-height: normal;
    top: 0;
}

    .secondMenuContainer ul
    {
        margin: 0;
        padding: 0 0 0 240px;
        list-style: none;
        border-top: 2px solid #a9b8bd;
    }

    .secondMenuContainer li
    {
        display: inline;
        margin: 0;
        padding: 0;
    }

    .secondMenuContainer a
    {
        float: left;
        background: url("/Content/images/tableftB.gif") no-repeat right -19px;
        margin: 0;
        padding: 0 4px 0 0;
        text-decoration: none;
    }

        .secondMenuContainer a span
        {
            float: left;
            display: block;
            background: url("/Content/images/tabrightB.gif") no-repeat left -19px;
            padding: 4px 5px 5px 9px;
            color: #666;
        }
        /* Commented Backslash Hack hides rule from IE5-Mac \*/
        .secondMenuContainer a span
        {
            float: none;
        }
        /* End IE5-Mac hack */
        .secondMenuContainer a:hover span
        {
            color: #000;
        }

        .secondMenuContainer a:hover
        {
            background-position: 100% -61px;
        }

            .secondMenuContainer a:hover span
            {
                background-position: 0% -61px;
            }

    .secondMenuContainer #current a
    {
        background-position: 100% -61px;
    }

        .secondMenuContainer #current a span
        {
            background-position: 0% -61px;
        }

.product .target-container
{
    width: 700px;
    margin: 0 0 10px 0;
    float: left;
}

    .product .target-container h1
    {
        width: 700px;
    }

.target-images-container
{
    width: 250px;
    border: 1px solid #a9b8bd;
    background: rgb(238, 238, 238);
    float: left;
    padding: 0;
}

.target-images-container-inside
{
    padding: 10px 5px 10px 5px;
    width: 110px;
    height: 100px;
    line-height: 100px;
    float: left;
    text-align: center;
}

.target-container-content
{
    width: 370px;
    float: left;
    padding: 10px;
}

.target-images-container #artPreviewImage
{
    width: 100px;
}

.target-container-article
{
    float: left;
    width: 122px;
    padding: 10px 0 0 0;
}

.target-container-action
{
    width: 230px;
    float: left;
    padding: 5px 10px 5px 10px;
}

    .target-container-action input
    {
        width: 51px;
        border: 0px;
        border: 1px solid #798b95;
        padding: 2px 5px 2px;
        text-align: right;
        height: 25px;
        font-weight: bold;
        font-size: 12px;
        float: left;
    }

.target-alt-title-box
{
    width: 688px;
    height: 24px;
    background: rgb(238, 238, 238);
    line-height: 24px;
    padding: 0 0 0 10px;
    border-left: 1px solid #a9b8bd;
    border-top: 1px solid #a9b8bd;
    border-right: 1px solid #a9b8bd;
}

    .target-alt-title-box h3
    {
        font-size: 14px;
    }

.target-price
{
    font-size: 24px;
    background: url('/Assets/label_laagste_prijs_blank.png') no-repeat;
    color: #fff;
    width: 120px;
    height: 57px;
    text-align: center;
    line-height: 39px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.target-addthis-container
{
    margin-top: 10px;
}

.target-price-perpiece
{
    font-size: 12px;
}

.target-subprice
{
    font-size: 11px;
    line-height: 5px;
    padding-left: 5px;
    text-align: center;
    width: 105px;
    float: left;
}

/*FAQ */
.faq-container {
    width: 702px;
    float: left;
}

.faq-container-find {
    width: 700px;
    display: block;
    background: rgb(238, 238, 238);
    padding: 5px;
}

.faq-container-find #faqQuery {
    width: 272px;
    border: 0;
    padding: 0 0 0 5px;
    height: 22px;
    line-height: 22px;    
}

.faq-container-find #faqOption {
    width: 350px;
    height: 22px;
    line-height: 22px;
}

.faq-result {
    padding: 5px;
    display: block;
    border: 1px solid rgb(238, 238, 238);
    width: 698px;
}

.faq-result ul {
    padding: 0;
    margin: 0;
}
.faq-result li {
    padding: 0;
    margin: 0 0 0 15px;
}

.faqButton {
    height: 25px;
    width:60px;
    padding-left:5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 5px;
}

/* Impersonate */
.impersonateContainer {
    width: 948px;
    border: 1px solid #7c888e;
    padding: 5px;
    background: rgb(230, 230, 230);
    margin: 0 0 10px 0;  
}

.impersonateContainer img {
    float: left;
    margin-right: 10px;
}

.accountReset {
    padding: 0;
    margin: 0;
}

.accountReset li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
    line-height: 16px;
}

/* IMAGE UPLOADER */
.imgUploadButton {
    display: block;
    position: absolute;
    width:  16px;
    height: 16px;
    top: -32px;
    background: #eeeeee;
    z-index: 100;
}

.imgUploadButton img {    
    width: 10px !important;
    height: 10px !important;
}

.imgUploadButton a {
    width: 12px !important;
    height: 12px !important;
    padding: 2px;
}

.imgUploadContainer {
    top: 230px;
    display: none;
    position: absolute;
    z-index: 10000;
    background: #eeeeee;
    padding: 10px;
    border: 4px solid #333333;
}

.imgUploadContainer #artPresCode {
    text-decoration: underline;
    font-weight: bold;
}

.imgDeleteButton {
    position: absolute;
    top: -16px;
    width: 16px !important;
    height: 16px !important;    
}
.imgDeleteButton a {
    width: 16px !important;
    height: 14px !important;
    padding: 2px 0 0 0;    
}
.imgDeleteButton img {
    width: 12px !important;
    height: 12px !important;
}

.imgProdDelete, .imgProdDelete img {
    width: 16px !important;
    height: 16px !important;
}

.imgProdDelete {
    position: absolute;
    top: 0;
    left: -32px;
    z-index: 100000;
}

.global-buttons-holder {
    border-top:2px solid #c0c0c0;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 5px 0 5px 0;
}

.orderGridOptions {
    background: #eeeeee;
    width: 100% !important;    
}

.orderGridOptionsHeader {
    font-weight: bold;
    padding: 5px 0 0 5px;
}

.orderGridOptionsField {
    padding: 0 0 5px 5px;
}

#orderGridContent {
    border-bottom: 2px solid #c0c0c0;
}

.cart-lightbox {
    display: none;
}
.cart-lightbox-container {
    width: 550px;
    height: 200px;
}
.cart-lightbox-img {
    width: 250px;
    height: 200px;
    text-align: center;
    line-height: 232px;
    overflow: hidden;
    float: left;
}
.cart-lightbox-text {
    width: 300px;
    float: left;
}

#dtpNotice textarea {
    width: 675px;
    height: 90px;
    font-size: 12px;
    font-family: arial;
    border: 1px solid #cacece;
}

#dtpNotice textarea:hover, .docMessageLeft textarea:hover, .docMessageTextArea:hover {
    background: #E6F0F5;
}

.docMessageContainer {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.docMessageLeft, .docMessageRight {
    float: left;
    width: 50%;    
}
.docMessageLeft textarea {    
    width: 97%;        
    height: 90px;
    font-size: 12px;
    font-family: arial;
    border: 1px solid #cacece;
}
.docMessageRightInside {
    width: 99%;
    margin-left: 5px;
}
.docMessageTextArea {
    display: block;
    width: 100%;
    height: 85px;
    overflow: auto;
    border: 1px solid #cacece;
}

/* Page */
div.icon {
    display: inline-block;
    height: 32px;
    overflow: hidden;
    position: relative;
    width: 32px;
}

div.icon div.page {
    width: 45px;
    height: 55px;
    background: #eee;
    margin-left: 4px;
    border: 2px solid #7c888e;
}

div.icon div.page:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background: #7c888e;
    margin: 5px 2px 0 2px;
}

div.icon div.page:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background: #7c888e;
    margin: 9px 2px 0 2px;
}

div.icon div.pageLines {
    height: 2px;
    width: 40px;
    position: absolute;
    left: 8px;
    top: 15px;
    background: #7c888e;
}

div.icon div.pageLines:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background: #7c888e;
    margin: 4px 0 0 0;
}

div.icon div.pageLines:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background: #7c888e;
    margin: 8px 0 0 0;
}

.cpDetailsContainer {
    display: none;
}

.input-prepend {
    display: inline-block;
    font-size: 0;
    margin-bottom: 5px;
    vertical-align: middle;
    white-space: nowrap;
}

.input-prepend-row {
    vertical-align: middle;
}

.input-prepend-row td {
    padding: 5px 0 5px 5px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.input-prepend-row td:first-child {
    border-left: 1px solid #cccccc;
}

.input-prepend .add-on:first-child, .input-prepend {
    border-radius: 4px 0 0 4px;
}
.input-prepend .add-on, .input-prepend .add-on-header {
    margin-right: -1px;
}
.input-prepend .add-on, .input-prepend .add-on-header {
    border-radius: 0 0 0 0;
    vertical-align: top;
}
.input-prepend .add-on, .input-prepend .add-on-header {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}

.input-prepend .add-on i, .input-prepend .add-on-header i {
    margin-right: 5px;    
}

input.span2 {
    display: inline-block;
    font-size: 12px;
}

input.edit {
    border: 1px dotted rgb(0, 148, 177) !important;
}

.input-prepend .empty {
   background: #fff !important;
    font-weight: normal;
}

.input-prepend input, .input-prepend select, .input-prepend textarea {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    float: none;
    margin-left: 0;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 4px 6px;
    vertical-align: middle;
}

.input-prepend select {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.input-prepend input:focus, .input-prepend select:focus, .input-prepend textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    z-index: 2;
}

.input-prepend input.input-validation-error {
    border-color: rgba(240, 0, 94, 0.9) !important;
    border-style: solid !important;
}
.input-prepend input:focus.input-validation-error {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(240, 0, 94, 0.6) !important;
    outline: 0 none !important;
    z-index: 2 !important;
}


td.input-prepend {    
    padding:0;  
}

.multi-line {
    width: 770px;
    height: 50px !important;
}

.input-prepend-tbhead {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
    font-size: 12px !important;
}

.ui-datepicker {
    z-index: 10001 !important;
    border:solid 1px #CCCCCC !important;
}

.infoBox {
    float:right;
    line-height: 20px;
    padding-left: 10px;
    font-weight:bold;
    color:#0094b1;
    display: block;
    padding: 5px;
    border: 1px solid #0094b1;
}

.loadWindow {
    width: 350px;
    height: 40px;
    display: none;
    position: fixed;
    top:50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -20px;
    z-index: 9999;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 0;
    background: rgba(0, 148, 177, 0.7);
    border:solid 3px #bababa;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.pre-checkbox {
    height:19px !important;
    width:19px !important;
    border:solid 1px #CCCCCC !important;
}

.pre-checkbox:checked  {
    border:solid 1px rgba(0, 156, 29, 0.9) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 156, 29, 0.6) !important;
    background-color: rgb(0, 156, 29) !important; 
}

/* TinyMCE FullScreen overlay fix */
.mce-fullscreen {
    z-index: 1001 !important;
}

/* CMS ACTIONS */
.cmsEdit {
    position: absolute;
    z-index: 99999999;    
    border: 2px solid #98bd00;
    background: #cacece;
    margin-left: -40px;    
}
.cmsEdit a {
    padding: 5px;
    display: block;
}

.cmsFormItem {
    padding: 5px 0 5px 0;
}

.cmsFormItem label {
    font-weight: bold;
    margin-right: 5px;
}
.cmsFormItem input {
    padding: 2px;
    width: 250px;
}

table.docFileList {
    color:#42454a;
    background:#fff;  
    padding:0;
    margin:0;
    border:0;
    width:100%;
    display: block;
    height: 220px;
    overflow-y: scroll;
}

    table.docFileList tr, table.docFileList th {
        margin:0;
        padding:0;
        border:0;
    }

    table.docFileList td {
        margin:0;
        padding:2px 0 2px 10px;
        border:0;
    }

.docFileList th.docHeader {
    padding:10px;    
    font-family: Verdana, sans-serif;
    font-size:11px;
    font-weight:normal;
    text-align:left;
    background: rgb(223, 223, 223); 
    border-bottom: solid 1px #cdcdcd;    
}

.docFileList tbody td {
    border-bottom: 1px solid #eeeeee;
}
.docFileList tbody tr:hover {
    background: #dddddd;
}
.docFileList tbody tr td {
    padding: 10px;
}

.icheckbox_square-grey, .iradio_square-grey {
    display: inline-block !important;
}

/* TABLE LAYOUT */
.v3Table.title {
    background: none repeat scroll 0 0 #585858;
    color: #FFFFFF;
    display: block;    
    font-size: 13px;
    line-height: 40px;
    padding: 0 0 0 15px;
    min-height: 40px;    
    margin-right: 2px;
}

.v3Table.title.main {
    background: rgb(35, 35, 35);
}

.v3Table.body {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0;
    margin-right: 2px;
}

.v3Table.table_options:after {
    clear: both;
    content: "";
    display: block;
}
.top_options {
    margin-bottom: 10px;
}

.v3Table table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.v3Table th {
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
}
.v3Table th, .v3Table td {
    border-bottom: 1px solid #DEDEDE;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
}

.v3Table.table-hover tbody tr:hover > td, 
.v3Table.table-hover tbody tr:hover > th {
    background-color: #eeeeee;
}

.v3Table.table-hover tbody tr.selected > td {
    background-color: #DEDEDE;
}

.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}


.btn-group > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn {
    border-radius: 0 0 0 0;
    position: relative;
}

.btn {
    background-color: #E5E5E5;
    background-repeat: repeat-x;
    border: medium none !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    outline: medium none !important;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

.order-details-title {
    font-size: 14px;
    padding: 5px 0 5px 0;
    line-height: 12px;
}

.order-details-table {
    width: 100%;
    border: 0;
}

.order-details-table td {
    line-height: 1.4em;
}

.order-details-table .padme2 { border-bottom:2px solid #a9b8bd; padding-bottom:5px; }
.order-details-table .money2 { border-bottom:2px solid #a9b8bd; margin-bottom:5px; text-align:right; }
.order-details-table .padme3 { padding-top:5px;padding-bottom: 5px;}
.order-details-table .money3 { padding-top:5px;padding-left: 5px; text-align:right;padding-bottom: 5px; }
.order-details-table .padme3 > p { padding-bottom: 0;}
.order-details-table .money3 > p { padding-bottom: 0;}
.order-details-table .lines{ border-bottom: 1px solid #DEDEDE; }

.client-menu-container {
    width: 100%;
    border-bottom: 1px solid #a9b8bd;
    padding: 7px 0 5px 0;
    background: #eeeeee;
}

.client-menu-container ul {
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}

.client-menu-container ul li {
    border-right: 2px solid #a9b8bd;
    padding: 0 10px 0 5px;
    margin: 0;
    display: inline;    
}
.client-menu-container ul li:last-child {
    border: 0;
}

.client-menu-container ul li a {
    text-decoration: none;
}

.client-index-options {
    width: 100%;
    padding: 5px 0 5px 5px;
    background: #eeeeee;
    border-top: 1px solid #a9b8bd;
    border-bottom: 2px solid #a9b8bd;
}
.client-index-options span {
    float: left;
}

/* PAGINATION */
.pagination {
  margin: 0;
}

.pagination ul {
  /* display: inline-block; */
  *display: inline;
    padding: 0;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.notice-container {
    border: 1px solid #999999;
}
.notice-container-title {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    background: #eeeeee;
    border-bottom: 1px solid #a9b8bd;
}
.notice-container-text {
    font-size: 12px;
    padding: 5px;
}

/* 
TEMPLATE AREA 
*/
.template{
    float: left;
    width: 100%;
}

    .template.area {
        float: left;
        width: 50%;
    }

    .template h1 {
        padding-bottom: 20px;
    }

    .template.movie {
        background: #c0c0c0; 
        text-align: center;
        width: 480px;
        height: 270px;
        line-height: 270px;
        font-size: 14px;
        font-weight: bold;
    }
    .template .warning {
        padding: 10px 0 10px 0;
        color: red;
        width: 100%;
        font-weight: bold;
    }

    .template.preview {
        width: 50%;        
        float: left;
        text-align: center;
    }
    .template.preview a {
        float: left;            
        text-align: center;                  
    }
    .template.preview img {
        border: 8px solid #EEEEEE;
        background: #ffffff;
        padding: 1px;
    }
    .template.details {
        width: 50%;
        float: left;
    }
    .template.details h1, 
    .template.details h2,
    .template.details h3{
        font-size: 12px !important;
    }
    .template.actionButton {
        margin: 5px 0 0 0;
    }
    .template.actionButton span {
        width: 93%;
        display:block;
        float:left;
    }
    .template.actionButton i {
        line-height: 0.5em;
    }

    .template.info table {
        border: 0;
        border-spacing: 0;
    }

    .template.info td {
        padding: 4px 10px 4px 0;
    }

    .template.info.key {
        font-weight: bold;
        width: 150px;
    }
    .template.info input, .template.info textarea{
        padding: 2px;
        border:1px solid #C4C4C4
    }

    .template.form {
        margin: 0;
        padding: 0;
    }

    .template.form label {
        font-weight: bold;
        display: block;
        margin: 10px 0 5px 0;
    }
    .template.form input, .template.form textarea {
        padding: 2px;
        width: 273px;
        font-family: arial;
        margin: 0 5px 0 0;
        border: 1px solid #C4C4C4;        
    }
    .template.printoptions {
        width: 100%;
        float: left;
        margin: 10px 0;
    }
    .template.printoptions fieldset {
        padding-top: 10px;
    }
    .template.printoption {
        width:225px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }
    .template.printoption img {
        border: 1px solid #C4C4C4;
        width: 220px;   
    }
    .template .printoption .text {
        margin: 4px 0;
    }

    .template.image {
        display: none;
    }
    .template.preloader.container {
        width: 100%;
        text-align: center;
        height: 375px;        
    }
    .template.preloader.spinner {
        font-size: 4em;
    }
    .template.preloader.message {
        font-weight: bold;
        padding-top: 20px;
    }

/* SELECTADRESS */
.sa {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
} 
.sa table {
    width: 100%;
}    
.sa table tr td label {
    width: 95px;
    display: block;
}
.sa input{
    width: 238px;
    height: 18px;
    padding: 2px;    
}

.sa select {
    width: 244px;
    height: 25px;
    padding: 2px;
    margin: 0 !important;
}
label.saheader {
    font-weight: bold;
    font-size: 14px;
}

.sa ul {
    margin: 0; 
    padding: 0;
}
.sa ul li {
    list-style: none;
    margin: 0 0 10px 0; 
}

/*
    PRODUCTS ALTERNATIVE
*/
.pa-alter-container {
    width: 100%;
    clear: both;
}
.pa-alter-container legend {
    text-transform: uppercase; 
    font-weight: bold;
}
.pa-alter-items {    
    padding: 0;
    margin: 0;
    width: 100%;
}
.pa-alter-items ul {
    margin: 0;
    padding: 0;
}
.pa-alter-item {list-style: none;     
    display: inline;
    width: 300px;
    margin: 0 !important;
    padding: 0 !important;
}
.pa-alter-item a {
    padding: 2px 0 0 0;
    margin: 0 0 15px 0;
    text-decoration: none;
    display: inline-block;
    width: 185px; /* 225px (3 cells) */
    text-align: center;
}
.pa-alter-item a:hover {
    background: #EEEEEE;
}
.pa-alter-item-text {
    margin-top: 5px;
    width: 100%;
    display: inline-block; 
}

/*
    IMAGE LOADER
*/
.image-loader {
    display: none;
}

/* CONTACT */
#contentcontact
{
}
#contentcontact *
{
    color: #333;
}
#contentcontact h1, #contentcontact h2
{
    color: #154286;
}

#content_left, #content_right {
    float: left;
}

#contentcontact #content_left
{
    width: 457px;
    background: url(/Content/images/line3.png) repeat-y right;
    margin-right: 14px;
}
#contentcontact #content_left h1
{
    margin-bottom: 10px;
}
#contentcontact #content_right h1
{
    margin-bottom: 10px;
}
#contentcontact #content_right
{
    width: 488px;
}
#contentcontact #content_left table td
{
    padding-bottom: 7px;
}
#contentcontact input
{
    width: 297px;
    border: solid 1px #7c888e;
    height: 17px;
    font-size: 12px;
    padding-left: 4px;
}
#contentcontact input[type=radio]
{
    width: auto;
    border: 0;
    height: auto;
}
#contentcontact #content_left table textarea
{
    width: 297px;
    max-width: 297px;
    min-width: 297px;
    font-size: 12px;
    border: solid 1px #7c888e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 115px;
    min-height: 115px;
    padding-left: 4px;
}
#contentcontact #content_left table tr td:first-child
{
    font-weight: bold;
    vertical-align: top;
}
#contentcontact #errordiv
{
    color: #f00;
}
#contentcontact .directions
{
    margin-top: 30px;
    display: none;
}
.aanvraaglink a
{
    font-size: 14px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #7c888e !important;
    text-transform: uppercase;
    text-decoration: none;
}