/* Autokompliter na froncie w głównej szukajce produktów */ /*

.ui-autocomplete {  max-height: 375px !important; top: 120px !important; padding: 0 0 5px 0; border-radius: 0 0 8px 8px;  box-shadow: 0 5px 5px rgba(0,0,0, 0.5);
background: #fff; 
background: -moz-linear-gradient(top,  #fff 0%, #eee 99%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(99%,#eee));
background: -webkit-linear-gradient(top,  #fff 0%,#eee 99%); 
background: -o-linear-gradient(top,  #fff 0%,#eee 99%); 
background: -ms-linear-gradient(top,  #fff 0%,#eee 99%); 
background: linear-gradient(to bottom,  #fff 0%,#eee 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 );
 }

.ui-autocomplete li a { border-bottom: 1px dashed #ccc; padding: 5px 10px !important; margin: 5px 5px 0 5px;  color: #777; font: 400 13px "Open Sans"; line-height: 15px; border-radius: 3px; }
.ui-autocomplete li a:hover, .ui-autocomplete #ui-active-menuitem { border-bottom: 1px solid #fdc300; background: #fdc300; color: #333; cursor: pointer;  }

.search { border: 1px solid #ddd; background: none;  }

#header #top-form .search.ui-autocomplete-loading { background: url("/gfx/progress_middle.gif") no-repeat right center #fff !important; }
*/
