﻿.COMPARE_BUTTON {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 40px auto;
    background-color: #f00;
    border: 1px solid #f00;
    color: #fff;
    box-sizing: content-box;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
}

    .COMPARE_BUTTON:hover {
        background-color: #fff;
        color:#f00;
        border: 1px solid #f00;
    }

@media(max-width:340px) {
    .COMPARE_BUTTON {
        width: 96%;
        margin: 0 2% 40px 2%;
    }
}


/*---*/

.SEARCH_BOX {
    width: 23%;
    float: left;
    margin-left: 0%;
}

.VEHICLE_BOX {
    width: 74%;
    float: right;
}


.VEHICLE_BOX_EMPTY {
    display: none;
    width: 74%;
    float: right;
    font-size: 20px;
}


.CLEAR_BOX {
    clear: both;
    margin-bottom: 40px;
}


.NO_DEALER_VEHICLES {
    display: none;
    text-align: center;
    font-size: 20px;
}


.VEHICLE_CARD_CLASS {
    display:none;
    position: relative;
    width: 32%;
    min-height: 340px;
    border: 1px solid #e1e2e3;
    float: left;
    margin-left: 1%;
    margin-bottom: 20px;
    background-color:#fff;

}


.IMG_CLASS {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    cursor:pointer;
}

.VEHICLE_CARD_CLEAR_CLASS {
    clear: both;
}

.UVC_A {
    font-size: 22px;
    font-weight: bold;
}

/*---*/

.UVC_B_1 {
    display:block;
    font-size: 13px;
    /*background-color:#ffbdbd;*/
}

.UVC_B_2 {
    display: none;
    font-size: 13px;
    /*background-color: #ffcf5e;*/
}

.UVC_B_3 {
    display: none;
    font-size: 13px;
    /*background-color: #78ff5e;*/
}

.UVC_B_4 {
    display: none;
    font-size: 13px;
    /*background-color: #00b1ff;*/
}


@media(max-width:1400px){

    .UVC_B_1 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_2 {
        display: block;
        font-size: 13px;
    }

    .UVC_B_3 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_4 {
        display: none;
        font-size: 13px;
    }

}

@media(max-width:1200px) {

    .UVC_B_1 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_2 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_3 {
        display: block;
        font-size: 13px;
    }

    .UVC_B_4 {
        display: none;
        font-size: 13px;
    }
}


@media(max-width:800px) {

    .UVC_B_1 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_2 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_3 {
        display: none;
        font-size: 13px;
    }

    .UVC_B_4 {
        display: block;
        font-size: 13px;
    }
}


/*---*/


.UVC_C {
    font-size: 18px;
    font-weight: bold;
}

.UVC_D {
}

.UVC_E {
    padding: 0 2%;
}

.UVC_F {
    min-height: 40px;
    font-size: 13px;
}

.UVC_LINK {
    display:block;
    color:#000;
    text-decoration:none;
    padding:20px;
    cursor: pointer;
}

.UVC_BTN {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f00;
    color: #fff;
    text-align: center;
}
    .UVC_BTN:hover {
        background-color: #fff;
        color: #f00;
        border: 1px solid #f00;
    }


.UVX_LINK {
    display: block;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #f00;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid #f00;
    font-size: 14px;
    text-decoration: none !important;
}

    .UVX_LINK:hover {
        background-color: #fff;
        color: #f00;
        border: 1px solid #f00;
    }


.SEARCH_DRPS {
    width: 100%;
    height: 0px;
    background-color: #eee;
    border-bottom: none;
    cursor: pointer;
    overflow: hidden;
}

.RETURN_NUMBER {
    display: block;
    text-align: center;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 40px;
}

.SEARCH_BTNS {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f00;
    color: #fff;
    padding: 0 2% 0 2%;
    cursor: pointer;
    border: 1px solid #f00;
}

    .SEARCH_BTNS:hover {
        background-color: #fff;
        color: #f00;
        border: 1px solid #f00;
    }


.ORDER_BTN {
    float: left;
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #f00;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f00;
    margin-left:1%;
}

    .ORDER_BTN:hover {
        background-color: #fff;
        color: #f00;
        border: 1px solid #f00;
    }





.PAGE_SELECTOR {
    float: left;
    min-height: 40px;
    margin-right: 2%;
}

.PAGE_SHOW {
    display: block;
}

.PAGE_HIDE {
    display: none;
}

.PAGE_SELECT_BTN {
    width: 40px;
    height: 42px;
    line-height: 42px;
    float: left;
    background-color: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}

    .PAGE_SELECT_BTN:hover {
        background-color: #fff;
        color: #f00;
        border: 1px solid #f00;
    }


/*SEARCH BOX ONLY*/


.SEARCH_OPTION_BTN {
    width: 100%;
    height: 40px;
    padding: 0 2% 0 2%;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}


.SEARCH_OPTION {
    width: 100%;
    height: 40px;
    padding: 0 2% 0 2%;
    line-height: 40px;
    background-color: #efefef;
    cursor: pointer;
}

    .SEARCH_OPTION:hover {
        background-color: #888;
        color: #fff;
    }


