﻿/* --------------------------------------------------------------

   reset
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* --------------------------------------------------------------

   typography
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; font-weight:bold; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #000;}
a           { color: #309E48; text-decoration:none;}


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}



/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
/*th,td,caption { padding: 4px 10px 4px 5px; }*/
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* OLD STYLES 
LAYOUT  
----------------------------------------------------------*/
body
{
    background: url(../img/newImages/bg_blk_grey_white.png) left top repeat-x;
   /* background: url(../img/newImages/bd_purple2.png) center top repeat;*/
    background-color:#fff;
	/*background: url(../img/newImages/ygtile_grey.gif) left top repeat;*/
	background-attachment: fixed;
}
#outerWrap
{width:985px;
 margin:10px auto;   
    }
#page, #page.gameDetailsPage, #page.loginPage
{
    background-color:#FFF;
    width: 962px;
	margin: -10px auto;
	border-right: solid 1px #9f9f9f;
	border-left: solid 1px #9f9f9f;
	padding: 20px 10px 10px 10px;
	height: auto;
	/*font-family: Tahoma, Verdana, Helvetica, sans-serif;*/
	font-size: 14px;	
}

#left 
{
	width: 650px;
	min-height:500px;
     height:auto !important;
    height:500px;

}
#middle {
	width: 10px;
}
#right 
{
	width: 300px;
	float: right;
	margin-top:52px;
}

#right2 
{
	width: 300px;
	float: right;
	margin-top:115px;
}

#right3 
{
	width: 300px;
	float: right;
	text-align:center;
	

}

#right4 
{
	width: 300px;
	float: right;
	margin-top:40px;
	

}
/* LINKS   
----------------------------------------------------------*/
#sidenav .navigation a
{
	color: #555;
	text-decoration: none;
}
#sidenav.navigation a:hover
{
font-weight:bold;
color:#000;
}


#siden
/* HEADINGS   
----------------------------------------------------------*/
h1
{
	
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 1.7em;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
    line-height:1.6em;
}
h4
{
    font-size: 1em;
	margin:5px;
	padding-left:20px;
	font-weight:bold;
	text-transform:uppercase;
	
}
h5, h6
{
    font-size: 1em;
}
/* LISTS   
----------------------------------------------------------*/
ol
{
	margin:0;
	padding: 0px 0px 10px 20px;	
}
ul 
{
	width:100%;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	margin-top:5px;
	margin-bottom:0px;
	margin:0;
}
ul.normal {
	padding: 0;
	margin: 0px 0px 0px 15px;
	list-style-type: disc;
}
ul.arrowlist
{
    font-size:1em;
    font-weight:bold;
    
  border-top:1px dotted #888;
  text-align:left;
  margin-right:10px;
  padding-top:10px;
    
    }

ul.arrowlist li
{
    padding:0 0 0 10px;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
fieldset ul li {
	margin: 2px 0px 2px 0px;
}
fieldset.login
{
	border: none;
	padding: 0;
	margin: 0;
}
fieldset.login ul li.left,
fieldset.password ul li.left
{
	width: 135px;
	margin-right:10px;
	margin-top:5px;
}
fieldset.login ul li.right,
fieldset.password ul li.right
{
	display: inline;
	width: 150px;
	float:right;
	margin-top:-15px;
}
fieldset.login ul li.right input,
fieldset.password ul li.right input
{
	width: 140px;

}
fieldset.password {
	width: 290px;
	border: none;
	padding: 30px 0px 10px 20px;
	margin: 0;
	font-size: 12px;
	color: #333;
}
fieldset.newPassword {
	width: 380px;
	border: none;
	margin: 0;
	font-size: 12px;
	color: #333;
}
fieldset.newPassword ul li.left {
	width: 100px;
	margin-right: 10px;
}
fieldset.newPassword ul li.right {
	display: inline;
	width: 270px;
}
fieldset.newPassword ul li.right input {
	width: auto;
}
/* TABLE
----------------------------------------------------------*/
table 
{
  border-collapse: collapse;
}
table td 
{
 padding-left:5px;   
  font-size: 11px;
 /* background-color:#EDF6F9;
  background-color: #ededed;*/
  border: dotted 2px #CEE2E9;
}
table th
{
  padding: 5px 5px;
  text-align: center; 
  border: solid 1px #333;
  color: #fff;
  background:url(../img/banner/tableBackground.gif);
}
/* MISC  
----------------------------------------------------------*/
#billingSuccessPic
{
	margin-left:-200px;
	margin-top:-75px;
}
#endUserAgree 
{
	margin-left:5px;
}
#newsletter
{
	margin-left:5px;	
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	font-size: 1px;
}
#menucontainer
{
    margin-top:40px;
}
div#title
{
    display:block;
    float:left;
    text-align:left;
}
#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}
#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}
#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}
#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}
.field-validation-error
{
    color: Red;
}
.error span
{
	margin:0;
	padding:0;
}
.input-validation-error
{
    border: 1px solid red;
}
.validation-summary-errors
{
    font-weight: bold;
    color: red;
}
.pager
{
	float:right;
	margin-top:-25px;
}
.filterCtrl
{
}
.productList
{
	padding-top:10px;
	
}

.productList table tbody tr th  
{
   background:#555;
   border-bottom:2px solid red;
   padding:2px;
}
    
/* SITE MASTER (HEADER/FOOTER)
----------------------------------------------------------*/
#stippleDivider
{
	padding: 0px 3px 0px 8px;
}
img
{
	border: 0;
}
#externalBanner 
{
	margin: 10px auto;
	width: 984px;
	height:138px;
	background:url(../img/banner/banner_bg.png) left top no-repeat;
}
#externalBanner #buttonWrap {
	position:relative;
	left:30px;
}
#navWrap
{
	float:right;
	margin: 50px 0 0 0;
}
#helpBtn
{
	margin-right:15px;
}

