
#live-search-results {
    display: none;
    position: absolute !important;
    top: 52px;
    left: 0;
    right: 0;
    background: #111;
    border: 2px solid #cc0000;
    border-top: none;
    border-radius: 0 0 8px 8px;
    z-index: 999999;
    max-height: 420px;
    overflow-y: auto;
    box-shadow: 0 8px 20px rgba(0,0,0,.7);
}

#live-search-results .live-result {
    display: block;
    padding: 10px 14px;
    border-bottom: 1px solid #333;
    background: #111;
}

#live-search-results .live-result:hover {
    background: #2b2b2b;
}

#live-search-results .live-result a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

.live-result{
    padding:12px 16px;
    border-bottom:1px solid #333;
}

.live-result:hover{
    background:#2a2a2a;
}

.live-result a{
    color:#fff;
    text-decoration:none;
    display:block;
    font-weight:bold;
}

.live-category{
    color:#999;
    font-size:12px;
    margin-top:4px;
}
