
/* WB left menu */

#leftMenu {
    float: left;
    width: 230px;
}

#rightContent {
    margin-left: 243px;
}


#leftMenu ul {
    list-style-type: none;
    /*margin-left: 0;*/
    padding-left: 0;
}

#leftMenu ul li div.menuItem {
    width: 206px;
    min-height: 18px;
    padding: 8px 3px 6px 20px;
    background: #686869;
    color: white;
    border-top: 1px solid black;
    cursor: pointer;
    font-size: 13px;
    font-family: kolo_bold;
    /*font-weight: bold;*/
}

#leftMenu ul li div.menuItem.sub {

    min-height: 14px;
    padding: 6px 3px 6px 20px;

    width: 201px;
    padding-left: 25px;

    font-size: 11px;
    font-family: kolo_book;
}

#leftMenu ul li div.menuItem:hover {
    background: black;
}


/* shared */

#itemsList {
    display: table;
}

    #itemsList .itemCell.itemTile, #itemsList .itemCell.searchForm {
        float: left;
        width: 209px;
        height: 215px;
        padding: 10px 9px;
        margin: 5px;
        text-align: left;
        font-weight: normal;
        position: relative;
        background: #fff;
        border: 1px solid #fff;
    }



    #itemsList .itemCell.itemTile:hover {
        background: black;
    }

    #itemsList .itemCell.productCell:hover {
        /*background: #ddd;*/
        /*border: 1px solid black;*/
    }



    #itemsList .itemCell.itemTile .itemTitle, #itemsList .itemCell.searchForm .itemTitle {
        margin: 0px 0 5px 0;
        padding: 5px;
        overflow: hidden;
        background: #686869;;
        color: white;
        font-size: 15px;
        line-height: 1.2em;
        height: 35px;
        font-family: kolo_book;
        text-decoration: none !important;
    }

    #itemsList .itemCell.searchForm .itemTitle {
        padding: 10px;
        height: 20px;
    }

    #itemsList .itemCell.itemTile.homeTile .itemTitle {
        font-size: 18px;
        height: 25px;
        background: white;
        color: #222;
    }

    #itemsList .itemCell.itemTile.productTile .itemTitle {
        font-size: 13px;
        height: 60px;
        background: #686869;
        color: white;
    }

    #itemsList .itemCell.itemTile:hover .itemTitle, #itemsList .itemCell.productCell:hover .itemTitle {
        background: black;
        color: white;
        text-decoration: none !important;
    }

        #itemsList .itemCell.itemTile .itemTitle a {
            color: white !important;
            text-decoration: none;
            font-size: 15px;
            font-family: kolo_book;
        }

        #itemsList .itemCell.itemTile.homeTile .itemTitle a {
            font-size: 18px;
            color: #222 !important;
        }

        #itemsList .itemCell.itemTile.productTile .itemTitle a {
            font-size: 13px;
        }

    #itemsList .itemCell.itemTile:hover .itemTitle a {
        background: black;
        color: white !important;
    }


    #itemsList .itemCell.itemTile:hover .itemImage {
        opacity: 0.25;
    }

    #itemsList .itemCell.productCell:hover .itemImage {
        /*opacity: 0.5;*/
    }


    #itemsList .itemCell.productCell:hover .itemBasketButton {
        opacity: 0.5;
    }

    #itemsList .itemCell.productCell:hover .itemBasketButton:hover {
        opacity: 1.0;
    }




    .searchForm .formRow {
        height: 36px;
        margin-bottom: 15px;
    }

    .searchForm .formRowLeft, .form .formRowLeft {
        float: left;
        width: 245px; padding-left: 5px;
        overflow: auto;
    }

    .searchForm .formRowRight, .form .formRowRight {
        float: right;
        width: 200px;
        overflow: auto;
    }

    .searchForm .formItemLabel, .form .formItemLabel {
        width: 55px;
        padding: 6px 5px 5px 0px;
        float: left;
        font-size: 14px;
        text-align: left;
        font-family: kolo_book;
    }

    .searchForm input {
        border: 3px solid #666;
        padding: 2px;
        font-family: kolo_medium;
        font-size: 14px;
    }

.searchForm .codeField .formItemLabel {
    width: 35px;
}

.searchForm .nameField .formItemLabel {
    width: 58px;
}

.searchForm  .formRowLeft.codeField {
    width: 135px;
}

.searchForm  .formRowLeft.nameField {
    width: 330px;
}

.searchForm .codeField input {
    width: 80px;
}

.searchForm .nameField input {
    width: 230px;
}

