.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    background: none;
    font-weight: inherit;
    color: inherit;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: inherit;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none;
    background:inherit;
    font-weight: inherit;
    color: inherit;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: inherit;
    text-decoration: none;
}



/* highlight results */
.ui-autocomplete span.hl_results {
    /*background-color: #1D2127;*/
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('ui-anim_basic_16x16.gif') right center no-repeat;
}

/* scroll results */
.ui-autocomplete {
    max-height: 450px;
    width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    padding:20px 5px;
    border: none;
}
.ui-autocomplete li {
    list-style: none;
    width: 100%;
    color: #000000;
}
.ui-autocomplete li:hover{
    color: #000000;
    border: none;
    background: none;
    background-color: transparent;
}
.ui-autocomplete li:hover a{
    background: none;
    background-color: transparent;
    width: 100%;
    color: #000000;
    border: none;
}

.ui-autocomplete li a,
.ui-autocomplete li a:link,
.ui-autocomplete li a:visited{
    color: #000000;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    padding:10px 0px;
    width: 100%;
    cursor: pointer;

}
.ui-autocomplete li a:hover{
    color: #000000;
    text-decoration: none;
    border: none;
    width: 100%;
}


.ui-autocomplete h4 {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    color: #000000;
}

.ui-autocomplete h4:before,
.ui-autocomplete h4:after {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}
.ui-autocomplete h4:before {
    right: 100%;
}
.ui-autocomplete h4:after {
    left: 100%;
}
.ui-autocomplete .containerTitulo {
    overflow: hidden;
    text-align: center;
}


/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

#topic_title{
    display: inline-block;
    margin: 3px 17px 0 0;
    position: relative;
    vertical-align: middle;
    width: 350px;
}