.ac_results {
    overflow: hidden;
    z-index: 99999;
    padding: 2px;
    border: 1px solid #aaa;
    width: 200px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* If you plan to change background to background-color in the following two
	   lines: Read http://css-tricks.com/ie-background-rgb-bug/ (it's true)
	   and move along */
    background: White; /* fallback for non-rgba-aware browsers */
    background: rgba(256, 256, 256, 0.95);
    filter: alpha(opacity=95); /* doesn't seem to work */
    -webkit-box-shadow: 0 1px 15px #9c9c9c;
    -moz-box-shadow: 0 1px 15px #9c9c9c;
    box-shadow: 0 1px 15px #9c9c9c;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        padding: 2px 5px;
        cursor: default;
        display: block;
        /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
        /*width: 100%;*/
        font: menu;
        font-size: 12px;
        /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
        line-height: 16px;
        overflow: hidden;
        background-color: #f6f6f6;
        color: #222;
        border: 1px solid #f6f6f6;
    }

.ac_even {
}

.ac_odd {
}

    .ac_odd.ac_over, .ac_even.ac_over {
        background-color: #f7e7b7;
        border: 1px dotted #222;
    }

/*
     FILE ARCHIVED ON 16:51:28 Dec 27, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:06:31 Dec 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.155
  exclusion.robots: 0.137
  exclusion.robots.policy: 0.122
  esindex: 0.015
  cdx.remote: 16.009
  LoadShardBlock: 198.679 (3)
  PetaboxLoader3.datanode: 222.462 (5)
  load_resource: 353.513
  PetaboxLoader3.resolve: 247.345
  loaddict: 61.445
*/