﻿.SimpleSearch {
    position: relative;
}

#nav-search-in {
    background-color: #d8d8d8;
    border-radius: 0px;
    overflow: hidden;
    position: absolute;
    display: inline;
    height: 30px;
    left: 1px;
    top: 1px;
}

#nav-search-in-content {
    line-height: 34px;
    font-size: 14px;
    margin: 0 25px 0 6px;
}

.nav-down-arrow {
    background-position: -150px -10px;
    background-image: url(http://g-ecx.images-amazon.com/images/G/02/gno/beacon/BeaconSprite-UK-02._V397961423_.png);
    position: absolute;
    height: 5px;
    width: 9px;
    right: 8px;
    top: 14px;
}

#nav-search-in #searchCategory {
    vertical-align: middle;
    position: absolute;
    opacity: 0;
    margin: 0px;
    height: 34px;
    left: 0;
    top: 0;
}

@media screen and (max-width: 400px) {
    #nav-search-in {
        max-width: 100px;
    }
}

.nav-searchfield-outer {
    background-color: White;
    border-radius: 0px;
    height: 33px;
    margin: 3px 127px 3px 0px;
    border: 1px solid #d8d8d8;
}

    .nav-searchfield-outer.hover {
        border: 1px solid #b2b2b2;
    }

    .nav-searchfield-outer.focus {
        border: 1px solid #242424;
    }

.nav-submit-button {
    background-color: #f4f4f4;
    position: absolute;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
    right: 80px;
    top: 0;
}

.nav-searchfield-inner {
    background-color: #e6e7e7;
}

.nav-submit-input {
    background-color: #006fb9;
    border-radius: 2px;
    font-size: 21px;
    padding: 6px 15px;
    cursor: pointer;
    margin: 0px;
    border: 0px;
    color: White;
}

.nav-reset-button {
    background-color: #555555;
    position: absolute;
    display: none;
    padding: 0px 0px 0px 0px;
    z-index: 1;
    cursor: pointer;
    height: 30px;
    width: 65px;
    right: 10px;
    top: 0;
}

.nav-reset-input {
    background-color: #555555;
    border-radius: 2px;
    padding: 6px 15px;
    cursor: pointer;
    margin: 0px;
    border: 0px;
    color: White;
}

#iSearchWord {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    background-color: #e6e7e7;
    box-shadow: none;
    font-size: 16px;
    height: 31px;
    outline: none;
    border: 0px;
    margin: 0px;
    width: 100%;
    color: black;
}

#SearchSpinner {
    display: none;
}

#ResultCount {
    display: none;
}
