body {
	color: #000000;
	background-color: #FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
  width: 18cm;
}

a {
  color: #000000;
}

img {
  border: 0 none;
}

div.cms {
  display: none;
}

div.message {
  display: none;
}

#cart {
  display: none;
}

#masthead {
  float: left;
}

#navigation {
  display: none;
}

#abstract {
  float: left;
  clear: left;
  margin-left: 150px;
}

#content {
  margin-left: 160px;
}

#footer {
  display: none;
}

table {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
}

table tr th {
  font-weight: bold;
  padding: 0.25em 0;
}

table tr th, table tr td {
  height: 1em;
  vertical-align: baseline;
}

table tr td {
  padding: 0.25em 0;
  border-bottom: 1px dashed #aaaaaa;
  vertical-align: middle;
}

table.cart tr td.quantity {
  padding: 0;
  text-align: center;
}

table.cart tr td.image {
  padding: 0;
  vertical-align: bottom;
  width: 32px;
  padding-right: 0.5em;
}

table.cart tr th.image {
  width: 32px;
}

table.cart tr th.price {
  width: 5em;
}

table.cart {
  clear: both;
}

dl.order {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
}

dl.order dt {
  float: left;
  width: 8em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

dl.order dd {
  margin-bottom: 0.25em;
}

dl.order dd div {
  margin-left: 8em;
}



