﻿/* Global Styles
-------------------------------------------------------------*/

html, body {
    margin: 0px;
    padding: 0px;
    border: none;
    background-attachment: fixed;
    background-image: url('http://media.scorett.se/Archive/bg.jpg');
    background-position: center top /*center*/;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    font-size: 75%;
    font-family: 'Open Sans', sans-serif;
    color: #232323;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.tran_90_c_3F3F3F {
    background: transparent url(../Images/Backgrounds/transparent_90_color_3F3F3F.png) repeat 0 0;
}

.tran_80_c_3F3F3F {
    background: transparent url(../Images/Backgrounds/transparent_80_color_3F3F3F.png) repeat 0 0;
}

.tran_70_c_3F3F3F {
    background: transparent url(../Images/Backgrounds/transparent_70_color_3F3F3F.png) repeat 0 0;
}

.tran_60_c_3F3F3F {
    background: transparent url(../Images/Backgrounds/transparent_60_color_3F3F3F.png) repeat 0 0;
}

.tran_50_c_3F3F3F {
    background: transparent url(../Images/Backgrounds/transparent_50_color_3F3F3F.png) repeat 0 0;
}

.tran_40_c_3F3F3F {
    background: transparent url(../Images/Backgrounds/transparent_40_color_3F3F3F.png) repeat 0 0;
}

.tran_30_c_3F3F3F {
    background: transparent url(../Images/Backgrounds/transparent_30_color_3F3F3F.png) repeat 0 0;
}

.tran_20_c_3F3F3F {
    background: transparent url(../Images/Backgrounds/transparent_20_color_3F3F3F.png) repeat 0 0;
}

.tran_10_c_3F3F3F {
    background: transparent url(../Images/Backgrounds/transparent_10_color_3F3F3F.png) repeat 0 0;
}

.background-alpha {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

a.close {
    display: block;
    background: transparent url(../../Content/Images/buttons/close.png) repeat-x left top;
    cursor: pointer;
    height: 22px;
    width: 22px;
}

    a.close span {
        display: none;
    }

a.arrow-right {
    background: url(../Images/Buttons/link-basic-arrow-right.jpg) no-repeat 0px 3px;
    padding-left: 12px;
    font-size: 11px;
}

a.arrow-double-left {
    background: url(../Images/Buttons/link-double-arrow-left.jpg) no-repeat 0px 3px;
    padding-left: 18px;
    font-size: 11px;
}

ul.top-level {
    margin: 0;
    padding: 0;
}

    ul.top-level li {
        list-style-type: none;
    }

div#holder {
    /*background-attachment: fixed;
    background-image: url('../../Archive/bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;*/
}

div#wrapper {
    /*width: 982px;*/
    width: 998px;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    background-color: #eee;
    background-color: rgba(238, 238, 238, 0.9);
}

div.custom-error {
    background-color: #FFEEEE;
    border: 1px solid #FF0000;
    margin-bottom: 10px;
    padding: 10px;
    color: #FF0000;
}

div.custom-error-green {
    background-color: #dffdfc;
    border: 1px solid #cd5a14;
    margin-bottom: 10px;
    padding: 10px;
    color: #cd5a14;
}

.right-align {
    text-align: right;
}
.text-center {
    text-align: center;
}

/* Button Styles
--------------------------------------------------------------*/
.border-bottom {
    border-bottom: 1px solid #D7D7D7;
}


/* Button Styles
--------------------------------------------------------------*/
.green-button {
    background: transparent url(../../Content/Images/buttons/green.jpg) repeat-x center top;
    /*background: #ffa401;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmYTQwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjNlMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffa401 1%, #ff3e18 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffa401), color-stop(100%,#ff3e18));
    background: -webkit-linear-gradient(top,  #ffa401 1%,#ff3e18 100%);
    background: -o-linear-gradient(top,  #ffa401 1%,#ff3e18 100%);
    background: -ms-linear-gradient(top,  #ffa401 1%,#ff3e18 100%);
    background: linear-gradient(to bottom,  #ffa401 1%,#ff3e18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa401', endColorstr='#ff3e18',GradientType=0 );*/
    cursor: pointer;
}


    .green-button input {
        display: block;
        border: none;
        color: #FFF;
        background-color: transparent;
        /*text-transform: uppercase;*/
        cursor: pointer;
    }

.custom-color-button {
    background: #f38440;
    background: -moz-linear-gradient(top, #f38440 1%, #cd5a14 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f38440), color-stop(100%,#cd5a14));
    background: -webkit-linear-gradient(top, #f38440 1%,#cd5a14 100%);
    background: -o-linear-gradient(top, #f38440 1%,#cd5a14 100%);
    background: -ms-linear-gradient(top, #f38440 1%,#cd5a14 100%);
    background: linear-gradient(to bottom, #f38440 1%,#cd5a14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38440', endColorstr='#cd5a14',GradientType=0 );
    margin: 1px;
}

    .custom-color-button:hover {
        border: 1px solid #f38440;
        margin: 0;
    }

    .custom-color-button input {
        display: block;
        border: none;
        color: #FFF;
        background-color: transparent;
        /*text-transform: uppercase;*/
        cursor: pointer;
        padding: 12px 16px 10px;
    }



div.grey-button {
    background: transparent url(../../Content/Images/buttons/grey.jpg) repeat-x left top;
    display: inline;
}

    div.grey-button input {
        background: transparent url(../../Content/Images/buttons/grey.jpg) repeat-x right top;
        display: block;
        border: none;
        color: #FFF;
        background-color: transparent;
        text-transform: uppercase;
        height: 30px;
    }

/* Generic Popup
--------------------------------------------------------------*/
div.popup-dialog {
    display: none;
}

div.popup-dialog-login {
    display: none;
}

#remember-me {
    margin-left: 0px;
    margin-top: 6px;
}

.remember-my-email {
    font-size: 90%;
    position: absolute;
    margin-top: 5px;
}

/* Size in store */
div.sizeguide {
    clear: both;
}

    div.sizeguide a {
        color: #000;
        font-size: 12px;
    }

    div.sizeguide div.alert-message {
        position: absolute;
        z-index: 99;
        margin-top: -10px;
        margin-left: 6px;
        display: none;
        font-size: 12px;
        width: 147px;
    }

        div.sizeguide div.alert-message div.alert-message-top {
            background-color: transparent;
        }

        div.sizeguide div.alert-message div.error-message-inner {
            background-color: #FFF;
            border: 1px solid #959595;
            padding: 5px;
        }

/*Dropdownlist*/
ul.topnav {
    list-style: none;
    margin: 0px 0px 0px 0px !important;
    float: left;
    width: auto;
    padding: 0px;
}

    ul.topnav li {
        float: left;
        margin: 0 !important;
        padding: 0px !important;
        position: relative;
        width: auto !important;
        text-align: left;
    }

        ul.topnav li a {
            border-bottom: 1px #a0a0a0 solid;
            border-top: 1px #a0a0a0 solid;
            border-left: 1px #a0a0a0 solid;
            padding: 0px 5px;
            line-height: 23px;
            height: 23px;
            color: #000;
            display: block;
            text-decoration: none;
            float: left;
            background: url(../../Content/Images/Backgrounds/dropdown_back.png) repeat left top transparent;
            width: 110px;
            overflow: hidden;
        }

        ul.topnav li span {
            width: 27px;
            height: 23px;
            float: left;
            background: transparent url(../../Content/Images/buttons/dropdown_button.png) no-repeat center top;
            border-right: 1px #a0a0a0 solid;
            border-bottom: 1px #a0a0a0 solid;
            border-top: 1px #a0a0a0 solid;
            cursor: pointer;
            display: block;
        }

        ul.topnav li ul.subnav {
            background: no-repeat left top #fff;
            list-style: none;
            position: absolute;
            right: 0;
            margin: 0 !important;
            padding: 0;
            display: none;
            float: left;
            width: auto !important;
            top: 25px;
            border: 1px solid #CBCBCB;
        }

            ul.topnav li ul.subnav li {
                margin: 0 !important;
                padding: 0;
                clear: both;
                width: 100% !important;
                text-align: left !important;
            }

                ul.topnav li ul.subnav li ul li:hover {
                    background-color: #E1E1E1;
                }

                ul.topnav li ul.subnav li a {
                    background: none;
                    float: left;
                    color: #000;
                    display: block;
                    width: 100%;
                    white-space: nowrap;
                    border-top: none 0px !important;
                    border-right: none 0px !important;
                    border-bottom: none 0px !important;
                    border-left: none 0px !important;
                    text-transform: capitalize;
                }


/* Header Styles
-------------------------------------------------------------*/
#header {
    background-color: #454545;
    font-weight: 300;
}

    #header #top-header {
        z-index: 99;
        margin-top: -10px;
        /*width: 982px;*/
        width: 998px;
        background-color: #000;
    }

        #header #top-header #top-logo {
            background-color: #000;
            height: 59px;
            width: 680px;
            float: left;
        }

#logo {
    text-indent: -9999px;
    float: left;
    background: url(../Images/Logos/scorett_230x47_white.jpg) no-repeat;
    width: 230px;
    height: 47px;
    margin-left: 27px;
    margin-top: 20px;
}

