/*
 * livesearch.css
 * CSS definitions for UKClimbing.com AJAX results
 * (c) Climbers.net, 2008
 */

/* Styles used for AJAX menu list of classified/logbook names */
#LSResult {    
  position: absolute;
  background-color: #aaa; 
  min-width: 180px; 
  margin: -2px 0px 2px 2px;
  padding: 0px;
  }

#LSResult LI {
  padding-bottom: 2px;
  padding-top: 2px;
  line-height:14px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica;
  font-size: 13px;
  white-space: nowrap;
  } 
  
UL#LSShadow {
  position: relative;
  right: 1px;
  margin: 0px;
  padding: 0px;
  background-color: #666; /*shadow color*/
  color: inherit;
  }

#LSResult UL {
  margin-bottom: -5px;
  margin-top: 0px;
  padding-top: 0px;  
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  }

#LSResult UL LI {
  text-indent: -18px;
  padding: 0px 15px 3px 20px;
}
 
.LSRes {
  position: relative;
  bottom: 1px;
  right: 1px;
  background-color: white;
  border:  1px solid #AAA;
  }
  
#LSHighlight {
  color: #fff;
  background-color: #036;
  cursor: default;
  }

/* Styles used for AJAX page list of classifieds details */
#LRRes {
  width: 839px;
  }
