* { margin:0px; padding:0px; border:0px; outline:none; }
a { color:#EE8C05; }
a:hover { color:#FBB03B; }

body {
  color:#FFFFFF;
  font-size:13px;
  font-family:sans-serif;
  
  background-color:#333333;
  background-repeat:no-repeat;
  background-position:top center;
}

img { border:0px; }
input {
  border:none;
  border-color:transparent;
}

.mouseOverImage { cursor:pointer; }

#outerContainer {
  position:absolute;
  top:0px;
  left:50%;
  margin-left:-503px;
  width:1006px;
  
  background-color:transparent;
  background-repeat:none;
}

#adUnitTop {
  position:absolute;
  top:0px;
  left:139px;
}

#headerLink {
  position:absolute;
  left:23px;
  top:105px;
}


#emailBox {
  position:absolute;
  top:110px;
  left:410px;
}
#emailButtonContainer {
  position:absolute;
  top:98px;
  left:580px;
}
#emailButton {
  width:71px;
  height:40px;
  background:url('/assets/img/btnSend.gif');
}

#searchBox {
  position:absolute;
  top:110px;
  left:698px;
}
#searchButtonContainer {
  position:absolute;
  top:98px;
  left:858px;
}
#searchButton {
  width:103px;
  height:40px;
  background:url('/assets/img/btnSearch.gif');
}
#filterButtonsContainer {
  position:absolute;
  top:141px;
  left:393px;
}

.filterButton {
  float:left;
  height:72px;
}
#filterButtonTitle {
  width:95px;
  background:url('/assets/img/btnFilterTitle.jpg');
}
#filterButtonRating {
  width:95px;
  background:url('/assets/img/btnFilterRating.jpg');
}
#filterButtonPuzzle {
  width:98px;
  background:url('/assets/img/btnFilterPuzzle.jpg');
}
#filterButtonAction { 
  width:99px;
  background:url('/assets/img/btnFilterAction.jpg');
}
#filterButtonDressUp {
  width:97px;
  background:url('/assets/img/btnFilterDressUp.jpg');
}
#filterButtonVideo {
  width:95px;
  background:url('/assets/img/btnVideo.jpg');
}

#gamesList {
  margin:14px 0px 0px 22px;
}
.paginationLinks {
  margin-right:34px;
  height:20px;
  text-align:right;
  font-size:12px;
  font-weight:bold;
  color:#EE8C05;
}
.gameListItem {
  float:left;
  width:110px;
  height:178px;
  margin:5px 11px 11px 11px;
  text-align:center;
  overflow:hidden;
}
.gameThumbnailContainer {
  width:110px;
  height:112px;
  margin-bottom:5px;
  background:url('/assets/img/thumbnail_bg.gif') no-repeat;
}
.gameThumbnail {
  margin:6px;
}
.gameTitle {
  font-weight:bold;
  width:110px;
  height:38px;
}

.star {
  float:left;
  width:22px;
  height:23px;
  background:url('/assets/img/star.gif');
}
.star_full { background-position:0px -46px; }
.star_half { background-position:0px -23px; }
.star_empty { background-position:0px 0px; }

#ratingFeedbackContainer {
  margin-left:10px;
  font-size:16px;
  font-weight:bold;
  color:#F7931E;
  float:left;
}

#footer {
  height:60px;
  waidth:1006px;
  text-align:center;
  color:#E4D91D;
  left:200px;
}
a.footer {
  color:#E4D91D;
}