#sub-logo-text {
    color: #fff;
    font-size: 12px;
    margin-top: 53px;
}

#top-logo a:hover, #top-logo a:active, #top-logo a:visited {
    text-decoration: none !important;
}

#header #top-header #top-logo img {
    margin-left: 20px;
    margin-top: 12px;
    border: none;
}

#header #top-header #top-right {
    float: right;
}

#header #top-header #top-search {
    background-color: #000;
    height: 59px;
    width: 240px;
    float: left;
    margin-right: 20px;
}

    #header #top-header #top-search input[type="text"] {
        display: block;
        margin-top: 15px;
        float: right;
        width: 210px;
        padding: 3px;
        font-size: 11px;
        color: #7D7D7D;
        background: #fff url(../../Content/Images/Icons/search_new.gif) no-repeat right center;
        border: none;
        line-height: 16px;
    }

    #header #top-header #top-search img {
        border: none;
    }

    #header #top-header #top-search .alert-message {
        margin-top: 43px;
        width: 200px;
        overflow: hidden;
        margin-left: 28px;
        display: none;
    }

        #header #top-header #top-search .alert-message .alert-message-top {
            height: 5px;
            margin-top: -4px;
            width: 200px;
            position: absolute;
            z-index: 2;
            background: transparent url(../../Content/Images/Layout/buybutton_alert_top.png) no-repeat top center;
        }

        #header #top-header #top-search .alert-message .error-message-inner {
            border: none;
            padding-top: 0px;
            padding-right: 6px;
            background: transparent url(../../Content/Images/Layout/buybutton_alert_right.png) no-repeat top right;
        }

            #header #top-header #top-search .alert-message .error-message-inner div {
                font-size: 11px;
                display: block;
                background: transparent url(../../Content/Images/Layout/buybutton_alert_left.png) no-repeat top left;
                height: 20px;
                padding-left: 6px;
                padding-top: 0;
                text-align: center;
            }

                #header #top-header #top-search .alert-message .error-message-inner div span {
                    padding-top: 2px;
                    display: block;
                }

#header #top-header #top-login {
    background-color: #000;
    float: left;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    float: right;
}

    #header #top-header #top-login #login-link, #header #top-header #top-login #logout-button {
        /*display: block;*/
        padding-top: 4px;
        text-align: center;
    }

    #header #top-header #top-login a {
        color: #fff;
        margin-right: 20px;
    }

#header #top-header #top-mypage {
    padding-top: 14px;
    text-align: center;
}

#header #top-header #top-checkout {
    background-color: #FFF;
    height: 59px;
    width: 50px;
    float: left;
}

    #header #top-header #top-checkout a {
        background: url(../../Content/Images/buttons/shoppingbag_black.png) transparent left 3px no-repeat;
        color: #FFF;
        display: block;
        width: 100%;
        height: 100%;
    }

#header #top-header .top-secureshop {
    color: #FFF;
    float: left;
    height: 59px;
    width: 59px;
}

#header #top-header .top-secureshop-image {
    margin-top: 2px;
}



/* Login
-------------------------------------------------------------*/
#form-login table {
}

#form-login .holder-button .login-errormessage, #form-login-mypage .holder-button .login-errormessage {
    color: #FF0000;
}

#form-login .holder-button .custom-color-button, #form-login-mypage .holder-button .custom-color-button {
    float: right;
    margin-top: 10px;
}

    #form-login .holder-button .custom-color-button input, #form-login-mypage .holder-button .custom-color-button input {
        padding: 5px;
    }

#dialog-login-form div.holder {
    width: 600px;
}

#dialog-login-form h4 {
    font-size: 11px;
}

#dialog-login-form a {
    color: #cd5a14;
    cursor: pointer;
}

a.dialog-login-form-back {
    display: block;
    clear: both;
    font-size: 11px;
    margin: 10px 0px;
}

#dialog-login-form table#dialog-login-form-login {
    display: block;
}

#dialog-login-form td {
    padding: 5px 0px;
}

#dialog-login-form table#dialog-login-form-login td {
    vertical-align: top;
    padding-right: 15px;
}

    #dialog-login-form table#dialog-login-form-login td input[type=text], #dialog-login-form table td input[type=password] {
        width: 200px;
    }

    #dialog-login-form table#dialog-login-form-login td.error {
        color: #FF0000;
        padding-top: 15px;
    }

    #dialog-login-form table#dialog-login-form-login td.login-form-misc {
        width: 300px;
        padding-left: 15px;
        padding-right: 0px;
        border-left: 1px solid #D1D1D1;
        font-size: 11px;
    }

        #dialog-login-form table#dialog-login-form-login td.login-form-misc a {
            display: block;
            text-decoration: none;
            padding-bottom: 15px;
        }

#dialog-login-form div#dialog-login-form-solemate {
    display: none;
}

#dialog-login-form div#dialog-login-form-password {
    display: none;
    width: 306px;
}

#dialog-login-form div#dialog-login-form-newaccount {
    display: none;
}

#dialog-login-form-solemate .readonly {
    color: #a0a0a0;
}

#dialog-login-form-solemate #buttonholder {
    margin-top: 5px;
    width: 305px;
}

    #dialog-login-form-solemate #buttonholder .sitetermscheckbox {
        float: left;
        margin-left: 0px;
    }

    #dialog-login-form-solemate #buttonholder span {
        float: left;
        width: 229px;
    }

        #dialog-login-form-solemate #buttonholder span a {
            color: #cd5a14;
        }

#dialog-login-form-solemate #buttonholder-login .custom-color-button {
    float: left;
    margin-left: 193px;
}

    #dialog-login-form-solemate #buttonholder-login .custom-color-button input {
        height: 30px;
    }

#dialog-login-form-solemate #buttonholder-login .grey-button {
    float: left;
    margin-left: 193px;
}

    #dialog-login-form-solemate #buttonholder-login .grey-button input {
        height: 30px;
    }

#dialog-solemate #buttonholder-mypage .custom-color-button {
    float: left;
    margin-left: 195px;
}

    #dialog-solemate #buttonholder-mypage .custom-color-button input {
        height: 30px;
    }

#dialog-solemate #buttonholder-mypage .grey-button {
    float: left;
    margin-left: 195px;
}

    #dialog-solemate #buttonholder-mypage .grey-button input {
        height: 30px;
    }

#dialog-solemate .readonly {
    color: #a0a0a0;
}

#dialog-login-form-solemate table {
    width: 300px;
}

    #dialog-login-form-solemate table input {
        width: 300px !important;
    }


#dialog-login-form-newaccount #newsolematemembertable {
    width: 300px;
}

    #dialog-login-form-newaccount #newsolematemembertable .membership div {
        line-height: 20px;
    }

    #dialog-login-form-newaccount #newsolematemembertable .membership input {
        margin-left: 0px;
        float: left;
        width: 20px;
    }

    #dialog-login-form-newaccount #newsolematemembertable .membership label {
        font-weight: bold;
        font-size: 11px;
    }

    #dialog-login-form-newaccount #newsolematemembertable #creditvalue {
        display: none;
    }

    #dialog-login-form-newaccount #newsolematemembertable tbody tr td input {
        width: 285px;
    }

    #dialog-login-form-newaccount #newsolematemembertable #solematepassworddiv-login input {
        width: 118px;
    }

    #dialog-login-form-newaccount #newsolematemembertable .droppa {
        width: 289px;
    }

    #dialog-login-form-newaccount #newsolematemembertable .size {
        width: 115px;
    }

    #dialog-login-form-newaccount #newsolematemembertable #solematepassworddiv-login .password {
        width: 100px;
    }

    #dialog-login-form-newaccount #newsolematemembertable #solematepassworddiv-login .repassword {
        width: 100px;
    }

#dialog-login-form-newaccount #error {
    width: 332px;
    color: #FF0000;
}

#dialog-login-form-newaccount #buttonholder {
    margin-top: 5px;
}

    #dialog-login-form-newaccount #buttonholder input[type="checkbox"] {
        float: left;
        margin-left: 0px;
    }

    #dialog-login-form-newaccount #buttonholder #confirmbuttonwrapper {
        float: right;
    }

    #dialog-login-form-newaccount #buttonholder div.checkbox-terms-holder {
        padding-bottom: 10px;
    }

    #dialog-login-form-newaccount #buttonholder span a {
        color: #cd5a14;
    }

    #dialog-login-form-newaccount #buttonholder .custom-color-button, #dialog-login-form-newaccount #buttonholder .grey-button {
        float: left;
        display: block;
        margin-left: 220px;
    }

        #dialog-login-form-newaccount #buttonholder .custom-color-button input {
            height: 30px;
        }



/* New password
-------------------------------------------------------------*/
#newpassword-popup-textboxs input[type="text"] {
    width: 300px;
}

#newpassword-popup-button .custom-color-button {
    margin-top: 10px;
    float: right;
}

    #newpassword-popup-button .custom-color-button input {
        padding: 5px;
    }

#newpassworddiv #resultdiv {
    width: 306px;
    display: block;
    margin-top: 10px;
}

#newpassworddiv .resultdiv {
    width: 306px;
    margin-top: 10px;
}

