body {
  font-family: tahoma, arial, sans-serif;
  font-size: 9pt;
  background: #90788f url('/images/bg.png') repeat-x;
  color: #ccc;
}

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

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

h1 {
  margin: 0;
  color: #fff;
}

hr {
  height: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #256a9a;
}

div.clear {
  height: 1px;
  padding: 0;
  margin: -1px 0 0 0;
  clear: both;
  overflow: hidden;
}

img {
  border: 0px;
}

#page {
  width: 732px;
  margin: 0px auto;
  background: #054a74;
}

#header {
  height: 26px;
  background: url('/images/header.jpg');
  text-align: right;
  font-size: 10px;
  padding: 14px 20px 0 0;
}

#footer {
  text-align: center;
  padding: 2px;
  clear: both;
}

#menu {
  width: 725px;
  margin: 0 auto;
  color: #fff;
}

#menu td {
  padding: 3px 2px 4px 2px;
  text-align: center;
}

#menu a {
  color: #fff;
  font-size: 10px;
}

#menu td.action {
  border-top: 3px solid #81b723;
  background: #9ecf48;
}

#menu td.adventure {
  border-top: 3px solid #039ce3;
  background: #42c3e5;
}

#menu td.board-game {
  border-top: 3px solid #2271d1;
  background: #329bcc;
}

#menu td.casino {
  border-top: 3px solid #079e20;
  background: #0bb271;
}

#menu td.customize {
  border-top: 3px solid #5f52a0;
  background: #6f62b1;
}

#menu td.dress-up {
  border-top: 3px solid #ac4399;
  background: #c95eb6;
}

#menu td.driving {
  border-top: 3px solid #81b723;
  background: #9ecf48;
}

#menu td.fighting {
  border-top: 3px solid #039ce3;
  background: #42c3e5;
}

#menu td.puzzles {
  border-top: 3px solid #2271d1;
  background: #329bcc;
}

#menu td.shooting {
  border-top: 3px solid #079e20;
  background: #0bb271;
}

#menu td.sports {
  border-top: 3px solid #5f52a0;
  background: #6f62b1;
}

#menu td.other {
  border-top: 3px solid #ac4399;
  background: #c95eb6;
}

#leaderboard {
  text-align: center;
}

#content {
  padding: 3px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.rectangle {
  padding: 2px;
  width: 300px;
  height: 250px;
  border: 1px solid #256a94;
  background: #052a54;
}

.box {
  padding: 2px;
  border: 1px solid #256a94;
  background: #052a54;
  position: relative;
}

.box h1 {
  background: #054a74 url('/images/icon-games.png') no-repeat;
  font-size: 16px;
  height: 18px;
  padding: 1px 30px 6px 30px;
}

.box a.more {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

.new-games, .top-games {
  width: 410px;
  height: 250px;
}

.new-games table, .top-games table {
  margin-top: 10px;
}

.new-games td, .top-games td {
  width: 20%;
}

.top-games {
  margin-left: 310px;
}

.rand-games td {
  width: 12.5%;
}

.pages {
  text-align: center;
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
}

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

.links ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.links ul li {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}

.error {
  color: #f00;
  text-align: center;
}

.exchanges {
  height: 100px;
  margin: 4px 0;
}

.exchange {
  width: 100px;
  height: 100px;
  float: left;
  padding: 0 2px 0 0;
  margin: 0;
}

.mg {
  padding-left: 4px;
}

.gc {
  padding-right: 0px;
}

/* Ratings */
#rating { width: 84px; height: 21px; 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: 21px;
  line-height: 21px;
  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; }

.social { margin: 5px 0; }
