body
{
	margin:0px;
	margin-top:15px;
	background-image: url(i/bg.jpg);
	background-repeat:repeat-x;
	background-color:#656565;
	
}

body, td
{
	font-family:Trebuchet MS, Arial;
	font-size:10pt;
}

#logo
{
	height:63px;
}

#content
{
	padding:5px;
}

h1
{
	color:#ffffff;
	font-size:15pt;
	margin:0px;
}

h2
{
	font-size:12pt;
	margin:0px;
}

#wrap{
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

/*======================================*/
#game_bio
{
	width:650px;
}
#game_reviews
{
	width:650px;
}
#game_videoReviews
{
	width:225px;
	text-align:center;
}
#game_reviewLinks
{
	width:225px;
}
#game_reviewLinks ul
{
	margin:0px;
}

#game_reviewLinks .link
{
	margin:0px;
	list-style-type:none;
	border:1px solid #cccccc;
	margin-bottom:5px;
	font-size:11px;
	padding:4px;
}

#game_images
{
	width:225px;
}
#game_images .section_content
{
	text-align:center;
}

#email_updates, #new_releases
{
	width:340px;
}
#email_updates
{
	height:75px;
}

#new_releases ul
{
	margin:0px;
}

.game_pod
{
	text-align:center;
	font-size:11px;
	font-family:Verdana;
	border:1px solid #cccccc;
	padding:5px;
	height:135px;
	width:90px;
	margin:2px;
	vertical-align:middle;
	float:left;
}

/*======================================*/

.videoThumb
{
	border:1px solid #cccccc;padding:5px;
	margin:10px;
	width:135px;
	text-align:center;
}

/*======================================*/
.list_icon
{
	clear:both;
	border:1px solid #cccccc;
}

.list_title
{
	padding-top:2px;
	font-family:Verdana;
	font-size:11px;
	padding-bottom:10px;
}

.section
{
	background-color:#ffffff;
}

.section_title
{
	text-align:center;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(i/title-bg.jpg);
	margin-bottom:5px;
}

.section_content
{
	padding:10px;
	background-color:#ffffff;
}

.section_border
{
	padding:0px;
	margin:2px;
	background-color:#cccccc;
	border:2px solid #e8e8e8;
}
/*======================================*/

#best_sellers
{
	width:110px;
	text-align:center;
}
#game_news
{
	position:relative;
	width:450px;
}
/*====================================================*/
.news_snippet
{
	
}
.news_snippet .desc
{
	font-family:Verdana;
	font-size:11px;
}

.story_details
{
	display:none;
}

/*=====================================================*/


div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid green; 
  width:420px; 
  height:350px;
  overflow:auto;
  padding:6px;
  color:#000; 
  font-size:11px; line-height:1.3;
}
div#tipDiv a:link { color:#33b }
div#tipDiv a:visited { color:#339 }


/*=====================================================*/
.pxb, .xbox, .gspy, .ign, .txb, .gspot, .xbway 
{
	padding-left:15px;
	padding-bottom:10px;
	border-bottom:1px dashed #cccccc;
}
.pxb 
{
	list-style-image:url(i/icons/planetxbox360.gif);
}
.xbox 
{
	list-style-image:url(i/icons/xbox.gif);
}
.gspy 
{
	list-style-image:url(i/icons/gamespy.gif);
}
.ign 
{
	list-style-image:url(i/icons/ign.gif);
}
.txb 
{
	list-style-image:url(i/icons/teamxbox.gif);
}
.gspot 
{
	list-style-image:url(i/icons/gamespot.gif);
}
.xbway 
{
	list-style-image:url(i/icons/xboxway.gif);
}


/*-------------------------------------------------
TABS
-------------------------------------------------*/

#Tabs {
	margin: 0 0 0 30px;
	margin-top:16px;
	height: 25px;
	padding: 0;
}
#Tabs a{
	background-color:#00376F;
	color:white;
	text-decoration:none;
	padding:2px;
	font-size:9px;
	text-align:center;
}

#Tabs ul {
	margin: 0; padding: 0;
}

#Tabs li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#Tabs ul#MainTabs {
	margin-right:2px;
}

#Tabs a:hover {
	color: #fff;
	background: #0058B0;
}

#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited {
    float: left; /* for IE6 */
	font-size: 14px;
	font-weight: normal;
	padding: 4px 8px 4px 8px;
	margin-right:2px;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current {
	background-color: #000000;
	border:1px solid #ffffff;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
  	margin: 0;
	background-image:url(i/menu/bg.gif);
	margin-right:2px;
}