﻿.USED_BACKGROUND{
    background-color: #fff;
}

.USED_BACKGROUND *{
    box-sizing: border-box;
}

/*---*/

.TOTAL_VEHICLES{
    text-align:center;
    padding:20px 0 20px 0;
}

.COMPARE_BUTTON {
    display: block;
    width: 300px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto 32px auto;
    background-color: #d1021e;
    color: #fff;
    font-family: 'ISB';
    font-size: 15PX;
    box-sizing: content-box;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    border-radius: 25px;
}

.COMPARE_BUTTON:hover {
    background-color: #9e0217;
}

@media(max-width:332px) {
    .COMPARE_BUTTON {
        width: 96%;
        margin: 0 2% 32px 2%;
    }
}


/*---*/

.SEARCH_BOX {
    width: 24%;
    float: left;
    margin-left: 1%;
}

.VEHICLE_BOX {
    width: 75%;
    float: right;
}

.VEHICLE_BOX_EMPTY {
    display: none;
    width: 74%;
    float: right;
    font-size: 20px;
    color:#fff;
}

.CLEAR_BOX {
    clear: both;
    margin-bottom: 32px;
}

.NO_DEALER_VEHICLES {
    display: none;
    text-align: center;
    font-size: 20px;
    color: #fff;
}


.VEHICLE_CARD_CLASS {
    display: none;
    position: relative;
    width: 32%;
    min-height: 332px;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    background-color: #ececec;
    color: #000;

    background-color:#fff;
    border-radius:4px;
}
.VEHICLE_CARD_CLASS:hover {
    transition:0.3s;
}


.IMG_CLASS {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
}

.VEHICLE_CARD_CLEAR_CLASS {
    clear: both;
}

.UVC_A {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'ISB';
}

/*---*/

.UVC_B_1 {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'ISB';
}

.UVC_B_2 {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'ISB';
}

.UVC_B_3 {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'ISB';
}

.UVC_B_4 {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'ISB';
}


@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: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;

}

.UVC_D {
    margin-bottom:3px;
    font-size:12px;
}

.UVC_E {
    padding: 0 2%;
    font-size: 12px;
}

.UVC_F {
    min-height: 20px;
    font-size: 12px;
    margin-bottom:10px;
}

.UVC_LINK {
    display:block;
    padding:8px;
    cursor: pointer;

}
.UVC_LINK_1 {
    display: block;
    padding: 0px 8px;
    cursor: pointer;
}
.UVC_LINK_2 {
    display: block;
    padding: 0 8px 8px 8px;
    cursor: pointer;
}


.UVC_BTN {
    display: block;
    width: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #d1021e;
    color: #fff;
    font-family: 'ISB';
    font-size: 13px;
    text-decoration: none !important;
    border-radius: 25px;
}

    .UVC_BTN:hover {
        background-color: #9e0217;

    }



.UVX_LINK {
    display: block;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background-color: #2297d5;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid #2297d5;
    font-size: 14px;
    text-decoration: none !important;
}

    .UVX_LINK:hover {
        background-color: #fff;
        color: #2297d5;
        border: 1px solid #2297d5;
    }




.SEARCH_DRPS {
    width: 100%;
    height: 0px;
    background-color: #eee;
    border-bottom: none;
    cursor: pointer;
    overflow: hidden;
}

.RETURN_NUMBER {

}

.SEARCH_BTNS {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #2297d5;
    color: #fff;
    padding: 0 2% 0 2%;
    cursor: pointer;
    border: 1px solid #2297d5;
}

    .SEARCH_BTNS:hover {
        background-color: #fff;
        color: #2297d5;
    }


.ORDER_BTN {
    float: left;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family:'ISB';
    background-color: #d1021e;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border-radius: 25px;
}

.ORDER_BTN:hover {
    background-color: #9e0217;
 
}





.PAGE_SELECTOR {
    float: left;
    min-height: 32px;
    margin-right: 2%;
}

.PAGE_SHOW {
    display: block;
}

.PAGE_HIDE {
    display: none;
}

.PAGE_SELECT_BTN {
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    background-color: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
    border-radius:4px;
}

.PAGE_SELECT_BTN:hover {
    background-color: #9e0217;
    color: #fff;
}


/*SEARCH BOX ONLY*/


.SEARCH_OPTION_BTN {
    width: 100%;
    height: 32px;
    padding: 0 2% 0 2%;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}


.SEARCH_OPTION {
    width: 100%;
    height: 32px;
    padding: 0 2% 0 2%;
    line-height: 32px;
    background-color: #efefef;
    cursor: pointer;
}

    .SEARCH_OPTION:hover {
        background-color: #888;
        color: #fff;
    }


.SEARCH_OPTION_A {
    width: 100%;
    height: 32px;
    padding: 0 2% 0 2%;
    line-height: 32px;
    background-color: #2297d5;
    color: #fff;
    cursor: pointer;
}

    .SEARCH_OPTION_A:hover {
        background-color: #000;
        color: #fff;
    }


