.ac_results {
  background-color: #fff;
  /*border: 1px solid #dce0e0;*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
  position: absolute;
  top: 33px;
  right: 40px;
  left: 0px;
  z-index: 1000;
}

.ac_results ul {
  list-style: none;
  padding: 0;
}

.ac_results li {
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 5px 15px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ac_results li.ac_divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  padding: 0;
  overflow: hidden;
}

.ac_results li .fa{
  font-size: 16px;
  position: absolute;
  right: 20px;
  opacity: 0.8;
  top: 9px;
}

.ac_over {
  background-color: #f5f5f5;
}

.ac_suggest,
.ac_recent {
  font-size: 12px;
  color: #82888a;
  margin: 0;
  padding: 5px 15px;
  text-align: left;
}

.ac_category{
  color: #006dac;
}

.ac_section{
  color: #006dac;
}

.ac_overlay {
  background: #000;
  opacity: 0.3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.ac_results iframe {
  display: none; /* IE5 */
  display: block; /* IE5 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ac_loading {
  background: Window url('./images/ui-anim.basic.16x16.gif') no-repeat;
}

.ac_results-local {
  background-color: #fff;
  /*border: 1px solid #dce0e0;*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  z-index: 1000;
}

.ac_results-local ul {
  list-style: none;
  padding: 0;
}

.ac_results-local li {
  cursor: pointer;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 5px 15px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ac_results-local iframe {
  display: none; /* IE5 */
  display: block; /* IE5 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}



.ac_results-brands {
  background-color: #fff;
  /*border: 1px solid #dce0e0;*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  width: 50% !important;
  z-index: 1000;
}

.ac_results-brands ul {
  list-style: none;
  padding: 0;
}

.ac_results-brands li {
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 5px 15px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ac_results-brands iframe {
  display: none; /* IE5 */
  display: block; /* IE5 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


/* specifics */

.headerbar-search{
  position: relative;
}

.headerbar-search .dropdown-toggle{
  width: 116px;
}
