div.infoBox {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

div.infoBox h2 {
  padding: 5px 10px;
  color: #777;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

div.infoBox h2 strong {
  margin: 0 5px;
}

div.infoBox table tbody {
}

div.infoBox tr.even td {
  background-color: #f7f7f7;
}

div.infoBox tr.even th { 
  background-color: #f7f7f7;
}

div.infoBox th {
  text-align: right;
  padding: 7px 15px;
  background-color: #fff;
}

div.infoBox th strong {
  padding-right: 2px;
  color: #ee0000;
}

div.infoBox .infoBody { 
  padding: 5px;
}

div.infoBox .infoBody li.selected {
  font-weight: bold;
}

div.infoBox .infoBody { 
  clear: left;
}

div.infoBox .first table {
  margin-bottom: 0;
}

div.infoBox .infoBody thead th {
  text-align: left;
  background-color: #f7f7f7;
}

div.infoBox .infoBody tbody th { width: 180px; }

div.infoBox .infoBody span { 
  color: #aaa;
  padding-left: 5px;
}

div.infoBox .agreement {
  height: 200px;
  overflow: scroll;
}

div.infoNav {
  margin-top: 15px;
  text-align: center;
}

div.infoNav a {
  margin-right: 15px;
}

div.infoBox .sale { 
  text-decoration: line-through;
}

.error_list { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
}
.error_list li { color: #990000; }

