/* -- SEARCH RESULTS -- */
.searchresults .previouspage {
  padding-right: 20px;
}
.searchresults .nextpage {
  padding-left: 20px;
  padding-right: 20px;
}
.searchresults .pagelistings .nextpage,
.searchresults .pagelistings .previouspage {
  font-size: 1.2em;
  margin-top: -5px;
}
.searchresults .pagelistings .currentpage {
  font-weight: bold;
  border: 1px solid #CC6600;
  padding: 3px;
}
.searchresults .pagelistings .browsebox {
  display: inline;
}
.resultstable {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #666;
  /* the empty-cells property is used so empty cells still get the correct 
	* border. However, IE doesn't support this property, so have to stick with
	* adding a &nbsp;
	*/
  empty-cells: show;
}
.resultstable tr td {
  vertical-align: top;
  font-family: "lucida grande", verdana, sans-serif;
  padding: 1px 5px 1px 5px;
}
.resultstable thead td {
  color: #000;
  background-color: #F4C833;
  border-bottom: 1px solid #999;
}
.resultstable thead td small {
  font-weight: normal;
}
.resultstable tbody td {
  padding-bottom: 5px;
  border-top: 1px solid #DDD;
  background: #F3F3F3;
}
.resultstable tbody tr.odd td {
  background: #E0E0E0;
}
.resultstable tbody td a {
  text-decoration: none;
}
