/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}

body {
	background: #fff url('/images/topbarBg.png') repeat-x;
	font-family: verdana;
	font-size: 77%;
	color: #000;
	padding: 5px 0;
}

h1 {
	font-size: 200%;
	margin-bottom: 10px;
}

h2 {
	font-size: 150%;
	margin-bottom: 10px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	margin-bottom: 10px;
}

td {
	text-align: left;
}

th {
	font-weight: bold;
}

input {
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

td#navcell {
	vertical-align: top;
	width: 140px;
}

div.leftnav {
	background: url('/images/sidebarBg.png') right;
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 10px;
}

div.leftnav a {
	font-weight: bold;
	color: #243D9F;
}

div.leftnav a:visited {
	color: #243D9F;
}

div.leftnav a:hover {
	color: #000;
}

div.leftnav h3 {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #DBDBDB;
}

div.leftnav li {
	padding: 5px;
	border-bottom: 1px solid #DBDBDB;
}

div.leftnav li:hover {
	background-color: #DBDBDB;
}

div#logo {
	clear: both;
	float: left;
	margin: 10px 0px 7px 2px;
}

div#logolinks {
	float: right;
	text-align: center;
	margin-top: 10px;
	margin-right: 50px;
}

div#logolinks a {
	font-weight: bold;
}

div#logoroms {
	margin-top: 5px;
}

div#logoroms a {
	font-weight: normal;
}

table#maintable {
	clear: both;
	border: none;
	width: 100%;
}

td#contentcell {
	padding: 0 15px 0 15px;
	vertical-align: top;
	width: auto;
}


td#rightnavcell {
	text-align: center;
	vertical-align: top;
	width: 170px;
}

div#header {
	width: auto;
	padding: 0 0 22px 2px;
}

div#header a {
	font-weight: bold;
}

div#headerlinks {
	float: left;
	padding-left: 3px;
}

div#search {
	float: right;
	width: 100%;
	padding-top: 10px;
	padding-right: 3px;
}

form#searchform {
	display: inline;
}

div#search div {
	display: inline;
	margin: 0px 2px 0px 2px;
	padding-top: 20px;
}

div#search input {
	margin: 2px;
	padding: 5px;
	font-size: 120%;
	font-family: verdana;
}

#searchtext {
	width: 450px;
}

input#searchbutton {
	font-family: verdana;
	background: none;
	border: none;
	color: blue;
}

div#navigation {
	margin-bottom: 5px;
}

div#copyright {
	text-align: center;
	margin-top: 15px;
}

div.news h2 {
	margin:0;
}

div.newsdate {
	font-size: 10px;
	margin-bottom: 10px;
}

div#leaderboard {
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

div#leaderboardpremium {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#leaderboardpremium table {
	margin: auto;
}

div#leaderboardpremium td {
	width: 300px;
	height: 70px;
	border: 1px solid #DDD;
}

div#leaderboardpremium td.vacant {
	background-color: #F6F6F6;
}


div.romset a {
	font-weight: bold;
}

div.romset h2 a {
	font-weight: normal;
}

div.nicetable {
}

div.nicetable table {
	width: 100%;
	border: 1px solid #dddddd;
}

div.nicetable tr.firsttr {

	background: url(/images/secondtopbg.png) repeat-x;
}

div.nicetable tr.firsttr:hover {
	background: url(/images/secondtopbg.png) repeat-x;
}

div.nicetable td, div.nicetable th {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

div.nicetable tr:hover {
	background-color: #ddd;
}

div.nicetable td.firsttd {
	font-weight: bold;
	text-align: right;
}

div.rating_bar_container {
	width: 100px;
	background-color: #ddd;
	border: 1px solid #ccc;
}

div.rating_bar {
	width: 100%;
	background: url(/images/rating_bar_bg.gif) 0 0 repeat-x;
}

div.rating_bar div {
	height: 5px;
	background: url(/images/rating_bar_fg.gif) 0 0 repeat-x;
}

div.rating_bar_details {
	text-align: center;
	font-family: arial;
	font-size: 90%;
	color: #3B3B3B;
}

div.listings td {
	padding: 0px 5px 10px 0;
}
	
	
div.dropdown {
	width: 400px;
	margin-bottom: 10px;
}

div.dropdown ul {
	background-color: #eee;
	border: 1px solid #ddd;
}

div.dropdown li {
	padding: 5px;
	background: url(/images/darrow-black.gif) right 8px no-repeat;
	font-weight: bold;
	position: relative;
}

div.dropdown li ul {
	width: 100%;
	z-index: 6000;
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	border: 1px solid #ddd;
}

div.dropdown li li {
	background: none;
	border: none;
	font-weight: normal;
}

div.dropdown li:hover ul, div.dropdown li.over ul {
	display: block;
	z-index: 6000;
}

div.dropdown li

div#downloadsection .rating_bar_container {
	margin-bottom: 10px;
}

div#downloadsection td {
	vertical-align: top;
}

div#downloadlink {
	height: 60px;
	background: url(/images/download.gif) no-repeat;
	padding: 10px 0 0 60px;
}

div#cheatslink {
	height: 60px;
	background: url(/images/cheatsicon.gif) no-repeat;
	padding: 15px 0 0 60px;
}

div#downloadlink h2 a, div#cheatslink h2 a {
}

div#downloadparents, div#downloadparents a {
	font-size: 100%;
}

ul#screenshots {
	list-style: none; 
}

#screenshots li {
	padding: 10px;
	float: left;
}

#screenshots img {
	width: 200px;
	height: 160px;
}

#screenshots img {
	border-width: 1px;
}

div#codecheck {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #eee;
}

div#codecheck img {
	margin-bottom: 5px;
}

div#codecheck p {
	font-size: 120%;
	font-weight: bold;
}

div#codediv input {
	font-family: verdana;
	font-size: 150%;
}

div#esalist ul {
	margin-left: 30px;
	list-style: disc;
}

div#esalist li {
	padding-bottom: 10px;
}