/* Mypage 
-------------------------------------------------------------*/
#mypage-wrapper {
    padding: 20px;
    background-color: #fff;
    margin: 5px 0;
}

    #mypage-wrapper h2 {
        margin: 10px 0px;
    }

    #mypage-wrapper .mypage-left {
        float: left;
        width: 400px;
        padding-right: 40px;
        border-right: #E5E5E5 1px solid;
    }

    #mypage-wrapper .mypage-right {
        float: left;
        width: 430px;
    }

/* Mypage login
-------------------------------------------------------------*/
#mypage-login {
    background-color: #fff;
    padding: 20px;
    margin: 10px 0;
}

    #mypage-login #mypage-info-header {
        padding: 20px 0px;
    }

    #mypage-login .left {
        float: left;
        width: 400px;
        border-right: 1px solid #E5E5E5;
    }

    #mypage-login .right {
        float: left;
        padding-left: 20px;
        width: 500px;
        line-height: 20px;
    }

        #mypage-login .right a {
            float: left;
            width: 100%;
        }

            #mypage-login .right a.arrow-right {
                background-position: 0 6px;
            }

    #mypage-login #mypage-login-wrapper {
    }

    #mypage-login #popups div {
    }

    #mypage-login #mypage-login-wrapper table {
        position: relative;
        padding: 0px;
        margin: 0px;
    }

    #mypage-login #mypage-login-wrapper #form-login-mypage {
        width: 300px;
    }

    #mypage-login #mypage-login-wrapper #dialog-forgottenpassword-form {
        display: none;
    }

#dialog-login-newaccount #newsolematemembertable .membership div {
    line-height: 20px;
}

#dialog-login-newaccount #newsolematemembertable .membership input {
    margin-left: 0px;
    float: left;
    width: 20px;
}

#dialog-login-newaccount #newsolematemembertable .membership h4 {
    float: left;
    width: 310px;
}

#dialog-login-newaccount #newsolematemembertable #creditvalue {
    display: none;
}

#dialog-login-newaccount #newsolematemembertable input {
    width: 325px;
}

#dialog-login-newaccount #newsolematemembertable #solematepassworddiv-mypage input {
    width: 155px;
}

#dialog-login-newaccount #newsolematemembertable #solematepassworddiv .password {
    padding-right: 5px;
}

#dialog-login-newaccount #newsolematemembertable #solematepassworddiv .repassword {
    padding-left: 5px;
}

#dialog-login-newaccount #buttonholder {
    margin-top: 5px;
}

    #dialog-login-newaccount #buttonholder input[type="checkbox"] {
        float: left;
        margin-left: 0px;
    }

    #dialog-login-newaccount #buttonholder #confirmbuttonwrapper-mypage {
        float: left;
        margin-left: 200px;
        margin-top: 10px;
    }

    #dialog-login-newaccount #buttonholder span {
        float: left;
        width: 284px;
    }

        #dialog-login-newaccount #buttonholder span a {
            color: #cd5a14;
        }

#dialog-login-newaccount .custom-color-button {
    float: left;
}

    #dialog-login-newaccount .custom-color-button input {
        height: 30px;
    }

#dialog-login-newaccount .checkbox-terms-holder {
    width: 300px;
}

#dialog-solemate #buttonholder {
    margin-top: 5px;
}

    #dialog-solemate #buttonholder .sitetermscheckbox {
        float: left;
        margin-left: 0px;
    }

    #dialog-solemate #buttonholder span {
        float: left;
        width: 229px;
    }

        #dialog-solemate #buttonholder span a {
            color: #cd5a14;
        }

    #dialog-solemate #buttonholder .custom-color-button {
        float: right;
    }

        #dialog-solemate #buttonholder .custom-color-button input {
            height: 30px;
        }

#dialog-solemate table {
    width: 300px;
}

    #dialog-solemate table input {
        width: 300px;
    }

#dialog-solemate #newshopmember-header {
    padding: 0px 0px 10px 0px;
}

#dialog-solemate #readonly {
    color: #a0a0a0;
}

#dialog-solemate .newsolematemember-error {
    width: 286px;
}

/* Mypage orders
-------------------------------------------------------------*/
#mypage-orders {
    float: left;
    width: 480px;
    margin-left: 40px;
}

    #mypage-orders .orderelement {
        float: left;
        width: 458px;
    }

        #mypage-orders .orderelement.odd {
            background-color: #E5E5E5;
        }

        #mypage-orders .orderelement thead tr {
            color: #000;
            line-height: 32px;
            cursor: pointer;
        }

            #mypage-orders .orderelement thead tr th {
                text-align: left;
                border-bottom: solid 1px #000;
            }

                #mypage-orders .orderelement thead tr th.date {
                    padding-left: 5px;
                    width: 100px;
                }

                #mypage-orders .orderelement thead tr th.ordernumber {
                    width: 90px;
                }

                #mypage-orders .orderelement thead tr th.orderstatus {
                    width: 290px;
                }

                #mypage-orders .orderelement thead tr th.ordersum {
                    text-align: right;
                    padding-right: 10px;
                    width: 90px;
                }

        #mypage-orders .orderelement tbody tr {
            display: none;
        }

            #mypage-orders .orderelement tbody tr td {
                text-align: left;
                border-bottom: #E5E5E5 solid 1px;
            }

        #mypage-orders .orderelement.odd tbody tr td {
            text-align: left;
            border-bottom: #000000 solid 1px;
        }

        #mypage-orders .orderelement tbody tr td.price {
            text-align: right;
            padding-right: 10px;
        }

        #mypage-orders .orderelement tbody tr td.bottom {
            text-align: right;
            line-height: 20px;
        }

/* Mypage customer
-------------------------------------------------------------*/
#mypage-info {
    float: left;
    margin-right: 40px;
}

    #mypage-info form {
        width: 400px;
    }

    #mypage-info .custom-color-button {
        float: left;
        margin-top: 10px;
    }

        #mypage-info .custom-color-button input {
            padding: 10px;
        }

    #mypage-info table td input {
        width: 192px;
    }

    #mypage-info table .email input, #mypage-info table .cell input, #mypage-info table #address input, #mypage-info table .number input {
        width: 393px;
    }

    #mypage-info .successerror {
        float: left;
        margin-top: 10px;
        width: 328px;
        min-height: 38px;
    }

    .shop-selector {
        width: 397px;
    }

/* Mypage points
-------------------------------------------------------------*/
.points {
    margin-top: 20px;
    float: left;
}

.endaccount {
    margin-top: 20px;
    float: left;
}

/* Content Styles
-----------------------------------------------------------*/
div#main-content {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

    div#main-content.stick {
        padding-top: 112px;
    }


    div#main-content div.dynamic-content {
        border: 6px solid #FFF;
        overflow: hidden;
        /*width: 970px;*/
    }

div.new-dynamic-content {
    margin-top: 30px;
    clear: both;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div#main-content div.dynamic-content div.inner {
    background-color: #3f3f3f;
    margin: 0px;
    padding: 0px;
}

    div#main-content div.dynamic-content div.inner img {
        margin: 0px;
        padding: 0px;
        border: none;
        float: left;
    }

/* Quick Buy 
-----------------------------------------------------------*/
.quickBuy {
    background-color: rgba(0, 0, 0, 0.3);
    overflow: auto;
}

    .quickBuy span {
        float: left;
    }

    .quickBuy .sizes {
        float: right;
    }

        .quickBuy .sizes ul {
            list-style: none;
            height: 13px;
            margin: 0px;
            padding: 0;
        }

        .quickBuy .sizes li {
            float: right;
            background-color: #cd5a14;
            border: 1px solid #fff;
            color: #fff;
            margin: 2px;
            padding: 1px 3px;
        }


/* Startpage Products
-----------------------------------------------------------*/
#start-products {
}

    #start-products #header {
        background: url(../../Content/Images/backgrounds/filter_header_back.png) center center repeat;
        color: #fff;
        float: left;
        width: 936px;
        line-height: 39px;
        height: 45px;
    }

        #start-products #header ul {
            margin: 6px 10px 0px 6px;
            width: 100%;
        }

            #start-products #header ul li {
                list-style: none;
                float: left;
                padding: 0 22px 0px;
                text-transform: uppercase;
            }

                #start-products #header ul li.selected-tab {
                    background-color: #fff;
                }

                #start-products #header ul li a {
                    color: #fff;
                }

                #start-products #header ul li.selected-tab a {
                    color: #000;
                }

    #start-products .products {
        background-color: #FFF;
    }

        #start-products .products ul {
            margin: 0px;
            padding: 0px;
        }

            #start-products .products ul li {
                margin: 6px 0px 0px 0px;
                padding: 0px;
            }

                #start-products .products ul li.first {
                    margin: 6px 0px 0px 10px;
                }


/* Search
-----------------------------------------------------------*/

#searchresult #searchtext {
    padding: 10px;
    background-color: #fff;
    margin: 10px 0;
}

#search-productlist {
    width: 1008px;
    margin-left: -5px;
}

