/* home.css
   styles for home page */

.bgPromoPollReg {
   background-color: #eeeeee;}

.promoPad {
   padding: 2px 0px 2px 0px;}

#pollSubmit {
   padding: 6px 7px 2px 4px;}


#regFeaturedProduct {
   padding: 5px 7px 5px 7px;}
   
#regproductForm {
   padding: 6px 7px 5px 7px;}
   
.regprodField {
   padding: 1px 2px 2px 4px;
   width: 96px;
   background-color: #ffffff;
   color: #666666;
   border: 1px solid #CCCCCC;}

#featuredSitesContainer {
   position: relative;
   width: 252px;
   height: 87px;
   background-image: url(../img/bg_featuredsites.gif);
   background-repeat: no-repeat;
   margin-top: 3px;}

#featuredSiteIcons {
   position: absolute;
   top: 14px;
   left: 14px;}

.featuredSiteIcon {
   margin-right: 5px;}

#featuredSiteText {
   position: absolute;
   top: 42px;
   left: 14px;
   width: 224px;
   height: 16px;}

#featuredSiteDropdown {
   position: absolute;
   top: 58px;
   left: 14px;}

#gameReleasesContainer {
   width: 154px;}

.featuredDropdown {
   width: 180px;
   background-color: #ffffff;
   color: #666666;
   border: 0px solid #000000;}

a.featuredSite:link {
   color: #FF9E0D;
   text-decoration: none;}
   
a.featuredSite:visited {
	color: #FF9E0D;
   text-decoration: none;}   
   
a.featuredSite:hover {
   color: #FF9E0D;
   text-decoration: underline;}

#powContainer {
   position: relative;
   z-index: 2000;}

#powUser {
   position: absolute;
   top: 14px;
   left: 59px;
   z-index: 10;}

#powQuoteContainer {
   position: absolute;
   top: -8px;
   left: 154px;
   width: 208px;
   height: 112px;
   background-image: url(../img/bg_pow.gif);}

#powQuote {
   padding: 0px 25px 3px 5px;
   color: #666666;
   font-family: Verdana, Arial,  Monaco; 
   font-size: 9px;
   line-height: 13px;}

#customerContainer {
   position: absolute;
   top: 11px;
   left: 374px;
   width: 134px;
   z-index: 7;}

#newStuffContainer {
   border: 0px solid #000000;
   position: absolute;
   top: 119px;
   left: 169px;
   height: 345px;
   width: 336px;
   z-index: 2000;}

#homeAdbanner {
   background-image: url(../img/text/bg_adbanner.gif);
   background-repeat: no-repeat;
   padding: 14px 0px 0px 18px;}

/* home page specific tabs */

#blueGameWatch {
   display: block;}
   
#blueNews {
   display: none;}

#blueEvents {
   display: none;}

#sortNew {
   display: block;}

#sortUpcoming {
   display: none;}

#tabNew {
   width: 58px;
   height: 17px;}

#tabUpcoming {
   width: 77px;
   height: 17px;}

#tabUpdates {
   width: 149px;
   height: 17px;}

#tabNews {
   width: 65px;
   height: 17px;}

#tabEvents {
   width: 84px;
   height: 17px;}
   
.hdrBlue {
   padding: 1px 6px 2px 7px;
   color: #0067C6;
   font-weight: bold;
   font-family: Verdana, Arial,  Monaco; 
   font-size: 9px;
   }
