.ac_results { width: 470px!important;
              margin: 0px;
              padding: 0px;
              background: #FFF;
              border: 1px solid #969696;
              border-top: none;
              z-index: 99999;
}

.ac_results.top_bar_search_input { width: 470px!important;
}

@media screen and (min-width: 1200px) {
    
.ac_results.top_bar_search_input { width: 670px!important;
}   
    
}

@media screen and (max-width: 1023px) {
    
.ac_results { display: none!important;
}    
    
} 

       .ac_results ul { list-style-position: outside;
                        list-style: none;
                        width: 100%;
                        margin: 0px;
                        padding: 0px;
	}
        
        .ac_results li { display: table;
                         overflow: hidden;
                         width: 100%;
                         height: 50px;
                         margin: 0px 0px 0px;
                         padding: 5px 0px 5px;
                         text-align: left;
                         border-bottom: 1px solid #969696;
                         cursor: default;
        }
        
        .ac_results.top_bar_search_input li { width: 448px;
        }
        
        @media screen and (min-width: 1200px) {
            
        .ac_results.top_bar_search_input li { width: 648px;
        }    
            
        }
        
        li.ac_over { background: #F7F7F7;
                     
        }
.ac_results li:last-of-type{
  border-bottom:none;
}
        
               .ac_results li a { display: table-cell;
                                  width: 100%;
                                  height: 50px;
                                  vertical-align: middle;
               }
               
                      .ac_results li a img,
                      .ac_results li a span { display: inline-block;
                                              margin-left: 10px;
                                              vertical-align: middle;
                      }
                      
                      .ac_results li a img { width: 50px;
                                             max-height: 50px;
                      }
                      
                      .ac_results li a span { width: calc(100% - 80px);
                        color: #565656;
                        font-size: 13px;
                        font-weight: 400;
                      }
.ac_results li a span strong{
  color:#000;
}
.ac_loading {
	background: white url('ajax-loader.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
}


