@charset "iso-8859-2";
body {
	background-color: #2875CA;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: 0px;	
}
img {
	display: block;
	border: 0px;
}
h1 {
	font-size: 16px;
	margin: 4px;
}
h2 {
	font-size: 11px;
	margin: 0px;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:hover, a:active {
	color: #F59708;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
#container {
	color: #FFFFFF;
	width: 1000px;
}
#topNavigation {
	line-height: 17px;
	padding: 5px;
}
#mainMenu {
	float: left;
	font-weight: bold;
}
#searchForm {
	float: right;
}
#searchButton {
	background: url(/graphics/search_background.gif);
	color: #497CBE;
	font-size: inherit;
	font-weight: bold;
	border: 1px solid #9AD0EA;
}
#searchText {
	font-size: inherit;
	border: 1px solid #9AD0EA;
}
#gameName h1 {
	font-size: 11px;
	display: inline;
}
#mainHeader {
	position: relative;
}
#likeBox {
	background: url(/graphics/backgrounds/likebox_background.jpg);
	width: 228px;
	height: 69px;
	padding-top: 4px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#categoryMenu1 a:link, #categoryMenu1 a:visited, #categoryMenu2 a:link, #categoryMenu2 a:visited {
	color: #497CBE;
	text-decoration: none;
}
#categoryMenu1 a:hover, #categoryMenu1 a:active, #categoryMenu2 a:hover, #categoryMenu2 a:active {
	color: #F59708;
	text-decoration: underline;
}
#categoryMenu1, #categoryMenu2 {
	color: #497CBE;
	background: url(/graphics/menu_background.gif);
	width: 100%;
	height: 22px;
}
#categoryMenu1 td, #categoryMenu2 td {
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}
#mainContent a:link, #mainContent a:visited {
	color: #497CBE;
}
#mainContent a:hover, #mainContent a:active {
	color: #F59708;
}
#mainContent a:hover {
	text-decoration: none;
}
#mainContent a:active {
	text-decoration: underline;
}
#mainContent .header a:link, #mainContent .categoryHeader a:link, #mainContent .header a:visited, #mainContent .categoryHeader a:visited {
	color: #FFFFFF;
}
#mainContent {
	background-color: #D2E4F8;
	color: #497ABC;
	padding: 5px;
}
#footer {
	padding: 5px;
}
#collections {
	margin: 10px;
}
#toplistIcons img {
	display: inline;
}

.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.header {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	height: 30px;
	margin: 5px 0px;
}
.categoryHeader {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	text-align: right;
	height: 40px;
	padding-right: 20px;
}
.header h2 {
	display: inline;
}

.emptyGameTableCell {
	width: 105px;
}
.gameTable, .gameTableWithRating {
	width: 100%;
}
.gameTable td {
	height: 110px;
}
.gameTableWithRating td {
	height: 127px;
}
.gameTable .gameName, .gameTableWithRating .gameName{
	height: 31px;
}
.gamePicture, .gameScreenshot {
	border: 1px solid;
}
.ratingStar {
	display: inline;
}
