/* --- search results --- */

.searchResults
{
  padding: 0;
  border-spacing: 3px;
}

.searchResults table
{
  vertical-align: top;
}

.searchResults th
{
  font-weight: bold;
  vertical-align: bottom;
  text-align: left;
  background: #2269ab;
  color: white;
  -moz-border-radius: 6px 6px 0 0;
}

.searchResults td,
.searchResults th
{
  padding: 5px;
}

.searchResults td
{
  vertical-align: top;
  text-align: left;
}

.searchResults tr.no_more_exact
{
  background: none;
}  

.searchResults tr.no_more_exact td,
.searchResults tr.similar_row_message td
{
  border: solid 1px #a0c0a0;
  color: #333;
  background: none;
  padding: 7px;
}

.searchResults td.cameraNameAndDescription p
{
  margin-bottom: 0;
}

.searchResults td.cameraNameAndDescription p.camera_name
{
  margin-top: 0;
  font-weight: bold;
  font-size: 100%;
}

.searchResults td.cameraNameAndDescription div.camera_photo_thumbnail
{
  float: left;
  margin-right: 6px;
}

.searchResults td.cameraNameAndDescription div.camera_photo_thumbnail img
{
  border: solid 1px #eaeaea;
}

.searchResults td.cameraNameAndDescription .cameraSpecs
{
  color: #666;
}

.searchResults tr.similarity_reference td
{
  background: #f7f9d3;
}

#SearchedTermsRow
{
}

#SearchedTermsRow td
{
  background: #eaeaea;
}


#SearchedTermsRow td .searchedTerm
{
  color: #888;
  font-weight: bold;
}
