#quick-find {
    position: relative;
    right: 0;
    top: -15px;
    margin-bottom: -13px;
    line-height: 1.9em;
    font-size: 0.95em;
    min-height: 24px;
    z-index: 100000;
    width: 100%;
    overflow: visible;
    display: block;
    float: right;
    background-color: #142434;
    margin-top: 13px;
}

#quick-find.selected {
    background: #fff;
    color: #1a1a1a;
}

#quick-find.selected.withResults {
    padding-bottom: 0;
}

#quick-find.selected .search-icon {
    color: #1a1a1a;
}

#quick-find.selected #quick-find-input {
    z-index: 10000;
    position: relative;
    background: #fff;
    color: #1a1a1a;
}

#quick-find #quick-find-input {
    float: left;
    border: 0;
    color: #a0e3f6;
    background-color: #142434;
    outline: 0;
    font-family: Arial, Helvetica, freesans, sans-serif;
    height: 12px;
    padding: 15px 0;
    width: -moz-calc(92.86% + 8px);
    width: -webkit-calc(92.86% + 8px);
    width: calc(92.86% + 8px);    padding-left: -moz-calc(7.14% - 8px);
    padding-left: -webkit-calc(7.14% - 8px);
    padding-left: calc(7.14% - 8px);
}

#quick-find #qf-search-btn {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 11px;
    z-index: 10001;
    border: 0;
    overflow: hidden;
    line-height: 0;
    background: transparent;
    margin-right: 2px;
}


.ui-autocomplete {
    font-family: arial,sans-serif;
    clear: both;
    width: 352px;
    background: #0b1c2c;
    color: #a0e3f6;
    padding: 0 8px 0 8px;
    z-index: 10001;
    border-top: 8px #000000 solid;
    left: 0 !important;
    font-size: 11px;
}

.ui-autocomplete h2 {
    font-size: 11px;
    font-weight: normal;
    position: relative;
    text-align: left;
    top: 0;
    width: 133px;
    color: #ccc;
    margin: 14px 0 0 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
}

.ui-autocomplete .first-of-type {
    color: #ccc;
    min-height: 10px;
    border-top: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 5px;
    min-height: 30px;
    height: 30px;
    vertical-align: middle;
}

.ui-autocomplete li {
    padding: 1px 9px;
    min-height: 52px;
    border-top: 1px solid #808080;
    background: #0b1c2c;
    position: relative;
    line-height: 1em;
    font-size: 13px;
}

.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:active {
   background-color: #1A2C40;
}

.ui-autocomplete img {
    width: 64px;
    height: 36px;
    position: absolute;
    top: 8px;
    left: 8px;
    border: 0 solid #fff;
    padding: 1px;
    margin-right: 10px;
}

.ui-autocomplete a {
    display: block;
    margin: 8px 0 4px 81px;
    text-decoration: none;
    color: #a0e3f6;
}

.ui-autocomplete a .artist, .ui-autocomplete a .clip {
    font-weight: bold;
}

.ui-autocomplete .active a {
    color: #fff;
}

.ui-autocomplete .active a .artist {
    background-position: right 1px;
    background-repeat: no-repeat;
}

.ui-autocomplete hr {
    display: none;
}


#search-holder-box {
    width: 390px;
    overflow: visible;
    display: inline;
    margin: 13px 0 0 14px;
    position: absolute;
    right: 8px;
}

#search-holder-box #search-holder {
    color: #fff;
    margin: 5px 8px 5px 0;
    float: right;
    border-top: 8px solid #192c3f;
    border-bottom: 8px solid transparent;
    min-height: 32px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 3;
    width: -moz-calc(100% - 8px);
    width: -webkit-calc(100% - 8px);
    width: calc(100% - 8px);
}

#search-holder-box #search-holder.has-results {
    border: 8px #000 solid;
    margin: 5px 0;
}

#quick-find-input a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#search-holder-small-screen {
    background: url(/staticarchive/5c4417df30b7eabbdab0e1eb249914ae5840ef6e.png) no-repeat;
    background-position: center;
    margin: 13px 0;
    float: right;
    width: 40px;
    height: 40px;
    overflow: visible;
    display: none;
}

#search-close-button {
    background: url(/staticarchive/2c014d265141a71770db508391a1b4d5bc9022a8.jpg) no-repeat -264px -56px;
    margin: 13px 0;
    float: right;
    width: 40px;
    height: 40px;
    overflow: visible;
    display: none;
}

