@charset "utf-8";
/* CSS Document */
<!--
.g_tbl {
	width: 100%;
}
.g_tbl .leftcol {
	float: left;
	height: auto;
	width: auto;
}
.g_tbl .leftcol .boxart_th {
	background-image: url(img/boxart.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 220px;
}
.g_tbl .leftcol .boxart {
	padding-top: 5px;
	padding-bottom: 5px;
}
.g_tbl .rightcol {
	float: left;
	padding-left: 10px;
	width:40%;
}
.g_tbl .rate_box {
	float: right;
	height: auto;
	width: auto;
	padding-right: 5px;
}
.g_tbl .rightcol .info_th {
	height: 35px;
	width: 100px;
	padding-right: 5px;
	background-repeat: no-repeat;
	float:left;
}
.g_tbl .rightcol .moreinfo_th {
	height: 35px;
	width: 300px;
	background-image: url(img/game_info.png);
	background-repeat: no-repeat;
}
.g_tbl .rightcol .info {
	height: 35px;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
}
.g_tbl .rate_box .info_th {
	height: 35px;
	width: 100px;
	padding-right: 5px;
	background-repeat: no-repeat;
	float:right;
}
.g_tbl .rate_box .rating {
	padding-top: 2px;
	float: right;
}
.g_tbl .rate_box .rating .rating_img {
	float: right;
	height: 50px;
	padding-left: 3px;
	font-size: x-large;
	font-weight: bolder;
	vertical-align: sub;
	font-family: Georgia, "Times New Roman", Times, serif;
}
-->

