@import "http://www.bass.net.au/common/stylesheets/bass.css";
@import "errors.css";
@import "form.css";

/* OVERRIDES
--------------*/
#page {
  background-image: none;
  background-color: #fff;
  width: 760px;
}
#content {
  width: 745px;
  margin-left: 5px;
  padding-left: 10px;
}
/* CART
---------*/

#cart {
  border: 1px solid #333;
  margin: 10px;
  padding: 10px;
}
#cart h1 {
  font-size: 12pt;
}
#cart h2 {
  font-size: 10pt;
  font-style: small-caps;
}

#cart ul {
  margin-left: 0;
  padding-left: 0;
}
#cart li.line_item {
  color: #000;
  list-style-type: none;
  list-style-position: outside;
  font-weight: normal;
}

table.summary {
  width: 80%;
  margin: 10px auto;
  border-collapse: collapse;
}

table.summary th {
  background-color: #00417c;
  color: #fff;
}
table.summary .currency {
  text-align: right;
}
table.summary td.event {
  background-color: #ffc;
  border-top: 1px solid #ccc;
}
table.summary td.currency {
  font-weight: bold;
}
table.summary td.subheading {
  border-top: 1px solid #ccc;
  text-align: right;
  font-weight: bold;
}



