	
/**************************************/
/* For the new game detail page */

table#ContentLayout
{
  width: 848px;	
  background-color: #003845;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* Main Content */
#column_A
{
  width: 596px;
  background-color: #ffffff;
  border: 1px solid red;
}

/* Right column */
#column_B
{
  width: 240px;
  background-color: #ffffff;
  border: 1px solid green;
}



/**************************************/

div.CenterContainer
{

}

div.SectionOverview
{
  width: 419px;
  border: 0px solid #0000ff;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}

div.SectionOverviewHeader
{
  margin-bottom: 8px;
}

div.ProductOverview
{
/*  width: 33%; */
  width: 105px;
  height: 210px;
  margin-left: 0px;
  margin-right: 0px;
  border: 0px solid #eeeeee;
  float: left;
}

div.ProductOverview a
{

}

img.ProductOverviewThumbnail
{
  width: 77px;
  height: 110px;
  border: 1px solid #000000;
}

/* +++++++++ Begin detail page +++++++++ */
table#ProductDetail
{
  border: 0px solid black;
  width: 401px; 
  padding: 0;
}

div#ProductSpecs
{
  background-color: #f5f4f4;
  margin: 0;
  padding: 5px;
  border: 1px solid #aaaaaa;
  /* width: 170px; */
  width: 320px;
}

table#ProductDetail span.label
{
  font-weight: bold;
  width: 75px;
  display: inline-block;
}

div#Description
{
  border: 0px solid #cccccc;
  width: 350px;
}

div.ProductBrief
{
  border: 0px dotted #cccccc;
  margin: 5px;
/*  height: 145px; */
  text-align: center;
}

span.gamelink
{
  display: inline-block;
  width: 95px;
}

/* +++++++++ End detail page +++++++++ */


/* +++++++++ Begin Right Column +++++++++ */

div#RightNav a
{
  color:#0377EB;
  text-decoration: none;
}

div#RightNav a:hover
{
  text-decoration: underline;
}

div#RightNav li
{
  margin-bottom: 3px;
}

div#TopGames hr
{
  margin-left: -20px;
}

div#GamesUnder20 hr
{
  margin-left: -40px;
}

div#RightNav ol
{
  padding-left: 20px;
}

div#TopGames li
{
  margin-left: 0px;
}

div#GamesUnder20 li
{
  list-style-type: none;
  margin-left: -20px;
  padding: 0;
}

.right_nav_bar
{
  background-image: url('/images/right_hdr2.gif');
  background-repeat: repeat-x;
  width: 200px;
  border: 1px solid #aaaaaa;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
}

/* +++++++++ End Right Column +++++++++ */

/* +++++++++ Begin Misc +++++++++ */

/* For breadcrumbs */
#TopCenterBar
{
  border-left: 1px solid #ffffff;
  color: #ffffff;
  width: 419px;
  height: 30px;
  background-color: #003845;
  padding-left: 10px;
  padding-top: 0px;
}

div#allbreadcrumbselection a
{
  color: #ffffff;
  
}



.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
.free_shipping
{
  font-weight: bold; 
  color:#F60;
}

/* +++++++++ End Misc +++++++++ */


/* Begin Tabs for detail pages */

div#tabcontainer div.tab
{
  border: 1px solid #97a5b0;
  padding: 10px;
  min-height: 80px;
}

table.TechSpecs
{
  width: 98%;
  border: 1px solid #4dc6f1;
  padding: 0px;
  margin: 0px;
}

tr.SpecHeading
{
  background-color: #015368;
  /* HTS blue #0a76bc */
  color: #ffffff;
}

tr.SpecHeading td
{
  padding: 3px;
}

tr.SpecDetail td
{
  border-bottom: 1px solid #4dc6f1;
  padding-left: 15px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

tr.SpecDetail img
{
  padding-right: 8px;
}


/* Begin Toggle Effect for Specs */

.container 
{
	width: 475px;
	margin: 0 auto;
}

div.trigger 
{
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
	background: url(/images/h4_trigger_a.jpg) no-repeat;
	height: 24px;
	line-height: 24px;
	width: 475px;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
}

div.trigger a 
{
	color: #0a6dc2;
	text-decoration: none;
	display: block;
}

div.trigger a:hover 
{
	color: #ccc;
}

div.active 
{
  background-position: left bottom;
}

.toggle_container 
{
	margin: 0 0 15px 0;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	overflow: hidden; 
	font-size: 1.2em;
	width: 475px;
	clear: both;
}

.toggle_container .block 
{
	padding: 0px;
}

/* End Toggle Effect for Specs */



/* End Tabs for detail pages */

/*controls the image you click on to make it bigger*/
div#imageDiv
{
	width:250;
	height:325;
	border: 1px dotted navy;
	position:absolute;
	left:12%;
	top:22%;
	display:none;
	float: left;
	background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

/* Rounded border image for left column */
div#left_rounded_long
{
	background-image:  url(/images/games/left_header.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 577px;
	color: #ffffff;
}

/* This is for the breadcrumb on the detail page */
div#left_rounded_long div#ColumnText
{
	position: relative;
	height: auto;
	width: auto;
	left: 25px;
	top: 7px;
}

div#ColumnText a
{
  color: #ffffff;
}

div#BreadCrumbBox
{
  border: 1px solid #ff0000;
  width: 600px;
  overflow: visible;
}