.COMPARE_BTN {
    width: 280px;
    height: 32px;
    line-height: 32px;
    background-color: #2297d5;
}

.PRC_FROM_BOX {
    width: 49%;
    min-height: 32px;
    float: left;
}

    .PRC_FROM_BOX select {
        display: block;
        width: 100%;
        height: 32px;
        line-height: 32px;
        border: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background-color: #eeeeee;
    }

.PRC_TO_BOX {
    width: 49%;
    min-height: 32px;
    float: right;
}

    .PRC_TO_BOX select {
        display: block;
        width: 100%;
        height: 32px;
        line-height: 32px;
        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: 32px;
    line-height: 32px;
    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% 32px 2%;
        float: none;
    }

    .VEHICLE_BOX {
        width: 96%;
        margin: 0 2% 32px 2%;
        float: none;
    }

    .VEHICLE_CARD_CLASS {
        width: 49%;
    }
}

@media(max-width:800px) {


    .SEARCH_BOX {
        width: 320px;
        margin: 0 auto 32px auto;
    }

    .VEHICLE_BOX {
        width: 320px;
        margin: 0 auto 32px auto;
    }

    .VEHICLE_CARD_CLASS {
        width: 100%;
        margin-bottom: 32px;
    }
}

@media(max-width:370px) {

    .SEARCH_BOX {
        width: 96%;
        margin: 0 2% 32px 2%;
    }

    .VEHICLE_BOX {
        width: 96%;
        margin: 0 2% 32px 2%;
    }

    .VEHICLE_CARD_CLASS {
        width: 100%;
        margin-bottom: 32px;
    }
}

/*---*/


.SelectForCompare {
    /*display: block;*/
    display: none;
    border: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-family: 'ISB';
    text-decoration: none !important;
    background-color: #d1021e;
    color: #fff;
    border-radius: 18px;
}
    .SelectForCompare:hover {
        background-color: #9e0217;
        color: #fff;
        text-decoration: none !important;
    }

/*---*/

.SelectForCompare1 {
    /*display: block;*/
    display: none;
    border: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none !important;
    background-color: #000;
    color: #fff;
    border-radius: 18px;
}
    .SelectForCompare1:hover {
        background-color: #9e0217;
    }


/*---*/


.SWITCH_VIEW {
    width: 200px;
    height: 32px;
    margin: 0 auto 0px auto;
}

.SWITCH_VIEW_IMG_1 {
    display: block;
    width: 33px;
    height: 33px;
    float: left;
    cursor:pointer;
}
.SWITCH_VIEW_IMG_1:hover {
    opacity:0.5;
}


    .SWITCH_VIEW_IMG_1 b {
        display: block;
        width: 8px;
        height: 8px;
        margin-right: 2px;
        margin-bottom: 2px;
        background-color: #000;
        float: left;
        border-radius: 2px;
    }
.SWITCH_VIEW_IMG_1 u {
    display:block;
    width:0;
    height:0;
    overflow:hidden;
    padding:0;
    margin:0;
    line-height:normal;
    font-style:normal;
    text-decoration:none;
    clear:left;
}

.SWITCH_VIEW_IMG_2 {
    display: block;
    width: 33px;
    height: 33px;
    float: right;
    cursor: pointer;
}
.SWITCH_VIEW_IMG_2:hover {
    opacity: 0.5;
}

    .SWITCH_VIEW_IMG_2 b {
        display: block;
        width: 8px;
        height: 8px;
        margin-right: 2px;
        margin-bottom: 2px;
        background-color: #000;
        float: left;
        border-radius: 2px;
    }

.SWITCH_VIEW_IMG_2 u {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-style: normal;
    text-decoration: none;
    clear: left;
}

    .SWITCH_VIEW_IMG_2 i {
        line-height: normal;
        font-style: normal;
        text-decoration: none;
        display: block;
        width: 18px;
        height: 8px;
        margin-right: 2px;
        margin-bottom: 2px;
        background-color: #000;
        float: left;
        border-radius: 2px;
    }


.SWITCH_VIEW_IMG_CLEAR {
    clear: both !important;
}


/*---*/


.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  #d1021e;
    border-radius:4px;
}

.DELETE_BTN {
    position: absolute;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    top: 6px;
    right: 6px;
    background-color: #d1021e;
    cursor: pointer;
    border-radius: 4px;
}

@media(max-width:332px) {
    .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: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}

.OVERBTNS_A {
    width: 100%;
    max-height: 4000px;
    overflow: hidden;
    border: 1px solid #fff;
    border-bottom: none;
}


.SEARCH_CLICK {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
    background-color: #dfdfdf;
    color: #000;
    font-size: 13px;
    font-family: 'ISB';
    border-radius: 24px;

}

.SEARCH_CLICK:hover {
    background-color: #9e0217;
    color: #fff;
}

