body { }

select, input {
    border: 1px solid #ccc !important;
    height: auto !important;
}

select {
    padding: 2px; /* this make Sort and Per/page shorter*/
}

input[name="ctl00$ContentPlaceHolder1$btnSubSearch"] {
    border: 0 !important;
    padding: 6px 10px !important;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: auto;
}

/* Duplicated in core.css
#wrapper {
    width: auto;
} */

#bottom-searchnav table {
    float: none;
    margin-left: 35%;
}

#bottom-searchnav .searchLabel + input {
    margin-left: 5px;
    width: 40px;
}

#bottom-searchnav .currentPage { padding-left: 20px; }

/*#footer {
    width: auto;
    background: #fff;
    padding-left: 20px;
}

#footer a {
    color: #00139C;
}

#footer #wrap {
    width: 100%;
}
*/

.footerColumn strong { color: #333; }

#headerWrapper {
    background: #eee;
    height: auto;
    height: 62px;
}

#header {
    max-width: none;
    min-width: 978px;
    padding: 0 30px;
    /*float: left;*/
}

#masthead {
    /*enable comment if newjs moved logo to leftcol*/
    /*margin-right: 40px;*/
    /*margin-left: 70px;*/
    /* 
    margin-top: 20px;
    margin-bottom: 15px */
    ;
}

#logoImg {
    height: 48px;
    width: 115px;
}

.navMenu { margin-right: 40px; }

#searchbrowse { }

#searchbrowse input.text,
.searchinputs input.text {
    border: 1px solid #e5e5e5 !important;
    /*min-width: 360px;*/
    width: 95%;
}

#searchbrowse .search span { width: 100%; }

.socialMediaButtons {
    -moz-box-shadow: 0 0px 2px 0 #dddddd !important;
    -webkit-box-shadow: 0 0px 2px 0 #dddddd !important;
    border: 1px solid #ddd !important;
    border-right: 0 !important;
    box-shadow: 0 0px 2px 0 #dddddd !important;
}

/* $Content
============================================================================ */

#container { }

#content {
    background: #fff !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    max-width: 100%;
    min-width: 978px;
    overflow: hidden;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

#content h2 { border: 0; }

#cartList { /*margin-left: 40px;*/ }

/* No Results
============================================================================ */

.searchmore { }

.navMenu {
    -moz-box-shadow: 0 1px 0px 0px #dddddd;
    -webkit-box-shadow: 0 1px 0px 0px #DDD;
    border: 1px solid #ddd;
    box-shadow: 0 1px 0px 0px #DDD;
}

/*-------------------------------------------------------------
 *Media Query have to put at the end for overwriting other rules
  ------------------------------------------------------------*/

@media screen and (max-width: 1280px) {
    .results .cardInfoWrapper,
    .searchresult .cardInfoWrapper { width: 23%; }

    .cardInfoWrapper .cardinfo { width: 100%; }
}

@media screen and (max-width: 1024px) {
    #viewDropdown .arrow-down { display: none; }

    #cartList { margin-left: 10px; }

    .navMenu {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1120px) {
    .results .cardInfoWrapper,
    .searchresult .cardInfoWrapper { width: 32%; }
}

@media screen and (max-width: 640px) {
    .results .cardInfoWrapper,
    .searchresult .cardInfoWrapper {
        margin-left: 0px;
        width: 32.5%;
    }

    #content { padding: 10px 0; }
}

/* ==========================================================================
   searchAWS spin.js classes
   ========================================================================== */

.LockOff {
    display: none;
    left: -100px;
    position: absolute;
    top: -100px;
    visibility: hidden;
}

.LockBackground {
    background-color: #ffffff;
    display: block;
    filter: alpha(opacity=50);
    height: 105%;
    left: 0px;
    opacity: 0.50;
    padding-top: 20%;
    position: absolute;
    top: 0px;
    visibility: visible;
    width: 105%;
    z-index: 999;
}

.LockPane {
    display: block;
    left: 0px;
    padding-top: 25%;
    position: absolute;
    text-align: center;
    top: 0px;
    visibility: visible;
    width: 100%;
    z-index: 1000;
}

.LockPane div {
    background-color: #555;
    color: #fff;
    display: none;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 20%;
}