﻿@media print {
    .noPrint {
        display: none;
    }

    .noScreen {
    }
}

@media screen {
    .noPrint {
    }

    .noScreen {
        display: none;
    }
}

body {
    font-family: Arial;
    margin: 0px 0px 0px 0px;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
}

.bodyDetails {
    font-family: Arial;
    margin: 0px 0px 0px 0px;
    background: #222222;
    color: #ffffff;
    font-size: 12px;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.maindiv {
    width: 905px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top {
    float: left;
    width: 905px;
    height: 155px;
    background-image: url('/GFX/TopBanner.jpg');
}

.divOffer {
    height: 520px;
    margin: 0px 0px 10px 0px;
    background: #fff;
    color: #111;
}

.menuline {
    float: left;
    width: 905px;
    height: 29px;
    background-color: #000000;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

    .menuline .menulinelicense {
        float: left;
        width: 130px;
        height: 30px;
        background: #000000;
    }

        .menuline .menulinelicense .license {
            width: 110px;
            height: 29px;
            background-image: url('/GFX/nrplade.png');
            padding: 0px 0px 0px 20px;
        }

            .menuline .menulinelicense .license .txtlicense {
                border: none;
                font-size: 18px;
                letter-spacing: 1.5px;
                width: 105px;
                margin: 3px 0px 0px 0px;
            }

    .menuline .menulinebuttonsearch {
        float: left;
        width: 92px;
        height: 29px;
        background-image: url('/GFX/sog.jpg');
        margin: 0px 0px 0px 5px;
        cursor: pointer;
    }

    .menuline .menulinebuttonlogin {
        float: right;
        width: 92px;
        height: 29px;
        background-image: url('/GFX/login.jpg');
        margin: 0px 0px 0px 5px;
        cursor: pointer;
    }

    .menuline .menulinebuttonUser {
        float: right;
        min-width: 50px;
        height: 22px;
        background: #393939 url('/GFX/button.jpg') repeat-y 100% center;
        margin: 0px 0px 0px 5px;
        padding: 7px 15px 0px 5px;
        cursor: pointer;
        font-weight: bold;
    }

    .menuline .menulinebuttonlogout {
        float: right;
        width: 92px;
        height: 29px;
        background-image: url('/GFX/logud.jpg');
        margin: 0px 0px 0px 5px;
        cursor: pointer;
    }

    .menuline .menulinebuttonkurv {
        float: right;
        width: 92px;
        height: 29px;
        background-image: url('/GFX/kurv.jpg');
        margin: 0px 0px 0px 5px;
        cursor: pointer;
    }

    .menuline .menulinebuttonkurvfull {
        float: right;
        width: 92px;
        height: 29px;
        background-image: url('/GFX/kurv_full.jpg');
        margin: 0px 0px 0px 5px;
        cursor: pointer;
    }

    .menuline .menulinebutton {
        float: right;
        width: 103px;
        height: 29px;
        background-image: url('/GFX/button.jpg');
        margin: 0px 0px 0px 5px;
        cursor: pointer;
    }

.selectline {
    float: left;
    width: 897px;
    height: 22px;
    background-color: #615F60;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

.selborder {
    border-right: 2px solid #FFA103;
}

.selfab {
    width: 185px;
    height: 18px;
    float: left;
    background-color: #000000;
    border-right: 4px solid #8E9410;
    padding: 4px 0px 0px 15px;
    cursor: pointer;
}

    .selfab img {
        margin: -4px 0px 0px 0px;
        float: right;
    }

    .selfab .drop {
        display: none;
        margin: -3px 0px 0px -15px;
        width: 894px;
        height: 220px;
        position: absolute;
        background: transparent;
    }

        .selfab .drop .container {
            margin: 22px 0px 0px 0px;
            padding: 5px 5px 5px 5px;
            width: 884px;
            height: auto;
            position: absolute;
            border: 1px solid #ffffff;
            background-color: #111111;
            -moz-column-count: 5; /* Firefox */
            -webkit-column-count: 5; /* Safari and Chrome */
            column-count: 5;
        }

            .selfab .drop .container a {
                display: block;
                width: 148px;
                color: #ffffff;
                text-decoration: none;
            }

                .selfab .drop .container a:hover {
                    display: block;
                    width: 148px;
                    color: #8E9410;
                    text-decoration: none;
                }

.selmod {
    width: 185px;
    height: 18px;
    float: left;
    background-color: #000000;
    border-right: 4px solid #8E9410;
    padding: 4px 0px 0px 15px;
    cursor: pointer;
}

    .selmod img {
        margin: -4px 0px 0px 0px;
        float: right;
    }

    .selmod .drop {
        display: none;
        margin: -3px 0px 0px -15px;
        width: 690px;
        height: 220px;
        position: absolute;
        background: transparent;
    }

        .selmod .drop .container {
            margin: 22px 0px 0px 0px;
            padding: 5px 5px 5px 5px;
            width: 680px;
            height: auto;
            position: absolute;
            border: 1px solid #ffffff;
            background-color: #111111;
            -moz-column-count: 4; /* Firefox */
            -webkit-column-count: 4; /* Safari and Chrome */
            column-count: 4;
        }

            .selmod .drop .container a {
                display: block;
                width: 148px;
                color: #ffffff;
                text-decoration: none;
            }

                .selmod .drop .container a:hover {
                    display: block;
                    width: 148px;
                    color: #8E9410;
                    text-decoration: none;
                }

.selyear {
    width: 75px;
    height: 18px;
    float: left;
    background-color: #000000;
    border-right: 4px solid #8E9410;
    padding: 4px 0px 0px 15px;
    cursor: pointer;
}

    .selyear img {
        margin: -4px 0px 0px 0px;
        float: right;
    }

    .selyear .drop {
        display: none;
        margin: -3px 0px 0px -15px;
        width: 486px;
        height: 220px;
        position: absolute;
        background: transparent;
    }

        .selyear .drop .container {
            margin: 20px 0px 0px 0px;
            padding: 5px 5px 5px 5px;
            width: 476px;
            height: auto;
            position: absolute;
            border: 1px solid #ffffff;
            background-color: #111111;
            overflow-y: auto;
            -moz-column-count: 3; /* Firefox */
            -webkit-column-count: 3; /* Safari and Chrome */
            column-count: 3;
        }

            .selyear .drop .container a {
                display: block;
                width: 148px;
                color: #ffffff;
                text-decoration: none;
            }

                .selyear .drop .container a:hover {
                    display: block;
                    width: 148px;
                    color: #8E9410;
                    text-decoration: none;
                }

.selcar {
    width: 375px;
    height: 18px;
    float: left;
    background-color: #000000;
    border-right: 4px solid #8E9410;
    padding: 4px 0px 0px 15px;
    cursor: pointer;
}

    .selcar img {
        margin: -4px 0px 0px 0px;
        float: right;
    }

    .selcar .drop {
        display: none;
        margin: -3px 0px 0px -517px;
        width: 894px;
        height: 220px;
        position: absolute;
        background: transparent;
    }

        .selcar .drop .coloumsheader {
            margin: 20px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            width: 894px;
            height: 16px;
            border: 1px solid #ffffff;
            border-bottom: none;
            background-color: #111111;
        }

            .selcar .drop .coloumsheader .imodel {
                width: 359px;
                float: left;
                border-right: 1px solid #ffffff;
                padding: 0px 0px 0px 5px;
            }

            .selcar .drop .coloumsheader .iyear {
                width: 119px;
                float: left;
                border-right: 1px solid #ffffff;
                padding: 0px 0px 0px 5px;
            }

            .selcar .drop .coloumsheader .ipower {
                width: 119px;
                float: left;
                border-right: 1px solid #ffffff;
                padding: 0px 0px 0px 5px;
            }

            .selcar .drop .coloumsheader .inote {
                width: 200px;
                float: left;
                padding: 0px 0px 0px 5px;
            }

        .selcar .drop .container {
            margin: 0px 0px 0px 0px;
            padding: 5px 5px 5px 5px;
            width: 884px;
            height: auto;
            position: absolute;
            border: 1px solid #ffffff;
            background-color: #111111;
            overflow-y: auto;
        }

            .selcar .drop .container .item {
                width: 820px;
                height: 18px;
                color: #ffffff;
                cursor: pointer;
            }

                .selcar .drop .container .item .imodel {
                    width: 360px;
                    float: left;
                }

                .selcar .drop .container .item .iyear {
                    width: 120px;
                    float: left;
                }

                .selcar .drop .container .item .ipower {
                    width: 120px;
                    float: left;
                }

                .selcar .drop .container .item .inote {
                    width: 200px;
                    float: left;
                }

.carinfoline {
    float: left;
    width: 905px;
    height: 70px;
    background-color: #615F60;
    margin: 5px 0px 0px 0px;
}

    .carinfoline .info1 {
        float: left;
        width: 600px;
        padding: 5px 0px 0px 15px;
    }

        .carinfoline .info1 .car {
            float: left;
            width: 600px;
            font-size: 1.4em;
            font-weight: bold;
        }

            .carinfoline .info1 .car .tpms {
                font-size: 1.0em;
                font-weight: bold;
                color: #FFA103;
                text-decoration: none;
            }

        .carinfoline .info1 .type {
            float: left;
            width: 600px;
        }

            .carinfoline .info1 .type .tpms {
                font-size: 1.0em;
                font-weight: bold;
                color: #FFA103;
                text-decoration: none;
            }

    .carinfoline .info2 {
        float: right;
        width: 200px;
        padding: 5px 0px 0px 0px;
    }

        .carinfoline .info2 .tires {
            font-size: 1.0em;
            font-weight: bold;
            color: #FFA103;
            text-decoration: none;
        }

.tiretooltip {
    display: none;
    position: absolute;
    padding: 10px 10px;
    background-color: #615f60;
    border: 1px solid #FFA103;
    color: #ffffff;
    width: 300px;
}

.filterline {
    float: left;
    width: 900px;
    background-color: #615F60;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 5px;
}

.filterline .wheelsizebutton {
    float: left;
    width: 123px;
    height: 22px;
    background-image: url('/GFX/size_choose.jpg');
    margin: 0px 0px 5px 5px;
    padding: 4px 0px 0px 20px;
    font-size: 1.4em;
    cursor: pointer;
}

.filterline .wheelsizebuttonselected {
    float: left;
    width: 123px;
    height: 22px;
    background-image: url('/GFX/size_chosen.jpg');
    margin: 0px 0px 5px 5px;
    padding: 4px 0px 0px 20px;
    font-size: 1.4em;
    cursor: pointer;
}

.filterline .brandbutton {
    float: left;
    width: 138px;
    height: 22px;
    background-image: url('/GFX/brand_choose.jpg');
    margin: 0px 0px 5px 5px;
    padding: 4px 0px 0px 5px;
    font-size: 1.2em;
    cursor: pointer;
}

.filterline .brandbuttonselected {
    float: left;
    width: 138px;
    height: 22px;
    background-image: url('/GFX/brand_chosen.jpg');
    margin: 0px 0px 5px 5px;
    padding: 4px 0px 0px 5px;
    font-size: 1.2em;
    cursor: pointer;
}

.resultline {
    float: left;
    width: 905px;
    background-color: #615F60;
    margin: 5px 0px 0px 0px;
}

    .resultline .selectsize {
        float: left;
        margin: 5px 0px 5px 300px;
        padding: 5px 5px 5px 5px;
        width: 300px;
        height: 35px;
        background-color: #111111;
        border: 3px solid #FFA103;
        font-size: 1.2em;
        text-align: center;
    }

    .resultline .wheelsize {
        float: left;
        width: 890px;
        background-color: #111111;
        margin: 5px 0px 5px 0px;
        padding: 5px 0px 5px 15px;
        font-weight: bold;
    }

    .resultline .wheel {
        float: left;
        width: 216px;
        height: 215px;
        text-align: center;
        background-color: #222222;
        color: #ffffff;
        margin: 5px 5px 5px 5px;
        font-size: 0.8em;
        cursor: pointer;
    }

        .resultline .wheel .header {
            float: left;
            width: 216px;
            height: 15px;
            margin: 5px 0px 5px 0px;
            font-size: 1.2em;
            font-weight: bold;
        }

        .resultline .wheel .image {
            float: left;
            width: 150px;
            height: 150px;
            margin: 0px 0px 0px 33px;
            border: none;
        }

            .resultline .wheel .image .wheelimg {
                float: left;
                width: 150px;
                height: 150px;
                border: none;
            }

            .resultline .wheel .image .layover {
                float: left;
                width: 150px;
                height: 150px;
                margin: -150px 0px 0px 0px;
                border: none;
            }

        .resultline .wheel .icons {
            float: right;
            width: 20px;
            text-align: right;
            height: 150px;
            margin: 0px 10px 0px 0px;
        }

            .resultline .wheel .icons img {
                margin: 0px 0px 5px 0px;
            }

        .resultline .wheel .details {
            float: left;
            width: 216px;
            height: 40px;
            margin: 5px 0px 5px 0px;
        }

            .resultline .wheel .details .stock {
                float: left;
                width: 20px;
                height: 30px;
                margin: 8px 0px 0px 10px;
            }

            .resultline .wheel .details .info {
                float: left;
                width: 160px;
                height: 30px;
                text-align: left;
                margin: 0px 0px 0px 0px;
            }

                .resultline .wheel .details .info .size {
                    float: left;
                    width: 160px;
                    height: 15px;
                    text-align: center;
                    margin: 0px 0px 0px 0px;
                    color: #FFA133;
                }

                .resultline .wheel .details .info .price {
                    float: left;
                    width: 160px;
                    height: 15px;
                    text-align: center;
                    margin: 0px 0px 0px 0px;
                    font-size: 1.1em;
                    font-weight: bold;
                }

            .resultline .wheel .details .bemark {
                float: right;
                width: 50px;
                height: 30px;
                margin: 8px 10px 0px 0px;
            }

                .resultline .wheel .details .bemark .bemarkimg {
                    float: right;
                    margin: 0px 0px 0px 5px;
                }

.infoline {
    float: left;
    width: 905px;
    height: 25px;
    background-color: #000000;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

    .infoline .infoleft {
        float: right;
        margin: 0px 0px 0px 0px;
        font-size: 1.0em;
    }

    .infoline .inforight {
        float: right;
        margin: 0px 0px 0px 5px;
        font-size: 1.0em;
    }

.footerline {
    float: left;
    width: 905px;
    height: 30px;
    background-color: #615F60;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 0.9em;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #222222;
    border-width: 3px;
    border-style: solid;
    border-color: #111111;
    padding: 0px 0px 0px 0px;
    padding: 3px;
    width: 400px;
    height: 500px;
    color: #ffffff;
}

    .modalPopup .container {
        color: #ffffff;
        width: 500px;
    }

.Detailscontainer {
    color: #ffffff;
    width: 400px;
    height: 500px;
    background-color: #222222;
    overflow: hidden;
}

.objectpopup {
    width: 400px;
    height: 500px;
    overflow: hidden;
}


.detailsPopups {
    float: left;
    display: block;
    background-color: #222222;
    color: #ffffff;
    width: 390px;
    height: 450px;
    padding: 10px 10px;
}

    .detailsPopups .detailsleft {
        float: left;
        width: 150px;
        margin: 0px 10px 0px 0px;
    }

        .detailsPopups .detailsleft .detailsImage {
            float: left;
            width: 150px;
        }

        .detailsPopups .detailsleft .detailsbox {
            float: left;
            width: 148px;
            border: 1px solid #ffffff;
            margin: 0px 0px 10px 0px;
        }

            .detailsPopups .detailsleft .detailsbox .detailsheader {
                float: left;
                width: 148px;
                background-color: #ffffff;
                color: #000000;
            }

            .detailsPopups .detailsleft .detailsbox .detailstext {
                float: left;
                width: 144px;
                padding: 2px 2px 2px 2px;
            }

    .detailsPopups .detailsright {
        float: left;
        width: 220px;
        margin: 0px 10px 0px 0px;
    }

        .detailsPopups .detailsright .detailsboxright {
            float: left;
            width: 218px;
            border: 1px solid #ffffff;
            margin: 0px 0px 10px 0px;
        }

            .detailsPopups .detailsright .detailsboxright .detailsheader {
                float: left;
                width: 218px;
                background-color: #ffffff;
                color: #000000;
            }

            .detailsPopups .detailsright .detailsboxright .detailstext {
                float: left;
                width: 214px;
                padding: 2px 2px 2px 2px;
            }

            .detailsPopups .detailsright .detailsboxright .detailstextLarge {
                float: left;
                width: 214px;
                padding: 2px 2px 2px 2px;
                font-size: 1.1em;
                font-weight: bold;
            }

.detailsButtons {
    float: left;
    width: 400px;
    height: 30px;
    margin: 0px 0px 0px 0px;
}

    .detailsButtons .btnClose {
        float: right;
        width: 92px;
        height: 22px;
        background-image: url('/GFX/button.jpg');
        background-color: #393939;
        margin: 0px 0px 0px 5px;
        padding: 7px 5px 0px 5px;
        cursor: pointer;
        font-weight: bold;
    }

    .detailsButtons .btnAddBasket {
        float: right;
        width: 92px;
        height: 22px;
        background-image: url('/GFX/button.jpg');
        background-color: #393939;
        margin: 0px 0px 0px 5px;
        padding: 7px 5px 0px 5px;
        cursor: pointer;
        font-weight: bold;
    }

    .detailsButtons .btnNewOffer {
        float: right;
        width: 92px;
        height: 22px;
        background-image: url('/GFX/button.jpg');
        background-color: #393939;
        margin: 0px 0px 0px 5px;
        padding: 7px 5px 0px 5px;
        cursor: pointer;
        font-weight: bold;
    }

.modalPopupLogin {
    background-color: #222222;
    border-width: 1px;
    border-style: solid;
    border-color: #8e9410;
    padding: 0px 0px 0px 0px;
    padding: 0px;
    width: 300px;
    height: 200px;
    color: #ffffff;
}

.LoginContainer {
    color: #ffffff;
    width: 300px;
    height: 200px;
    background-color: #222222;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .LoginContainer .header {
        float: left;
        color: #ffffff;
        width: 290px;
        height: 22px;
        background-color: #393939;
        margin: 0px 0px 40px 0px;
        padding: 7px 0px 0px 10px;
        font-weight: bold;
    }

    .LoginContainer .field {
        float: left;
        width: 300px;
        height: 30px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        color: #ffffff;
    }

        .LoginContainer .field .text {
            float: left;
            width: 80px;
            height: 30px;
            padding: 0px 0px 0px 20px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
        }

        .LoginContainer .field .input {
            float: left;
            width: 200px;
            height: 30px;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
        }

    .LoginContainer .buttons {
        float: left;
        width: 295px;
        height: 30px;
        padding: 0px 0px 0px 0px;
        margin: 5px 0px 0px 0px;
        color: #ffffff;
    }

        .LoginContainer .buttons .button {
            float: right;
            width: 92px;
            height: 22px;
            background-image: url('/GFX/button.jpg');
            background-color: #393939;
            margin: 0px 0px 0px 5px;
            padding: 7px 5px 0px 5px;
            cursor: pointer;
            font-weight: bold;
        }

.modalPopupCars {
    background-color: #222222;
    border-width: 1px;
    border-style: solid;
    border-color: #8e9410;
    padding: 0px 0px 0px 0px;
    padding: 0px;
    width: 896px;
    height: 330px;
    color: #ffffff;
}

.CarsContainer {
    color: #ffffff;
    width: 896px;
    height: 325px;
    background-color: #222222;
}

    .CarsContainer .headerbox {
        width: 890px;
        height: 45px;
        background-color: #111111;
        border: 3px solid #FFA103;
        font-size: 1.2em;
        text-align: center;
        padding: 5px 0px 5px 0px;
    }

    .CarsContainer .buttons {
        width: 894px;
        height: 30px;
        padding: 0px 0px 0px 0px;
        margin: 235px 0px 0px 0px;
        color: #ffffff;
    }

        .CarsContainer .buttons .button {
            float: right;
            width: 92px;
            height: 22px;
            background-image: url('/GFX/button.jpg');
            background-color: #393939;
            margin: 0px 0px 0px 5px;
            padding: 7px 7px 0px 5px;
            cursor: pointer;
            font-weight: bold;
        }

    .CarsContainer .drop {
        margin: 0px 0px 0px 0px;
        width: 896px;
        height: 216px;
        position: absolute;
        background: transparent;
    }

        .CarsContainer .drop .coloumsheader {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            width: 894px;
            height: 16px;
            border: 1px solid #ffffff;
            border-bottom: none;
            background-color: #111111;
        }

            .CarsContainer .drop .coloumsheader .imodel {
                width: 255px;
                float: left;
                border-right: 1px solid #ffffff;
                padding: 0px 0px 0px 5px;
            }

            .CarsContainer .drop .coloumsheader .iyear {
                width: 119px;
                float: left;
                border-right: 1px solid #ffffff;
                padding: 0px 0px 0px 5px;
            }

            .CarsContainer .drop .coloumsheader .ipower {
                width: 219px;
                float: left;
                border-right: 1px solid #ffffff;
                padding: 0px 0px 0px 5px;
            }

            .CarsContainer .drop .coloumsheader .inote {
                width: 85px;
                float: left;
                border-right: 1px solid #ffffff;
                padding: 0px 0px 0px 5px;
            }

            .CarsContainer .drop .coloumsheader .item .inote2 {
                padding: 0px 0px 0px 5px;
                width: 110px;
                float: left;
            }

        .CarsContainer .drop .container {
            margin: 0px 0px 0px 0px;
            padding: 5px 5px 5px 5px;
            width: 884px;
            height: 200px;
            position: absolute;
            border: 1px solid #ffffff;
            background-color: #111111;
            overflow-y: auto;
        }

            .CarsContainer .drop .container .item {
                width: 820px;
                height: 18px;
                color: #ffffff;
                cursor: pointer;
            }

                .CarsContainer .drop .container .item .imodel {
                    width: 260px;
                    float: left;
                }

                .CarsContainer .drop .container .item .iyear {
                    width: 120px;
                    float: left;
                }

                .CarsContainer .drop .container .item .ipower {
                    width: 225px;
                    float: left;
                }

                .CarsContainer .drop .container .item .inote {
                    width: 85px;
                    float: left;
                    text-align: center;
                }

                .CarsContainer .drop .container .item .inotenotice {
                    width: 85px;
                    float: left;
                    border: 1px solid #FFA103;
                    text-align: center;
                }

                .CarsContainer .drop .container .item .inote2 {
                    width: 110px;
                    float: left;
                }

.modalPopupBasket {
    background-color: #222222;
    border-width: 1px;
    border-style: solid;
    border-color: #8e9410;
    padding: 0px 0px 0px 0px;
    padding: 0px;
    width: 896px;
    height: 600px;
    color: #ffffff;
}

    .modalPopupBasket .headerbox {
        width: 892px;
        height: 20px;
        background-color: #111111;
        border: 2px solid #FFA103;
        font-size: 1.2em;
        text-align: center;
        padding: 3px 0px 3px 0px;
    }

.headerbox {
    width: 892px;
    height: 20px;
    background-color: #111111;
    border: 2px solid #FFA103;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 0px 3px 0px;
}

.Basketcontainer {
    color: #ffffff;
    width: 896px;
    height: 570px;
    background-color: #222222;
}



.modalPopupBasket .buttons {
    width: 892px;
    height: 22px;
    margin: 5px 0px 0px 0px;
}

    .modalPopupBasket .buttons .button {
        float: right;
        width: 92px;
        height: 22px;
        background-image: url('/GFX/button.jpg');
        background-color: #393939;
        margin: 0px 0px 0px 5px;
        padding: 7px 7px 0px 5px;
        cursor: pointer;
        font-weight: bold;
    }

.objectbasketpopup {
    width: 894px;
    height: 570px;
}

.bodyBasket {
    width: 888px;
    height: 370px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 5px;
    overflow: auto;
}

    .bodyBasket .BasketItems {
        width: 860px;
    }

        .bodyBasket .BasketItems .Car {
            float: left;
            width: 860px;
        }

            .bodyBasket .BasketItems .Car .Header {
                float: left;
                width: 860px;
                height: 18px;
                padding: 2px 0px 0px 5px;
                margin: 15px 0px 0px 0px;
                border-bottom: 3px solid Gray;
                border-top: 3px solid Gray;
                font-weight: bold;
            }

            .bodyBasket .BasketItems .Car .Item {
                float: left;
                min-height: 16px;
                width: 860px;
                padding: 0px 0px 0px 5px;
                margin: 0px 0px 5px 0px;
                border-bottom: 1px solid Gray;
            }

                .bodyBasket .BasketItems .Car .Item .varenr {
                    float: left;
                    min-height: 16px;
                    width: 130px;
                }

                .bodyBasket .BasketItems .Car .Item .tekst {
                    float: left;
                    min-height: 16px;
                    width: 370px;
                }

                .bodyBasket .BasketItems .Car .Item .pris {
                    float: left;
                    min-height: 16px;
                    width: 100px;
                }

                .bodyBasket .BasketItems .Car .Item .antal {
                    float: left;
                    min-height: 16px;
                    width: 150px;
                }

                .bodyBasket .BasketItems .Car .Item .totalpris {
                    float: left;
                    min-height: 16px;
                    width: 100px;
                    text-align: right;
                    font-weight: bold;
                }

        .bodyBasket .BasketItems .total {
            float: left;
            width: 858px;
            border-bottom: 3px solid Gray;
            border-top: 3px solid Gray;
            padding: 0px 0px 0px 5px;
            margin: 15px 0px 0px 0px;
        }

            .bodyBasket .BasketItems .total .tekst {
                float: left;
                height: 16px;
                width: 700px;
                font-weight: bold;
            }

            .bodyBasket .BasketItems .total .totalpris {
                float: left;
                height: 16px;
                width: 148px;
                text-align: right;
                font-weight: bold;
            }

.basketofferLine {
    width: 888px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 5px;
}

.BasketButtonsLine {
    width: 880px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 5px;
}

    .BasketButtonsLine .buttons {
        width: 880px;
        height: 22px;
        margin: 5px 0px 0px 0px;
    }

        .BasketButtonsLine .buttons .button {
            float: right;
            width: 92px;
            height: 22px;
            background-image: url('/GFX/button.jpg');
            background-color: #393939;
            margin: 0px 0px 0px 5px;
            padding: 7px 7px 0px 5px;
            cursor: pointer;
            font-weight: bold;
        }

.modalPopupClient {
    background-color: #222222;
    border-width: 1px;
    border-style: solid;
    border-color: #8e9410;
    padding: 0px 0px 0px 0px;
    padding: 0px;
    width: 600px;
    height: 600px;
    color: #ffffff;
}

    .modalPopupClient .headerbox {
        width: 596px;
        height: 20px;
        background-color: #111111;
        border: 2px solid #FFA103;
        font-size: 1.2em;
        text-align: center;
        padding: 3px 0px 3px 0px;
    }

.objectclientpopup {
    width: 600px;
    height: 580px;
}

.ClientTextLine {
    width: 390px;
    height: 315px;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}

    .ClientTextLine .item {
        float: left;
        width: 390px;
        margin: 5px 0px 0px 0px;
    }

        .ClientTextLine .item .itemheader {
            float: left;
            width: 100px;
            font-weight: bold;
        }

        .ClientTextLine .item .itemvalue {
            float: left;
            width: 280px;
            font-weight: bold;
        }

    .ClientTextLine .infotext {
        float: left;
        width: 590px;
        margin: 30px 0px 0px 0px;
        text-align: center;
    }

.ClientButtonsLine {
    width: 600px;
    height: 22px;
    height: 22px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

    .ClientButtonsLine .buttons {
        width: 600px;
        height: 22px;
        margin: 5px 0px 0px 0px;
    }

        .ClientButtonsLine .buttons .button {
            float: right;
            width: 92px;
            height: 22px;
            background-image: url('/GFX/button.jpg');
            background-color: #393939;
            margin: 0px 5px 0px 0px;
            padding: 7px 7px 0px 5px;
            cursor: pointer;
            font-weight: bold;
        }

.modalPopupShop {
    background-color: #222222;
    border-width: 1px;
    border-style: solid;
    border-color: #8e9410;
    padding: 0px 0px 0px 0px;
    padding: 0px;
    width: 896px;
    height: 600px;
    color: #ffffff;
}

    .modalPopupShop .headerbox {
        width: 892px;
        height: 20px;
        background-color: #111111;
        border: 2px solid #FFA103;
        font-size: 1.2em;
        text-align: center;
        padding: 3px 0px 3px 0px;
    }

.objectshoppopup {
    width: 894px;
    height: 570px;
}

.ShopContainer {
    color: #ffffff;
    width: 890px;
    height: 550px;
    background-color: #222222;
}

.shopTpmsLines {
    margin: 10px 0px 0px 0px;
    height: 520px;
    overflow-y: auto;
}

.ShopTPMSLine {
    float: left;
    color: #ffffff;
    width: 865px;
    border-bottom: 1px solid #fff;
    padding: 3px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
}

.ShopTPMSLineChange {
    float: left;
    color: #ffffff;
    width: 865px;
    border-bottom: 1px solid #fff;
    border-top: 4px solid #fff;
    padding: 3px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
}

.ShopTPMSLineNone {
    float: left;
    color: #ffffff;
    width: 885px;
    padding: 53px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.ShopTPMSLine .header {
    font-weight: bold;
}

.ShopTPMSLineCol1 {
    float: left;
    color: #ffffff;
    width: 100px;
    /*padding: 2px 0px 0px 0px;*/
}

.ShopTPMSLineCol2 {
    float: left;
    color: #ffffff;
    width: 365px;
    /*padding: 2px 0px 0px 0px;*/
}

.ShopTPMSLineCol3 {
    float: left;
    color: #ffffff;
    width: 50px;
    /*padding: 2px 0px 0px 0px;*/
}

.ShopTPMSLineCol4 {
    float: left;
    color: #ffffff;
    width: 120px;
    /*padding: 2px 0px 0px 0px;*/
}

.ShopTPMSLineCol5 {
    float: left;
    color: #ffffff;
    width: 40px;
    /*padding: 2px 0px 0px 0px;*/
}

.ShopTPMSLineCol6 {
    float: left;
    color: #ffffff;
    width: 70px;
    /*padding: 2px 0px 0px 0px;*/
}

.ShopTPMSLineCol7 {
    float: left;
    color: #ffffff;
    width: 250px;
    /*padding: 2px 0px 0px 0px;*/
}

.ShopTPMSLineCol8 {
    float: left;
    color: #ffffff;
    width: 130px;
    /*padding: 2px 0px 0px 0px;*/
}

.shopButtons {
    float: left;
    width: 885px;
    height: 30px;
    margin: 0px 0px 0px 0px;
}

    .shopButtons .btnClose {
        float: right;
        width: 92px;
        height: 22px;
        background-image: url('/GFX/button.jpg');
        background-color: #393939;
        margin: 0px 0px 0px 5px;
        padding: 7px 5px 0px 5px;
        cursor: pointer;
        font-weight: bold;
    }

    .shopButtons .btnAddBasket {
        float: right;
        width: 92px;
        height: 22px;
        background-image: url('/GFX/button.jpg');
        background-color: #393939;
        margin: 0px 0px 0px 5px;
        padding: 7px 5px 0px 5px;
        cursor: pointer;
        font-weight: bold;
    }
