body {
  background: white none repeat scroll 0%;
  font-family: Helvetica, sans-serif;
  font-size: small;
  color: #180947;
  margin:0px;
  text-align: center;
}

div#main {
  min-height: 30em;
  text-align: left;
}

div.maincolumn {
  color: inherit;
  background-color: white;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62em;
  padding: 1em ;
}

div#footer {
  padding-bottom: 1em ;
  text-align: center;
}

div#footer a {
  margin: 0 .4em;
}

img {
  border: thin solid #f0f0f0;
}

div.add-button img {
  border: none;
}

div#top {
  border-bottom: thin solid black;
}

div#top-account {
  text-align: right;
  font-size: small;
  border-bottom: thin solid black;
  margin-bottom: 0.3em;
  float: right;
  border: none;
}

div#top-splash {
  float: left;
  font-size: big;
  border: none;
}

.standout {
  font-size: large;
  width: 70%;
  margin-left:auto;
  margin-right:auto;
}

span.sitename {
  font-weight: bold;
}

input, select, button {
  padding: .3em;
}

input.submit {
  padding: 0.5em 1em;
}

.product-image {
  width: 160px;
  padding: 10px;
  text-align: center;
}

div.top-caption {
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
}

td.product-desc {
  vertical-align: top;
  width: 22em;
}


td.product-get {
  text-align: center;
  vertical-align: top;
}

td.product-options {
  text-align: center;
  vertical-align: top;
}


a {
  color: #E57A23;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.add-button a:hover {
  text-decoration:none;
  border: none;
}

div.my-nav {
  font-size: 14pt;
  padding: 1em;
  height: 2em;
}

div.my-nav div {
  float: left;
  padding: 0.4em;
  width: 6em;
  height: 100%;
}

div.my-nav div.choice {
  border: solid thin black;
  background-color: #E6E6E6;
  margin: 0;
}

div.my-nav div#active {
  font-weight: bold;
  background-color: white;
  border-bottom: none;
}

div.my-nav div.spacer {
  border: none;
  border-bottom: solid thin black;
  width: 1em;
}

span.item-title {
  font-size: 16pt;
  font-weight: bold;
}

span.item-author {
}

span.item-binding {
  font-weight: bold;
}

span.item-pubdate {
}

span.item-edition {
}

span.item-isbn {
  font-style: italic;
}

span.item-ean {
  font-style: italic;
}

.form-field-error {
  color: darkred;
  font-style: italic;
}

/* The "unadorned" class indicates that the element is not embellished in
 * any way, with border lines, etc.
 */
img.unadorned {
  border: none;
}

a.unadorned {
  border: none;
  background-color: inherit;
}

table.search-form td {
  text-align: center;
}


div#matches {
  border: solid 3px #E57A23;
  padding: 0 0.5em;
}

div#matches li {
  padding: 0.2em 0;

}

h1 {
 font-size: 16pt;
}

h2 {
  font-size: 14pt;
}

h1, h2, h3 {
  font-family: Verdana, sans-serif;
}

.clear {
  clear: both;
}

/* Style for links that contain an image to be clicked on. */
a.img-link {
  display: block;
  margin: 1px;
}
a.img-link:hover {
  margin: 0;
  border: solid 1px #E57A23;
}