.SEARCH_OPTION_A {
    width: 100%;
    height: 40px;
    padding: 0 2% 0 2%;
    line-height: 40px;
    background-color: #f00;
    color: #fff;
    cursor: pointer;
}

    .SEARCH_OPTION_A:hover {
        background-color: #000;
        color: #fff;
    }


.COMPARE_BTN {
    width: 280px;
    height: 40px;
    line-height: 40px;
    background-color: #f00;
}

.PRC_FROM_BOX {
    width: 49%;
    min-height: 40px;
    float: left;
}

    .PRC_FROM_BOX select {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background-color: #eeeeee;
    }

.PRC_TO_BOX {
    width: 49%;
    min-height: 40px;
    float: right;
}

    .PRC_TO_BOX select {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background-color: #eeeeee;
    }

.PRC_CLEAR_BOX {
    clear: both;
}

.SELECT_MAIN_BOX select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #eeeeee;
}


@media(max-width:1300px) {

    .VEHICLE_CARD_CLASS {
        width: 49%;
    }
}

@media(max-width:1100px) {

    .SEARCH_BOX {
        width: 96%;
        margin: 0 2% 40px 2%;
        float: none;
    }

    .VEHICLE_BOX {
        width: 96%;
        margin: 0 2% 40px 2%;
        float: none;
    }

    .VEHICLE_CARD_CLASS {
        width: 49%;
    }
}

