body,
html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
}

a {
	text-decoration: none;
	color: #CC0000;
}

img {
  border: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-top: 1em;
  margin-bottom: 1em;
}

#header a {
  text-decoration: none;
}

#menu,
#choose {
  display: none;
}

#footer {
  margin-top: 2em;
  font-size: 0.8em;
}

table.wireframe {
  border-collapse: collapse;
  border-top: 1px solid #888;
}

table.wireframe tr:hover {
  background-color: #FFFFCC;
}

table.wireframe td {
  padding: 0.25em 0.5em;
  border-bottom: 1px solid #888;
}

table.wireframe th {
  padding: 0.25em 0.5em;
  background-color: #EEE;
  border-bottom: 1px solid #888;
}

.price {
  color: red;
  font-weight: bold;
}

td.number {
  text-align: right;
}

.star {
	color: red;
	font-size: 0.9em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 0.9em;
}

.nav {
  display: none;
}

table.basket {
  width: 100%;
}