.searchForm .submitField {
    padding: 5px 10px;
    margin-right: 10px;
    background: #444;
    color: white;
    text-align: center;
    cursor: pointer;
}

.searchForm .submitField:hover {
    background: #000;
}







    #itemsList .itemCell {
        float: left;
        width: 209px;
        height: 295px;
        /*height: 325px; was with basket button */
        padding: 10px 9px;
        margin: 5px;
        text-align: center;
        font-weight: normal;
        position: relative;
        background: #fff;
        border: 1px solid #fff;
    }

    #itemsList .itemCell.wb:hover {

    }


    #itemsList .itemCell.basket {
        height: 325px;
    }

    #itemsList .itemCell.basket.checked {
        width: 209px;
        height: 323px;
        border: 1px solid orange;
    }

        #itemsList .itemCell .itemImage {
            width: 210px;
            height: 170px;
            margin: auto;
            margin-bottom: 10px;
            overflow: hidden;
            /*background: #EEEEEE;*/
            text-align: center;
        }

        #itemsList .itemCell .itemBrand {
            color: #ec3131;
            margin: 10px 0 0 0;
        }

        #itemsList .itemCell .itemTitle {
            margin: 0px 0 5px 0;
            padding: 5px;
            overflow: hidden;
            background: #686869;
            color: #d2d2d2;
            font-size: 12px;
            height: 60px;
        }

        #itemsList .itemCell .itemTitle.priceCell {
            margin: 0px 0 5px 0;
            padding: 5px;
            overflow: hidden;
            background: black;
            /*background: #686869; was with basket button*/
            color: #FFF;
            font-size: 12px;
            height: 20px;
        }

        #itemsList .itemCell .itemTitle a {
            color: #d2d2d2 !important;
            text-decoration: none;
            font-size: 12px;
        }

        #itemsList .itemCell .itemTitle.priceCell a {
            color: #fff !important;
            font-size: 14px;
        }

        #itemsList .itemCell .itemDownloadButton, #mediaMain .mediaData .itemDownloadButton {
            position: absolute;
            z-index: 10000;

            margin: auto; margin-top: 10px;
            width: 130px;
            height: 40px;
            text-align: center;
            font-size: 9pt; font-weight: normal;
            background: #424e5a;
            color: white;
            cursor: pointer;
        }

        #itemsList .itemCell .itemDownloadButton {
            top: 300px; left: 53px;
        }

        #mediaMain .mediaData .itemDownloadButton {
            top: 280px; left: 740px;
        }


        #itemsList .itemCell .itemDownloadButton.buttonClosed, #mediaMain .mediaData .itemDownloadButton.buttonClosed {
            background: #424e5a;
        }

        #itemsList .itemCell .itemDownloadButton.buttonExpanded, #mediaMain .mediaData .itemDownloadButton.buttonExpanded {
            background: #60707F;
        }



            #itemsList .itemCell .itemDownloadButton .itemDownloadButtomText, #mediaMain .mediaData .itemDownloadButton .itemDownloadButtomText {
                padding: 10px 5px 0 5px;
                width: 120px;
                height: 30px;
            }

            #itemsList .itemCell .itemDownloadButton .itemDownloadIcon, #mediaMain .mediaData  .itemDownloadButton .itemDownloadIcon {
                float: right;
                width: 9px; height: 8px;
                margin: 5px 10px 0 -10px;
            }
                #itemsList .itemCell .itemDownloadButton.buttonClosed .itemDownloadIcon, #mediaMain .mediaData .itemDownloadButton.buttonClosed .itemDownloadIcon {
                    background: url(/app/_/css/_shared_resources/vmr/sprite-extended.png) -18px -581px;
                }
                #itemsList .itemCell .itemDownloadButton.buttonExpanded .itemDownloadIcon, #mediaMain .mediaData .itemDownloadButton.buttonExpanded .itemDownloadIcon {
                    background: url(/app/_/css/_shared_resources/vmr/sprite-extended.png) -36px -581px;
                }

                #itemsList .itemCell .itemDownloadButton .itemDownloadOptions, #mediaMain .mediaData .itemDownloadButton .itemDownloadOptions {
                    padding: 0;
                    width: 130px;
                    height: 120px;
                    font-size: 9pt; font-weight: normal;
                    background: #eeeeee;
                    color: white;
                    cursor: pointer;
                }

                    #itemsList .itemCell .itemDownloadButton .itemDownloadOptions .itemDownloadOption, #mediaMain .mediaData .itemDownloadButton .itemDownloadOptions .itemDownloadOption {
                        height: 18px;
                        padding: 10px;
                        border-top: 2px solid white;
                        color: black;
                        background: transparent;
                    }

                    #itemsList .itemCell .itemDownloadButton .itemDownloadOptions .itemDownloadOption.active, #mediaMain .mediaData .itemDownloadButton .itemDownloadOptions .itemDownloadOption.active {
                        background: #F7F7F7;
                    }


        #itemsList .itemCell .itemBasketButton, #mediaMain .mediaData .itemBasketButton {
            position: absolute;
            z-index: 9000;

            margin: auto; margin-top: 1px;
            width: 209px;
            height: 30px;
            text-align: center;
            font-size: 9pt; font-weight: normal;
            background: #000;
            color: white;
            cursor: pointer;
        }

        #itemsList .itemCell .itemBasketButton {
            top: 305px; left: 8px;
        }



            #itemsList .itemCell .itemBasketButton .itemBasketButtomText {
                padding: 5px 5px 0 5px;
                width: 199px;
                height: 30px;
                text-align: center;
                font-size: 14px;
                font-family: kolo_black;
            }

            #mediaMain .mediaData .itemBasketButton .itemBasketButtomText {
                padding: 10px 5px 0 5px;
                width: 200px;
                height: 30px;
                text-align: center;
            }

        #mediaMain .mediaData .mediaDetails, #mediaBottom .mediaDetails {
            margin-top: 20px;
            margin-left: 20px;
            position: relative;
        }

            #mediaMain .mediaData .mediaDetails .detalLabel, #mediaBottom .details .detalLabel {
                float: left;
                width: 170px;
            }

            #mediaBottom .details .detalLabel {
                width: 250px;
            }

            #mediaBottom .bottomDetails {
                margin-top: 10px;
                margin-bottom: 20px;
            }


        #mediaMain .mediaData .itemBasketButton {
            /*float: right;*/
            position: absolute;
            top: 25px; right: 5px;
            height: 40px; width: 210px;
        }

        #mediaMain .mediaData .priceCell {
            /*float: right;*/
            position: absolute;
            top: -5px; right: 5px;
            width: 210px;
            height: 24px; padding-top: 4px;
            margin: 0;
            background: #686869;
            color: #fff;
            text-align: center;
            font-size: 10pt;
        }


    #basketForm {
        height: 60px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    #basketForm .basketFormButton  {
        float: left;
        height: 30px;
        padding: 6px 20px 0 20px;
        background: #424e5a;
        color: white;
        cursor: pointer;
    }

        #basketForm .basketFormButton.downloadButton {
            background: #424e5a;
        }

        #basketForm .basketFormButton.removeButton {
            margin-left: 20px;
            background: #aaaaaa;
        }

        #basketForm .basketFormButton.uncheckButton {
            margin-left: 20px;
            background: #cccccc;
        }

    .item2download {
        display: none;
    }



    #mediaMain {
        display: table;
        position: relative;
        margin-top: 5px;
        padding-bottom: 20px;
        border-bottom: 5px solid #222;
    }

        #mediaMain .mediaPhoto {
            display: table-cell;
            width: 250px;
            /*height: 200px; */
            border: 1px solid #eee; padding: 40px;
            background: white;
            text-align: center;
        }

        #mediaMain .mediaData {
            display: table-cell;
            vertical-align: top;
            width: 580px; padding-left: 44px;
            overflow: hidden;
        }

            #mediaMain .mediaData .mediaText {
                left: 375px; top: 0px;
                width: 575px;
                overflow: hidden;
            }

                #mediaMain .mediaData .mediaText h2 {
                    line-height: 36px;
                    margin: 0;
                    font-family: kolo_book;
                    color: #111111;
                }


            #mediaMain .details.notes {
                font-size: 13px;
                /*font-family: kolo_medium;*/
                color: #777;
            }


            #mediaMain .mediaData .mediaDownload {

            }

            #mediaMain .mediaData .mediaThumbnails, #mediaBottom .mediaRelBottom .mediaThumbnails {
                display: table;
                height: 140px;
            }

            #mediaMain .mediaData .mediaThumbnails {
                position: absolute; left: 740px; top: 350px;
                width: 379px;
            }

            #mediaBottom .mediaRelBottom .mediaThumbnails {
                width: 605px;
            }

            #mediaBottom .mediaRelBottom .mediaThumbnails.last {
                margin-top: 20px;
            }



            #mediaMain .mediaData .mediaThumbnails h3, #mediaBottom .mediaRelBottom .mediaThumbnails h3 {
                margin: 0 0 10px 0;
                font-size: 18pt;
            }
            #mediaMain .mediaData .mediaThumbnails .thumbNail, #mediaBottom .mediaRelBottom .mediaThumbnails .thumbNail {
                float: left;
                width: 91px; height: 102px;
                overflow: hidden;
                border: 1px solid #eee;
                margin: 0 10px;
            }

                #mediaMain .mediaData .mediaThumbnails .thumbNail img, #mediaBottom .mediaRelBottom .mediaThumbnails .thumbNail img {
                    display: block;
                    margin: auto;
                }




    #mediaBottom {
        display: table;
        margin-top: 30px;
        margin-bottom: 50px;
        width: 956px;
        /*font-size: 13px;*/
    }

        #mediaBottom .bottomImages {
            float: left;
            width: 350px;
        }

            #mediaBottom .bottomImages .details {
                margin-bottom: 10px;
            }

        #mediaBottom .bottomContent {
            float: right;
            width: 560px;
        }

            #mediaBottom .title {
                font-size: 16px;
                /*font-weight: bold;*/
                margin-bottom: 5px;
            }

            #mediaBottom .details, #mediaBottom .details a {
                font-size: 13px !important;
                /*font-family: kolo_light;*/
                color: #777  !important;
            }


        #mediaBottom .mediaTechData {
            display: table-cell;
            width: 450px;
            padding-right: 65px;
            overflow: hidden;
        }

            #mediaBottom .mediaTechData .techDataItem {
                border-bottom: 1px solid #eee;
                padding: 5px 10px 10px 10px;
                text-align: right;
            }

                #mediaBottom .mediaTechData .techDataItem.first {
                    border-top: 1px solid #eee;
                }

                #mediaBottom .mediaTechData .techDataItem .leftSide {
                    float: left;
                }

                 #mediaBottom .mediaTechData .techDataItem .rightSide {
                    font-weight: bold;

                }

        #mediaBottom .mediaRelBottom {
            display: table-cell;
            width: 605px; min-height: 280px;
            overflow: hidden;
        }


