.motorsearch {
    padding: 15px;
    font-size: 0.65em;
    font-weight: bold;
    color: #373737;
    text-transform: uppercase;
    /* background-color: #F4F4F4; */
    /* background-image: url(/motorsearch.png); */
    /* background-position: 0px 29px; */
    /* background-repeat: no-repeat; */
    /*color: #006693;*/
}
.motorsearch select {
    font-size: 1.2em;
    font-weight: bold !important;
    color: #373737 !important;
    text-transform: uppercase;
}
.motorsearch label {
    font-size: 1.2em;
    color: #000;
}
.motorsearch #showlessoptions, .motorsearch #showmoreoptions {
    font-size: 1.2em;
    margin: 8px 0px;
    border-bottom:1px solid #006693;
    cursor:pointer;
    /*font-style: italic;*/
    color: #006693;
}
.motorsearch table,
.motorsearch table tbody,
.motorsearch table tbody tr,
.motorsearch table tbody tr td
{
    border-collapse: collapse;
    border: 0;
    padding: 0px !important;
}
.motorsearch table {
    width:228px;
    margin-bottom: 5px;
}
.motorsearch table tbody tr td {
    width:33%;
    text-align: center;
}
.jslider table {
    width: inherit !important;
}

.addToCompare {
    background-color: #DDD; /* #fbdd1b 50%, #dcbf00 */
    color: #CCC;
    font-size: 1.2em;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    position: relative;
    width: 203px;
    padding: 0 10px;
}
.addToCompare:after, .addToCompare:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.addToCompare:after {
    border-color:  rgba(221, 221, 221, 0); /* #fbdd1b 50%, #dcbf00 */
    border-left-color:  #DDD; /* #fbdd1b 50%, #dcbf00 */
    border-width: 17px;
    margin-top: -17px;
}
.addToCompare:before {
    border-color: rgba(192, 192, 192, 0);
    border-left-color: #C0C0C0;
    border-width: 18px;
    margin-top: -18px;
}

.addToCompareOn {
    background-color: #fbdd1b; /* #fbdd1b / #cfb200 50%, #dcbf00 */
    color: #373737;
    cursor: pointer;
}
.addToCompareOn:after {
    border-color:  rgba(251, 221, 27, 0); /* #fbdd1b 50%, #dcbf00 */
    border-left-color:  #fbdd1b; /* #fbdd1b 50%, #dcbf00 */
}

.motorsearch .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #aaa;
    border-radius: 1px;
    overflow: hidden;
    background-color: #eee;
    position: relative;
}
.motorsearch .select-style:hover {
    border: 1px solid #000;
}
.motorsearch .select-style:after {
    top: 50%;
    left: calc(100% - 15px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 2;
}
.motorsearch .select-style select {
    height: 19px;
    font-size: 10.5px;
    padding: 0px 5px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
_:-ms-fullscreen, :root .motorsearch .select-style select {
    width: calc(100% + 25px);
}
.motorsearch .select-style select:focus, .motorsearch .select-style select:hover {
    outline: none;
}


.motorsearch input[type="text"] {
    padding: 0px 5px;
    margin: 0;
    border: 1px solid #aaa;
    border-radius: 1px;
    overflow: hidden;
    background-color: #eee;
    position: relative;
    height: 19px;
    font-size: 11.5px;
}
.motorsearch input[type="text"]:focus, .motorsearch input[type="text"]:hover {
    border: 1px solid #000;
    outline: none;
}

.motorsearch .checkbox-style {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.motorsearch .checkbox-style input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.motorsearch .checkbox-style .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border: 1px solid #aaa;
    border-radius: 1px;
}
.motorsearch .checkbox-style:hover input ~ .checkmark {
    border: 1px solid #000;
    outline: none;
}
.motorsearch .checkbox-style input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}
.motorsearch .checkbox-style .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.motorsearch .checkbox-style input:checked ~ .checkmark:after {
    display: block;
}
.motorsearch .checkbox-style .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 7px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