#searchresult {
    /*background-color: #fff;*/
}

    #searchresult ul {
        margin: 0px;
        padding: 0px;
    }

        #searchresult ul li {
            list-style: none;
        }

    #searchresult #sorting {
        background-color: #fff;
        border-bottom: #e5e5e5 1px solid;
        padding: 10px 0 4px;
        margin-bottom: 5px;
    }

        #searchresult #sorting .startelement {
            padding: 0px 0px 5px 0px;
        }

        #searchresult #sorting a {
            color: #000;
            padding: 2px 12px 5px 0;
        }

            #searchresult #sorting a:hover {
                text-decoration: none;
            }

        #searchresult #sorting ul {
            margin: 0;
            padding: 0;
            float: left;
        }

            #searchresult #sorting ul li {
                list-style: none;
                float: left;
                margin-left: 5px;
            }

        #searchresult #sorting span {
            padding: 2px 0 4px 15px;
        }

        #searchresult #sorting .over span {
            background: url(../../Content/Images/buttons/selectfilter_over_left.png) left top no-repeat;
        }

            #searchresult #sorting .over span a {
                background: url(../../Content/Images/buttons/selectfilter_over_right.png) right top no-repeat;
            }

        #searchresult #sorting span.selected {
            background: url(../../Content/Images/buttons/selectfilter_back_left2.png) left top no-repeat;
        }

            #searchresult #sorting span.selected a {
                background: url(../../Content/Images/buttons/selectfilter_back_right.png) right top no-repeat;
                color: #fff;
            }



/* New member
-----------------------------------------------------------*/
#newmember {
    background-color: #fff;
    padding: 20px;
}

    #newmember .membership {
        padding-bottom: 10px;
        width: 200px;
    }

        #newmember .membership div {
            line-height: 24px;
            width: 100%;
        }

            #newmember .membership div input {
                float: left;
                margin: 10px 2px 2px 0px;
                width: 10px;
            }

            #newmember .membership div h4 {
                padding: 5px 0px;
            }

    #newmember #creditvalue {
        display: none;
    }

    #newmember table tbody {
        width: 340px;
    }

        #newmember table tbody tr {
            line-height: 20px;
        }

            #newmember table tbody tr input {
                width: 100%;
            }

            #newmember table tbody tr#solematepassword input#Password {
                margin-right: 5px;
                width: 100%;
            }

            #newmember table tbody tr#solematepassword input#ReTypedPassword {
                margin-left: 5px;
                width: 100%;
            }

            #newmember table tbody tr#size input {
                width: 70px;
            }

    #newmember #buttonholder {
        width: 322px;
        margin-top: 10px;
    }

        #newmember #buttonholder div.grey-button {
            float: right;
        }

            #newmember #buttonholder div.grey-button input {
                padding: 10px;
                height: auto;
            }

        #newmember #buttonholder div.custom-color-button {
            float: right;
        }

            #newmember #buttonholder div.custom-color-button input {
                padding: 10px;
            }

        #newmember #buttonholder input[type="checkbox"] {
            margin-left: 0px;
            float: left;
        }

        #newmember #buttonholder span {
            float: left;
            width: 229px;
        }

    #newmember form {
        width: 400px;
        float: left;
    }

    #newmember #newmemberinfo {
        width: 342px;
        float: left;
    }

    #newmember #newmemberwrapper {
        width: 400px;
        float: left;
    }

    #newmember #error {
        color: #FF0000;
    }

    #newmember ul {
    }

        #newmember ul li {
        }


#termspopup {
    width: 982px !important;
}

    #termspopup a {
        color: #cd5a14;
    }

/* CustomPage Styles
-----------------------------------------------------------*/

#custompage-content {
    background-color: #fff;
    margin: 10px 0;
    padding-bottom: 10px;
}

    #custompage-content ul.topnav {
        margin: 10px 0px 0px 0px !important;
    }

    #custompage-content .submenu {
        float: left;
        width: 200px;
    }

        #custompage-content .submenu a {
            color: #000;
        }

        #custompage-content .submenu ul, #custompage-content .submenu-right ul {
            margin: 12px 0 0 0;
            padding: 0px 0px 0px 10px;
        }

            #custompage-content .submenu ul li, #custompage-content .submenu-right ul li {
                margin: 0;
                padding: 0;
                list-style-type: none;
                line-height: 16px;
            }

            #custompage-content .submenu ul li {
                padding-top: 5px;
                padding-bottom: 5px;
                font-weight: bold;
                font-size: 11px;
            }

                #custompage-content .submenu ul li.selected {
                    font-weight: bold;
                }

    #custompage-content .content {
        float: left;
        width: 700px;
        margin: 17px 0px 17px 20px;
    }

        #custompage-content .content.dropdown {
            margin-top: 20px;
        }

    #custompage-content .submenu-right .topnav, #custompage-content .submenu-right .subnav {
        padding: 0px !important;
        margin: 0px;
    }

    #custompage-content .submenu-right .subnav {
        min-width: 147px;
    }

    #custompage-content #contactform-error {
        color: #FF0000;
        display: none;
    }

/* Error Styles
-----------------------------------------------------------*/
#error-content {
    background-color: #FFF;
    padding: 10px;
}

    #error-content h2 {
        font-size: 18px;
    }

    #error-content p {
        font-size: 12px;
    }

/*Form*/
#custompage-content table {
}

    #custompage-content table tr {
    }

        #custompage-content table tr td {
        }

            #custompage-content table tr td input[type="text"], #custompage-content table tr td textarea {
                width: 100%;
            }

#custompage-content .custom-color-button {
    float: right;
    margin: 10px 0;
}

    #custompage-content .custom-color-button input {
        padding: 10px;
    }

/*Press
-----------------------------------------------------------*/
#presslogin-wrapper {
    border: 1px #000 solid;
    padding: 20px;
    width: 300px;
    float: left;
    margin: 20px;
}

#presslogin-table {
    width: 200px;
}

    #presslogin-table tr {
    }

        #presslogin-table tr td {
            padding: 0px 10px 0px 0px;
            line-height: 33px;
        }

            #presslogin-table tr td input[type="text"], #presslogin-table tr td input[type="password"] {
                width: 170px !important;
            }

#press-leftinfo {
    float: left;
    width: 260px;
    margin: 20px;
}

#press-rightinfo a#logout {
    float: right;
}

#press-rightinfo {
    float: left;
    margin: 20px 20px 20px 0px;
    width: 640px;
}

/*Storestart*/
#storestart {
    padding: 20px;
}

/*Brands
-----------------------------------------------------------*/
.brand-anchor {
    height: 10px;
    margin-top: -10px;
    position: relative;
    top: -30px;
}

#brands {
    background-color: #FFF;
    padding: 20px;
}

    #brands ul {
        margin: 0px;
        padding: 0px;
    }

        #brands ul li {
            list-style: none;
        }

            #brands ul li .brandwrapper {
                padding: 20px 0px;
                position: relative;
            }

                #brands ul li .brandwrapper h2 {
                    margin-left: 20px;
                    float: left;
                    margin-bottom: 10px;
                    width: 660px;
                }

                #brands ul li .brandwrapper .image {
                    width: 241px;
                    float: left;
                    min-height: 100px;
                    overflow: hidden;
                }

                #brands ul li .brandwrapper .description {
                    float: left;
                    width: 538px;
                    display: block;
                    margin-bottom: 20px;
                    margin-left: 20px;
                }

                #brands ul li .brandwrapper .links {
                    float: right;
                    width: 145px;
                }

                    #brands ul li .brandwrapper .links a {
                        display: block;
                        line-height: 20px;
                    }

                #brands ul li .brandwrapper .backtotop {
                    background: url("../../Content/Images/buttons/up-solid-button.gif") no-repeat scroll center 6px #FFFFFF;
                    width: 20px;
                    height: 20px;
                    cursor: pointer;
                    position: absolute;
                    right: 0;
                    top: 12px;
                }

    #brands #branddropdown {
        width: 100%;
        height: 36px;
    }


        #brands #branddropdown ul.topnav li {
            position: static;
        }

            #brands #branddropdown ul.topnav li ul.subnav {
                width: 980px !important;
                z-index: 20;
                top: 55px;
                margin: 10px;
            }

                #brands #branddropdown ul.topnav li ul.subnav li ul {
                    float: left;
                    width: 140px !important;
                    clear: none;
                }


/*Shops
-----------------------------------------------------------*/
.submenu-right ul.topnav li {
    position: static;
}

#custompage-content .submenu-right {
    float: left;
    width: 700px;
}

.submenu-right ul.topnav li ul.subnav {
    width: 980px !important;
    z-index: 20;
    top: 40px;
    margin: 10px;
}

    .submenu-right ul.topnav li ul.subnav li ul {
        float: left;
        width: 140px !important;
        clear: none;
        margin: 0px !important;
        padding: 0px !important;
    }

.shopswrapper {
    margin: 10px 0px;
}

    .shopswrapper h2 {
        margin: 5px 0px;
    }

    .shopswrapper h3 {
        margin: 10px 0px 5px;
    }

    .shopswrapper .left {
        float: left;
        width: 300px;
    }

        .shopswrapper .left span {
            display: block;
            line-height: 16px;
        }

    .shopswrapper table {
        width: 150px;
    }

        .shopswrapper table td.right {
            text-align: right;
        }

    .shopswrapper .map_canvas {
        width: 300px;
        height: 300px;
        float: left;
        margin: 10px 0px;
    }

    .shopswrapper .lng {
        display: none;
    }

    .shopswrapper .lat {
        display: none;
    }

