*       { margin: 0; padding: 0; border: 0; font-family: verdana, sans-sefif; font-size: 10px; }
html    { background: #a6a6a6 url('/images/bg_html-8.png') top center repeat-y; } 
a       { text-decoration: none; color: #bab9b9; }

#page   { width: 920px; margin: 0 auto; }

#leaderboard { height: 90px; padding: 7px 0; text-align: center; background: url('/images/bg_leaderboard.png') no-repeat; }

#top-partners    { height: 82px; padding: 10px 13px; background: url('/images/bg_top_partners.png') no-repeat; }
#top-partners h5 { color: #b00606; font-size: 12px; font-family: courier, verdana; }

#menu               { padding: 4px 12px 5px 12px; height: 18px; background: url('/images/bg_menu.png') no-repeat; font-size: 11px; }
#menu form          { float: right; }
#menu .input-text   { width: 137px; height: 14px; padding: 3px 2px 0px 5px; background: #d9d9d9; color: #525251; border: 1px solid #000; }
#menu .input-submit { width: 21px; height: 17px; background: url('/images/btn_go.png'); }
#menu a             { padding: 2px 11px; border-right: 1px solid #5a5857; }

#left-column         { width: 300px; background: url('/images/bg_box.png') bottom repeat-y; }
#left-column .box    { position: relative; height: 179px; padding: 7px 11px; background: #000 url('/images/bg_box.png') no-repeat; }
#left-column .box h2 { color: #b00606; margin-bottom: 7px; font-family: courier, verdana; }
#left-column .box li { width: 50%; float: left; }

#content      { background: #d9d9d9 url('/images/bg_content.png') no-repeat; }
#content h2   { width: 549px; height: 16px; padding-top: 10px; margin-left: 33px; background: url('/images/bg_content_h2.png') top left no-repeat; text-align: left; color: #9c0f0f; font-family: courier, verdana; font-size: 16px; }
#content h2 a { color: #8c0f0f; font-family: courier, verdana; font-size: 16px; }

#footer { background: #000; padding: 4px 15px; color: #bab9b9; text-align: right; font-size: 9px; height: 16px; }

.clear { clear: both; height: 1px; overflow: hidden; }

.categories {
  padding: 12px 18px;
  width: 513px;
  height: 80px;
  margin: 0 0 10px 33px;
  background: url('/images/bg_categories.png') no-repeat;
  list-style: none;
}

.categories li {
  width: 25%;
  line-height: 1.55em;
  float: left;
}

.categories a {
  color: #000;
  font-weight: bold;
}

.categories a:hover {
  color: #b10000;
}

.latest-games, .top-games, .random-games {
  padding: 0 0 0 33px;
  margin: 0 auto;
}

.game-thumb {
  margin: 0 16px 10px 0;
  padding: 8px 13px;
  width: 71px;
  height: 85px;
  background: url('/images/bg_game_thumb.png');
  text-align: center;
  overflow: hidden;
  float: left;
}

.game-thumb img {
  margin-bottom: 5px;
}

.game-thumb a {
  color: #000;
}

.game-summary-left, .game-summary-right {
  margin: 0 5px 5px 0;
  width: 256px;
  height: 63px;
  padding: 11px 8px;
  float: left;
  overflow: hidden;
}

.game-summary-left {
  background: url('/images/bg_game_summary_left.png');
}

.game-summary-left img {
  float: left;
  margin-right: 20px;
}

.game-summary-right {
  background: url('/images/bg_game_summary_right.png');
}

.game-summary-right img {
  float: right;
  margin-left: 20px;
}


.game-summary-left a, .game-summary-right a {
  color: #750505;
  font-weight: bold;
  margin-bottom: 5px;
}

.pages {
  font-size: 12px;
  font-family: courier, verdana;
  font-weight: bold;
  color: #b10000;
  width: 549px;
  margin-left: 33px;
  text-align: center;
}

.pages a {
  color: #000;
}

.all-games, .links {
  width: 549px;
  margin: 0 0 10px 33px;
  list-style: none;
}

.all-games li, .links li {
  width: 33%;
  float: left;
}

.all-games a, .links a {
  color: #000;
  font-weight: bold;
}

.all-games a:hover, .links a:hover {
  color: #b10000;
}

/* 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; }

