* {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #fff;
  background: #000;
}

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

a:hover {
  color: #9b8e67;
  text-decoration: underline;
}

img {
  border: 0px;
}

div.clear { 
  height: 1px;
  margin: 0;
  clear: both;
  visibility: hidden;
}

#page {
  width: 950px;
  margin: 0px auto;
  background: #423716 url('/images/bg_page.png') repeat-x;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}

#header {
  position: relative;
  height: 100px;
  background: #352c11;
  margin-bottom: 12px;
}

#header img {
  position: absolute;
  top: 5px;
  left: 5px;
}

#header h1 {
  position: absolute;
  bottom: 20px;
  left: 5px;
  width: 207px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#header div {
  position: absolute;
  top: 5px;
  right: 5px;
}

#search {
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
}

#search .input-text {
  height: 19px;
  width: 210px;
  padding: 2px 5px 0px 30px;
  border: 1px solid #7a6b3d;
  background: #5a4b1e url('/images/bg_search_input.png') no-repeat;
  color: #fff;
  font-size: 12px;
}

#search .input-submit {
  position: absolute;
  right: 0px;
  top: 1px;
  height: 21px;
  width: 49px;
  border: 1px solid #9b8e67;
  background: #7b6e47 url('/images/bg_search_submit.png') repeat-x;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

#right-column {
  width: 300px;
  vertical-align: top;
}

#content {
  vertical-align: top;
}

#footer {
  padding: 20px 5px 0px 5px;
  height: 29px;
  background: url('/images/bg_footer.png') repeat-x;
  text-align: right;
  color: #fff;
}

.box {
  border: 1px solid #5a4b1e;
  background: #352c11;
  margin-bottom: 5px;
  padding: 5px;
}

.box h2 {
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #5a4b1e;
  margin-bottom: 2px;
}

.box ul {
  list-style-type: none;
}

.box ul li {
  display: block;
  width: 50%;
  float: left;
}

.box a {
  color: #fff;
  font-weight: normal;
}

.game-thumb {
  text-align: center;
}

.game-thumb img {
  border: 1px solid #5a4b1e;
  width: 70px;
  height: 60px;
  padding: 1px;
}

.game-summary {
  height: 70px;
  vertical-align: top;
}

.game-summary img {
  float: left;
  width: 70px;
  height: 60px;
  margin-right: 5px;
}

.pages {
  text-align: center;
}

/* Ratings */
#rating { width: 80px; height: 16px; overflow: hidden;  margin: 0 auto 2px auto; padding: 0; list-style: none; clear: both; position: relative; background: url('/images/ratings.png') repeat-x left top; }
#currentrating { font-weight: bold; padding: 0 0 2px 0; }

ul#rating li a,
ul#rating li a:hover,
ul#rating li a:active,
ul#rating li a:focus,
ul#rating li.current {
  background: url('/images/ratings.png') left -1000px repeat-x;
}

ul#rating li {
  display: inline;
}

ul#rating li a:hover,
ul#rating li a:active,
ul#rating li a:focus {
  background-position: left bottom;
}

ul#rating li a,
ul#rating li.current {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 16px;
  line-height: 16px;
  outline: none;
  overflow: hidden;
  border: none;
}

ul#rating li.one a   { width: 20%; z-index: 6; }
ul#rating li.two a   { width: 40%; z-index: 5; }
ul#rating li.three a { width: 60%; z-index: 4; }
ul#rating li.four a  { width: 80%; z-index: 3; }
ul#rating li.five a  { width: 100%; z-index: 2; }
ul#rating li.current { z-index: 1; background-position: left center; }