@media(max-width:800px) {


    .SEARCH_BOX {
        width: 320px;
        margin: 0 auto 40px auto;
    }

    .VEHICLE_BOX {
        width: 320px;
        margin: 0 auto 40px auto;
    }

    .VEHICLE_CARD_CLASS {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media(max-width:370px) {

    .SEARCH_BOX {
        width: 96%;
        margin: 0 2% 40px 2%;
    }

    .VEHICLE_BOX {
        width: 96%;
        margin: 0 2% 40px 2%;
    }

    .VEHICLE_CARD_CLASS {
        width: 100%;
        margin-bottom: 40px;
    }
}

/*---*/


.USED_BACKGROUND {
    background-color: #fff;
}

    .USED_BACKGROUND * {
        box-sizing: border-box;
    }


/*---*/

.SelectForCompare {
    display: block;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #f00;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid #f00;
    font-size: 14px;
    text-decoration: none !important;
}

    .SelectForCompare:hover {
        background-color: #fff;
        color: #f00;
        border: 1px solid #f00;
    }

/*---*/

.SelectForCompare1 {
    display: block;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 14px;
    text-decoration: none !important;
}

    .SelectForCompare1:hover {
        background-color: #fff;
        color: #f00;
        border: 1px solid #f00;
    }


/*---*/


.SWITCH_VIEW {
    width: 200px;
    height: 32px;
    margin: 0 auto 40px auto;
}

.SWITCH_VIEW_IMG_1 {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    cursor:pointer;
}

.SWITCH_VIEW_IMG_2 {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
}

.SWITCH_VIEW_IMG_CLEAR {
    clear: both;
}


/*---*/


.COMP_LIMIT_MESSAGE {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999;
}

.COMP_LIMIT_STATEMENT {
    position: relative;
    text-align: center;
    position: fixed;
    left: -150px;
    margin-left: 50%;
    top: 50%;
    margin-top: -150px;
    width: 300px;
    height: 300px;
    background-color: #fff;
    z-index: 9999999;
    border: 1px solid #f00;
}

.DELETE_BTN {
    position: absolute;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 40px;
    top: 0;
    right: 0;
    background-color: #f00;
    cursor: pointer;
}

@media(max-width:340px) {
    .COMP_LIMIT_STATEMENT {
        position: relative;
        text-align: center;
        position: fixed;
        left: -48%;
        margin-left: 50%;
        top: 50%;
        margin-top: -150px;
        width: 96%;
        height: 300px;
        background-color: #fff;
        z-index: 9999999;
    }
}





/*---*/


.SEARCH_HOLDER {
    width: 300px;
}

.OVERBTNS {
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-bottom: none;
}

.OVERBTNS_A {
    width: 100%;
    max-height: 4000px;
    overflow: hidden;
    border: 1px solid #aaa;
    border-bottom: none;
}

.OVERBTNS_EXTRA{
    border-bottom:1px solid #dcdcdc;
    line-height:36px !important;
}

.SEARCH_CLICK {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #fff;
    cursor: pointer;
    background: linear-gradient(to bottom, #f7f7f7, #dfdfdf);
}

    .SEARCH_CLICK:hover {
        color: #777;
    }

.SEARCH_ACTUAL {
    width: 100%;
    height: 38px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #f00;
    color: #fff;
    cursor: pointer;
    font-weight:bold;
}

    .SEARCH_ACTUAL:hover {
        background-color: #fff;
        color: #f00;
        border: 1px solid #f00;
    }


/*---*/


.SELECT_ACTUAL {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #f8f8f8;
    color: #000;
    cursor: pointer;
    overflow: hidden;
}

    .SELECT_ACTUAL:hover {
        background-color: #000;
        color: #fff;
    }

.SELECT_ACTUAL_B {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #f00;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

    .SELECT_ACTUAL_B:hover {
        background-color: #000;
    }

/*---*/

.SELECT_ACTUAL_PRICE_L {
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    padding: 0 10px 0 10px;
    background-color: #f8f8f8;
    cursor: pointer;
}

    .SELECT_ACTUAL_PRICE_L:hover {
        background-color: #000;
        color: #fff;
    }

.SELECT_ACTUAL_PRICE_L_B {
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    padding: 0 10px 0 10px;
    background-color: #f00;
    cursor: pointer;
    color: #fff;
}

    .SELECT_ACTUAL_PRICE_L_B:hover {
        background-color: #000;
        color: #fff;
    }

/*---*/

.SELECT_ACTUAL_PRICE_R {
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: right;
    padding: 0 10px 0 10px;
    background-color: #f8f8f8;
    cursor: pointer;
}

    .SELECT_ACTUAL_PRICE_R:hover {
        background-color: #000;
        color: #fff;
    }

.SELECT_ACTUAL_PRICE_R_B {
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: right;
    padding: 0 10px 0 10px;
    background-color: #f00;
    cursor: pointer;
    color: #fff;
}

    .SELECT_ACTUAL_PRICE_R_B:hover {
        background-color: #000;
        color: #fff;
    }



/*---*/


.CARD_CLASS_NULL{
    display:none;
}


/*---*/


/*---*/

.VEHICLE_BOX_2 {
    width: 74%;
    float: right;
    min-height: 300px;
}

.VEHICLE_CARD_CLASS_A {
    width: 98%;
    min-height: 220px;
    margin-bottom: 40px;
    border: 1px solid #dcdcdc;
    background: linear-gradient(to bottom, #fdfdfd, #ebebeb);

}

.CR_PADDING {
    padding: 8px;
}

.CR_IMG_FL {
    float: left;
    display: block;
    width: 30%;
    height: auto;
    cursor:pointer;
}

.CR_IMG {
    display: block;
    width: 280px;
    height: auto;
}

/*---*/

.CR_INF_FR {
    float: right;
    display: block;
    width: 64%;
    height: auto;
}

.CR_INF_CL {
    clear: both;
}

.CR_MM {
    min-height: 20px;
}

.CR_COLOR {
    min-height: 20px;
}

.CR_INTRO_CON_FL {
    float: left;
}

.CR_INTRO_CON_FR {
    min-height: 40px;
    float: right;
    font-size: 17px;
    font-weight: bold;
}

.CR_INTRO_CON_CL {
    clear: both;
}

.CR_TABLE {
    width: 100%;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

    .CR_TABLE td {
        height: 30px;
        width: 25%;
        text-align: left;
        padding: 0 4px 0 4px;
    }

.CR_BUTTON {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f00;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

    .CR_BUTTON:hover {
        background-color: #fff;
        color: #f00;
        border: 1px solid #f00;
    }

.CR_FAKE_TAB {
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding: 8px;
}

    .CR_FAKE_TAB b {
        display: block;
        min-height: 20px;
    }

    .CR_FAKE_TAB abbr {
        display: block;
        min-height: 20px;
        margin-bottom: 10px;
        word-break: break-word;
    }

/*---*/

@media(max-width:1150px) {

    .CR_IMG {
        display: block;
        width: 240px;
        height: auto;
    }
}

@media(max-width:1100px) {

    .VEHICLE_BOX_2 {
        float: none;
        width: 100%;
        padding: 0 2%;
        margin: 0;
    }

    .VEHICLE_CARD_CLASS_A {
        width: 100%;
    }
}

@media(max-width:800px) {

    .CR_TABLE {
        display: none;
    }

    .CR_FAKE_TAB {
        display: block;
    }

    .CR_IMG_FL {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .CR_INF_FR {
        float: none;
        width: 100%;
    }

    .CR_IMG {
        display: block;
        width: 100%;
        height: auto;
    }

    .CR_INTRO_CON_FL {
        float: none;
    }

    .CR_INTRO_CON_FR {
        float: none;
    }
}


/*---*/

.CASE_DROP_A {
    max-height: 120px;
    overflow-y: scroll;
}

@media(max-width:1100px) {

    .CASE_DROP_A {
        max-height: 6000px;
        overflow-y: auto;
    }
}



.SEARCH_BOX_SHADOW {
    width: 24%;
    float: left;
    margin-left: 4%;
}


.SEARCH_BOX_2 {
    display: block;
    position: fixed;
    width: 21%;
    margin-left: 4%;
    left: 0;
    top: -80px;
}


.TNC_link {
    font-size: 12px;
    font-weight: normal !important;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding-left: 10px;
}

    .TNC_link:hover {
        color: #f11a1d;
        text-decoration: none;
    }




/*---*/



.VideoIndicator {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

    .VideoIndicator img {
        display: block;
        width: 100%;
        height: auto;
    }



/*---*/


.UVC_fakelink{
    display:block;
    color:#000;
    text-decoration:none;
    user-select:none !important;
}
.UVC_fakelink:hover {
    color: #000;
    text-decoration: none;
    user-select: none !important;
}