#shopcontent {
    width: 700px;
}

#contentwrapper {
    float: left;
}

/* Main Menu Styles
-----------------------------------------------------------*/

#main-menu {
    /*width: 982px;*/
    width: 998px;
    background-color: #454545;
    z-index: 999;
}

    #main-menu.stick, #header.stick {
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    #main-menu #header-cart-checkout a, #main-menu a.menuItem {
        color: #FFF;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 35px;
        text-transform: uppercase;
    }



    #main-menu ul.top-level {
        position: relative;
        bottom: 0;
        float: left;
        margin-left: 1em;
        z-index: 1000;
    }

        #main-menu ul.top-level li {
            display: inline-block;
            cursor: default;
        }

            #main-menu ul.top-level li a.menuItem {
                display: block;
                padding: 0px 1em;
            }

            #main-menu ul.top-level li.active a.menuItem {
                background-color: #000;
                color: #fff;
            }

            #main-menu ul.top-level li.selected {
                background-color: #b1b1b1;
            }

              #main-menu ul.top-level li.selected a {
                    color: #454545;
            }


    #main-menu #header-cart-container, #main-menu #header-cart-checkout, #main-menu #header-cart-viewer {
        float: right;
    }

        #main-menu #header-cart-container #header-cart-viewer {
            background-color: rgb(216, 216, 216);
            color: #454545;
            line-height: 35px;
            white-space: nowrap;
            font-weight: normal;
            font-size: 14px;
        }

            #main-menu #header-cart-container #header-cart-viewer #top-minicart {
                float: left;
            }

                #main-menu #header-cart-container #header-cart-viewer #top-minicart .menu-cart-sum {
                    font-weight: bold;
                    font-size: 16px;
                }

            #main-menu #header-cart-container #header-cart-viewer #menu-shopping-bag {
                height: 25px;
                float: left;
                margin: 4px 5px 0 10px;
            }

        #main-menu #header-cart-container #header-cart-checkout {
            line-height: 33px;
            width: 120px;
            padding-left: 5px;
        }
        #main-menu #header-cart-container #header-cart-checkout .icon-arrow-right {margin-left: 8px;}
        #minicart-menu {
            padding: 0;
            padding-right: 5px;
            margin: 0;
            list-style-type: none;
        }
        .minicart-submenu {
            padding: 5px;
            display: none;
            position: absolute;
            background-color: rgb(216, 216, 216);
        }
        .minicart-submenu.active {
            display: block;
            z-index: 99;
        }
        .minicart-submenu-item {
            background-color: #FFF;
            list-style-type: none;
            margin-bottom: 5px;
        }
        .minicart-submenu-item table{
            width: 100%;
        }
        .minicart-submenu-item .details {
              font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
        }
        .minicart-submenu-item .details .info {
              color: #6c6c6c;
                font-weight: 400;
        }

        #minicart-header {
            cursor: pointer;
        }
        .minicart-manufacturer-name {
            color: #000;
        }
        .minicart-product-name {
            color: #000;
            font-weight: 800;
        }
        .minicart-product-price {
            color: #000;
        }

.zoom-fifty {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.minicart-dropdown-icon {
    float: right;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 1px;
}
#minicart-close-list {
    text-align: center;
    display: block;
    font-size: 12px;
}
#minicart-close {
    color: #000;
        }


/* Mega menu

------------------------------------------------------------*/

.megamenu {
    position: absolute;
    display: none;
    color: #fff;
    z-index: 999;
    margin-left: -12px;
    width: 998px;
    left: 0px;
}

    .megamenu .menu-categories, .megamenu .menu-static {
        float: left;
        background-color: #000;
        padding: 20px;
        min-width: 435px;
    }

.menu-category span.header {
    border-bottom: 1px solid #999;
    width: 100%;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    color: #fff;
    font-weight: bold;
}

.megamenu .menu-category .last span.header {
    display: none;
}

.touch-menu-close-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    z-index: 989;
    display: none;
}

.megamenu ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    float: left;
}

.megamenu li {
    margin-right: 5px;
    font-size: 12px;
}

.megamenu .menu-category {
    float: left;
}

    .megamenu .menu-category > div {
        float: left;
        margin-right: 50px;
    }

        .megamenu .menu-category > div.last {
            margin-right: 0;
        }

        .megamenu .menu-category > div ul > li {
            vertical-align: top;
        }


            .megamenu .menu-category > div ul > li > ul > li {
                display: block !important;
                min-width: 100px;
                margin-bottom: 2px;
                color: #fff !important;
            }

                .megamenu .menu-category > div ul > li > ul > li a {
                    color: #fff !important;
                }

        .megamenu .menu-category > div.last ul > li > ul > li a {
            text-transform: uppercase;
            font-size: 12px;
            color: #fff;
        }

.megamenu .megamenu-item-list, .megamenu .megamenu-static-menu-list {
    padding: 0;
    margin: 0;
}




/* Footer Styles
-----------------------------------------------------------*/


#footer {
    height: 100%;
}

    #footer #footer-wrapper {
        background-color: #FFF;
        width: 998px;
        margin: 0 auto;
        overflow: auto;
    }

    #footer #footer-navigation-head {
        position: relative;
    }

        #footer #footer-navigation-head .holder, #footer #footer-navigation-links .holder {
            padding: 15px 20px;
            float: left;
            position: relative;
            background-color: #000;
        }

    #footer .footer-nav-header, #footer .footer-nav-link {
        display: block;
        width: 160px;
        margin: 0px;
        padding: 0px;
        position: relative;
        z-index: 2;
    }

    #footer .footer-nav-header {
        text-transform: uppercase;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
        padding: 4px 0px;
        margin: 0px;
        cursor: pointer;
    }

        #footer .footer-nav-header.last, #footer .footer-nav-link.last {
            width: 158px !important;
        }

    #footer #footer-navigation-head #toggleFooter {
        background: #000 url(../../Content/Images/buttons/footer_open.png) no-repeat center center;
        width: 45px;
        height: 38px;
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 10;
    }

        #footer #footer-navigation-head #toggleFooter.opened {
            background: #000 url(../../Content/Images/buttons/footer_close.png) no-repeat center center;
        }

    #footer #footer-navigation-links {
        background-color: #232323;
    }

        #footer #footer-navigation-links .navBreakLine {
            width: 158px;
            height: 10px;
            border-top: 1px solid #555;
        }

        #footer #footer-navigation-links .holder {
            height: 200px;
            padding: 0 20px 15px 20px;
        }

    #footer .footer-nav-link dd {
        color: #e7e7e7;
        margin: 0px;
        padding: 4px 0px;
    }

        #footer .footer-nav-link dd a {
            color: #e7e7e7;
        }

    #footer .footer-information {
        text-align: center;
        color: #aaa;
        font-size: 90%;
        clear: both;
        padding: 0 10px;
    }

    #footer #footer-information-wrapper .left {
        float: left;
        line-height: 50px;
        margin-left: 20px;
    }

        #footer #footer-information-wrapper .left img {
            margin: 10px 0px 0px 0px;
        }

    #footer #footer-information-wrapper .right {
        float: right;
        margin: 10px 20px 10px 10px;
    }






/* ProductView
------------------------------------------------------------*/
.productview-content {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

    .productview-content .productview-content-back {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0px;
        right: 0px;
        background: #FFF url(../../Content/Images/buttons/back-solid-button.gif) no-repeat center 6px;
    }

        .productview-content .productview-content-back a {
            display: block;
            width: 100%;
            height: 100%;
        }

.product-details {
    background-color: transparent; /*################################################################## #fff*/
}

    .product-details .productview-content-images{ float: left;
      width: 50%; 
      -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
        padding: 5px;
        background-color: #fff; }

        .product-details .productview-content-images .icon-360 {
            background: url(../../Content/Images/icons/360.png);
            height: 25px;
            background-position: center;
            background-repeat: no-repeat;
            margin-top: 5px;
        }

        .product-details .productview-content-images .orbitvu-container {
            width: 486px;
            height: 425px;
        }


        .product-details .productview-content-images .showPrev {
            background: url(../../Content/Images/buttons/back-solid-button.gif) no-repeat center;
            width: 45px;
            height: 25px;
            position: absolute;
            top: 50%;
        }

        .product-details .productview-content-images .showNext {
            background: url(../../Content/Images/buttons/forward-solid-button.gif) no-repeat center;
            width: 45px;
            height: 25px;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .product-details .productview-content-images .product-image-large {
            text-align: center;
            cursor: pointer;
            position: relative;
        }

#product-image-small {
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
}

    #product-image-small img {
        font-size: 8px;
        color: #f3f3f3;
    }

        #product-image-small img:hover {
            outline: #000 solid 2px;
        }

.productview-content-information{ float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    padding: 0 20px;
  width: 50%;
    font: normal normal 13px/18px 'Open Sans'; }

