﻿@charset "utf-8";
/* CSS Document */

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.texttitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}



.link {
	text-decoration: none;
}

a:hover.link
{
    font-weight:bold;
}


.iglink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.iglinkred {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}


.iglinkplus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF3;
	text-decoration: none;
	font-weight: bold;
}

.menubar {
	text-align: center;
}

.boldlink
{
	text-decoration: none;
	font-weight:bold;	
	color:#000;
}

.boldlink a, boldlink
{
}

.boldlink a:hover, boldlink
{
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.blackborder {
	position: relative;  
	border: 1px solid #000;
	width: 721px;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	marginheight:0;
}

.separator
{
	position: relative;  
	height: 10px;
}

img
{
	border: 0px;
}

.game_entry
{
	display:inline-block;
	height: 155px;	

}

.game_thumb_container
{
	float:left; width:120px; top:5px; position:relative;	
}

.game_desc_container
{
	width:480px; float:left;
}

.platform_icons
{
	position:relative;
	top:15px;
	left:5px;	
}

.shadow {
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}


.frame {
	background-color: transparent;
	position: relative;
	border: 1px solid #000;
	width: 721px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.framecolor {
	background-color: #FF6600;
	position: relative;
	width: 721px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}


.frame_tranparent {
	background-color: #CC66FF;
	position: relative;
	border: 1px solid #000;
	width: 721px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	marginheight: 0;
}


.container {
}

.gamescreenshoot {
	position: relative;
	border: 1px solid #000;
	margin-left:auto;
	margin-right:auto;
}

.thinborder
{
    border: 1px solid #000;
}


.gamethumb {
	position: relative;
	border: 1px solid #000;
	width: 100px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
}

.desc {
	font-family: "helvetica neue", Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4C2600;

}

.buy {
	font-family: "helvetica neue", Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
	color:Red;

}


.sysreq_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}


.sysreq {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}


.transpbg {
	margin-left:auto; 
	margin-right:auto; 
	padding:0; 
	width:721px; 
	background: url(images/1x1.png) repeat;
	height: 100%;
	marginheight:0;
}

.sectiontitle {
	border-bottom: 1px; border-bottom-style: solid; border-bottom-color:black;
	font-family: "helvetica neue", Geneva, sans-serif;
	font-size:24px; 
	font-weight:bolder;
	margin-top:0px;
	text-align:left;
	text-indent: 35px;
	color: #990000;
	background-color: #FF7F65;
	height: 40px;
    text-shadow: 1px 1px 2px rgba( 0,0,0, 0.5 );

}

.vertical
{
	width:1em;
}

.sectiontitle div
{
	position:relative;
	top:8px;
	display:inline;
}


.gametitle {
	font-family: "helvetica neue", Geneva, sans-serif;
	font-size: 18px;
    text-shadow: 1px 1px 2px rgba( 0,0,0, 0.5 );
	margin-top:0px;
	color: #000000;
	line-height: normal;
}
.iglinkplusWhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

