#addsearch-results {
    position: fixed !important;
    top: 0 !important;
    left: inherit !important;
    right: 0 !important;
    z-index: 999 !important;
    margin-top: 56px;
    border: 2px solid #e64a12 !important;
    border-top-width: 4px !important;
    border-right: 0 !important;
    box-shadow: none !important;
    height: 100% !important;
    width: 760px !important;
}

#addsearch-results p {
    color: #999;
}

#addsearch-results-right {
    height: 100% !important;
    background-color: #fff;
    width: 750px !important;
}

#addsearch-results-mid {
    /*height: 620px !important;*/
    /*border-bottom: 1px solid #eee;*/
}

#addsearch-results-bottom {
    display: none !important;
}

#addsearch-results .addsearch-result-item-sub h1 a {
    color: #e64a12;
}

#addsearch-results .addsearch-result-item-sub p em {
    color: #548fc6;
}

#addsearch-results .addsearch-result-item-sub-active {
    background-color: #ececec;
}