﻿.bodytype {
    border-radius: 10px;
    width: 48px;
    height: 48px;
    margin: 9px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.bodytype-auv {
    background: url('../img/vehicle-type/AUV (RED).png') no-repeat;
    background-size: contain;
}
.bodytype-bus {
    background: url('../img/vehicle-type/BUS (RED).png') no-repeat;
    background-size: contain;
}
.bodytype-light-utility-truck {
    background: url('../img/vehicle-type/LIGHT UTILITY TRUCK (RED).png') no-repeat;
    background-size: contain;
}
.bodytype-pickup {
    background: url('../img/vehicle-type/PICK-UP (RED).png') no-repeat;
    background-size: contain;
}
.bodytype-car {
    background: url('../img/vehicle-type/CAR (RED).png') no-repeat;
    background-size: contain;
}
.bodytype-suv {
    background: url('../img/vehicle-type/SUV (RED).png') no-repeat;
    background-size: contain;
}
.bodytype-van {
    background: url('../img/vehicle-type/VAN (RED).png') no-repeat;
    background-size: contain;
}
.bodytype-others {
    background: url('../img/vehicle-type/OTHERS (RED).png') no-repeat;
    background-size: contain;
}
/*
input[type=checkbox]:checked + input[type=hidden] + label.bodytype-auv, label.bodytype-auv:hover {
    background: url('../img/vehicle-type/AUV (BLUE).png') no-repeat;
    background-size: contain;
}
input[type=checkbox]:checked + input[type=hidden] + label.bodytype-bus, label.bodytype-bus:hover {
    background: url('../img/vehicle-type/BUS (BLUE).png') no-repeat;
    background-size: contain;
}
input[type=checkbox]:checked + input[type=hidden] + label.bodytype-light-utility-truck, label.bodytype-light-utility-truck:hover {
    background: url('../img/vehicle-type/LIGHT UTILITY TRUCK (BLUE).png') no-repeat;
    background-size: contain;
}
input[type=checkbox]:checked + input[type=hidden] + label.bodytype-pickup, label.bodytype-pickup:hover {
    background: url('../img/vehicle-type/PICK-UP (BLUE).png') no-repeat;
    background-size: contain;
}
input[type=checkbox]:checked + input[type=hidden] + label.bodytype-car, label.bodytype-car:hover {
    background: url('../img/vehicle-type/CAR (BLUE).png') no-repeat;
    background-size: contain;
}
input[type=checkbox]:checked + input[type=hidden] + label.bodytype-suv, label.bodytype-suv:hover {
    background: url('../img/vehicle-type/SUV (BLUE).png') no-repeat;
    background-size: contain;
}
input[type=checkbox]:checked + input[type=hidden] + label.bodytype-van, label.bodytype-van:hover {
    background: url('../img/vehicle-type/VAN (BLUE).png') no-repeat;
    background-size: contain;
}
input[type=checkbox]:checked + input[type=hidden] + label.bodytype-others, label.bodytype-others:hover {
    background: url('../img/vehicle-type/OTHERS (BLUE).png') no-repeat;
    background-size: contain;
}*/

.quicknav ul {
    display: block;
    clear: left;
    float: left;
    list-style: none;
    padding: 0;
    position: relative; /*left: 50%;*/
    text-align: center;
    width: auto;
}

.quicknav ul li {
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    position: relative; /*right: 50%;*/
    text-align: center;
    width: 23%;
    border: 0;
    margin: 1%; /*padding-left: 1%;*/
}

.quicknav a {
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
    line-height: 1.3em;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.quicknav li:hover {
    color: #e52623;
}

.quicknav ul {
    width: 100%;

}

.active > .bodytype-auv {
    background: url('../img/vehicle-type/AUV (BLUE).png') no-repeat;
    background-size: contain;
}
.active > .bodytype-bus {
    background: url('../img/vehicle-type/BUS (BLUE).png') no-repeat;
    background-size: contain;
}
.active > .bodytype-light-utility-truck {
    background: url('../img/vehicle-type/LIGHT UTILITY TRUCK (BLUE).png') no-repeat;
    background-size: contain;
}
.active > .bodytype-pickup {
    background: url('../img/vehicle-type/PICK-UP (BLUE).png') no-repeat;
    background-size: contain;
}
.active > .bodytype-car {
    background: url('../img/vehicle-type/CAR (BLUE).png') no-repeat;
    background-size: contain;
}
.active > .bodytype-suv {
    background: url('../img/vehicle-type/SUV (BLUE).png') no-repeat;
    background-size: contain;
}
.active > .bodytype-van {
    background: url('../img/vehicle-type/VAN (BLUE).png') no-repeat;
    background-size: contain;
}
.active > .bodytype-others {
    background: url('../img/vehicle-type/OTHERS (BLUE).png') no-repeat;
    background-size: contain;
}

.active.bodytype-auv {
    background: url('../img/vehicle-type/AUV (BLUE).png') no-repeat;
    background-size: contain;
}
.active.bodytype-bus {
    background: url('../img/vehicle-type/BUS (BLUE).png') no-repeat;
    background-size: contain;
}
.active.bodytype-light-utility-truck {
    background: url('../img/vehicle-type/LIGHT UTILITY TRUCK (BLUE).png') no-repeat;
    background-size: contain;
}
.active.bodytype-pickup {
    background: url('../img/vehicle-type/PICK-UP (BLUE).png') no-repeat;
    background-size: contain;
}
.active.bodytype-car {
    background: url('../img/vehicle-type/CAR (BLUE).png') no-repeat;
    background-size: contain;
}
.active.bodytype-suv {
    background: url('../img/vehicle-type/SUV (BLUE).png') no-repeat;
    background-size: contain;
}
.active.bodytype-van {
    background: url('../img/vehicle-type/VAN (BLUE).png') no-repeat;
    background-size: contain;
}
.active.bodytype-others {
    background: url('../img/vehicle-type/OTHERS (BLUE).png') no-repeat;
    background-size: contain;
}