/* clearer */
#custom-customerlogin-form-wrapper:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.customerlogin img {
    width: 24px;
    padding: 5px 7px;
    float: left;
}

#custom-customerlogin .customerlogin img {
    padding-top: 1px;
    padding-bottom: 0;
}

#custom-customerlogin .customerlogin img.close {
    width: 14px;
    padding: 6px 7px;
}

.header-container .customerlogin .text {
    float: left;
    font-size: 15px;
    padding-top: 9px;
    margin-right: 15px;
    display: none;
}

.header-container .customerlogin .text:hover {
    text-decoration: underline;
}

#custom-customerlogin {
    display: none;
}

#custom-customerlogin.active {
    display: block;
    position: relative;
    z-index: 1;
}

#custom-customerlogin {
    text-align: right;
    background-color: #ebebeb;
    line-height: 16px;
    color: #333333;
        font-size: 15px;
    padding: 4px 0 0 0;
    height: 30px;
}

#custom-customerlogin-form-wrapper {
    width: 900px;
    margin: 0 auto;
}

#custom-customerlogin .customerlogin {
    float: left;
}

#custom-customerlogin-search {
    width: 800px;
    padding: 2px;
    margin-left: 4px;
}

ul.custom-customerlogin-search {
    text-align: left;
    max-width: 800px;
}

@media (min-width: 1480px) {
    .header-container .customerlogin .text {
        display: block;
    }
}

@media (max-width: 967px) {
    .header-container .customerlogin .text {
        display: none;
    }

    #custom-customerlogin-form-wrapper {
        width: 700px;
    }

    #custom-customerlogin-search,
    ul.custom-customerlogin-search {
        width: 600px;
    }
}

@media (max-width: 767px) {
    #custom-customerlogin-form-wrapper {
        width: 460px;
    }

    #custom-customerlogin-search,
    ul.custom-customerlogin-search {
        max-width: 380px;
    }
}

@media (max-width: 479px) {
    #custom-customerlogin-form-wrapper {
        width: 320px;
    }

    #custom-customerlogin-search {
        width: 240px;
    }

    ul.custom-customerlogin-search {
        max-width: 240px;
    }
}
