@import "rating.css";
@import "box.css";
@import "news.css";
@import "pub.css";
@import "paypal.css";
@import "head.css";
@import "shots.css";

body
{
	font-family: "lucida grande", "lucida sans unicode", "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	text-align: center;
	background-image: url(img/bg.png);
	margin: 0 10px;
	padding: 0 10px;
}

.page-border 
{
	background: url(img/shadow.png) center repeat-y;
}

.go-left	{float: left;}
.go-right	{float: right;}

#site-box
{
	margin-left: auto;
	margin-right: auto;
	width: 852px;
	text-align: left;
}


#site-box
	#site-main
{
	margin: 1px;
	background-image: url(img/bg-main.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 848px;	/* prevent IE6 to hide to banner at load time */
}

#site-box
	#site-main
		#col-left
{
	float: left;
	width: 538px;
	background-repeat: repeat-x;
}

#site-box
	#site-main
		#col-right
{
	float: right;
	width: 310px;
}

#site-box
	#site-main
		h3
{
	background-image: url(img/bg-title-right.gif);
	color: #424242;
	font-weight:normal;

	background-color: #fff;
	font-size: 10px;
	line-height: 22px;
	padding: 0 5px;
	margin: 5px;
	margin-bottom: 0;
	border: 1px solid #b8b8b7;
}

#site-box
	#site-main
		h3 a,
#site-box
	#site-main
		h3 span
{
	float: right;
	font-weight: normal;
	color: #b8b8b7;
	text-decoration: none;
}


#site-box
	#site-main
		h3 a:hover
{
	text-decoration: underline;
}



#site-box
	#site-main .game-awards
{
	text-align: center;
}

#site-box
	#site-main
		.button
{
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #d1d1d1;
	border: 1px solid #b8b8b7;
	font-family: "century gothic", sans-serif;
	background-image: url(img/bg-but.gif);
	color: #424242;
}

#site-box
	#site-main
		.button a
{
	display: block;
	color: #d10000;
	text-decoration: none;
}

#site-box
	#site-main
		#teaser
{
	height: 250px;
	margin: 5px;
	position: relative;
	cursor:pointer;
	border:1px solid #b8b8b7;
	color: white;
}

#site-box
	#site-main
		#teaser div.overlay
{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 15px 0;
	color: white;
	font-family: arial, hevletica, sans-serif;
	line-height: 28px;
	width: 100%;
	background-image: url(img/b-30.png);
	border-top: 1px dotted #b8b8b7;
	border-bottom: 1px dotted #b8b8b7;
}

#site-box
	#site-main
		#teaser div.overlay p
{
	position: absolute;
	text-align: left;
	margin: 0;
	padding: 15px;
	bottom:2px;
	left:-2px;
	font-size: 30px;
}

#site-box
	#site-main
		#teaser div.overlay p.shadow
{
	position: static;
	color:black;
}

#site-box
	#site-main
		#teaser div.overlay .get-it
{
	float:right;
	margin:10px;
	width:180px;
	line-height:normal;
}

#site-box
	#site-main
		#teaser div.overlay .get-it p
{
	font-size:11px;
	position:static;
	padding:0;
}

#site-box
	#site-main
		#teaser div.overlay .get-it .button
{
	font-size:15px;
	width:100px;
	line-height:25px;
	float:right;
	margin-top:10px
}
 
#site-box
	#site-main
		#teaser h6
{
	text-align: right;
	margin: 5px 5px 0;
	font-size: 11px;
}

#site-box
	#site-main
		#teaser p
{
	margin: 0;
	font-size: 10px;
	text-align: right;
	margin-right: 5px;
}

#site-box
	#site-main
		#teaser p a
{
	color: white;
}
