body {
  background-color: #003399;
  color: #000000;
  font: normal Tahoma, sans-serif;
}

h1 {
  font: normal bold 16pt Verdana, sans-serif;
  color: #090;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
}

a:link {
  text-decoration: none;
  color: #06C;
}

a:visited {
  color: #1F5FA0;
  text-decoration: none;
}

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

a:active {
  text-decoration: none;
  color: #1884F0;
}



/* Header */
.tableHeader {
  width: 769px;
  height: 107px;
}

.tableHeader td {
  background: url("/assets?p=%2Fi%2Fheader_background.jpg");
}

.tableHeader td img {
  width: 169px;
  height: 87px;
  margin-left: 9px;
}


/* Breadcrumbs */
.breadCrumbs {
  width: 769px;
  height: 27px;
}

.textLinks {
  background: #003399;
  color: #FFFFFF;
  font-size: 8pt;
}

.textLinks a {
  color: #CDECFF;
}


/* Main content */
.mainContent {
  width: 769px;
  background: url("/assets?p=%2Fi%2Fpage_bg.gif");
}

.mainContent td {
  vertical-align: top;
}

.contentTopBanner, .contentBottomBanner {
  width: 564px;
  background: #CDECFF;
  border-radius: 3px;
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 14px 0 18px 0;
}


/* Game category */
.categoryName {
  display: block;
  background: url("/assets?p=%2Fi%2Fbull_arrow.gif") no-repeat;
  background-position: left center;
  padding: 0 0 0 15px;
  margin: 8px 0 0 0;
}

.categoryDescription {
  font-size: 9pt;
  line-height: 1.5em;
  margin: 4px 0 15px 0;
}

.categoryGameCard {
  width: 564px;
  margin: 0 0 10px 0;
}

.categoryGameCard td {
  vertical-align: middle;
}

.categoryGameCard h2 {
  font-size: 11pt;
  line-height: 1.2em;
  margin: 0 0 5px 0;
  color: #090;
}

