#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 2px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(/images/iover.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/iover.png", sizingMethod="scale");
	}


body {
	background-color:#96a6b5;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Verdana,Arial,Sans-Serif;
	text-align: center;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:none;
	color:#D0D0D0;
}

img {
	border:none;
}

#main {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	position:relative;
	margin-bottom:20px;
}

#header {
	height:80px;
	background: url('/images/menu.jpg');
	position: relative;
	margin-bottom:5px;
	color:#FFFFFF;
}

#menu {
	position: absolute;
	bottom:0px;
	left:0px;
}

#subheader {
	position:relative;
	height:14px;
	margin-bottom:5px;
	font-size:10px;
	color:#DFDFDF;
}

#subheader a {
	color:#DFDFDF;
}

#subheader a:hover {
	color:#CFCFCF;
}

#submenu {
	position: absolute;
	top:0px;
	left:0px;
}

#submenu dl {
	float: left;
}

#content {
	position:relative;
	display:block;
	font-size:12px;
	background-color:#ececea;
}

#copyright {
	font-size:9px;
}

#content-text {
	position:relative;
	padding:20px;
}

#content-text a {
	color:#808080;
}

#content-text a:hover {
	color:#A0A0A0;
}

#gamelogo {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#productimage {
	min-height:100px; 
	height:auto;
}
/*\*/
* html #productimage {
	* height: 100px;
	* }
	*/**/

#trc {
	background: url('/images/tr.jpg') top right no-repeat;
}

#tlc {
	background: url('/images/tl.jpg') top left no-repeat;
}

#brc {
	background: url('/images/br.jpg') bottom right no-repeat;
}

#blc {
	background: url('/images/bl.jpg') bottom left no-repeat;
}

#l {
	background: url('/images/l.jpg') left repeat-y;
}

#r {
	background: url('/images/r.jpg') right repeat-y;
}

#t {
	background: url('/images/t.jpg') top repeat-x;
}

#b {
	background: url('/images/b.jpg') bottom repeat-x;
}