/** Basket styling **/

#basketTitle {
    /*width: 950px;*/
    height: 39px;
    margin: 5px 5px 15px 4px;
    /*padding: 8px 20px 6px 20px;*/

    background: #686869;
    color: white;

    font-size: 14px;
    font-family: kolo_bold;

    /*overflow: hidden;*/
}

    #basketTitle .orderTitle {
        float: left;
        padding: 11px 38px 7px 50px;
    }



#basketTitle .orderTitle.basket {
    background: url(/app/publicview/css/resources/order-1.png) no-repeat 16px 11px;
}

#basketTitle .orderTitle.data {
    background: url(/app/publicview/css/resources/order-2.png) no-repeat 16px 11px;
}

#basketTitle .orderTitle.summary {
    background: url(/app/publicview/css/resources/order-3.png) no-repeat 16px 11px;
}

#basketTitle .orderTitle.confirmation {
    background: url(/app/publicview/css/resources/order-4.png) no-repeat 16px 11px;
    float: right;
}


#basketTitle .orderTitle.active {
    background-color: black;
    /*background: black;*/
}


table.basketItems {
    background: #ffffff;
    width: 950px;
    margin-left: 4px;
}

table.basketItems tr.header {
    background: #ddd;
}

table.basketItems tr.footer, table.basketItems tr.total {
    background: #ddd;
    height: 50px;
}

