/*
* jQuery UI Autocomplete 1.8.9
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
*/



.ui-autocomplete-loading { background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat!important;}

.ui-autocomplete { 
  /* max-height: 400px; */
  /* overflow-y: auto; */
  /* prevent horizontal scrollbar */
  /* overflow-x: hidden; */
  /* add padding to account for vertical scrollbar */
  /* padding-right: 20px; */
  top: 100%;
  z-index: 1000 !important;
  
  position: absolute; 
  cursor: default;
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
  width: 450px;
  float: left;
  clear: left;
  text-align: left;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
* jQuery UI Menu 1.8.9
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Menu#theming
*/
.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  display:block;
  float: left;
  top: auto !important;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 450px;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding: .5em .9em;
  line-height:1.5;
  zoom:1;
}
.ui-menu .ui-menu-item a img {
  float: left;
  vertical-align:middle;
  max-width:60px;
  max-height:60px;
}

.short_desc {
  font-style:italic;
  font-size: 10px;
  float: none;
  margin-bottom: 5px;
}

.prod_name{
  float: none;
  margin-bottom: 5px;
}

.prod_komplett {
  float: none;
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: left;
}

.prod_img {
  float: right;
  margin-left: 15px;
  width: 20%;
}
.prod_img {
  max-width: 100%;
  display: inline-block;
}
.prod_preis {
  float: none;
  font-size: 12px;
  font-weight:bold;
  display: none;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
  border-color: transparent;
  background: #ebedef;
  cursor: pointer;
}