.logo
{
	width: 217px;
	height: 116px;
	float:left;
	margin: 10px 0 0 50px;
}


/*experimental footer code */





#externalFooter 
{
 
	margin: 10px auto;
	width: 984px;
	height:65px;
	background:url(../img/banner/footer.png) left top no-repeat;
	font-size: 10px;
}
#footerWrap
{
	text-align: right;
	padding-top:30px;
    margin-right:10px;
	width:96%;
}


#footerWrap a
{
	font-size: 12px;
	color:#666;
}

#newsletterBox
{
	margin-left:5px;
	margin-top:20px;
	width:150px;
}
.bannerBtn
{
	background:url(../img/banner/banner_button_on.png) right top no-repeat;
	color: #fff;
	font-weight:bold;
	padding-top: 18px;
	text-align:center;
	font-size: 14px;
	display: block;
	width: 148px;
	height: 54px;
	float:left;
	margin-top: 75px;

}
.bannerBtn:hover {
	background:url(../img/banner/banner_button_hover.png) right top no-repeat;
	text-decoration: none;
}
.bannerBtnEmpty
{
	color: #fff;
	padding-top: 18px;
	text-align:center;
	letter-spacing:0.2px;
	font-size: 13px;
	display: block;
	width: 148px;
	height: 54px;
	float:left;
	margin-top: 75px;
}

#searchBox {
	float:right;
	margin: 17px 55px 0 0;
	width: 201px;
	height:27px;
	background:url(../img/banner/searchBox.png) left top no-repeat;
    color:#FFFFFF;
    font-size:1.4em;
    font-weight:800;
}
#searchBox #q {
	width: 150px;
	height:15px;
	margin:5px 0 0 7px;
	background:none;
	border: none;
	color: #fff;
	float:left;
}
#searchBox .searchBtn {
	float:left;
	width: 40px;
	height:27px;
	display:block;
}
/* CATALOG  
----------------------------------------------------------*/
.generalInfoWrapper
{
	padding: 0px 10px 20px 15px;
}
.generalInfoWrapper p {
	line-height: 1.4em;
	padding-bottom: 5px;
	margin: 0;
}
p.subheader
{
font-size: 1.4em;
font-weight:bold;
	padding-bottom:25px;
}

ol.eula
{
    margin:0 20px;
    
    }
    
ol.eula li
{
    margin-bottom:20px;
    }
    
ol.sub
{
    list-style-type:lower-alpha;
    margin-left:10px;
    
}

p.Note
{
    font-style:italic;
    }
