#navcontainer
{
	position: absolute;
}

#navlist li
{
	display: inline;
		
	list-style-type: none;
	padding-right: 20px;
}

#flaglist li
{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

html,body {
	background-color:#b0c4de;
	height:100%;
	margin:0;
	padding:0;
	border:none;
	font-family: arial;
	font-size: 14pt;
}

/*
div.wholepage
{
	height:100%;
}
*/

div.gametable {
	background-color: black;
	display: table;

}

div.desc {
	background-color: black;
	display: table-cell;
}


div.gamerow {
	display: table-row;
}

div.game {
	display: table-cell;
	background-color:#00c0c0;
	height: 120px;
	border: 5px solid gray;
	margin: 5px;
	height: 120px;
	border-top: 2px solid #50dac0;
	border-left: 2px solid #50dac0;
	border-right: 2px solid #005a80;
	border-bottom: 2px solid #005a80;
}

div.gametext {
}

img.gameicon {
	float: left;
	margin-right: 20px;
}

div.gamename {
	font-weight: bold;
	font-size: 2em;
	margin-left:0.6em;
/*	margin-right:auto;
	width:70%;
*/
}

div.utility {
	background-color:#0000fa;
	height: 180px;
}

div.utilityname {
	font-weight: bold;

}

img.gamemainimage {
	border: 5px solid gray;
	}

span.droidback {
	background-image:url('droid.png');
	background-repeat:no-repeat;
	background-position:center; 
}

p {
	margin-left:10pt;
}

li.req {
	font-size: 12pt;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.code {
	background: white;
	width: 80%;
	border: 1px solid black;
	margin: 1em;
}

ul
{
    list-style-type: none;
}

div.bookspecstable {
	display: table;
	border: 1px solid black;
	margin: 1em;
}

div.bookspecstitle {
	display: table-cell;
	background: white;
	border: 1px solid black;
	text-align: right;
	padding: 0.2em;
}

div.bookspecsvalue {
	display: table-cell;
	border: 1px solid black;
	padding: 0.2em;
}

div.bookspecsrow {
	display: table-row;
}

div.excerpt {
	background: #f9f8f8;
	font-style: italic;
	margin-left: 1.5em 10px;
	padding: 0.5em 10px;
	border-left: 10px solid #ccc;
}

img.noshow
{
	display: none;
}
