#games {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#games #platforms {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
#games #platforms ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#games #platforms ul li {
	margin: 10px;
}
#games #platforms ul li a {
	padding: 10px;
	text-decoration: none;
}
#games #platforms ul li a:hover {
	background: #ff0;
}
#games #left {
	float: left;
	width: 170px;
}

#games #left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#games #left ul a {
	display: block;
	width: 160px;
	padding: 5px;
	margin-bottom: 2px;
	background: #666;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#games #left li.active a {
	background: #f00;
}
#games #left ul a:hover {
	background: #00f;
}
#games #left li {
	display: inline;
}
* html #game #left ul a {
	height: 1px;
}
#games #left .note {
	margin-top: 25px;
	font-size: .9em;
	font-weight: bold;
}

#games #center {
	margin: 0 0 0 180px;
}
#games #center img.left {
	float: left;
	margin: 0 15px 10px 0;
}
#games #center ul.specs {
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
}
#games #center ul.specs li {
	border-bottom: 1px solid #ccc;
	padding: 2px 0 4px 0;
}
#games #center ul.specs li.last {
	border: 0;
	padding: 2px 0 4px 0;
}
#games #center ul.notes {
	list-style-type: none;
	color: #666;
	margin-top: 15px;
	padding: 0;
}
#games #linelist table {
	width: 100%;
	border-collapse: collapse;
}
#games #linelist td {
	padding: 5px;
}
#games #linelist tr:hover {
	background-color: #ff0;
}
#games #linelist table .center {
	text-align: center;
}
#games #linelist ul.months li {
	font-size: 20px;
}
#games #linelist ul.months {
	padding-bottom: 35px;
}
#games ul.months {
	list-style-type: none;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 28px 0;
	border-bottom: 1px solid #f00;
}
#games ul.months li {
	float: left;
	border-top: 1px solid #f00;
	border-right: 1px solid #f00;
	border-left: 1px solid #f00;
	margin: 0 5px 0 0;
}
#games ul.months li a {
	display: block;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	color: #000;
}
#games ul.months li.active a {
	background: #f00;
	color: #fff;
}
#games ul.months li a:hover {
	background: #00f;
	color: #fff;
}
#games #center #synopsis {
	clear: both;
}
#games #center #vert .cell a {
	width: 120px;
	height: 220px;
}
#games #center #horz .cell a {
	width: 160px;
	height: 180px;
	text-align: center;
}
#games #center .cell a {
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: .8em;
}
#games #center .cell a:hover {
	background: #ffc;
}
#games #center .cell img {
	padding: 0 0 2px 0;
}

#games h1 {
	font-size: 2em;
	border-bottom: 4px solid #f00;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
}
#games #right {
	float: right;
	width: 200px;
	border: 1px solid #f00;
}
.highlight {
	background: #ff0;
}

