/* search */

div.search { 
  margin-bottom: 25px;
}

/* search results */

div.search-domain { 
  background-image: url('../img/background/top-body-text.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

div.search-results { 
  background-color: #ffffff;
  padding: 10px;
}

div.search-categories { 
  margin-bottom: 1em;
}

div.number-of-results { 
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 1em;
}

div.result { 
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

div.result-link-name { 
}

div.result-link-desc { 
}

div.result-url { 
  color: #4C9E43;
}

div.results-pages { 
  font-size: 110%;
  margin-top: 1em;
  margin-bottom: 1em;
  word-spacing: 0.3em;
}

span.results-pages-label { 
  font-weight: bold;
}

a.results-pages:link    { color: #0064C8; }
a.results-pages:visited { color: #0064C8; }
a.results-pages:hover   { color: #0064C8; text-decoration: none; }
a.results-pages:active  { color: #0064C8; }


