body {
  margin: 20px auto 20px auto;
  background: #EAE2CC;
  text-align: center;
}

a, a:hover, a:active, a:visited, a:link {
  color: #FF7A01;
}

a.menulink, a.menulink:hover, a.menulink:active, a.menulink:visited, a.menulink:link {
  color: #FFFFFF;
  font-weight: bold;
}

img {
  border: 0;
}

.img {
  float: left;
  position: relative;
  margin: 10px !important;
  margin-left: 5px;
  margin-bottom: 0px;
}

.user {
  text-align: right;
  color: #FF7A01;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 3px;
}

.head {
  text-align: left;
  border: 1px solid #000000;
  background:#FFBA0F;
}

.menu {
  border-top: 0;
  background: #D95B00;
  text-align: right;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 5px;
  font-family: tahoma;
  font-size: 8pt;
  color: #FF7A01;
}

.image {
  width: 150px;
  float: left;
}

.wrapper {
  margin: auto;
  text-align: left;
  width: 940px;
}

select, .body, .footer {
  background: #FFFFFF;
  text-align: right;
  border: 1px solid #000000;
  padding: 5px;
  font-family: tahoma;
  font-size: 8pt;
  color: #FF7A01;
}

.body, .footer {
  padding:0;
  text-align: left;
  margin-top: 20px;
  padding:10px;
}

.left {
  float:left;
  width: 670px;
  height: auto;
  border: 1px solid #96A9C9;
  min-height: 100%;
  background: white;
  padding: 7px;
  padding-left: 10px;
}

.right {
  float: right;
  width: 200px;
  border: 1px solid #96A9C9;
  background: white;
  padding: 7px;
  padding-left: 10px;
  text-align: left;
}

.header {
  border-bottom: 1px solid #96A9C9;
  margin: 5px;
  font-weight: bold;
  color: #E9592F;
  text-align: center;
  font-size:14px;
}

.general {
  margin: 7px;
  margin-left: 10px;
  color: #FF7A01;
}

.game {
  width: 340px;
  float: left;
}

#top div {
position: absolute;
top: 9px;
right: 20px;
}

.clear {
clear: both;
}

#subheading, #title, #home_category_heading, #game_info_head, #feature_head {
  border-bottom: 1px solid #96A9C9;
  margin: 5px;
  font-weight: bold;
  color: #E9592F;
  text-align: center;
  font-size: 14px;
}

#newstitle {
  font-weight: bold;
  color: #E9592F;
  text-align: left;
  font-size: 14px;
}

#column1 {
  float: left;
  width: 48%;
  margin-top: 5px;
  text-align: left;
}

#ad_module {
  text-align: center;
}

.feature_wrapper {
  position: relative;
  overflow: hidden;
  border-bottom-width: 6px;
  width: 640px;
}

.feature_wrapper .feature_game_div {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  width: 575px; /* width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 100%;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  padding-left: 50px;
  padding-right: 25px;
}

#feature_game {
  height: 220px;
  text-align: left;
}

#feature_game a img {
  border: 1px solid #000000;
}

#feature_game_menu {
  text-align: center;
}

#feature_game_menu a img {
  width: 80px;
  height: 60px;
  border: 1px solid #000000;
  margin-top: 20px;
}

#feature_game_menu a img:hover, #feature_game_menu a.selected img {
  border-top: 5px solid #FF7A01;
  margin-top: 16px;
}

.game_title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
}

#game_image {
  float: left;
  position: relative;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #000000;
}

#game_text {
  float: left;
  position: relative !important;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  width: 200px;
}

#view_game {
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#game_info_column {
  float: left;
  width: 49%;
  margin-right: 5px;
  margin-top: 5px;
  text-align: left;
}

.top_banner {
  float: right;
  margin: 10px;
}

/* STAR RATING */
.star-rating {
  list-style: none;
  margin-left: 5px!important;
  padding: 0px;
  width: 80px;
  height: 16px;
  position: relative;
  background: url(images/rating_star.gif) top left repeat-x;
}
.star-rating li {
  padding: 0px;
  margin: 0px;
  /*\*/
  float: left;
  /* */
}
.star-rating li a {
  display: block;
  width: 16px;
  height: 16px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px;
}
.star-rating li a:hover {
  background: url(images/rating_star.gif) left bottom;
  z-index: 2;
  left: 0px;
}
.star-rating a.one-star {
  left: 0px;
}
.star-rating a.one-star:hover {
  width: 16px;
}
.star-rating a.two-stars {
  left: 16px;
}
.star-rating a.two-stars:hover {
  width: 32px;
}
.star-rating a.three-stars {
  left: 32px;
}
.star-rating a.three-stars:hover {
  width: 48px;
}
.star-rating a.four-stars {
  left: 48px;
}	
.star-rating a.four-stars:hover {
  width: 64px;
}
.star-rating a.five-stars {
  left: 64px;
}
.star-rating a.five-stars:hover {
  width: 80px;
}
.star-rating li.current-rating {
  background: url(images/rating_star.gif) left center;
  position: absolute;
  height: 16px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
}

