/* CSS Document */
a
{
	color: #282828;
	text-decoration: none;
}
#header ul li a
{
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 12px 2px 12px;
/*	background: url(../../images/temp/nav2.gif) right no-repeat;*/

}
#header ul li a:hover
{
	color: #FFCC00;
/*	background: url(../../images/temp/nav2_over.gif) right no-repeat;*/
}
#content h1
{
	color: #96C618;
	font-size: 20px;
}
#content h3
{
	font-weight: bold;
	color: #8D8D8D;
	font-size: 11px;
}
#content h4
{
	font-size: 11px;
	font-weight: bold;
	display: inline;
	float: left;
	margin-right: 4px;
}
#content p
{
	color: #8D8D8D;
	line-height: 15px;
	margin-bottom: 12px;
}
.imageright
{
	float: right;
	border: 1px solid #e5e5e5;
	padding: 2px;
	margin-left: 8px;
}
ul.contains
{
	margin-top: 8px;
	margin-left: 32px;
	color: #8d8d8d;
	list-style:disc;
	margin-bottom: 16px;
}
ul.contains li
{
	list-style: disc;
}
a.buynow
{
	background: url(../../images/buttons/buynow.gif) no-repeat left top;
	width: 87px;
	height: 20px;
	display: block;
	text-indent: -20000px;
}
/*  Games page */
#gameheader h1
{
	width: 200px;
	height: 33px;
	background: #00C1F7 url(../../images/transright.gif) right top no-repeat;
	position: absolute;
	left: 0px;
	top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 33px;
	padding-left: 14px;
	color: #ffffff;

}
#gameheader p
{
	width: 494px;
	line-height: 16px;
	margin-left: 14px;
	position: absolute;
	top: 50px;
	left: 4px;
}
span.gmbuttons
{
	position: absolute;
	bottom: 12px;
	left: 8px;
}
a.genre
{
	display: block;
	float: left;;
	padding: 11px 0px;
	padding-left: 20px;
	text-decoration: none;
	background: url(../../images/buttons/blue_trans.png) top left no-repeat;
	color: #FFFFFF;
	height: 16px;
	width: 87px;
}
a.activegen
{
	background: url(../../images/buttons/red_trans.png) top left no-repeat;
}
a.genre:hover
{
	background: url(../../images/buttons/blue_trans_over.png) top left no-repeat;
}
a.activegen:hover
{
	background: url(../../images/buttons/red_trans.png) top left no-repeat;
}
#sml_listing span.gamestitle
{
	width: 656px;
	height: 30px;
	background: #D20435 url(../../images/gameright.gif) right top no-repeat;
	display: block;
	color: #ffffff;
	padding: 0px 12px;
}
.gamestitle h2
{
	float: left;
	font-size: 16px;
	letter-spacing: -1px;
	font-family:"Trebuchet MS";
	line-height: 30px;
}
.gamestitle a
{
	float: right;
	line-height: 30px;
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
}
ul.cheatlist
{
	width: 680px;
	list-style: none;
	margin-top: 8px;
}
ul.cheatlist a
{
	display: block;
	height: 20px;
	padding: 2px 8px;
	line-height: 20px;
/*	background: #D3E3E7;*/
	position: relative;
	margin: 2px 0px;
}
ul.cheatlist a:hover
{
	background: #d3e3e7;
	color: #0000cc;
}
ul.cheatlist a.altcheat
{
	background: #e3f3f3;
}
ul.cheatlist a.altcheat:hover
{
	background: #d3e3e7;
}
ul.cheatlist span.cheatgo
{
	position: absolute;
	right: 8px;
	text-indent: -20000px;
	background: url(../../images/cheatgo.gif) top right no-repeat;
	width: 41px;
	height: 19px;
}
ul.cheatlist a:hover span.cheatgo
{
	background: url(../../images/cheatgo_over.gif) top right no-repeat;
}
ul cheatlist a li
{
	display: block;
}