.productview-content-information .h2 {
      font-family: 'Open Sans';
      font-size: 22px;
      margin: 2px 0 5px 0;
}

    .productview-content-information .h3 {
        font: normal normal 18px/18px 'Open Sans';
        margin: 0 0 2px 0;
    }

    .productview-content-information span.header, .productview-content-information td.header {
        color: #575757;
    }

    .productview-content-information .product-manufacturer > img {
           float: none;
        margin-left: 0;
        margin-bottom: 0;
    }

    .product-list-product-wrapper-inner .productview-content-information .product-manufacturer > img {
     float: right;
        margin-left: 5px;
        margin-bottom: 5px;
        min-height: 94px;
    }

    .productview-content-information .product-manufacturer p {
        font-size: 10px;
        line-height: 14px;
    }

    .productview-content-information .product-name-category {
        padding-top: 19px;
    }

        .productview-content-information .product-name-category p {
            margin: 0;
        }
        .productview-content-information .product-name-category .manufacturer-link {
          color: #000000;
          text-decoration: none;
        }

        .productview-content-information .productview-content-size ul.size-list {
            cursor: pointer;
            margin: 5px 0;
            padding: 0;
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
        }

            .productview-content-information .productview-content-size ul.size-list li {
                list-style-type: none;
                float: left;
                margin-right: 4px;
                padding: 4px;
                margin-bottom: 4px;
                min-width: 24px;
                text-align: center;
            }

                .productview-content-information .productview-content-size ul.size-list li.disabled {
                    background-color: #000;
                    color: #fff;
                    opacity: 0.2;
                    filter: alpha(opacity=20);
                }

                    .productview-content-information .productview-content-size ul.size-list li.disabled.selected {
                        background-color: #cd5a14;
                        color: #fff;
                    }

                .productview-content-information .productview-content-size ul.size-list li.enabled {
                    background-color: #000;
                    color: #fff;
                    cursor: pointer;
                }

                    .productview-content-information .productview-content-size ul.size-list li.enabled:hover {
                        background-color: #444;
                    }

                    .productview-content-information .productview-content-size ul.size-list li.enabled.selected {
                        background-color: #cd5a14;
                        color: #FFF;
                        cursor: pointer;
                    }


    .productview-content-information .inner {
        /*padding: 12px 6px;
        border-bottom: 1px solid #aaa;
        width: 315px;*/
    }

        .productview-content-information .inner.last {
            border-bottom: none;
        }

.store-status-text a {
  color: #fff;
}

    .productview-content-information .buysection {
        /*background-color: #FFF;*/
         background-color: transparent; /*################################################################## #fff*/
        margin-top: 15px;
        position: relative;
    }

        .productview-content-information .buysection .price {
            float: left;
            line-height: 39px;
        }

            .productview-content-information .buysection .price .pay-price {
                font-size: 32px;
            }

            .productview-content-information .buysection .price .org-price {
                text-decoration: line-through;
                margin-right: 10px;
                color: #7d7d7d;
            }

        .productview-content-information .buysection .custom-color-button {
            float: right;
            width: 137px;
        }

            .productview-content-information .buysection .custom-color-button input {
                display: block;
                text-align: center;
                width: 100%;
                padding-bottom: 9px;
                padding-top: 7px;
                font: normal normal 18px/18px 'Open Sans';
            }


    .productview-content-information .productview-deliveryStatus {
        float: right;
        margin-top: 25px;
    }

    .product-details .productview-permalink {
        position: absolute;
        top: 34px;
        left: 0px;
        text-align: left;
    }

    .product-details .productview-permalink input[type=text] {
        margin: 0;
        font-size: 10px;
    }
.product-details .productview-messages { position: relative; }
.product-details .alert-message {
    z-index: 99;
    display: none;
    font-size: 12px;
    width: 130px;
    float: right;
    background: #d9d9d9;
    height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -48px;
}

    .product-details .alert-message .alert-message-arrow {
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-right: 9px solid #d9d9d9;
        position: absolute;
        top: 21px;
        left: -9px;
    }

    .product-details .alert-message .error-message-inner,
    .product-details .alert-message .error-message-notinstock-inner,
    .product-details .alert-message .alert-message-success-inner {
        display: table-cell;
        vertical-align: middle;
        height: inherit;
        padding: 0 7px;
    }

    .product-details .alert-message .error-message-notinstock-inner,
    .product-details .alert-message .alert-message-success-inner {
        display: none;
    }

    .product-details .alert-message .alert-message-success-inner a {
        color: inherit;
    }





div.productview-footer {
    padding: 10px;
    padding-left: 20px;
    background-color: #FFF;
    font: normal normal 12px/12px 'Open Sans';
    color: #575757;
}

    div.productview-footer div.productview-footer-social {
        text-align: right;
        width: auto;
        float: right;
    }

        div.productview-footer div.productview-footer-social img {
            border: none 0px;
        }

        div.productview-footer div.productview-footer-social .addthis_button_compact span, .addthis_button_compact, .addthis_button_compact img {
            float: left;
            color: #949494;
        }

        div.productview-footer div.productview-footer-social .addthis_button_compact img {
            padding-right: 5px;
        }

        div.productview-footer div.productview-footer-social a {
            padding: 0px 5px;
        }

        div.productview-footer div.productview-footer-social .addthis_separator {
            color: #949494;
        }

        div.productview-footer div.productview-footer-social #embededdiv {
            display: none;
        }

#embededdiv input[type="text"] {
    width: 440px;
}

#embededdiv div.custom-color-button {
    width: 75px;
}

    #embededdiv div.custom-color-button input {
        padding: 5px;
        margin-top: 5px;
    }

div.relatedproductview-content {
    /*background-color: #FFF;*/
    margin-top: 10px;
    margin-left: -5px;
    position: relative;
    width: 1008px;
}

div.relatedproductview-content-start {
    float: left;
    font-size: 24px;
    color: #7d7d7d;
    margin: 0px 15px 5px 5px;
    background-color: #fff;
    width: 983px;
    padding: 10px 0 10px 15px;
}

div.relatedproductview-content-right {
    float: right;
    margin: 10px;
}

/*div.relatedproductview-content ul {
    margin: 0px;
    padding: 0px;
}

    div.relatedproductview-content ul li.smallproduct-wrapper {
        border-bottom: none 0px;
        position: relative;
    }

        div.relatedproductview-content ul li.smallproduct-wrapper.right {
            float: right;
            padding-right: 10px;
        }*/

div.relatedproductview-content .smallproduct_wrapperdiv {
    position: relative;
}

div.relatedproductview-content .small-product-text-inner {
    opacity: 1;
}



div#productmanufacturer {
margin-top: 5px;
padding-bottom: 10px;
}

.productview-content-webcolorpic {
    /*position: absolute;
    width: 40px;
    height: 40px;
    top: 50px;*/
    right: 0px;
    text-align: center;
    float: right;
}

    .productview-content-webcolorpic p {
        margin: 0px;
        font-size: 10px;
        line-height: 6px;
    }

#productview-attributes-leftrow {
    float: left;
}

#productview-attributes-rightrow {
}

.productview-attributes-inline {
    display: inline-block;
}
/* ProductList
-----------------------------------------------------------*/
#productlist-info {
    background-color: #000;
    height: 5px;
    overflow: hidden;
    width: 998px;
    display: none;
}

    #productlist-info a.close {
        display: block;
        background: transparent url(../../Content/Images/buttons/close.png) repeat-x left top;
        cursor: pointer;
        height: 22px;
        width: 22px;
        position: absolute;
        right: 10px;
        top: 7px;
    }

    #productlist-info .holder {
        padding: 5px;
        /*background-color: #FFF;*/
    }

#productlist-filter {
    float: left;
    width: 100%;
    margin-top: 5px;
}

    #productlist-filter a {
        color: #000;
    }

        #productlist-filter a:hover {
            text-decoration: none;
        }

#productlist-sorting {
    float: left;
    margin-top: 10px;
}


#productlist-related {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

#productlist-advertising {
    float: left;
    width: 100%;
}

#productlist-products #navigation {
    display: block;
    position: absolute;
    bottom: -40px;
    background-color: #fff;
    margin: 0px 5px;
    width: 988px;
    padding: 5px;
    text-align: center;
}

.navigation-infotext {
    display: inline-block;
    padding: 4px 0px;
}

#productlist-products #navigation a {
    display: block;
    float: left;
    margin-right: 40px;
}

#productlist-products #navigation span {
    color: #999;
}

    #productlist-products #navigation span.navigation-next {
        color: #cd5a14;
    }

/* ProductList Filter */
#filter-header-button {
    float: left;
    width: 46px;
    height: 20px;
    padding-top: 5px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    background: url(../../Content/Images/buttons/filter_minimize.png) center center no-repeat #FFFFFF;
}

    #filter-header-button.max {
        background: url(../../Content/Images/buttons/filter_maximize.png) center center no-repeat #FFFFFF;
    }

#filter-header {
    background: url(../../Content/Images/backgrounds/filter_header_back.png) center center repeat;
    color: #fff;
    float: left;
    width: 998px;
    height: 35px;
    line-height: 34px;
    cursor: pointer;
}

    #filter-header ul li {
        font-weight: bold;
    }

