

/* SEARCH FORM */
#searchform {
  position: absolute;
  top: 7px;
  right: 20px;
  font-size: 12px;
  color: white;
  z-index: 4;
}

#searchform input { 
  background: transparent url(../img/backgrounds/j-searcher_input.png) no-repeat 0 0px;
  border-style: none;
  font-size: 11px;
  padding: 8px 0px 8px 29px;
  width: 140px;
}

#searchform input:hover, #searchform input:focus {
  background: transparent url(../img/backgrounds/j-searcher_input.png) no-repeat 0 -29px;
}

#suggestions { 
  position: absolute;
  top: 27px;
  right: 0px;
  width: 320px;
  display: none;
  z-index: 999;
}

/* SEARCHRESULTS */
#searchresults {
  overflow: auto;
  max-height: 500px;
  z-index: 999;
  border-width: 1px; 
  border-color: #919191; 
  border-style: solid; 
/*   margin-right: 20px; */
  width: 320px; 
  background-color: #a0a0a0; 
  font-size: 10px; 
  line-height: 14px; 
}

#searchresults a {
  display: block;
  background-color: #e4e4e4;
  clear: left;
  height: 56px;
  text-decoration: none;
}

#searchresults a:hover, #searchresults a.active {
  background-color: #b7b7b7;
  color: #ffffff;
}

#searchresults a img {
  float: left;
  padding: 5px 10px;
}

#searchresults a span.searchheading { 
  display: block;
  font-weight: bold;
  padding-top: 5px;
  color: #191919;
}

#searchresults a:hover span.searchheading { 
  color: #ffffff;
}

#searchresults a span { 
  color: #555555;
}
#searchresults a:hover span, #searchresults a.active span { 
  color: #f1f1f1;
}

#searchresults span.category { 
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #ffffff;
  text-shadow: 1px 1px 0 #444444;
}
/* #searchresults span.seperator {  */
/*   float: right; */
/*   padding-right: 15px; */
/*   margin-right: 5px; */
/*   background-image: url(../images/shortcuts_arrow.gif); */
/*   background-repeat: no-repeat; */
/*   background-position: right; */
/* } */
/* #searchresults span.seperator a {  */
/*   background-color: black; */
/*   display: block; */
/*   margin: 5px; */
/*   height: auto; */
/*   color: #ffffff; */
/* } */
