/* these styles are used by search box with autocomplete feature */
.ac-results { border: 1px solid #CED7DB; overflow:hidden; margin-top:-1px; margin-left:1px; width:186px; z-index:40; background: url(../images/Box.ModelC.BoxData.png); text-align:left;}
.ac-results ul { /*width:229px; */}
.ac-results iframe { display:none; position:absolute; top:0; left:0; z-index:-1; width:3000px; height:3000px; }
.ac-results li { position:relative; padding:2px 5px; cursor:pointer; display:block; overflow:hidden;  }
.ac-loading { background-color:#454545; background-position: right center; background-repeat: no-repeat; }
.ac-over { background:#005BB9; color:#FFF !important; }