#filter-wrapper {
    padding: 10px 0px;
    background-color: rgb(255, 255, 255);
}

#filter-content {
    position: relative;
}

    #filter-content ul {
    }

        #filter-content ul li {
        }

ul li.border-right {
    border-right: 1px solid #d1d1d1;
}

#productlist-filter ul {
    margin: 0;
    padding: 0;
}

    #productlist-filter ul li {
        list-style: none;
        float: left;
        padding-left: 5px;
    }

        #productlist-filter ul li a {
            white-space: nowrap;
            -moz-user-select: none;
            -webkit-user-select: none;
            outline: none;
        }

        #productlist-filter ul li span {
            white-space: nowrap;
            -moz-user-select: none;
            -webkit-user-select: none;
        }

#productlist-filter #unselect-all {
    right: 0;
    bottom: 0;
    float: right;
    padding: 0 15px;
    background: url(../../Content/Images/buttons/unselect.png) center left no-repeat;
}

#filter-categories, #filter-categories-header {
    height: 35px;
}

#filter-categories {
    background: url("../Images/buttons/filter_minimize_full.png") no-repeat 956px;
}

#filter-categories-header {
    background: url("../Images/buttons/filter_maximize_full.png") no-repeat 956px;
}

.filter-header-open {
}

.filter-header-closed {
}






#productlist-filter .over span {
    background: url(../../Content/Images/buttons/selectfilter_over_left.png) left top no-repeat;
    display: inline-block;
    padding-left: 15px;
}

    #productlist-filter .over span a {
        background: url(../../Content/Images/buttons/selectfilter_over_right.png) right top no-repeat;
        padding: 0px 7px 0px 0px;
        display: inline-block;
    }

#productlist-filter .selected-li span {
    background: url(../../Content/Images/buttons/selectfilter_back_left2.png) left top no-repeat;
    display: inline-block;
    padding-left: 15px !important;
}

    #productlist-filter .selected-li span a {
        background: url(../../Content/Images/buttons/selectfilter_back_right.png) right top no-repeat;
        padding: 0px 7px 0px 0px !important;
        display: inline-block;
        color: #fff;
    }

/*model*/
#productlist-filter ul li.model {
    width: 323px;
}

    #productlist-filter ul li.model.header {
        width: 312px;
        padding-left: 18px;
    }

    #productlist-filter ul li.model ul li {
        margin: 2px 0px 0px 0px;
        line-height: 20px;
        padding-left: 0px;
        overflow: hidden;
    }

        #productlist-filter ul li.model ul li.left {
            width: 160px;
        }

        #productlist-filter ul li.model ul li.right {
            width: 150px;
        }

        #productlist-filter ul li.model ul li span {
            padding-left: 10px;
        }

            #productlist-filter ul li.model ul li span a {
                padding: 0px 7px 0px 5px;
            }

#filter-content ul li.model {
}
   
/*manufacturer*/
#productlist-filter ul li.manufacturer {
    width: 155px;
    height: 138px;
}

    #productlist-filter ul li.manufacturer ul.topnav li {
        position: static;
    }

        #productlist-filter ul li.manufacturer ul.topnav li ul.subnav {
            width: 980px !important;
            z-index: 20;
            top: 35px;
            margin: 10px;
        }

            #productlist-filter ul li.manufacturer ul.topnav li ul.subnav li ul {
                float: left;
                width: 140px !important;
                clear: none;
            }

#filter-content ul li.manufacturer {
    padding-left: 7px !important;
}

#selecteddropdownelement p {
    margin: 0;
    padding: 0;
}

/*size*/
#productlist-filter ul li.size {
    width: 95px;
    margin-left: 0px;
    text-align: left;
}

    #productlist-filter ul li.size ul {
    }

        #productlist-filter ul li.size ul li {
            width: 45px;
            margin: 5px 0px 0px 0px;
            line-height: 20px;
            padding-left: 0px;
            overflow: hidden;
        }

            #productlist-filter ul li.size ul li span {
                padding-left: 10px;
            }

            #productlist-filter ul li.size ul li a {
                padding: 0px 7px 0px 5px;
            }

#filter-content ul li.size {
}

/*color*/
#productlist-filter ul li.color {
    width: 98px;
    padding-left: 5px;
    text-align: left;
}

    #productlist-filter ul li.color.header {
        padding-left: 0px;
    }

    #productlist-filter ul li.color li {
        margin: 10px 0px 0px 0px;
        line-height: 20px;
        overflow: hidden;
        height: 25px;
    }

        #productlist-filter ul li.color li.over.custom, #productlist-filter ul li.color li.selected-li.custom {
            background: url(../../Content/Images/buttons/color_over_2.png) left top no-repeat;
        }

        #productlist-filter ul li.color li.default {
            width: 100px;
            text-align: left;
            padding-left: 15px;
            height: 20px !important;
            margin-top: 5px;
            margin-bottom: -5px;
        }

            #productlist-filter ul li.color li.default.over span {
                background: url(../../Content/Images/buttons/selectfilter_over_left.png) left top no-repeat;
                display: inline-block;
                padding-left: 15px;
                margin-left: -15px !important;
            }

                #productlist-filter ul li.color li.default.over span a {
                    background: url(../../Content/Images/buttons/selectfilter_over_right.png) right top no-repeat;
                    padding: 0px 7px 0px 0px;
                    display: inline-block;
                }

            #productlist-filter ul li.color li.default.selected-li span {
                background: url(../../Content/Images/buttons/selectfilter_back_left2.png) left top no-repeat;
                display: inline-block;
                padding-left: 15px !important;
                margin-left: -15px !important;
            }

                #productlist-filter ul li.color li.default.selected-li span a {
                    background: url(../../Content/Images/buttons/selectfilter_back_right.png) right top no-repeat;
                    padding: 0px 7px 0px 0px !important;
                    display: inline-block;
                    color: #fff;
                }

        #productlist-filter ul li.color li a {
            display: block;
        }

    #productlist-filter ul li.color img {
        border: 1px solid #000;
        cursor: pointer;
        margin-left: 10px;
        border: none 0px;
    }

#filter-content ul li.color {
}

/*materials*/
#productlist-filter ul li.materials {
    width: 117px;
    padding-left: 4px;
}

    #productlist-filter ul li.materials ul li {
        margin: 5px 0px 0px 0px;
        line-height: 20px;
        padding-left: 0px;
        overflow: hidden;
        width: 100%;
    }

        #productlist-filter ul li.materials ul li span {
            padding-left: 10px;
        }

        #productlist-filter ul li.materials ul li a {
            padding: 0px 7px 0px 5px;
        }

#filter-content ul li.materials {
}

#filter-header ul li.materials {
    padding-left: 10px;
}

/*availability*/
#productlist-filter ul li.availability.header {
    width: 80px;
}

#productlist-filter ul li.availability {
    width: 150px;
}

    #productlist-filter ul li.availability ul li {
        margin: 5px 0px 0px 0px;
        line-height: 20px;
        padding-left: 0px;
        overflow: hidden;
        width: 100%;
    }

        #productlist-filter ul li.availability ul li span {
            padding-left: 10px;
        }

        #productlist-filter ul li.availability ul li a {
            padding: 0px 7px 0px 5px;
        }

#filter-content ul li.availability {
}


/*ProductList Sorting*/
#productlist-sorting {
    background-color: #fff;
    border-bottom: #e5e5e5 1px solid;
    width: 100%;
    padding: 10px 0 4px;
}

    #productlist-sorting .startelement {
        padding: 0px 0px 5px 0px;
    }

    #productlist-sorting a {
        color: #000;
        padding: 2px 11px 5px 0;
    }

        #productlist-sorting a:hover {
            text-decoration: none;
        }

    #productlist-sorting ul {
        margin: 0;
        padding: 0;
        float: left;
    }

        #productlist-sorting ul li {
            list-style: none;
            float: left;
            margin-left: 5px;
        }

    #productlist-sorting span {
        padding: 2px 0 4px 16px;
        display: inline-block;
    }

    #productlist-sorting .over span {
        background: url(../../Content/Images/buttons/selectfilter_over_left.png) left top no-repeat;
    }

        #productlist-sorting .over span a {
            background: url(../../Content/Images/buttons/selectfilter_over_right.png) right top no-repeat;
        }

    #productlist-sorting span.selected {
        background: url(../../Content/Images/buttons/selectfilter_back_left2.png) left top no-repeat;
    }

        #productlist-sorting span.selected a {
            background: url(../../Content/Images/buttons/selectfilter_back_right.png) right top no-repeat;
            color: #fff;
        }


/* ProductList SmallProducts */
#productlist-products {
    width: 1008px;
    margin: 5px 0 45px -5px;
    float: left;
}

    #productlist-products #noproductsfound {
        padding: 20px 8px;
        display: block;
    }

    #productlist-products ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        overflow: hidden;
    }

/*ul li.smallproduct-wrapper {
    height: 218px;
    float: left;
    list-style: none;
    width: 192px;
    padding: 0px;
    border-bottom: 1px solid #E5E5E5;
    font: normal bold 14px/16px 'Open Sans'; 
}*/
#ajax-product-loader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../Images/Ajax/ajax_loader_gray_128.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    opacity: 0.6;
}

