div#favoritegames{
	width: 541px;
	margin-bottom: 15px;
	clear:both;
}

div#favoritegames_body {
	width: 534px;
	padding: 10px 5px 0 2px;
	overflow: hidden; /* Do not remove - float clearing bug fix */
}

div#favoritegames_btm {
	height:15px;
	clear:both;
}

#game_1, #game_2, #game_3, #game_4 {
	position: relative;
	width: 247px;
	float:  left;
	margin: 0 0 20px 20px;
	display: inline;
}
#game_2, #game_4 { margin-left: 10px; }

div#favoritegames .title {
	width: 247px;
	font-weight:bold;
	margin-bottom: 10px;
}

div#favoritegames .image {
	float: left;
	margin-right: 8px;
}

div#favoritegames .review {
	float: left;
	display: inline;
	margin: 0;
	width: 142px;
}

div#favoritegames .gameReviewText { width: 142px;}

div#favoritegames .learnmore {
	font-size: 11px;
	clear: both;
	margin-top: 10px;
}

div#favoritegames .myreview {
	font-weight: bold;
	color: #9a9a9a;
	float: left;
	width: 142px;
}

div#favoritegames .myreview_date {
	font-size: 9px;
	color: #9a9a9a;
}

div#favoritegames .reviewIconImg{
	float:left;
	margin:-2px 4px 0px 0px;
}