.categoryGameCard h2 img {
  width: 76px;
  height: 15px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.categoryGameCard p {
  font-size: 9pt;
  line-height: 1.5em;
  margin: 0 0 5px 0;
}

a.categoryGameLinks {
  display: inline-block;
  font: normal bold 9pt Verdana, sans-serif;
  color: #FF794B;
}

.paginationLinks {
  width: 100%;
  background: #CDECFF;
  border-radius: 3px;
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 14px 0 18px 0;
  font: normal normal 11pt Verdana, sans-serif;
}

.paginationLinks span {
  margin: 0 5px;
}

.prevLink, .nextLink, .currentLink {
  font-weight: 700;
}


/* Game description */
.gameDescriptionTop {
  width: 564px;
}

.gameDescriptionTop td {
  vertical-align: top;
}

.boxShot {
  display: block;
  background-color: #0267CC;
  border-radius: 3px;
  border: solid 1px #0267CC;
  padding: 0 0 5px 0;
  margin: 0 10px 0 0;
}

.boxShot img {
  width: 100px;
  height: 100px;
  border-radius: 2px;
  border: solid 1px #FFFFFF;
}

.gameDescriptionTop h1 {
  margin: -2px 0 5px 0;
  padding: 0 0 0 0;
  line-height: 100%;
}

.shortDescription {
  font: normal bold 9pt Verdana, sans-serif;
  color: #FF794B;
}

.gameDescriptionTop a, .onlineGameLinks a {
  display: inline-block;
  font: normal bold 9pt Verdana, sans-serif;
}

.gameDescriptionTop a[href^='/download.php'], .gameDescriptionTop a[href^='/mac_download.php'], .categoryGameCard a[href^='/download.php'], .categoryGameCard a[href^='/mac_download.php'], .onlineGameLinks a[href^='/download.php'], .onlineGameLinks a[href^='/mac_download.php'] {
  background: url("/assets?p=%2Fi%2Fdownload.gif") no-repeat;
  height: 21px;
  margin: 0 10px 3px 0;
  padding: 0 0 0 21px;
}

.gameDescriptionTop a[href^='/play.php'], .categoryGameCard a[href^='/play.php'] {
  background: url("/assets?p=%2Fi%2Fplay.gif") no-repeat;
  height: 21px;
  margin: 0 10px 3px 0;
  padding: 0 0 0 21px;
}

.gameDescriptionTop a[href^='/buy.php'], .gameDescriptionTop a[href^='/mac_buy.php'], .onlineGameLinks a[href^='/buy.php'], .onlineGameLinks a[href^='/mac_buy.php'] {
  background: url("/assets?p=%2Fi%2Fbuy.gif") no-repeat;
  height: 21px;
  margin: 0 10px 3px 0;
  padding: 0 0 0 21px;
}

.addthis_inline_share_toolbox {
  height: 25px;
  margin: 15px 0 0 0;
}

.gameAward {
  width: 117px;
  height: 99px;
}

.descriptionSubheader {
  font: normal bold 11pt Verdana, sans-serif;
  color: #090;
  margin: 16pt 0 4pt 0;
}

.longDescription {
  margin: 0 0 4pt 0; 
  font-size: 9pt;
  line-height: 1.5em;
}

.gameVideos iframe {
  display: block;
  width: 536px;
  height: 301px;
  margin: 0 auto 5px auto;
  border-radius: 2px;
  border: solid 1px #0267CC;
}

.gameScreenshots {
  clear: both;
}

.gameScreenshots a {
  display: block;
  border-radius: 2px;
  border: solid 1px #0267CC;
  float: left;
  margin: 0 13px;
}

.gameScreenshots img {
  width: 160px;
  height: 120px;
}

.systemRequirements {
  width: 100%;
}

.systemRequirements td {
  width: 50%;
}

.systemRequirements ul {
  margin: 0 0 0 0;
  padding: 0 0 0 12px;
  list-style: none;
}

.systemRequirements ul li {
  font-size: 8pt;
  line-height: 0.8em;
}

.systemRequirements li:before {   
  content: "";  
  border-color: transparent #0267CC;  
  border-style: solid;  
  border-width: 0.35em 0 0.35em 0.45em;  
  display: block;  
  height: 0;  
  width: 0;  
  left: -1em;  
  top: 0.7em;  
  position: relative;  
} 

.gameComments p {
  font-size: 9pt;
  line-height: 1.5em;
  margin: 0 0 6pt 0;
}

.gameComments p span {
  font-weight: 700; 
}

.gameComments img {
  width: 56px;
  height: 11px;
  margin: 0 0 0 4px;
}

.feedbackForm {
  width: 564px;
}

.feedbackForm span {
  display: inline-block;
}

.feedbackForm label {
  display: block;
  font-weight: 700;
}

.feedbackForm label, .feedbackForm input, .feedbackForm select, .feedbackForm textarea {
  font-size: 9pt;
}

.feedbackForm input[type="text"] {
  width: 200px;
  margin: 0 12px 12px 0;
}

.feedbackForm select {
  width: 124px;
}

.feedbackForm textarea {
  width: 559px;
  height: 27pt;
  margin: 0 0 12px 0;
}

.similarGames {
  width: 100%;
  margin: 8px 0 12px 0;
}

.similarGames td {
  vertical-align: middle;
  font-weight: 700;
  text-align: left;
}

.similarGames tr td:nth-child(even) {
  padding: 0 6pt 0 2pt;
}

.similarGames img {
  width: 81px;
  height: 54px;
  border-radius: 2px;
  border: solid 1px #0267CC;
}


/* Social Panel */
.socialPanel {
  width: 174px;
  background: #1D84EB;
  border-radius: 3px;
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 0 0 15px 3px;
}

.socialPanel a {
  display: inline-block;
  margin: 4px 2px;
}

.socialPanel img {
  width: 32px;
  height: 32px;
}


/* Navigation menu */
.gamePlatform {
  display: block;
  background: url("/assets?p=%2Fi%2Fbull_main.gif") no-repeat;
  background-position: left center;
  padding: 0 0 0 10px;
  margin:  0 0 5px 0;
}

.gamePlatform a {
  color: #FFFFFF;
  font: normal bold 11pt Verdana, sans-serif;
}

.gameCategories {
  width: 174px;
  background: #1D84EB;
  border-radius: 3px;
  padding: 5px 0 5px 0;
  margin: 0 0 5px 3px;
}

.gameCategory {
  display: block;
  background: url("/assets?p=%2Fi%2Fbull_hdr.gif") no-repeat;
  background-position: left center;
  padding: 0 0 0 20px;
  margin:  0 0 5px 5px;
}

.gameCategory a {
  color: #99FF66;
  font: normal bold 9pt Verdana, sans-serif;
}

.gameSubcategory {
  display: block;
  background: url("/assets?p=%2Fi%2Fbull_arrow2.gif") no-repeat;
  background-position: left center;
  padding: 0 0 0 17px;
  margin: 0 0 2px 8px;
}

.gameSubcategory a {
  color: #FFFFFF;
  font: normal normal 9pt Verdana, sans-serif;
}

/* New games */
.newGames {
  margin: 20px 0 5px 0;
}

.newGames span {
  display: block;
  background: url("/assets?p=%2Fi%2Fbull_main.gif") no-repeat;
  background-position: left center;
  padding: 0 0 0 10px;
  margin:  0 0 0 0;
  color: #FFFFFF;
  font: normal bold 11pt Verdana, sans-serif;
}

.newGames table {
  width: 177px;
}

.newGames td {
  vertical-align: middle;
  height: 38px;
}

.newGames td:first-child {
  text-align: center;
  width: 40px;
}

.newGames td:last-child {
  width: 137px;
}

.newGames td a {
  color: #FFFFFF;
  font: normal normal 9pt Verdana, sans-serif;
}

.newGames td img {
  width: 32px;
  height: 32px;
}

/* Footer */
.tableFooterTop {
  width: 769px;
  background: url("/assets?p=%2Fi%2Fgreen_bg.gif");
}

.tableFooterTop h2 {
  font: normal bold 9pt Verdana, sans-serif;
  color: #0267CC;
  margin: 5px 0 0 10px;
}

.tableFooterTop form {
  margin: 2px 0 0 10px;
}

.tableFooterTop input {
  font-size: 9pt;
}

.tableFooterTop input[type="text"] {
  width: 200px;
  margin: 0 5px 2px 0;
}

.tableFooterTop input[type="submit"] {
  width: 80px;
}

.tableFooterTop p {
  margin: 0 0 5px 10px;
}

.tableFooterBottom {
  width: 769px;
  background: url("/assets?p=%2Fi%2Fbg_main.gif");
}

.tableFooterBottom td {
  color: #FFFFFF;
  font: normal normal 9pt Verdana, sans-serif;
  padding: 10px 10px 10px 10px;
}

/* Online game page */
.onlineGameName {
  display: block;
  background: url("/assets?p=%2Fi%2Fbull_arrow.gif") no-repeat;
  background-position: left center;
  padding: 0 0 0 15px;
  margin: 8px 0 0 0;
}

.onlineGameFrame {
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
}

.onlineGameFrame iframe{
  border: 0;
  padding: 0 0 0 0;
}

.onlineGameLinks {
  text-align: center;
}


/* Search results */
.searchResultsHeader {
  display: block;
  background: url("/assets?p=%2Fi%2Fbull_arrow.gif") no-repeat;
  background-position: left center;
  padding: 0 0 0 15px;
  margin: 8px 0 0 0;
}

.searchResultsReview {
  font: normal normal 9pt Verdana, sans-serif;

}