.loading-cursor {
    cursor: progress !important;
}


#ajax-product-loader span {
    display: block;
    text-align: center;
}

.product-list-product-wrapper {
    /*visibility: hidden;*/
    margin: 20px 5px 5px;
    background-color: #fff;
    width: 998px;
    overflow: hidden;
    opacity: 0;
}

.product-hidden {
    opacity: 0;
    height: 0 !important;
    margin: 0 !important;
}

.product-list-product-wrapper-inner {
    /*background-image: url(../Images/Ajax/ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;*/
    padding: 10px 25px;
}

.product-list-next-product, .product-list-prev-product {
    width: 25px;
    height: 100%;
    /*background-color: #fff;*/
     background-color: transparent; /*################################################################## #fff*/
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 200ms linear;
     -moz-transition: opacity 200ms linear;
     -o-transition: opacity 200ms linear;
     -ms-transition: opacity 200ms linear;
     transition: opacity 200ms linear;
}

.product-list-next-product:hover, .product-list-prev-product:hover {
    /*background-color: #F0F0F0;*/
    opacity: 0.5 !important;
}

.product-list-next-product {
    right: 0px;
    background-image: url(../Images/Buttons/arrow_right_transparent.png);
      background-position: 7px;
}

.product-list-prev-product {
    left: 0px;
      background-position: 5px;
background-image: url(../Images/Buttons/arrow_left_transparent.png);
}

.smallproduct-wrapper {
    width: 242px;
    height: 242px;
    background-color: white;
    float: left;
    margin: 5px;
    font: normal 14px/16px 'Open Sans';
}

.close-product-list {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url(../Images/Buttons/close_transparent.png);
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}

.product-brick {
    /*overflow: hidden; */
    opacity: 0;
}

    .product-brick.selected .selected-arrow {
        background-image: url('../Images/Backgrounds/arrow_down.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 20px;
        height: 10px;
        bottom: -10px;
        margin: 0px auto;
        position: absolute;
        left: 111px;
    }

    .product-brick.selected.above .selected-arrow {
        background-image: url('../Images/Backgrounds/arrow_up.png');
        top: -10px;
        bottom: 0;
    }

    .selected .smallproduct_wrapperdiv > img {
    height: 222px;
}

.smallproduct_wrapperdiv > img {
    height: 177px;
    margin: 10px;
    -webkit-transition: width 0.5s ease, height 0.5s ease;
    -moz-transition: width 0.5s ease, height 0.5s ease;
    -o-transition: width 0.5s ease, height 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease;
}

.product-brick.size_1x1 {
    width: 242px;
    height: 242px;
}

.product-brick.size_1x2 {
    width: 242px;
    height: 494px;
}

.product-brick.size_2x1 {
    width: 494px;
    height: 242px;
}

.product-brick.size_2x2 {
    width: 494px;
    height: 494px;
}

.product-brick.size_4x1 {
    width: 998px;
    height: 242px;
}

.smallproduct-wrapper div.smallproduct_wrapperdiv {
    height: 100%;
    cursor: pointer;
    text-align: center;
    /*cursor: pointer;
        float: left;
        list-style: none;
        border: 1px #fff solid;
        width: 190px;
        position: relative;
        text-align: center;*/
}

ul li.smallproduct-wrapper a.smallproduct_wrapperdiv:hover {
    /*border: 1px solid #D1D1D1;*/
}


.small-product-text-inner {
    opacity: 1;
    background-color: rgba(255,255,255,0.8);
     -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.selected .small-product-text-inner {
    opacity: 0;
}

.smallproduct-wrapper .smallproduct_wrapperdiv span.smallproduct_stockstatus {
    color: #FFF;
    position: absolute;
    background: url(../../Content/Images/Backgrounds/productnotinstock_back.png) transparent top left repeat;
    height: 23px;
    line-height: 23px;
    text-align: center;
    top: -141px;
    width: 100%;
    text-transform: uppercase;
    left: 0px;
}

.smallproduct-wrapper .smallproduct_wrapperdiv span.incoming {
    color: #FFF;
    position: absolute;
    background: url(../../Content/Images/Backgrounds/productnew_back.png) transparent top left repeat;
    height: 23px;
    line-height: 23px;
    text-align: center;
    top: -141px;
    width: 100%;
    text-transform: uppercase;
    left: 0px;
}

/*ul li.smallproduct-wrapper.last {
        padding-right: 10px;
    }

    ul li.smallproduct-wrapper.first {
        padding-left: 10px;
    }*/

.smallproduct-wrapper .name {
    text-align: center;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
    color: #333;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 20px;
    overflow: hidden;
}

.smallproduct-wrapper .price {
    text-align: center;
    line-height: 20px;
    display: block;
    color: #7d7d7d;
    font: normal normal 14px/16px 'Open sans';
}

    .smallproduct-wrapper .price .line-through {
        text-decoration: line-through;
    }

.smallproduct-wrapper .campaign {
    color: #ec7900;
    padding-right: 5px;
}

.smallproduct-wrapper .staff {
    color: #cd5a14;
    padding-right: 5px;
}

.smallproduct-wrapper img {
    border: none 0px;
}

ul li.smallproduct-wrapper a {
    color: #000;
}

    ul li.smallproduct-wrapper a:hover {
        text-decoration: none;
    }


#navigiation-list {
    display: none !important;
}

.product-icons {
    position: absolute;
    top: 0px;
    right: 0px;
}

    .product-icons > div {
        background-color: #556b2f;
        width: 50px;
        height: 45px;
        float: right;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .product-icons .new-product {
        background-image: url(../Images/Icons/new_icon.png);
    }

    .product-icons .hot-product {
        background-image: url(../Images/Icons/hot_icon.png);
     }
/* Ajax
--------------------------------------------------------*/
.ajax-small-loader {
    display: none;
    background: url(../../Content/Images/Ajax/ajax-loader.gif) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    position: absolute;
}

#ajax-preloaderbox {
    width: 260px;
    height: 186px;
    margin-left: -130px;
    margin-top: -93px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    background: url(../../Content/Images/Ajax/preloadingplate.png) transparent bottom right no-repeat;
    display: none;
}

    #ajax-preloaderbox h2 {
        color: #A0A0A0;
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        margin: 0;
        text-transform: uppercase;
    }

    #ajax-preloaderbox #ajax-preloader {
        text-align: center;
        background: url(../../Content/Images/Ajax/preloader.gif) 50% 50% no-repeat;
        height: 60px;
        width: 200px;
        margin: 40px auto;
        padding-left: -60px;
    }

        #ajax-preloaderbox #ajax-preloader.error {
            background: url(../../Content/Images/Ajax/preloadererror.gif) 50% 50% no-repeat !important;
            margin: 20px auto !important;
        }

            #ajax-preloaderbox #ajax-preloader.error .smallblack_button {
                margin-top: 10px;
                float: none;
            }

        #ajax-preloaderbox #ajax-preloader h2.loadingtext {
            padding-top: 60px;
        }

.ajax-preloader-button {
    display: none;
    text-align: center;
}
/* Add class to a preloader for ex. a button */
.ajax-button {
}
/* Add this to button that should be hidden on a ajaxevent. Use this with .ajax-preloader-button class */


#storesMap {
    width: 700px;
    height: 700px;
}

    #storesMap p {
        margin: 0px;
    }

.storeInfo {
    margin-top: 20px;
    margin-bottom: 10px;
    border: solid 1px #c4c4c4;
    padding: 10px;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    border-radius: 5px;
}

#storeGenericInfo {
    display: none;
}

a#resetMap {
    display: block;
    margin-bottom: 10px;
}

.showErrorBorder {
    border: 1px solid red;
}

.errorColumn {
    padding: 10px 0 10px 5px !important;
}

td#giftCardError {
    display: none;
}

.product-dynamic-icons {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
}

.product-dynamic-icons img {
    margin: 10px 10px 0 0;
}

.cart-green { color: #ffffff !important; background-color: #62a5a0 !important;}
.cart-green a { color: #ffffff !important; }
.cart-green .minicart-dropdown-icon { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg5MTVFRDM4MThFRDExRTU5N0Q0RkE1RDQ4Q0FEQ0E5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg5MTVFRDM5MThFRDExRTU5N0Q0RkE1RDQ4Q0FEQ0E5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODkxNUVEMzYxOEVEMTFFNTk3RDRGQTVENDhDQURDQTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODkxNUVEMzcxOEVEMTFFNTk3RDRGQTVENDhDQURDQTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Np/I3AAAbqUlEQVR42uyd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') /*../themes/base/images/ui-icons_FFFFFF_256x240.png*/ !important; }

/* Cookie alert */
.black-plate {
    top: 0;
  background-color: #000000;
  color: #ffffff;
}
.black-plate a {
  color: #ffffff;
}
.alert {
    padding: 15px;
    margin-bottom: 17px;
    border-radius: 0;
}

.close-cookie-alert {
    background: transparent url(../../Content/Images/Icons/close-cookie-alert.jpg) center center no-repeat;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    padding: 3px;
}
.text-center {
    text-align: center;
}