.SEARCH_ACTUAL {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
    cursor: pointer;
    background-color: #d1021e;
    color: #fff;
    font-size: 14px;
    font-family: 'ISB';
    border-radius: 24px;
}

    .SEARCH_ACTUAL:hover {
        background-color: #9e0217;
        color: #fff;
    }



/*---*/


.SELECT_ACTUAL {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    background-color: #e6e6e6;
    color: #000;
    cursor: pointer;
    overflow: hidden;
}

    .SELECT_ACTUAL:hover {
        background-color: #9e0217;
        color: #fff;
    }

.SELECT_ACTUAL_B {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    background-color: #d1021e;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

    .SELECT_ACTUAL_B:hover {
        background-color: #9e0217;
        color: #fff;
    }

/*---*/

.SELECT_ACTUAL_PRICE_L {
    width: 48%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    padding: 0 10px 0 10px;
    background-color: #e6e6e6;
    cursor: pointer;

}

    .SELECT_ACTUAL_PRICE_L:hover {
        background-color: #000;
        color: #fff;
    }

.SELECT_ACTUAL_PRICE_L_B {
    width: 48%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    padding: 0 10px 0 10px;
    background-color: #00095b;
    cursor: pointer;
    color: #fff;
    font-size:14px;
}

.SELECT_ACTUAL_PRICE_L_B:hover {
    background-color: #000;
    color: #fff;
}

/*---*/

.SELECT_ACTUAL_PRICE_R {
    width: 48%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: right;
    padding: 0 10px 0 10px;
    background-color: #e6e6e6;
    cursor: pointer;
}

    .SELECT_ACTUAL_PRICE_R:hover {
        background-color: #000;
        color: #fff;
    }

.SELECT_ACTUAL_PRICE_R_B {
    width: 48%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: right;
    padding: 0 10px 0 10px;
    background-color: #00095b;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

    .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;
    background-color:#fff;
    margin-bottom: 32px;
    border-radius:4px;

}

.CR_PADDING {
    padding: 20px;
}

.CR_IMG_FL {
    float: left;
    display: block;
    width: 30%;
    height: auto;
    cursor:pointer;
}

.CR_IMG {
    display: block;
    width: 280px;
    height: auto;
    border-radius: 10px;
}

/*---*/

.CR_INF_FR {
    float: right;
    display: block;
    width: 64%;
    height: auto;
}

.CR_INF_CL {
    clear: both;
}

.CR_MM {
    min-height: 20px;
    font-family: 'ISB';
}

.CR_COLOR {
    min-height: 20px;
    font-family: 'ISB';
}

.CR_INTRO_CON_FL {
    float: left;
}

.CR_INTRO_CON_FR {
    min-height: 32px;
    float: right;
    font-weight: normal;
}

.CR_INTRO_CON_CL {
    clear: both;
}

.CR_TABLE {
    width: 100%;
    background-color: #dfdfdf;
    color: #000;
    margin-bottom: 10px;
    border-radius: 10px;
}

    .CR_TABLE td {
        height: 30px;
        width: 25%;
        text-align: left;
        padding: 0 10px 0 10px;
    }

    .CR_TABLE b{
        font-weight:normal;
    }


.CR_BUTTON {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #000;
    cursor: pointer;
    background-color: #d1021e;
    font-family: 'ISB';
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    text-decoration: none !important;
    border-radius:25px;
}

    .CR_BUTTON:hover {
        background-color: #9e0217;
        color: #fff;
    }

.CR_FAKE_TAB {
    display: none;
    width: 100%;
    background-color: #dfdfdf;
    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: 232px;
        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;
    }
}


/*---*/


.CR_PRICE{
    color:#d1021e;
}


/*---*/

.USED_SEARCH_OUTER{

    padding:10px;
    border-radius: 20px;

}


/*---*/

.CASE_DROP_A {
    margin: 10px 0 10px 0;
    max-height: 120px;
    overflow-y: scroll;
    border-radius: 10px;
}

@media(max-width:1100px){

.CASE_DROP_A {
    max-height: 6000px;
    overflow-y:auto;
}

}



.SEARCH_BOX_SHADOW {
    width: 24%;
    float: left;
    margin-left: 1%;
}


.SEARCH_BOX_2 {
    display: block;
    position: fixed;
    /*width: 24%;*/
    width:24%;
    margin-left: 1%;
    top:20px;
/*    margin-left: 1%;
    left: 0;
    margin-left:50%;
    left:-700px;
    top: -58px;*/
}


@media(max-width:1480px){

    .SEARCH_BOX_2 {
        display: block;
        position: fixed;
        width: 23%;
        margin-left: 2%;
        left: 0;
        top: -58px;
    }

}

.TNC_link{
    font-size:12px;
    font-weight:normal !important;
    color:#000;
    text-decoration:none;
    cursor:pointer;
    padding-left:10px;
}
.TNC_link:hover {
    color:#00095b;
    text-decoration: none;
}




/*---*/



.VideoIndicator {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    overflow: hidden;
}

    .VideoIndicator img {
        display: block;
        width: 100%;
        height: auto;
    }