
.autocomplete-w1 { 
  /*background:url(images/shadow.png) no-repeat bottom right;*/
  
  position:absolute;
  top:0px;
  left:0px;
  margin:0 0 0 2px;
  /*height: 350px;*/
  overflow-y: auto;
  width: 260px;

  /* IE6 fix: */
  _background:none; 
  _margin:0;
}
.autocomplete { clear:both;color:#666;border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:0px 6px 6px 0px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#E6E6FF; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:bold; color:#162983; }
.autocomplete .hlight_autocomplete { background:#162983;color:#FFF; }
.query_msg_defaut {
  float:left;
  width:auto;
  padding:2px 1px 1px 1px;
}
#stock, #stock_alerte {clear:both;background:#FFFFFF;}
div#search_box input#dummy_query,
div#search_box_alerte input#dummy_query_alerte {
  border:0px;
  font-size: 11px;
  font-family: Arial;
  width:150px;
  float:left;
}
#div_stock_alerte,
#div_stock{
  width:98%;
  min-height:16px;
  position:relative;
  padding:4px 3px;
  margin:0px;
  background-color:#fff;
  cursor:text;
  float:left;
  border:1px solid #ccc;
  border-width:1px;
  margin-bottom:5px;
}
*+html #div_stock_alerte,
*+html #div_stock{
  padding:3px 3px 1px 3px;
} 
.search_choice_alerte a,
.search_choice a {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0px;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  
}
.search_choice_alerte a:hover,
.search_choice a:hover {
  color: #cc3300;
}
.search_choice_alerte,
.search_choice {
  margin:1px 2px;
  padding:0px 17px 0px 5px;
  position:relative;
  float:left;
  display:block;
  background-color:#f1f1f1;
  border:1px solid #e7e7e7;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  color:#333;
}
