div#reviewers h2.section_title {
  border-bottom:1px dotted #000;
  font-size:2em;
  font-variant:small-caps;
}

div#reviewers .bread_crumb {
  border-bottom:1px dotted #000;
  margin-bottom:1em;
  padding:6px 0 7px;
}


div#reviewers .bread_crumb a {
  text-decoration:underline;
}

div#reviewers a {
  color:#00f;
}

div#reviewers a:hover {
  color:#c00;
}

div#reviewers a:visited {
  color:#800080;
}

div#reviewers ul#trustedlist {
  list-style:none;
  margin:10px 0 30px 0;
  overflow:hidden;
  padding:0px;
  width:580px;
}

div#reviewers ul#trustedlist li {
  border:0px;
  float:left;
  height:120px;
  margin:10px 16px 10px 0;
  padding:0px;
  text-align:center;
  width:100px;
}

div#reviewers ul#trustedlist li p {
  margin:0px;
  padding:0px;
}

div#reviewers ul#trustedlist li img {
  border:0px;
}