table.basketItems tr.total {
    background: #686869;
    color: white;
}

table.basketItems tr.footer td, table.basketItems tr.total td {
    padding-top: 12px;
}

table.basketItems tr.hidden {
    display: none;
}



table.basketItems td {
    border: 1px solid #efefef;
    text-align: center;
    vertical-align: top;
    padding: 5px;
    font-size: 15px;
    font-family: kolo_medium;
}

table.basketItems td.basketImage {
    width: 60px;
    overflow: hidden;
}

table.basketItems td.basketImage img {
    width: 60px;
    height: 45px;
    image-rendering: pixelated;
}


table.basketItems td.basketCode {
    width: 80px;
    font-family: kolo_light;
}

table.basketItems td.basketTitle {
    text-align: left;
    font-family: kolo_light;
}

table.basketItems td.basketTitle.spanned {
    padding-left: 15px;
    font-family: kolo_medium;
}

table.basketItems td.basketPrice {
    width: 100px;
    font-family: kolo_light;
}

table.basketItems td.basketQuantity {
    width: 70px;
}

table.basketItems td.basketQuantity span {
    padding: 0 10px;
    font-size: 15px;
}

table.basketItems td.basketQuantity img {
    position: relative;
    top: 4px;
}

table.basketItems td.basketQuantity img.minus {
    float: left;
    left: 3px;
    cursor: pointer;
}

