div.games {
	border: 1px solid gray;
	margin-top: -1px;
}

div.games_topbar {
	width: 973px;
	height: 47px;
	margin: 0;
	padding: 0;
	background-image: url(../images/banner_game.gif);
}

/* @group content */

div.featured_games {
	background-color: #f9f6d2;
	padding-left: 15px;
}

div.hot_games {
	background-color: #f9f6d2;
}

div.featured_games div.top {
	background: url(../images/bar1.jpg) repeat-x;
	color: white;
	padding: 5px 5px 5px 10px;
	margin-left: -15px;
}

div.hot_games div.top {
	background: url(../images/bar1.jpg) repeat-x;
	color: white;
	padding: 5px 5px 5px 10px;
	clear: left;
}

div.game_b {
	background: url(../images/top_b.jpg) no-repeat 0 top;
	width: 321px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.game_b img.game {
	background: url(../images/top_b.jpg) no-repeat 0 top;
	margin-top: 15px;
	margin-left: 15px;
}

div.game_b a img.enter {
	background: url(../images/btn_b.jpg) no-repeat 0 bottom;
	width: 321px;
	height: 32px;
}

div.game_b a:hover img.enter {
	background: url(../images/btn_b.jpg) no-repeat 0 top;
	width: 321px;
	height: 32px;
}

div.game_b h3 {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0;
}

div.game_b p {
	margin-left: 15px;
	margin-right: 10px;
}

div.game_s {
	background: url(../images/top_s.jpg) no-repeat 0 top;
	width: 223px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.game_s img.game {
	background: url(../images/top_b.jpg) no-repeat 0 top;
	margin-top: 15px;
	margin-left: 15px;
}

div.game_s a img.enter {
	background: url(../images/btn_s.jpg) no-repeat 0 top;
	width: 223px;
	height: 27px;
}

div.game_s a:hover img.enter {
	background: url(../images/btn_s.jpg) no-repeat 0 bottom;
	width: 223px;
	height: 27px;
}

div.game_s h3 {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0;
}

div.game_s p {
	margin-left: 15px;
	margin-right: 10px;
}

/* @end */

/* @group right */

div.top_game {
	border-top: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
}

div.top_games h4 {
	margin: 0 0 0 55px;
	font-size: 0.85em;
}

div.top_games p {
	margin: 0 0 0 55px;
}

div.top_game img {
	margin: 0;
	float: left;
	border: 1px solid gray;
}



/* @end */