#navBar {
  float: right;
}

#navBar li {
  display: inline;
}

#hd > h1 {
  background-image: url(./logo.png);
  width: 300px;
  height: 134px;
  color: white;
  margin-left: 100px;
}

#hd li {
  padding: 0.5em 1em;
  background-color: gray;
  color: rgb(224, 224, 224);
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
}

#hd li > a {
  text-decoration: none;
  color: rgb(224, 224, 224);
}

#hd li:hover > a {
  color: rgb(96, 96, 96);
}

#hd li:hover:not(.selected) {
  background-color: rgb(192, 192, 192);
}

#hd li.selected {
  color: yellow;
}

#hd li.buy {
  background-color: orange;
}

#hd li.buy,
#hd li.buy > a {
  color: black !important;
}

#hd li.important {
  border: 4px solid rgb(96, 176, 96);
}

#mainthumb {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

#featuresTable {
  clear: both;
  width: 100%;
  border-collapse: collapse;
}

#ft {
  text-align: center;
}

pre {
  border: 2px ridge orange;
  padding: 1em;
  text-align: center;
  background-color: rgb(255, 255, 204);
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
}

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

a[rel="lightbox"].left {
  float:left;
  margin-right: 1em;
  margin-bottom: 1em;
}

a[rel="lightbox"].right {
  float:right;
  margin-left: 1em;
  margin-bottom: 1em;
}

p.screenshot {
  clear: both;
}

p.news {
  clear: both;
  margin: 1em;
  font-size: larger;
  padding: 1em;
  text-align: center;
  background-color: red;
  color: black;
  font-weight: bold;
  border: silver 2px solid;
  -moz-border-radius: 9px;
}
