div#sb {
  margin-bottom: 2em;
}

div#sb div.amazon-node-children,
div#sb div.amazon-recommends {
  margin-bottom: 2em;
}

div#sb div.amazon-node-children h3,
div#sb div.amazon-recommends h3 {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #666;
}

div#sb div.amazon-recommends div.products {
  margin-left: 0.5em;
}

div#sb div.amazon-recommends div.products div.product {
  margin-bottom: 2em;
  clear: left;
}

div#sb div.amazon-recommends div.products div.product img.image {
  float: left;
}

div#sb div.amazon-recommends div.products div.product div.detail {
  margin-left: 70px;
}

div#sb div.amazon-recommends div.products div.product div.detail h4 {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 0.2em;
}

div#sb div.amazon-recommends div.products div.product div.detail h4 a {
  color: #333;
}

div#sb div.amazon-recommends div.products div.product div.detail ul.property {
}

div#sb div.amazon-recommends div.products div.product div.detail ul.property li {
  line-height: 130%;
  font-size: 80%;
}

div#sb div.amazon-recommends strong {
  font-weight: bold;
}

div#sb div.amazon-recommends span.price {
  color: #900;
}

div#sb div.amazon-node-children ul.nodes {
  margin-left: 0.5em;
  margin-bottom: 1em;
}

div#sb div.amazon-node-children ul.nodes li {
  line-height: 170%;
  border-bottom: 1px dotted #2C6FB8;
  font-weight: bold;
}

div#sb div.amazon-node-children ul.nodes li a {
  color: #333;
}

div#sb div.amazon-node-children ul.nodes ul.nodes {
  margin-bottom: 0;
  margin-left: 0.5em;
  list-style-type: circle;
  list-style-position: inside;
}

div#sb div.amazon-node-children ul.nodes ul.nodes li {
  font-size: 95%;
  line-height: 130%;
  border-bottom: none;
  font-weight: normal;
}

div#sb div.amazon-node-children ul.nodes ul.nodes li a {
  color: #2C6FB8;
}

