div.autocomplete {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
  background-color: #EAF2FB;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.styled_dropdown /* look&fell of scriptaculous select box*/
{
  margin: 0px 5px 10px 0px;
  font-size:10px;
  display : block;
  text-align:left; 
  /*background: url('images/product_info/short_select.gif') right no-repeat;*/
  width: 150px; 
  /*padding: 2px 5px;*/
  height: 20px;
  cursor: pointer;
  color:black;
  /*border: none;*/
  float: left;
}

.wide_styled_dropdown /* look&fell of scriptaculous select box*/
{
  margin: 0px 5px 10px 0px;
  font-size:10px;;
  display : block;
  text-align:left; 
  /*background: url('images/product_info/long_select.gif') right no-repeat;*/
  width: 159px; height: 20px; 
  /*padding: 2px 5px;*/
  cursor: pointer;
  color:black;
  /*border: none;*/
}

.wide_styled_size_dropdown /* look&fell of scriptaculous select box*/
{
  margin: 0px 5px 0px 0px;
  font-size:10px;;
  display : block;
  text-align:left; 
  /*background: url('images/product_info/long_select.gif') right no-repeat;*/
  width: 159px; height: 20px; 
  /*padding: 2px 5px;*/
  cursor: pointer;
  color:black;
  /*border: none;*/
}