#catalogIcon 
{
	float:left;
	margin-right: 10px;
	border-style:solid;
	border-width:1px;
}
#catalogTitle
{
	font-weight:bold;	
}
.comingSoon
{
	position: relative;	
	display: block;
	font-family: "Arial Rounded MT Bold", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.tab_button .playNowBtn
{
    margin-left:28px;    
}
.tab_button .comingSoonBtn
{
    margin-left:28px;
}
.comingSoonBtn
{
	position: relative;
	width: 136px;
	height:50px;
	display: block;
	background: url(../img/newImages/btn136grey.png) no-repeat;
	padding: 13px 0 6px 0px;
	margin-top:20px;
	font-size: 1.2em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
.playNowBtn
{
	position: relative;
	width: 136px;
	height:50px;
	display: block;
	background: url(../img/newImages/btn136green_off.png) no-repeat;
	padding: 13px 0 6px 0px;
	margin-top:20px;
	font-size: 1.2em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
.playNowBtn:hover
{
	background: url(../img/newImages/btn136green_off.png) no-repeat;
	text-decoration: none;
	color: #000;
}
#playNowBtn
{
	float:left;	
}

/* Play Now 2 */

.playNowBtn2
{
	position: relative;
	width: 136px;
	height:50px;
	display: block;
	background: url(../img/newImages/btn136green_off.png) no-repeat;
	padding: 13px 0 6px 0px;
	margin-top:25px;
	font-size: 1.2em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
.playNowBtn2:hover
{
	background: url(../img/newImages/btn136green_off.png) no-repeat;
	text-decoration: none;
	color: #000;
}
#gameSize
{
	text-align:center;
	width:60px;
}
#gameInfo
{
	width:475px;
}
#gameESRB
{
	text-align:center;
	width:40px;
}
#gameButtons
{
	text-align:center;
	width:130px;
}
/* BROWSE CONTROL  
----------------------------------------------------------*/
h1.orange
{
	font-family: GillSans, Trebuchet MS,Calibri, Sans-Serif;
	font-weight:700;
	background-color:#555;
	color: #fcfcfc;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	text-align:left;
	text-transform:uppercase;
	border-bottom:2px solid red;
	
	font-size:1.2em;
}



.accounts ul
{
 background:#fff6fb;
list-style: none;
margin-left: 0;
padding: 0;
border: none;
margin-bottom:25px; 
    
}

.accounts ul li
{
    border-bottom: 1px dotted #90bade;
    margin: 0;
    padding-left:5px;
    }


/*NEW SIDE NAV */

ul.navigation
{
background:#fff6fb;
list-style: none;
margin-left: 0;
padding: 0;
border: none;
margin-bottom:25px;
}
    
#sidenav ul.navigation li 
{
border-bottom: 1px dotted #90bade;
margin: 0;
}

#sidenav ul#navigation 
{
/*background:#fffee9;*/
background:#fff6fb;
list-style: none;
margin-left: 0;
padding: 0;
border: none;
margin-bottom:25px;
}

#sidenav ul#navigation li 
{
border-bottom: 1px dotted #90bade;
margin: 0;
}

#sidenav li a, .accounts li a
{
display: block;
padding: 5px 5px 5px 5px;
/*background-color: #fcfcfc;*/
color: #222;
text-decoration: none;
width: 100%;
}
html>body #sidenav li a { width: 95%; }


#sidenav li a:hover
{

}

#sidenav li li
{
width:92%;
border-bottom:1px solid #ccc;
margin: 0;
}

#sidenav li li a
{
    font-size:.85em;
display: block;
padding: 2px 5px 2px 25px;
background-color: #fff;
text-decoration: none;
width: 100%;
}

/*-------------------------------------------------------------*/

.howitworks
{  /*  background: url(../img/newImages/fun_background.png) no-repeat*/
  background: url(../img/newImages/bg_howitworks_yellow.png) repeat-x;
    /* background:#fff6fb;*/
    font-weight:bold;
    font-size:1.1em;
    line-height:1.4em;
    padding-top:20px;
    margin-bottom:25px;
    border-right:1px solid #000;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    
     }
     
.howitworks ol
     {
         color:#555555;
        font-size:1.2em;
        margin-left:15px; 
         }
     
.howitworks ul li
{
   border:none;
     }

.mostplayed
{
    background:#fff6fb;
    font-weight:bold;
    padding-top:20px;
    margin-bottom:25px;
    border-right:1px solid #000;
    border-left:1px solid #000;
    border-bottom:1px solid #000;

    }
    
 .mostplayed ol
 {
     margin-left:25px;
     }    
     
.registerBtn
{
	width: 136px;
	height:50px;
	display:block;
	background: url(../img/newImages/btn136red.png) no-repeat;
	padding: 13px 0 6px 0px;
	margin:10px auto;
	font-size: .9em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
.registerBtn:hover
{
	
	text-decoration: none;
	color: #000;
}



/*animated register button */
.registerBtnAnimate
{
	width: 136px;
	height:50px;
	display:block;
	background: url(../img/newImages/btn136red_animated.gif) no-repeat;
	padding: 13px 0 6px 0px;
	margin:10px auto;
	font-size: .9em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
.registerBtn:hover
{
	
	text-decoration: none;
	color: #000;
}






.login2Btn
{
	width: 136px;
	height:50px;
	display:block;
	background: url(../img/newImages/btn136grey.png) no-repeat;
	padding: 13px 0 6px 0px;
	margin-top:20px;
	margin-left:25px;
	font-size: .9em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
.login2Btn:hover
{
	text-decoration: none;
	color: #000;
}


.downloadBtn
{
	width: 136px;
	height:50px;
	display:block;
	background: url(../img/newImages/btn136green_off.png) no-repeat;
	padding: 15px 0 6px 0px;
	margin-top:50px;
	margin-left:75px;
	font-size: 1em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
.login2Btn:hover
{
	text-decoration: none;
	color: #000;
}



#sidenav.howitworks li
{
	padding: 0px 2px 2px 15px;
/*	margin-top:2px;
	margin-left: 5px;
	border-bottom: dotted 1px #fff;*/
}
    
#sidenav.topPlayer
    {/*
        background-color:#333333;
        color:#02ec3e;
        font-weight:bold;
        font-size:.9em;
        font-family:Courier New, Courier, monospace;
        margin-left:0px;
        margin-bottom:25px;
      */

 background: url(../img/newImages/bg_howitworks_yellow.png) repeat-x; 
 margin-bottom:25px;
        }
               
       
#sidenav.topPlayer ol 
    {
margin:0px 0px 0px 30px;
padding:10px 0px 10px 10px;
border:none;
 }       
       
#sidenav.topPlayer ol li
    {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 10px;
border:none;
 }
 
 
#myGamesInactive
{
	display: block;
	width: 148px;
	height: 54px;
	float:left;
	margin-top: 75px;
}

#sidenav li.last
{
	border-bottom: none;
	margin-bottom: -5px;
}
#sidenav.howitworks .last
{
	padding:0 0 4px 0;
	text-align:center;
	margin-left: 0px;
}
#sidenav li.current
{   
	font-size: 13px;
	color: #000;
}
#sidenav li a 
{   
	font-size: 13px;
	color: #666;

}

#sidenav li a.current
{   
	font-weight: bold;
	color:#000;
		
}
/*
#sidenav li.imgNewRelease
{
 background: url(../img/img_new_releases.png) no-repeat;
}

#sidenav li.imgMostPopular
{
	background: url(../img/img_most_popular.png) no-repeat;
}
#sidenav li.imgFeatured
{
	background: url(../img/img_yummy_picks.png) no-repeat;
}*/
#sidenav li.imgGenre
{
	background: url(../img/newImages/btn_dropdownArrow.gif) no-repeat right;
}

#sidenav li.imgESRB
{
	background:  url(../img/newImages/btn_dropdownArrow.gif) no-repeat right;
}

#pageTitleWrapper
{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left:35px;
	width:550px;
}


h1.content_Head
{
    font-size:1.8em;
    margin:30px 0;
    border-bottom:1px dotted #555;
}



#pageTitleWrapper .homeLink
{
    width:50px;
    float:left;
    position:absolute;
    margin-top:20px;
    margin-left:-35px;
}
#pageTitleWrapper .divider
{
	visibility:hidden;
	float: left;
	display: inline;
	width: 1px;
}
#pageTitleWrapper .pageTitle, #homepageTitleWrapper .pageTitle
{
	float: left;
	display: inline;
	font-size: 2.4em;
	margin: 10px 0 0 10px;

}
 .gameTitle
{
	font-weight: bold;
	font-size: 2.2em;
	padding-bottom:1em;
	line-height:1.2em;

}
.loginBox
{    background: url(../img/newImages/fun_background2.png) no-repeat;
    /*background: url(../img/newImages/bg_howitworks_yellow.png) repeat-x;*/
    padding:25px 25px 10px 50px;
    margin:-10px 450px 0 35px;
	width: 500px;
	height: auto;
	position: relative;
	border:2px dotted #ccc;
}

.error
{
    font-size:.8em;
    color:red;
}
#errorMsg
{
	width:100%;
	z-index: 100;

}

#errorMsg .errorMiddle
{

    color:Red;
	border:1px solid red;
	padding:10px;
	width:400px;
	clear:both;
	margin-bottom:25px;

}

#rememberMe
{
	float:left;
}
#rememberMeBox
{   margin:10px 0 0 10px;
	padding:0;
	margin-bottom:0px;
	margin-left: 0px;
}
input, select, textarea {
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0;
}
/* GAME DETAILS  
----------------------------------------------------------*/
.gameDetailsPage #left
{
	width: 652px;
}
.gameDetailsPage #right
{
	width: 300px;
}
#gameDetailsPanel
{
	width: 300px;
}
/*#gameDetailsPanel .top
{
	width: 300px;
	height: 47px;
	background: url(../img/grey_header_bg300.png) left top no-repeat;
	overflow:hidden;
	margin-top: 55px;
}
*/
#gameDetailsPanel .middle
{

	background: #fff6fb;
	padding: 10px 12px 0px 12px;

}
#gameDetailsPanel .bottom
{

	/*background: url(../img/grey_bottom300.png) left top no-repeat;*/
	background: #fff6fb;

}
#gameDetailsPanel .top h1
{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 22px;
	font-weight: lighter;
	color: #E6E6E6;
	line-height: 1.0em;
	margin: 13px 0px -10px 0px;
	text-align:center;
}
#gameDetailsPanel .middle dl
{
	width: 100%;
	overflow: auto;
	margin: 15px 0px 15px 0px;
}
#gameDetailsPanel .middle dl dt
{
	width: 120px;
	float: left;
	margin-right: 5px;
	font-size: 13px;
	color: #000;
	margin: 4px 0px 4px 0px;
	padding-top:7px;
	border-top: dotted 1px #fff;
}
#gameDetailsPanel .middle dl dt.first
{
	border-top: none;
	padding-top:0px;
}
#gameDetailsPanel .middle dl dd
{
	width: 151px;
	float: left;
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin: 4px 0px 4px 0px;
	padding-top:7px;
	border-top: dotted 1px #fff;
}
#gameDetailsPanel .middle dl dd.first
{
	border-top: none;
	padding-top:0px;
}
#gameDetailsPanel .buttonDevider
{
	width:100%;
	border-top: dotted 1px #fff;
	padding:7px 0 7px 0;
}
#gameRelatedInfo
{
	width: 100%;
	margin: 0px 0px 15px 0px;
}
#gameRelatedInfo .top
{
	background: #fff6fb;
}
#gameRelatedInfo .middle
{
	background: #fff6fb;
	padding: 0 15px 0 15px;
}
#gameRelatedInfo .bottom
{
	height: 15px;
	/*background: url(../img/grey_bottom300.png) left top no-repeat;*/
}

#gameDetailsWrapper
{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#gameDetailsWrapper .boxshot 
{
	width: 175px;
	float: left;
	margin-right: 15px;
}
#gameDetailsWrapper .boxshot img
{
    border:1px solid #000;
	width: 175px;
	height: 226px;
}
#gameDetailsWrapper .details
{   padding-right:30px;
	width: 400px;
	height: auto;
	display: inline;
	line-height:1.4em;
}
#gameDetailsWrapper .details h1
{
	font-size:2.4em;
	font-weight:bold;
	padding-bottom:0px;
}

#gameDetailsWrapper .midcolumn ul li
{
    font-style:italic;
	list-style-type:disc !important;
	display:list-item;
	margin-bottom:2px;
    margin-left:20px;
}

#gameDetailsWrapper #screenshots
{
	float:left;
}
#gameDetailsWrapper #screenshots h1
{
    margin-left:0px;
    margin-right:10px;
	padding-bottom:0px;
	padding-left:0px;
}
#gameDetailsWrapper ul.screenshots
{
	width: 100%;
	height: 100%;
	list-style-type: none;
}
#gameDetailsWrapper ul.screenshots li
{
	float: left;
	display: inline;
	margin-right: 7px;
}
#gameDetailsWrapper ul.screenshots li img
{
	border: solid 1px #666;
	width: 208px;
	height: 158px;
	margin-bottom: 7px;
}
#systemCheckInfoWrapper dl dt {
	float: left;
	width:140px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px 4px 10px;
	border-bottom:1px dotted #ccc;
}
#systemCheckInfoWrapper dl dd {
	float: left;
	display: inline;
	font-size: 12px;
	margin: 4px 0px 4px 0px;
   border-bottom:1px dotted #ccc;
   width:140px;
}
#billboard { 
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
/*	GAME GROUP PROMO
----------------------------------------------------------*/
.bannerCycle
{	width:550px;
	display:none;
}
.bannerText
{
	color:White;
	float:left;
	margin-top:-190px;
	margin-left:10px;
	width:210px;
	font-style:italic;
	font-size:16px;	
}
.bannerBackground 
{
	background: url(../img/newImages/bannerBackground.png) no-repeat;
	height: 336px;
}
.bannerScreenshot
{
	
	float:right;
	position:relative;
	margin-right:-85px;
	z-index:2;
	margin-top:55px;
}

.clearBoth {
	 clear:both;
	 height:0;
	 font-size:0;
	 margin:0;
	 padding:0;
 }
.bannerMiddle
{
	float:left;
	width:300px;
	margin-left:210px;
	margin-top:-296px;
	position:relative;
	z-index:3;
	display:block;
}
.bannerMiddleImage
{
	display:block;
	font-size:0;
}
.bannerTitle 
{
	float:left;
	position:relative;
	margin-top:20px;
	margin-left:10px;
	z-index:4;
}
#promoBtn
{
	background:url(../img/newImages/btn136green_off.png) no-repeat;
	float:left;
	color: #fff;
	position:relative;
	padding-top:13px;
	width:136px;
	height:50px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	z-index:5;
	margin-left:20px;
	text-transform:uppercase;
}
#promoBtn:hover {
    color:#000;
}
.bannerButtons
{
	float:right;
	padding-top: 265px;
	position:relative;
	z-index:0;
	color:#ffffff;
}
#allyoucaneat
{
    border:1px solid #000;
	padding:0;
	margin:0 0 10px 3px;
}
.bannerButtons #stippleDivider 
{
	margin-top:25px;
	float:left;
}
#moreInfo
{
	margin-top:25px;
	margin-left:8px;
	float:left;
	font-weight:bold;
	color:#ffffff;
}
#seeAllGames
{
	float:right;
	font-weight:bold;
	color:#ffff00;
	padding-top:280px;
	padding-right:20px;
}
.bannerText h1 
{
	font-size: 18px;
	padding-bottom:0px;
	padding-left:12px;
	margin-bottom: 0px;
	margin-top:0px;
	font-style:italic;
}
.bannerText h1.bannerTextColor
{
	color:#d7d8e3;
}
.bannerText h2 
{
	font-size: 14px;
	margin-top:12px;
	padding-left:12px;
	margin-bottom:0px;
}
.bannerText ul
{
	font-size: 14px;
	padding-left: 30px;
	list-style-type:circle;
}
.bannerText li
{
	margin-right:30px;	
}
/*	GAME GROUP FEATURED
----------------------------------------------------------*/
.featuredCycle
{
	display:none;
}
.featuredBanner
{
	background: url(../img/billboard/newImages/featuredBanner.png) no-repeat;
	height: 240px;
}
.featuredSplash
{
	margin-top:-261px;
	margin-left:290px;
	float:left;
	height: 202px;
	position:relative;
	z-index:1;
}
.featuredBevel
{
	margin-top:-265px;
	background: url(../img/billboard/featuredBevel.png) no-repeat;
	background-position:right;
	height: 210px;
	width: 457px;
	position:relative;
	z-index:10;
	margin-right:8px;
	float:right;
}

.featuredText
{
	background: url(../img/billboard/featuredText.png) no-repeat;
	background-position:0px 20px;
	height:282px;
}
.featuredTitle
{
	margin-top:-260px;
	color:#fff;
	font-size: 15px;
	font-style:italic;
}
#featuredBtn
{
	background:url(../img/btn69_on.png) no-repeat;
	float:right;
	color: #fff;
	position:relative;
	padding-top:5px;
	width:69px;
	height:28px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	z-index:10;
	margin-top:-90px;
	margin-right:15px;
}
#featuredBtn:hover {
	background:url(../img/btn69_off.png) no-repeat;
	text-decoration: none;
}
.featuredSubTitle
{
	margin-left:5px;
	margin-top: -5px;
	margin-bottom: 0px;
	color:#fff;
	font-size: 11px;
}
.featuredDetails
{
	margin-left:20px;
	margin-top:-6px;
	color:#fff;
	font-size:10px;
	width: 250px;
}

.featuredDetails li
{
	list-style-type:disc;
}
#nav
{
	float:left;
	margin-top:-90px;
	padding-left: 23px;
}
#nav a 
{
	border: 1px solid #ccc;
	text-decoration: none;
	margin: 0 5px;
	padding: 3px 5px;
}
#nav a.activeSlide 
{
	background: #000; 
}
#nav a:focus  
{
	outline: none; 
}
/* OVERLAY
----------------------------------------------------------*/ 
div.overlay
{  
    background:url(../img/transparent.png) no-repeat; 
    width:360px;
    padding:0;
    display:none;
    margin:0;
}
div.overlay div.close
{ 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}  
.overlayText 
{
	color:#fff;
	font-size:10px;
	margin-top:261px;
	text-align:center;
}
.screenshotCycleImg
{
	margin-left:20px;
	margin-top:20px;
}


#systemRequirementsOverlay h2
{
	color:#fff;
	font-size:16px;
}
#systemRequirementsOverlay
{
	width:325px;
	height:500px;
	color:#fff;
}
#confirmAgeOverlay
{
	width:225px;
	height:300px;
	padding:20px;
}
#confirmAgeOverlay h2
{
	color:#fff;
	font-size:14px;
}
#securityCodeOverlay
{
	background:url(../img/white.png) no-repeat;
}
/* Paging Controls
-------------------------------------*/
.disabledPagingNav
{
	display:none;
	
	
}

/* Credit Card Input
-------------------------------------*/
#AccountInfo input
{
	width:145px;	
}
#AccountInfo select
{
	width:147px;	
}
#CreditCardType
{
	width:149px;
}
#CreditCardNumber
{
	width:147px;
}
#NameOnCreditCard
{
	width:147px;
}
#CreditCardSecurityCode
{	
	width:30px;	
}
.purchaseConfirm #CreditCardExpiryMonth
{
	width: 10px;	
}
.purchaseConfirm #CreditCardExpiryYear
{
	width: 40px;	
}
.purchaseConfirm input
{
	border:none;
	background-color: #ebebeb;
}
/* Game Group Tab
-------------------------------------*/


p.tab_header
{
    text-align:left;
    width:100%;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:5px;
   height:40px;
   overflow:hidden;
    
    }
    
p.tab_header a:hover
{
    border-bottom:1px dotted;
    }    
   
#gameGroupDesc
{
	width:550px;
	color:black;
	font-size:0.9em;
}

#gameGroupDesc a
{
	color: #309E48;
	text-decoration: none;
}
#gameGroupDesc a:hover
{
    text-decoration: underline;
}
#gameGroupButton
{
	text-align:center;
	width:130px;
}
#gameGroupIcon 
{margin-left:5px;
    border:1px solid #000;
    width:175px;
    height:226px;

}
/*	FORUM
----------------------------------------------------------*/
#topics
{
	width:300px;
	font-weight:bold;
	font-size:0.9em;
}
#topicStarter
{
	width:120px;
	text-align:center;
	font-size:0.9em;	
}
#replies
{
	width:100px;
	text-align:center;
	font-size:0.9em;
}
#views
{
	width:100px;
	text-align:center;
	font-size:0.9em;
}
#lastPost
{
	width:300px;
	font-size:0.9em;
}
#newTopic
{
	margin-left:890px;
}
#subject
{
	width: 300px;
}
#body
{
	width: 495px;
	height: 300px;
}
#author
{
	width:150px;
}
#entryDate
{
	width:790px;
	text-align:left;
}
#userInfo
{
	width:150px;	
}
#message
{
	width:790px;
	height:100px;
}
#quote
{
	float:right;	
}
#pageTitleWrapper .forumTitle
{
	float: left;
	display: inline;
	font-weight: bold;
	display: block;
	font-size: 1.3em;
	margin: 10px 0px 0px 10px;
	padding:0;
}

#postalTextBox
{
	width:45px;
}
.packFullDesc li
{
	list-style-type:circle;	
	margin-left:18px;
}
.bundleSubscriptionPrice
{
	padding:0;
	margin:0 0 5px -1px;
}
#signUpNowBtn
{
	padding:0;
	margin:0 0 0 -3px;
}
#browseCountLink
{
	margin-left:4px;	
}
.downloadPlayerBtn
{
	position: relative;
	width: 128px;
	display: block;
	background: url(../img/btn128_on.gif) no-repeat;
	padding: 3px 0 6px 0px;
	font-family: "Arial Rounded MT Bold", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.downloadPlayerBtn:hover
{
	background: url(../img/btn128_off.gif) no-repeat;
	text-decoration: none;
	color: #000;
}
.backBtn
{
	background-position:left;
	height:43px;
	width:43px;
	display:block;
	background: url(../img/back_link_off.png) no-repeat;
}
.backBtn:hover
{
	background: url(../img/back_link_on.png) no-repeat;
}
#helpHamster
{
	width:550px;
	margin-left:-100px;	
}

/*	FORUM
----------------------------------------------------------*/

.box
{   
    font-size:1.2em;
    height:25px;
    width:75px;
    padding-bottom:3px;
    padding-left:10px;
    margin:5px;
    }
    
    
/*	MISCELANEOUS UPDATES - TYPOGRAPHY, BUTTONS ETC...
----------------------------------------------------------*/
    
 a#catalogTitle {
font-size:1.4em;
line-height:1.2em;
}


.square
{
    list-style-type:square;
    }

.userName
{
   position:absolute;
   top:15px;
   padding-left:5px;
   font-size:1.2em;
   font-weight:bold;
   color:Yellow;
}
#profilePic
{
	float:left;
	margin-left:-60px;
	margin-right: 5px;
	margin-top:4px;
}
    
.message_Field
{
    position:relative;
    border:2px solid #ccc;
    width:400px;
    font-size:1em;
    margin-bottom:10px;
    background:#fff;
    height:120px;
    }

.Login_Field
{
    position:relative;
    border:2px solid #ccc;
    width:200px;
    font-size:1.2em;
    margin-bottom:10px;
    background:#fff;
    color:#000;
  
    }
   
 input.Login_Field:focus 
 {
     
     background-color:yellow;
     color:#000;
     }
 
 .bigger
 {
     font-size:1.2em;
     font-weight:bold;
     font-style:italic;
     }
     
 a.button_grey
{
    font-size:.8em;
    color:#555;
}

 a.button_grey:hover
{
    font-size:.8em;
    font-weight:normal;
    color:#000;
    border-bottom:1px dotted #000;
}

.hiddenPlayBtn
{
	position: relative;
	width: 136px;
	height:50px;
	display: none;
	background: url(../img/newImages/btn136green_off.png) no-repeat;
	padding: 13px 0 6px 0px;
	margin-top:20px;
	font-size: 1.4em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
	margin-left:40px;
}
.hiddenPlayBtn:hover
{
	background: url(../img/newImages/btn136green_off.png) no-repeat;
	text-decoration: none;
	color: #000;
}
.hiddenDownloadBtn
{
	position: relative;
	width: 136px;
	height:50px;
	display: none;
	background: url(../img/newImages/btn136green_off.png) no-repeat;
	padding: 13px 0 6px 0px;
	margin-top:20px;
	font-size: 1.4em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
.hiddenDownloadBtn:hover
{
	background: url(../img/newImages/btn136green_off.png) no-repeat;
	text-decoration: none;
	color: #000;
}

p.sidenav
{
    padding:10px;
    
    }
    
#Newsletter
{
    margin-bottom:25px;
    
    }
    
.news2
{
    margin-left:10px;
    background-color:#fff;
    }
    
.topCopy
{
    margin-bottom:30px;
    margin-left:50px;
    margin-right:50px;
    }
    
.userAgreement
{
    font-size:.8em;
    
    }
    
#right2 fieldset
{
    border:1px solid #ccc;
    padding:25px;
    background:#f3f3f3;
    margin-right:20px;
    }
    
    #right3 fieldset
{
    border:1px solid #ccc;
    padding:25px;
    background:#f3f3f3;
    margin-right:20px;
    }
    
 #right4 fieldset
{
    border:1px solid #ccc;
    padding:25px;
    background:#f3f3f3;
    margin-right:20px;
    }
    
.generalInfoWrapper 
{
    margin:10px 20px;
    
    }
    
.DetailWrap
{
margin-bottom:10px;

    }

.accountInfoWrapper
{
     margin:10px 20px;
    
    }
    
.DetailWrap p
{
     margin:10px 20px;  
    }

h1.helpHeader
{
     margin-left:-10px;
    }
    
.question p{margin:0;}
 
/*	ACCOUNT PAGE / ACCOUNT INFO
----------------------------------------------------------*/

.DetailWrap
    {
        padding:10px;
        width:600px;
        border:1px dotted #ccc;  
          
        }

.RowWhite
{
     position:relative;
      margin-bottom:5px;  
 }
  
.Row
{   margin-bottom:5px;
     border-bottom:1px solid #ccc;
     border:1px solid #ccc;
     background-color:#fff6fb;
     position:relative;
     height:100%;
 }
 
    
.column1
{
    position: absolute;
   /*margin: 5px 5px 5px 5px;*/
	padding: 10px 10px 10px 10px; 
	width: 200px; /* ie5win fudge begins */
	display:inline;

}
.column2
{
    margin: 0 195px 0 140px;
	padding: 10px 10px 10px 10px;
}
.column3 
{
    position: absolute;
	top: 0px;
	right: 0px; 
	/* Opera5.02 will show a space at 
	right when there is no scroll bar */
	/*margin: 5px 20px 20px 20px;*/
	padding: 10px 10px 10px 10px;
	width: 200px; /* ie5win fudge begins */
}

.helplist
{
    margin-left:25px;
    
    }
    
    
table.Account
{
    padding:10px;
    border:none;
    text-align:left;
    

    }
    
table.Account tr
{
    border:1px solid #ccc;
    text-align:left;
    text-align:left;
    height:50px;
    
 
}

table.Account tr td
{
    border:none;
    text-align:left;
    background-color:#fff6fb;
    font-size:1em;
 
}

table.Account tr td.wide
{
    width:250px;
    
    }
    
table.Account tr td.thin
{
    width:120px;
    
    }
    
    
.midcolumn
    {
        width:450px;
        float:right;
        }
        
.midcolumn.details.gameTitle p ul li
{
    list-style-type:disc;
    
    }
    
img.ersb
{
    float:left;
    padding-right:30px;
    margin-bottom:15px;
 }


/*ZEBRA STRIPING OF TABLES */
.alt
{
    background:#EDF6F9;
    }    
.topiccontent{padding-left:25px;}