body {
	font-family: Verdana, Arial, Helvetica;
	background: #fffefc;
	padding: 0;
	margin: 0;
	
	font-size: 80%;
	
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial;
	color: #f4cd04;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 5px;
}

h3 {
	margin-bottom: 10px;
	font-size: 1.17em;
}

img {
	border: none;
}

a:link, a:visited {
	color: #0055CC;
}

a:hover, a:active {
	color:#CC0000;
}

p {
	margin: 0 0 10px 0;
}

/* COMMONS */

.centr {
	text-align: center;
}

.centrize {
	margin-left: auto;
	margin-right: auto;
}

.nomargin {
	margin: 0;
}

.smallr {
	font-size: smaller;
}

.smallrp {
	font-size: 70%;
}

.it {
	font-style: italic;
}

.grey {
	color: #808080;
}

.st {
	font-weight: bold;
}

.wrapper {
	overflow: auto;
	width: 100%;
}

.fl {
	float: left;
	margin-right: 10px;
}

.nofloat {
	float: none;
}


/* BUTTONS */

/* page buttons */

a.greenbutton:link, a.greenbutton:visited, a.greenbutton:hover, a.orangebutton:link, a.orangebutton:visited, a.orangebutton:hover {
	display: block;

	height: 25px;
	padding-top: 5px;
	_height: 30px;

	text-decoration: none;
	font-size: 18px;
	
	text-align: center;
	font-family: Arial, Helvetica;
	font-weight: bold;
	
	white-space: nowrap;

	color: black;

	background: url('/images/buttons.gif') repeat-x;
}

a.greenbutton:link, a.greenbutton:visited {
	background-position: 0 -5;
	border: 1px solid #dbe922;
}

a.greenbutton:hover {
	background-position: 0 -85px;
	border: 1px solid #f3f92c;
}

a.orangebutton:link, a.orangebutton:visited {
	background-position: 0 -45;
	border: 1px solid #f4cd04;
}

a.orangebutton:hover {
	background-position: 0 -125px;
	border: 1px solid #fcec05;
}

/* GAMEPICKS */

div.pickpic {
	width: 200px;
	float: left;
}

div.pickdesc {
	margin-left: 200px;
}

/* GAME LISTINGS */

.sorts {
	font-size: 80%;
//	margin-bottom: 20px;
}

.pagination {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ece8cc;
}

.releasedate {
	color: #808080;
	font-size: 80%;
}

.newgame {
	font-weight: bold;
	font-style: italic;
	color: #A00000;
	font-size: 90%;
}

/* GAMELINE */

div.gameline {
	border-bottom: #f4cd04 1px solid; 
	margin-bottom: 5px;
	
/*	min-height: 85px;
	height: auto;
	_height: 85px;*/

	overflow: auto;
	width: 100%;
}

div.gameline_screen {
	width: 95px;
	float: left;
	padding-top: 10px;
}

div.gameline_desc {
	margin-left: 100px;
/*	margin-right: 11em;*/
	padding-bottom: 5px;
}

div.gameline_download {
	width: 10em;
	float: right;
	margin-left: 5px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.rssline {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.dldendlink {
	margin-top: 5px;
	padding-left: 5px;
}

/* FEATURE RIGHT */

div.featurerec {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f4cd04; 
}

div.featureinfo {
	color: #808080;
	font-size: 80%;	
	
	margin-bottom: 3px;
}

div.featurerec_laconic {
	margin-bottom: 5px;
}

/* GAME PAGE */

div.gameimage {
	width: 320px;
	float: left;
	margin-right: 10px;
}

div.gamedesc {
	margin-left: 330px;
}

div.gamescreens {
	text-align: center;
}

div.dlbuy {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.gameinfo {
	overflow: auto;
	width: 100%;
}


/* PAGE LAYOUT */

div.outer {
	margin: 0 auto;
	padding: 20px;
	
	max-width: 1000px;
	_width: expression(document.body.clientWidth>1000?'1000px':(document.body.clientWidth+'px') );
	
	text-align: left;

}

div.inner {
	border: 1px solid #f4cd04;
}

div.header {
	background: url('/images/header_bg.gif') repeat-x #fddc03;
	height: 30px;
	padding: 15px;
	_height: 60px;
}

a.headerlink, a.headerlink:link, a.headerlink:hover, a.headerlink:active {
	color: white;
	font-family: Arial, Helvetica;
	font-size: 25px;
	text-decoration: none;
}

div.page {
	margin-top: 10px;
	background: white;
	
	padding: 10px;
	
}

div.copy {
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #f4cd04;
	font-size: smaller;
	color: #808080;
}

div.leftcol {
	width: 150px;
	float: left;
}

div.rightcol {
	width: 150px;
	float: right;
}

div.pagecontent {
	margin: 0 160px;
	padding: 0 10px;
	border-left: 1px solid #f4cd04;	
	border-right: 1px solid #f4cd04;	

	min-height: 1700px;
	height: auto;
	_height: 1700px;
}






