body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff url('../img/bg.jpg') repeat;
    background-image: -webkit-image-set(
        url("../img/bg.avif"),
        url("../img/bg.jpg"));
    background-image: image-set(
    "../img/bg.avif" type("image/avif"),
    "../img/bg.jpg" type("image/jpeg")
    );
}

.logo {
    margin-top: 15px;
}

.wrapper {
    width: 940px;
    
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    box-shadow: 0 0 6px #AAAAAA;
}

.footer {
    width: 940px;
    text-align:center;
    margin: 0 auto 0 auto;
    padding:0 20px 20px 20px;
    font-size:10px;
    line-height:16px;
    font-family:Verdana, sans-serif;
    color:#333333;
}
.footer a:link {
    color:#075C99;
}
.footer a:visited {
    color:#2557A7;
}

h3 {
    width: 290px;
    height: 35px;
    margin: 20px 5px 5px 5px;
    float: left;
    display: table-cell;
    clear: right;
    font-family: 'Lobster', cursive;
    color: #555555;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 6px #888888;
    background-color: #FAFAFA;
    display: block;
    clear: left;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#D0D0D0));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: -moz-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: -ms-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: -o-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: linear-gradient(to bottom, #FAFAFA, #D0D0D0);
}

    h3.selectable {
        cursor: pointer;
    }

        h3.selectable:hover {
            box-shadow: 0 0 6px #888888;
            background-color: #D0D0D0;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#FAFAFA));
            background-image: -webkit-linear-gradient(top, #D0D0D0, #FAFAFA);
            background-image: -moz-linear-gradient(top, #D0D0D0, #FAFAFA);
            background-image: -ms-linear-gradient(top, #D0D0D0, #FAFAFA);
            background-image: -o-linear-gradient(top, #D0D0D0, #FAFAFA);
            background-image: linear-gradient(to bottom, #D0D0D0, #FAFAFA);
        }

    h3.selected {
        cursor: pointer;
        color: #333333;
        box-shadow: 0 0 6px #888888;
        background-color: #666666;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#aeaeae));
        background-image: -webkit-linear-gradient(top, #666666, #aeaeae);
        background-image: -moz-linear-gradient(top, #666666, #aeaeae);
        background-image: -ms-linear-gradient(top, #666666, #aeaeae);
        background-image: -o-linear-gradient(top, #666666, #aeaeae);
        background-image: linear-gradient(to bottom, #666666, #aeaeae);
    }

h4 {
    font-size: 10px;
    color: #666666;
    font-family: Arial;
    font-style: italic;
    padding: 0;
    margin: 4px 0 3px 5px;
}


.item {
    width: 50px;
    height: 50px;
    margin: 5px;
    float: left;
    display: table-cell;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 0 0 6px #888888;
    background-color: #FAFAFA;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#D0D0D0));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: -moz-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: -ms-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: -o-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: linear-gradient(to bottom, #FAFAFA, #D0D0D0);
}

    .item:hover {
        box-shadow: 0 0 6px #888888;
        background-color: #D0D0D0;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#FAFAFA));
        background-image: -webkit-linear-gradient(top, #D0D0D0, #FAFAFA);
        background-image: -moz-linear-gradient(top, #D0D0D0, #FAFAFA);
        background-image: -ms-linear-gradient(top, #D0D0D0, #FAFAFA);
        background-image: -o-linear-gradient(top, #D0D0D0, #FAFAFA);
        background-image: linear-gradient(to bottom, #D0D0D0, #FAFAFA);
    }

.item-static {
    width: 50px;
    height: 50px;
    margin: 5px;
    float: left;
    display: table-cell;
    border-radius: 15px;
    box-shadow: 0 0 6px #888888;
    background-color: #FAFAFA;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#D0D0D0));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: -moz-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: -ms-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: -o-linear-gradient(top, #FAFAFA, #D0D0D0);
    background-image: linear-gradient(to bottom, #FAFAFA, #D0D0D0);
}

.icon-driver {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px auto;
}

.icon-body {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px auto;
}

.icon-tire {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px auto;
}

.icon-glider {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px auto;
}

.icon-selected {
    width: 44px !important;
    height: 44px !important;
    border-radius: 15px;
    border: 3px solid yellow;
}

.item-selected {
    width: 50px;
    height: 50px;
    margin: 5px;
    float: left;
    display: table-cell;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 0 0 6px #888888;
    background-color: #666666;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#aeaeae));
    background-image: -webkit-linear-gradient(top, #666666, #aeaeae);
    background-image: -moz-linear-gradient(top, #666666, #aeaeae);
    background-image: -ms-linear-gradient(top, #666666, #aeaeae);
    background-image: -o-linear-gradient(top, #666666, #aeaeae);
    background-image: linear-gradient(to bottom, #666666, #aeaeae);
}



.gauge-meter {
    width: 288px;
    height: 3px;
    background-image: url('../img/gauge.png');
}
