ul.ac_results {/* for jQuery: hide list on statup */display: none;}
.ac_results {position: absolute;width: 350px;background-color: #fff;border:1px solid #b0b19c;border-bottom: 1px;margin: 0px;z-index: 100;
}
.ac_results ul {/* for scriptaculous: set margin and padding of list inside the container to zero */margin: 0px;padding: 0px;}
.ac_results li {list-style-type: none;display: block;margin: 0;padding: 2px;height: auto;cursor: pointer;text-align: left;border-bottom:1px solid #e9eacf;}
.ac_results li a {text-decoration: inherit;color: inherit;}
.ac_results li * {margin: 0;}
.ac_over,
.ac_results li.selected {/* for scriptaculous: uses class selected */color: #424242;background-color: #f3f3d9;}
.ac_results li span.title {color: #708602; 
font:15px "Garamond Premier Pro","Adobe Garamond Pro",Georgia,"Times New Roman",Times,serif;}
.ac_match {color: #708602;border-bottom: 1px solid #708602;font-weight: bold;}
div.ac_results p {width:auto;}