@media screen and (max-width: 1700px) {
    #topNotice span {
        font-size: 16px;
    }
}

@media screen and (max-width: 1500px) {
    #topMenu a {
        background: #238c12;
    }

    #topMenu{
        clear: left;
        margin-left: 10px;
        padding: 10px 0 0 0;
    }

    #cclogo img{
        max-width: 100px;
        height: auto;
        width: auto\9; /* ie8 */
    }

    #cclogo{
        width: 100px;
        height: 32px;
        margin-top: 0;
    }

    #topNotice{
        margin-top: 4px;
    }

    #headerService{
        width: 30%;
    }

}

@media screen and (max-width: 1200px) {

    #closeLang{
        display: block;
        float: right;
        margin: 5px;
        cursor: pointer;
    }

    .inputText{
        border: none;
    }

    #searchForm{
        border-bottom: solid 1px #888;
        padding-top: 0;
    }

    #teaser iframe {
        width: 100%;
        height: 315px;
    }

    #topNoticeWrap {
        display: none;
    }

    #headerService{
        width: 40%;
    }

    #searchcarWrap {
        width: 59%;
    }

    #searchcarWrap p {
        padding: 0 20px;
    }

    #topOrder{
        display: none;
    }
/*}

@media screen and (max-width: 850px) {*/

    #searchcarWrap {
        width: 54%;
    }
/*}

@media screen and (max-width: 750px) {*/

    #header{
        background: #FFF;
        overflow: auto;
    }

    #showCart {
        background: #238c12;
        top: 0;
        width: 50%;
        font-size: 18px;
        left: auto;
        right: 0;
        padding: 5px 0 0 0;
        height: 40px;
    }

    #showCart img{
     display: none;
    }

    #showCart:hover {
        background: #238c12;
    }


    .bgBannerHead {
        background: #238c12;
    }

    #quikCheckoutBtn {
        background: #4cbd39;
    }

    #headerService{
        float: left;
        position: relative;
        width: 100%;
        padding: 5px 0;
        top: auto;
        right: auto;
        border-top: solid 1px #888;
        border-bottom: solid 1px #888;
    }

    #headerService img{
       margin-left: 1%;
    }

    #serviceLink{
        display: none;
    }

    #satisfied {
        width: 100%;
    }

    #cclogo img{
        max-width: 100px;
        height: auto;
        width: auto\9; /* ie8 */
    }

    #cclogo{
        width: 46%;
        height: 35px;
        margin: 0;
        padding: 5px 2%;
        border-bottom: solid 1px #888;
    }

    #topMenu {
        padding: 0;
        margin-left: 0;
    }

    #searchcarWrap {
        width: 100%;
        padding: 0;
    }

    #teaser {
        width: 100%;
    }

}

@media screen and (max-width: 400px) {

}