@charset "iso-8859-2";
td .simpleGame, td .simpleGameWithRating, .emptySimpleGameTableCell {
	width: 105px;
	margin: auto;
}
td .simpleGame {
	height: 110px;
}
td .simpleGameWithRating {
	height: 127px;
}
.gameRating img {
	display: inline;
}
.simpleGame .gamePictureContainer, .simpleGame .gameName, .simpleGameWithRating .gamePictureContainer, .simpleGameWithRating .gameName {
	width: 105px;	
}
.simpleGame .gamePictureContainer .gamePicture, .simpleGameWithRating .gamePictureContainer .gamePicture {
	width: 103px;
	height: 77px;
	border: 1px solid;
}
.simpleGame .gameName, .simpleGameWithRating .gameName {
	text-align: center;
}
.simpleGameWithRating .gameName {
	height: 31px;
}
.simpleGameWithRating .gameRating {
	text-align: center;	
}
.gameWithStats {
	width: 210px;
	height: 79px;
}
.gameWithStats .gamePictureContainer {
	float: left;
}
.gameWithStats .gamePictureContainer .gamePicture {
	width: 103px;
	height: 77px;
	border: 1px solid;
}
.promotedGame {
	width: 322px;
	position: relative;
}
.promotedGame .gameScreenshotContainer, .promotedGame .gameName, .promotedGame .gameDescription, .promotedGame .gameLabels {
	width: 322px;
}
.promotedGame .gameScreenshotContainer .gameScreenshot {
	width: 320px;
	height: 240px;
	border: 1px solid;
}
.promotedGame .gameName, .promotedGame .gameDescription, .promotedGame .gameLabels {
	text-align: left;
}
.promotedGame .playLink {
	position: absolute;
	bottom: 4px;
	right: 0px;
}
.playGame {
}