table.basketItems td.basketQuantity img.plus {
    float: right;
    right: 3px;
    cursor: pointer;
}

table.basketItems td.basketQuantity input {
    width: 30px;
    font-size: 13px;
    text-align: right;
}




table.basketItems td.basketQuota {
    width: 120px;
}
table.basketItems td.basketQuota span {
    font-size: 15px;
}

table.basketItems td.basketRemove {
    width: 40px;
}

table.basketItems td.basketRemove img {
    cursor: pointer;
}

table.basketItems td.basketDeliveryCheck {
    font-family: kolo_light;
    text-align: left;
}

table.basketItems td.basketDeliveryCheck div {
    margin: 5px;
}

table.basketItems td.basketDeliveryCheck label {
    padding-left: 15px;
}



#buttonsArea {
    width: 950px;
    height: 120px;
    margin: 30px 0 0 3px;
}

#buttonsArea .button {
    height: 32px;
    width: 200px;
    padding: 10px 10px 0 10px;
    text-align: center;
    color: white;
    cursor: pointer;
}

#buttonBack {
    float: left;
    background: #444;
}

#buttonGoOn {
    float: right;
    background: #222;
}

#buttonGoOn.hidden {
    opacity: 0.3;
}


/** Order styling **/

#orderDataForm {
    width: 890px;
    padding: 30px 30px;
    margin-left: 3px;
    background: white;
}

    #deliveryData, #invoiceDataFlag {
        padding-bottom: 20px;
    }

    #invoiceData {
        padding-bottom: 30px;
    }

    #rulesCheckFlag, #eInvoiceCheckFlag, #privacyOrderCheckFlag, #privacyMarketingCheckFlag, #privacyOffersCheckFlag {
        margin-bottom: 10px;
        font-size: 12px;
    }

    #orderDataForm .formPartTitle {
        margin-bottom: 15px;
        font-weight: bold;
    }

    #orderDataForm .formRow {
        margin-bottom: 10px;
    }

    #orderDataForm label.first {
        display:inline-block;
        width: 40px;
    }
     #orderDataForm label {
        margin-right: 20px;
    }


    #orderDataForm input, #orderDataForm textarea {
        margin-right: 20px;
        border: 3px solid #666;
    }

    #orderDataForm .notvalid {
        background: #fff64b;
    }

    #orderDataForm input[type="checkbox"], #orderDataForm input[type="radio"] {
        margin-right: 8px;
        border: none;
    }


#deliveryDataSummary {

}
    #deliveryDataSummary div.formPartTitle {
        color: black;
        margin-top: 25px;
    }

    #deliveryDataSummary table.itemsList {
        background: white;
        border-top: 1px solid silver;
        border-right: 1px solid silver;
        margin-top: 10px;
    }

        #deliveryDataSummary table.itemsList td {
            border-left: 1px solid silver;
            border-bottom: 1px solid silver;
            padding-left: 8px;
            padding-right: 8px;
        }

        #deliveryDataSummary table.itemsList td.center {
            text-align: center;
        }

        #deliveryDataSummary table.itemsList td.right {
            text-align: right;
        }



        #deliveryDataSummary table.itemsList tr.header {
            background: #ccc;
        }

        #deliveryDataSummary table.itemsList tr.footer td {
            padding-top: 10px;
            color: black;
        }



    #deliveryDataSummary div.formRow {
        margin: 10px 0 15px 0;
        height: 18px;
        clear: both;
    }

        #deliveryDataSummary div.formRow div {
            float: left;
            /*line-height: 1.4em;*/
        }

        #deliveryDataSummary div.formRow div.label {
            margin-left: 20px;
        }

        #deliveryDataSummary div.formRow div.label.first {
            margin-left: 0px;
        }

        #deliveryDataSummary div.formRow div.formField {
            background: white; border: 1px solid silver;
            padding-left: 5px
        }

        #deliveryDataSummary div.formRow div.formField.last {
            float: right;
        }



/** Dialog styling **/

.ui-front {
    z-index: 10000;
}

.ui-widget-overlay {
    opacity: 0.7;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}


.ui-widget-header {
    background: #222;
    color: white;
}

.ui-dialog .ui-dialog-content {
    padding: 25px 20px;
    font-size: 15px;
    color: #111;
}

.ui-widget {
    font-family: kolo_book;
    font-size: 15px;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #222;
    color: white;
    font-family: kolo_bold;
    font-size: 13px;
    border: none;
}


.ui-dialog .ui-dialog-buttonpane button {
    margin: 5px 5px;
    padding: 0 10px;
}
