 /* $Id: zen.css,v 1.14 2008/09/15 10:36:22 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css z
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
html {
	background: #016AA4 url(/themes/gamersfirst/images/background_strip.jpg) repeat-x top center;
    overflow: hidden;
	overflow-y: auto;
}
	
body
{
	background: url(/sites/www.gamersfirst.com/files/background/background_image.jpg) no-repeat top center;
	margin: 0 auto; 
	padding: 0;
}
img, div, a { behavior: url(../../_img/iepngfix.htc) }
  p
  {
    color: #333;
  }

  #page
  {
  font-family:arial,verdana,helvetica;
  font-size:12px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.6;
  width:916px;
  overflow:hidden;
  
   width: 914px;
   margin: 0 auto;
   padding: 0;
   position: relative;
   overflow:hidden;
   
  }

  #page-inner
  {
  }
  
  a
  {
  	outline:none;
  }

/** header **/
  #header
  {
    height: 86px;
	width: 914px;
	border-bottom: 2px solid #DBDBDB;
	
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }
  
  a:link, a:visited, a:hover, a:active {
  color:#0000CC;
  text-decoration:underline;
  }

  #logo /* Wrapper for logo */
  {
    margin: 16px 0 0 5px;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
	margin-top: -6px;
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  	position:relative;
	z-index:99999;
	>z-index:999999999999;
  }

/** main (container for everything else) **/
  #main
  {
	width: 914px;
	background: #FFF;
	height:100%;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
  }

  #main-inner
  {
  }

/** content **/

  #sidebar-right
  {
  	margin-left:590px;
	width:320px;
  }

  .front #content,
  .page-about #content,
  .page-hakkimizda #content,
  .page-faq #content,
  .page-gizlilik #content,
  .page-privacy #content,
  .page-terms #content,
  .page-kosullar #content
  {
  	width:914px;
  }
  
  .page-about #sidebar-right,
  .page-hakkimizda #sidebar-right,
  .page-faq #sidebar-right,
  .page-gizlilik #sidebar-right,
  .page-privacy #sidebar-right,
  .page-terms #sidebar-right,
  .page-kosullar #sidebar-right
  {
	margin-left:436px; 
  }
  
  .page-download #sidebar-right
  {
	margin-left:456px; 
  }

  .with-navbar #content
  {
  	margin-top:3em;
  }
  
  .front .with-navbar #content
  {
  	width:914px;
  }

  #content
  {
  	width:586px;	
	margin:0 10px 15px 0;
	min-height:650px;
  }

  #content-inner
  {
  width:586px;
  margin-left:8px;
  }
  
  #block-views-Games-block_1
  {
  	margin-left:7px;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }
  
  .page-privacy #content-top,
  .page-privacy #content-area
  {	
  	width:900px;
  }  

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    display:none;
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }
  
  h1.title
  {
	height: 25px;
	background: #E9E9E9 url(images/content_title_bg.jpg) repeat-x;
	border-bottom: 1px solid #FFF;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0 9px 15px;
	text-transform: uppercase;
	margin-left:-4px;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
    cursor:crosshair;
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  	width:
  }

/** navbar **/
  #navbar
  {
  	width: 914px;
    height: 23px;
	background:url(images/tab_nav_bgd.jpg) repeat-x;
	padding-top: 5px;
    position:absolute;
	z-index:1;
	margin-left:0px;
	>margin-left:-154px;
  }
  
  #block-menu-menu-gamersfirst-menu
  {
   	width: 914px;
    height: 23px;
	background:url(images/tab_nav_bgd.jpg) repeat-x;
	padding-top: 5px;
	z-index:1;
	margin-left:-8px;
	>margin-left:-8px;	
  }
  
  

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
    margin-left:0px;
  }
  
  #block-menu-menu-gamersfirst-menu ul.menu li.leaf a.main:link,
  #block-menu-menu-gamersfirst-menu ul.menu li.leaf a.main:visited
  {
    font: 14px arial, verdana, helvetica;
    text-decoration: none;
	margin-top: 5px;
	padding: 0 4px 0 13px;
    font-weight: bold;
    color: #333;  	
  }
  
  #block-menu-menu-gamersfirst-menu ul.menu li.leaf a.main:hover,
  #block-menu-menu-gamersfirst-menu ul.menu li.leaf a.main:active
  {
  	color:#125491;
  }
  
  #primary ul a
  {
    font: 14px arial, verdana, helvetica;
    text-decoration: none;
	margin-top: 5px;
	padding: 0 14px 0 13px;
    font-weight: bold;
    color: #333;
  }

  #secondary /* Secondary links */
  {
	position: relative;
	float: right;
    height: 15px;
    font: 11px arial, verdana, helvetica;
    color: #777;
    padding: 13px 10px 5px 0px;
  }
  
  #secondary a:link, #secondary a:visited { 
    text-decoration: none;
    margin: 0px 4px 0px 4px;
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
    position:relative;
	float:left;
	height:109px;
	width:916px;
	background:url(images/footer_bg.jpg) repeat-x;
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
	>width: 890px;
	>padding-left: 5px;
	_width: 890px;
	_padding-left: 5px;
  	margin:0px 0px 0px 9px;
	>padding-top:10px;
  	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5e5e5e;	
  }
  
  /*hack for chrome*/
body:nth-of-type(1) #footer-message
	{
	padding-top:6px;
  	}	

    
  /*hack for FireFox 3.5*/
 BODY:nth-of-type(1) #footer-message, x:-moz-any-link, x:default{
	width: 890px;
	border-top: 5px solid red	
	margin: 0px 0px 0px 6px;
  	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5e5e5e;
	padding-left:5px;
	padding-top:1px;
	}	
	

  /*  Footer Links */
  
  #block-menu-menu-footerlinks ul
  {
	padding:0px;
	margin: 3px 0px 0px 14px;
	height:12px;
	background-color:#e2e2e2;
  }
  
  /*chrome*/
  body:nth-of-type(1) #block-menu-menu-footerlinks li.leaf,
  body:nth-of-type(1) #block-menu-menu-gamersfirst-menu li.leaf
  {
  	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	float: left;
	padding-right:13px;
	border-bottom-width:833px;
	border}
  /*chrome*/
   
  #block-menu-menu-footerlinks li.leaf,
  #block-menu-menu-gamersfirst-menu li.leaf
  {
  	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	float: left;
	padding-right:6px;
	padding-right /*\**/: 13px\9; /*hack for IE8*/
  }
 
  
  #block-menu-menu-gamersfirst-menu ul.menu
  {
  	margin:0px;
	padding:0px;
  }
  
  #block-menu-menu-footerlinks h2
  {
    display:none;
  }
  
  #block-menu-menu-footerlinks li.leaf a 
  {
    text-decoration:none; 
	font-weight:bold; 
	font-size:11px; 
	color:#5e5e5e;
	margin-left:-4px;
	
	_padding-left:4px;
	>padding-left:4px;

  }

#block-menu-menu-footerlinks{
	padding-left: 17px;
	position:relative;
	top:5px;
}

/*chrome*/
body:nth-of-type(1) #block-menu-menu-footerlinks
{
	padding-left: 17px;
}
/*chrome*/
  
/*hack for FireFox 3.5*/
BODY:nth-of-type(1) #block-menu-menu-footerlinks, x:-moz-any-link, x:default {
	padding-left: 17px;
	position:relative;
	top:4px;
}	

#footer .block {
	margin-bottom:8px;
}


/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }
  
  /* Styling for Small homapepage content */
  
  div.node-type-small_homepage
  {
  	width:250px;	
  }
  
  div.node-type-small_homepage .content
  {	
  	border-top: 1px solid rgb(255, 255, 255); 
	padding: 3px; 
	background-color: rgb(233, 233, 233);
	font-size:11px;
	line-height:14px;
	padding-top:15px;
	min-height:70px;
  }
  
  div.node-type-small_homepage h2.title
  {
  	border-bottom:2px solid #BCBCBC;
	color:#115491;
	font-weight:bold;
	height:10px;
	padding:2px 0 10px;
	text-transform:uppercase;
	font-size:11px;
	line-height:14px;
	margin-bottom:5px;
  }
  
  div.node-type-small_homepage .field-label
  {	
    display:none;
  }
  
  div.node-type-small_homepage .imagefield-field_image
  {
    float:left;
	margin-right:5px;
	margin-top:-25px;
  }
  
  div.node-type-small_homepage .field-field-image
  {
  	margin-top:-9px;
  }
  
  div.node-type-small_homepage .field-field-title2
  {
  	font-weight:bold;
	font-size:12px;
	margin-left:90px;
	margin-top:-5px;
	margin-bottom:10px;
  }  
  
  /* End of small homepage content styling */
  
  /* Styling news&events */
  
  #block-views-news-block_1, 
  #block-views-news-block_2
  {
    width:328px;
  }
  
  #block-views-news-block_1 label.views-label-title, 
  #block-views-news-block_2 label.views-label-title
  {
    display:none;
  }
  
  #block-views-news-block_1 div.views-field-title span.field-content, 
  #block-views-news-block_2 div.views-field-title span.field-content
  {
    font-weight:bold;
  }
  
  #block-views-news-block_1 div.views-field-field-game-value span.field-content, 
  #block-views-news-block_2 div.views-field-field-game-value span.field-content
  {
    font-size:11px;
	color:#999999;
	font-weight:bold;
	font-style:italic;
	float:left;
	line-height:14px;
  }
  
  #block-views-news-block_1 div.views-field-field-date-value span.field-content, 
  #block-views-news-block_2 div.views-field-field-date-value span.field-content
  {
	padding-left:10px;
	font-style:italic;
	font-size:10px;
	line-height:14px;
  }
  
  #block-views-news-block_1 div.views-field-field-summary-value, 
  #block-views-news-block_2 div.views-field-field-summary-value
  {
	font-size:11px;
	margin-bottom:10px;
  }
  
  #block-views-news-block_1 div.views-field-field-title2-value, 
  #block-views-news-block_2 div.views-field-field-title2-value
  {
	font-size:11px;
  }
  
  #block-views-news-block_1 div.views-field-field-body-value, 
  #block-views-news-block_2 div.views-field-field-body-value
  {
    margin-top:10px;
	font-size:11px;
  }
  
  .imagefield-field_image
  {
    float:left;
	margin-right:10px;
  }
  
  #block-views-news-block_1 ul, 
  #block-views-news-block_2 ul
  {
	padding:0px 0px 0px 10px;
  }
  
  .news_read_more
  {
    color:#0000CC;
	cursor:pointer;
	text-decoration:underline;
  }
  
  #block-views-news-block_1 h2.title, 
  #block-views-news-block_2 h2.title 
  {
    border-bottom:2px solid #BCBCBC;
	color:#115491;
	font-weight:bold;
	height:10px;
	padding:2px 0 10px;
	text-transform:uppercase;
	font-size:11px;
	line-height:14px;
	margin-bottom:5px;
  }
  
   #block-views-news-block_1 ul li, 
   #block-views-news-block_2 ul li
   {
     border-bottom:1px solid #E5E5E5;
	 list-style-type:none;
	 padding-top:10px;
   }
  
  /*End of styling news&events*/
  
  /* Styling Ad Rotator */
  
  .ddblock-content img
  {
    border:none;
  }
  
  /* End of styling ad rotator */
  
  /*Styling Landing Page*/
  
  body.node-type-ads-image h1.title,
  div.node-type-ads_image .submitted
  {
    display:none;
  }
  
  div.node-type-ads_image img
  {
  	margin-bottom:30px;
  }

  
  /*End of Landing Page Styling*/
  
  /*Styling Games Page*/
  
  .node-type-game h1.title
  {
    display:none;
  }
  
  .games_button {
	background:transparent url(images/games_button_bg.jpg) no-repeat scroll 0 0;
	color:#000000;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:21px;
	margin-bottom:2px;
	padding-top:3px;
	text-align:center;
	text-transform:uppercase;
	width:194px;
  }
  

  .node-type-game #content-area,
  .node-type-game #content-inner
  {
    width: 894px;
  }
  
  .node-type-game 
  {
    width: 894px;
  }
  
  a.gamepage
  {
    outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
  }
  
  .block-ddblock h2.title
  {
    display:none;
  }
  
  .content_bordered_top {
	background:transparent url(images/content_bordered_top.jpg) repeat-x scroll 0 0;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	height:15px;
  }
  
  .content_bordered_body {
	background-color:#FFFFFF;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	padding:0 10px;
	height:200px;
  }
  
  .content_bordered_bottom {
	background:transparent url(images/content_bordered_bottom.jpg) repeat-x scroll 0 0;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	height:15px;
	margin-bottom:15px;
  }

  .news_events_guest {
	height:218px;
	padding: 0;
	overflow-y: scroll;
	}
  
  div.view-Games 
  {
    width:895px;
  }

  div.views-field-field-game-image-fid
  {
    float:left;
  }
  
  div.views-field-field-game-summary-value
  {
    position:absolute;
	width:215px;
	margin-left:200px;
	_margin-left:20px;
	>margin-left:10px;
	font-size:11px;
	line-height:14px;
  }
  
  div.views-field-field-link1-url
  {
    position:absolute;
	width:215px;
	margin-left:200px;
	_margin-left:20px;
	>margin-left:10px;
	margin-top:100px;
	background:transparent url(images/games_button_bg.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:21px;
	margin-bottom:2px;
	padding-top:3px;
	text-align:center;
	text-transform:uppercase;
	width:194px;
  }
  
  div.view-Games div.views-field-field-link1-url span.field-content a:link, 
  div.view-Games div.views-field-field-link1-url span.field-content a:visited, 
  div.view-Games div.views-field-field-link1-url span.field-content a:hover, 
  div.view-Games div.views-field-field-link1-url span.field-content a:active
  {
    text-decoration:none;
	color:#115491;
  }  
  
  div.views-field-field-link2-url
  {
    position:absolute;
	width:215px;
	margin-left:200px;
	_margin-left:20px;
	>margin-left:10px;
	margin-top:125px;
	background:transparent url(images/games_button_bg.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:21px;
	margin-bottom:2px;
	padding-top:3px;
	text-align:center;
	text-transform:uppercase;
	width:194px;
  }
  
  div.view-Games div.views-field-field-link2-url span.field-content a:link,
  div.view-Games div.views-field-field-link2-url span.field-content a:visited,
  div.view-Games div.views-field-field-link2-url span.field-content a:hover,
  div.view-Games div.views-field-field-link2-url span.field-content a:active
  {
    text-decoration:none;
	color:#000000;
  }
  
  div.views-field-field-link3-url
  {
    position:absolute;
	width:215px;
	margin-left:200px;
	_margin-left:20px;
	>margin-left:10px;
	margin-top:150px;
	background:transparent url(images/games_button_bg.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:21px;
	margin-bottom:2px;
	padding-top:3px;
	text-align:center;
	text-transform:uppercase;
	width:194px;
  }
  
  div.view-Games div.views-field-field-link3-url span.field-content a:link,
  div.view-Games div.views-field-field-link3-url span.field-content a:visited,
  div.view-Games div.views-field-field-link3-url span.field-content a:hover,
  div.view-Games div.views-field-field-link3-url span.field-content a:active
  {
    text-decoration:none;
	color:#000000;
  }
  



  .tester{
	color: green;
}
  


.content_title_nobg {
	height: 10px;
	border-bottom: 2px solid #BCBCBC;
	color: #115491;
	font-weight: bold;
	text-transform: uppercase;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	}



.smallHP1{
	font-weight: bold;
	font-family:arial,verdana,helvetica;
	font-size:12px;
	height: 15px;
}

.smallHP2{
	font-weight: normal;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	width: 180px;
}

.smallHP3{
	width: 50px;
}

.smallHPContainer{
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(233, 233, 233)
}


.smallFN2{
	font-weight: normal;
	font-family:arial,verdana,helvetica;
	font-size:11px;

}

.smallFN1{
	font-weight: bold;
	font-family:arial,verdana,helvetica;
	font-size:12px;
	height: 15px;
	font-style: italic;
}

.rule {
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	padding: 8px;
    clear: both;
    }

.bold {
    font-weight:bold;
    }




.lightgray {
	color:#999;
    }

.size11 {
	font-size:11px;
    }

.news_read_more {
	color: #00C;
	text-decoration: underline;
	cursor: pointer;
	}




.latest_forum_posts {
	margin-top: 15px;
	width: 293px;
	}

/* IE6 */
* html .latest_forum_posts {
	margin-top: -5px;
	}

/* IE7 */
*:first-child+html .latest_forum_posts {
	margin-top: -10px;
	}

.latest_forum_posts_content {
	padding: 0;
	height:261px;
	overflow-y:scroll;
	}

/* IE6 */
* html .latest_forum_posts_content {
	height: 258px;
	}

/* IE7 */
*:first-child+html .latest_forum_posts_content {
	height: 263px;
	}	

.latest_forum_posts_content_guest {
	padding: 0;
	height:186px;
	overflow-y:scroll;
	}
	
/* IE6 */
* html .latest_forum_posts_content_guest {
	height:182px;
	}

/* IE7 */
*:first-child+html .latest_forum_posts_content_guest {
	height:184px;
	}


	.image_text_block {
	border-bottom: 1px solid #CCC;
	margin: 0 15px 0 15px;
	padding: 4px 0 0 0;
	}

.image_text_block img {
	width: 40px;
	float: left;
	padding-right: 8px;
	}

.image_text_block div {
	padding-top: 7px;
	}

	a.highlight:link, a.highlight:visited {
	color:#115491;
    }

a.highlight2:link,a.highlight2:hover, a.highlight2:visited {
	color:#000;
    }
    
.highlight {
    color:#115491;
    }
.size10 {
	font-size:10px;
    }
  /*End of games page styling*/
  
.module {
	width: 100%;
    position:relative;
	margin-top:10px;
	margin-bottom: 10px;
	}

.module div {
	font-size: 11px;
	line-height: 14px; 
	}

.module div b {
	font-size: 12px;
	}
.content_title_bg {
	height: 9px;
	background: url(_img/content_title_bg.jpg) repeat-x;
	color: #115491;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 9px 10px;
	text-transform: uppercase;
	}


	.hot_items_content {
	padding: 3px;
	margin-bottom: 3px;
	}

.hot_items_content_height {
	height: 130px;
	}
	
/* IE6 */
* html .hot_items_content_height {
	height: 125px;
	}

/* IE7 */
*:first-child+html .hot_items_content_height {
	height: 130px;
	}

	.node-type-placeholder{
display: none;
}

.feed-icon{
	display: none;
}

/*Top Links Styles*/
  
  #block-menu-menu-top-links h2.title
 {
 display:none;
 }
 
  #block-menu-menu-top-links
  {
    position:absolute;
	top:-5px;
	right:2px;
  }
  
   #block-menu-menu-top-links ul.menu li.leaf
  {
    list-style-type:none;
	list-style-image:none;
	float:left;
	padding-left:8px;
  }
  
    #block-menu-menu-top-links ul.menu li.leaf a
	{
    font-family:arial,verdana,helvetica;
	font-size:11px;
	font-weight:normal;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
    text-decoration:none
	
	}
	
	#block-menu-menu-top-links li
{
  background-image: url(images/bar.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: 5px;
  padding-left: 5px;
}
#block-menu-menu-top-links li:first-child
{
  
  margin-left: 0;
  padding-left: 5px;
}
  
  #block-menu-menu-top-links .edit
  {
  display:none;
  }
  
  #join-now-redeem-code
  {
  	position:absolute;
	top:-43px;
	>top:-37px;
	right:6px;
	>right:4px;
	
  }
  
  /*End of top links styling*/
  
  /*Hot items block*/
  
  #block-hotItems-0
  {
    width:260px;
  }
  
  #block-views-smallhomepagecontent-block_1
  {
    width:260px;
  }
  
  #block-views-featurednews-block_1
  {
    width:336px;
	position:absolute; 
	top:440px;
	_top:444px; 
	left:272px;
  }
  
  #block-views-subnews_events-block_1
  {
    width:316px;
  }
    
  /*End of hot items block*/
  
  /*News full node styling*/
  
  .node .submitted
  {
    display:none;
  }
  
  .node-type-news-event h1.title
  {
	background:none;
	border-bottom:none;
  }
  
  
  /*End of news full node styling*/
  
  .translation-link {
	display: none;
	}
	
	.page-games h1.title,
	.page-oyunlar h1.title
	{
	  display:none;
	}
	
	.node-type-small_homepage
	{
	  display:none;
	}
	

#block-adRotator-0
  {
	position:relative;
	top:-10px;
  }
#block-ddblock-3 .content
  {
	position:relative;
	>top:-20px;
  }
#block-LatestForumPost-0 .content
  {
	position:relative;
	top:28px;
	>top:-10px;
	_top:-18px;
  }
  
.page-games .with-navbar #content, 
page-games .with-navbar #sidebar-left, 
page-games .with-navbar #sidebar-right 
{
margin-top:1.6em;
}

body.page-games #content {
width:900px;
}

body.page-games #navbar {
position:relative;
right:140px;
}

/* style for TOS */
#node-158
{
 margin-left:-5px;
 _margin-left:0px;
}
/* End Style for TOS */
/* FAQ page styling */

.faq
{
  margin-left:5px;
  _margin-left:5px;
  margin-top:60px;
}
h1.faq-header
{
   margin-left:-500px;
}

h5.faq-header a
{
	background:url(images/content_title_bg.jpg) repeat-x;
	border:none;
	text-transform:uppercase;
	color:#666666;
	outline:none;
	width:560px;
}

h5.faq-header a:hover
{
	background:url(images/content_title_bg.jpg) repeat-x;
	border:none;
	color:#115491;
	width:560px;
}

.faq-question a:link,
.faq-question a:visited,
.faq-question a:hover,
.faq-question a:active

{
  color:#0000CC;
  cursor:pointer;
  display:block;
  padding:5px 0 5px 10px;
  outline:none;
}

.faq-dd-hide-answer
{
 	background:#D6DBE0 none repeat scroll 0 0;
	border:1px dashed #6C8295;
	margin:5px 10px 10px;
	padding:10px;
	width:515px; 
}


/*******************/

/* Game faqs menu styling */

#block-menu-menu-faqs
{
	position:absolute;
	margin-top:74px;
	>margin-top:74px;
	width:560px;
	margin-left:5px;
	_margin-left:5px;
}

#block-menu-menu-faqs h2.title
{
  font-size:12px;
  float:left;
}

#block-menu-menu-faqs ul.menu li.leaf
{
	float:left;
	display:block;
	list-style-image:none;
	list-style-type:none;
	list-style-position:inside;
	background:url(_img/pipe.jpg) no-repeat 10px 5px;
	padding-left:20px;
	margin-top:-2px;
	>margin-top:-2px;
}



#block-menu-menu-faqs ul.menu li.first
{
  background:none;
}

#block-menu-menu-faqs ul.menu li.leaf a:link,
#block-menu-menu-faqs ul.menu li.leaf a:visited,
#block-menu-menu-faqs ul.menu li.leaf a:hover,
#block-menu-menu-faqs ul.menu li.leaf a:active
{
	color:#0000CC;
	margin:0px;
}

body.page-faq h1.title {
	position:absolute;
	top:40px;
	width:571px;
}

/**************************/

/*Paypal logo styling*/

#block-block-2
{
	margin-top:50px;
	text-align:right;
}

/*End of paypal logo styling*/

.view-homepage-banners .item-list ul
{
	padding:0px;
	margin:0px;
}

.view-homepage-banners .item-list ul li
{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

/*Homepage free games styling*/
.bucket_content {
	background: #ececec; 
	border: 1px solid #c8c8c8;
	border-top-color: #f1f1f1 ;
	border-right-color: #f7f7f7;
	border-bottom-color: #d6d6d6;
	border-left-color: #c8c8c8;
	font-size: 12px;
	padding: 13px 15px 0 15px;	
}
.bucket_content a {
	margin-bottom: 7px;
}
.game_mini_bucket {
	width: 260px;
	height: 153px;
	float: left;
}
a.game_mini_bucket_image {
	display: block;
	width: 260px;
	height: 122px;
}
.free_game_description {
	width: 150px;
	float: left;
	color: #727272;
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}
a.free_game_small_button, a.free_game_small_button:link, a.free_game_small_button:visited {
	display: block;
	width: 96px;
	height: 16px;
	color: #FFF;
	float: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	[ line-height: 15px; /* Opera */
	line-height: 15px; ] /* Chrome/Safari */
}
a.free_game_gray_small_button {
	background: url(images/gray_small_button.jpg) no-repeat center -16px;
}
a.free_game_orange_small_button {
	background: url(images/orange_small_button.jpg) no-repeat center -16px;
}
a.free_game_green_1_small_button {
	background: url(images/green_1_small_button.jpg) no-repeat center -16px;
}
a.free_game_blue_small_button {
	background: url(images/blue_small_button.jpg) no-repeat center -16px;
}
a.free_game_green_2_small_button {
	background: url(images/red_small_button.jpg) no-repeat center -16px;
}
a.free_game_blue_small_button {
	background: url(images/blue_small_button.jpg) no-repeat center -16px;
}
a.free_game_small_button:hover {
	background-position: center 0;
}
.jqm_homepage_video {
	width: 640px;
	height: 508px;
	display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    background-color: #010101;
	border: 1px solid #888;
    color: #333;
    font-size: 12px;
	margin-left: -320px;
	padding: 3px 3px 0 3px;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
* html .jqm_homepage_video {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

a.free_games_video_close {
	margin: 0px 0 0 624px;
	position: absolute;
}
* html a.free_games_video_close {
	margin-left: 182px;
}

.view-free-games {
	width: 894px;
	margin-bottom: 10px;
}

#block-views-free_games-block_1 {
	margin: 5px 0 0 10px;
}

#block-views-free_games-block_1 h2.title
{
	width: 842px;
	height: 23px;
	background: #353739 url(images/bucket_header_bg.jpg) repeat-x top;
	border: 1px solid #888181;
	border-top-color: #888181;
	border-right-color: #888181;
	border-bottom-color: #857e7e;
	border-left-color: #888181;
	border-top-right-radius: 20px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 16px 0 16px;
	text-shadow: 1px 1px 1px #232425;
	text-transform:uppercase;
}
*:first-child+html #block-views-free_games-block_1 h2.title {
	height: 33px;
}
* html #block-views-free_games-block_1 h2.title {
	height: 33px;
}

#block-views-free_games-block_1 .content
{
	margin: -10px 0 0 0;
}

/*End of homepage free games styling*/

.node-type-homepage_buttons
{
	width:900px;
}

body.page-download h1.title,
.view-Live-FAQs h2.title
{
  display:none;
}

body.page-download .downloadTitle
{
font-family:Arial, Helvetica, sans-serif;
font-size:1.8em;
font-weight:normal;
color:#115491;
}

body.page-download .downloadTitle strong
{
font-family:Arial, Helvetica, sans-serif;
font-size:1.6em;
font-weight:normal;
color:#115491;
}

body.page-download .downloadBody
{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height: 1.5;
color: #888;
}

body.page-download .downloadRequirements
{
font-family:Arial, Helvetica, sans-serif;
color: #888;
font-size: 13px; 
line-height: 1.3;
}

body.page-download .downloadRequirements strong
{
font-family:Arial, Helvetica, sans-serif;
color: #555;
font-size: 14px; 
line-height: 1.2;
}

body.page-download .downloadCalltoAction
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

body.page-download #content
{
width:894px;
}

body.page-download .alert-warning
{
width: 837px;
padding: 5px 10px 3px;
margin-bottom: 15px;
color: #aa3735;
background-color: #f2dede;
border: 2px solid #eed3d7;
}

body.page-download #slides {
    height: 440px;
    position: relative;
	top: 0;
    width: 470px;
    z-index: 10;
}

body.page-download .slides_container {
	width:470px;
	display:none;
}

body.page-download .slides_container img {
	display: block;
    height: 329px;
    width: 492px;
}

body.page-download .slides_container div {
	width:470px;
	height:440px;
	display:block;
}

body.page-download .slides_container a {
	display:block;
}

body.page-download .slides_container a img {
	width:492px;
	height:329px;
}

body.page-download .slides_container strong {
	color: #222;
}

body.page-download .slides_container p {
	color: #777;
}

body.page-download .pagination {
    list-style: none outside none;
    margin: 0 0 0 190px;
	>margin: 0 0 0 -30px;
	position: absolute;
	z-index: 999;
}

body.page-download .pagination li {
    float: left;
    margin: 0 2px;
}

body.page-download .pagination li a {
    background-image: url("/themes/gamersfirst/images/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    overflow: hidden;
	height: 0px;
    padding-top: 11px;
	/*>padding-top: 17px;*/
    width: 11px;
}

body.page-download .pagination li.current a, .pagination li.current a:hover {
    background-position: 0 -11px;
}

body.page-download .pagination li a:hover {
    background-position: 0 -22px;
}

.field-field-live-faqs-title {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#115491;
}

.field-field-live-faqs-page-body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
}

#block-views-homepage_banners-block_1 h2.title
  {
    display:none;	
  }
  
.purple_button_left {
	float: left;
	width: 10px;
	height: 38px;
	background: url('../../_img/purple_button_left.png');
	}
.purple_button_center {
	float: left;
	height: 38px;
	background: url('../../_img/purple_button_middle.png') repeat-x;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	}
* html .purple_button_center {
	height: 33px;
	}
.purple_button_right {
	float: left;
	width: 10px;
	height: 38px;
	background: url('../../_img/purple_button_right.png');
	}
.purple_button_left_over {
	float: left;
	width: 10px;
	height: 38px;
	background: url('../../_img/purple_button_left_over.png');
	}
.purple_button_center_over {
	float: left;
	height: 38px;
	background: url('../../_img/purple_button_middle_over.png') repeat-x;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	}
* html .purple_button_center_over {
	height: 33px;
	}
.purple_button_right_over {
	float: left;
	width: 10px;
	height: 38px;
	background: url('../../_img/purple_button_right_over.png');
	}

.button_set_1_left {
	float: left;
	width: 10px;
	height: 38px;
	background: url('images/small_orange_set_1_left.png');
	}
.button_set_1_center {
	float: left;
	min-width:120px;
	height: 38px;
	background: url('images/small_orange_set_1_center.png') repeat-x;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	}
* html .button_set_1_center {
	height: 33px;
	}
.button_set_1_right {
	float: left;
	width: 10px;
	height: 38px;
	background: url('images/small_orange_set_1_right.png');
	}
.button_set_1_left_over {
	float: left;
	width: 10px;
	height: 38px;
	background: url('images/small_orange_set_1_left_over.png');
	}
.button_set_1_center_over {
	float: left;
	min-width:120px;
	height: 38px;
	background: url('images/small_orange_set_1_center_over.png') repeat-x;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	}
* html .button_set_1_center_over {
	height: 33px;
	}
.button_set_1_right_over {
	float: left;
	width: 10px;
	height: 38px;
	background: url('images/small_orange_set_1_right_over.png');
	}
	
.button_set_2_left {
	float: left;
	width: 10px;
	height: 38px;
	background: url('images/small_green_set_2_left.png');
	}
.button_set_2_center {
	float: left;
	min-width:120px;
	height: 38px;
	background: url('images/small_green_set_2_center.png') repeat-x;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	}
* html .button_set_2_center {
	height: 33px;
	}
.button_set_2_right {
	float: left;
	width: 10px;
	height: 38px;
	background: url('images/small_green_set_2_right.png');
	}
.button_set_2_left_over {
	float: left;
	width: 10px;
	height: 38px;
	background: url('images/small_green_set_2_left_over.png');
	}
.button_set_2_center_over {
	float: left;
	min-width:120px;
	height: 38px;
	background: url('images/small_green_set_2_center_over.png') repeat-x;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	}
* html .button_set_2_center_over {
	height: 33px;
	}
.button_set_2_right_over {
	float: left;
	width: 10px;
	height: 38px;
	background: url('images/small_green_set_2_right_over.png');
	}

.download_button_set_1_left {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_green_btn_left.png');
	}
.download_button_set_1_center {
	float: left;
	width: 385px;
	height: 78px;
	background: url('images/large_green_btn_center.png') repeat-x;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	text-shadow: #118e02 2px 2px 2px;
	padding: 18px 2px 0 2px;
	margin-bottom:-15px;
	}
* html .download_button_set_1_center {
	height: 60px;
	}
.download_button_set_1_right {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_green_btn_right.png');
	}
.download_button_set_1_left_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_green_btn_left_over.png');
	}
.download_button_set_1_center_over {
	float: left;
	width: 385px;
	height: 78px;
	background: url('images/large_green_btn_center_over.png') repeat-x;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	text-shadow: #118e02 2px 2px 2px;
	padding: 18px 2px 0 2px;
	margin-bottom:-15px;
	}
* html .download_button_set_1_center_over {
	height: 60px;
	}
.download_button_set_1_right_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_green_btn_right_over.png');
	}
	
.download_button_set_2_left {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_blue_btn_left.png');
	}
.download_button_set_2_center {
	float: left;
	width: 369px;
	height: 78px;
	background: url('images/large_blue_btn_center.png') repeat-x;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-align:center;
	text-shadow: #1a4791 2px 2px 2px;
	padding: 18px 10px 0 10px;
	margin-bottom:-15px;
	}
* html .download_button_set_2_center {
	height: 60px;
	}
.download_button_set_2_right {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_blue_btn_right.png');
	}
.download_button_set_2_left_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_blue_btn_left_over.png');
	}
.download_button_set_2_center_over {
	float: left;
	width: 369px;
	height: 78px;
	background: url('images/large_blue_btn_center_over.png') repeat-x;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-align:center;
	text-shadow: #1a4791 2px 2px 2px;
	padding: 18px 10px 0 10px;
	margin-bottom:-15px;
	}
* html .download_button_set_2_center_over {
	height: 60px;
	}
.download_button_set_2_right_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_blue_btn_right_over.png');
	}

.join_button_set_1_left {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_purple_btn_left.png');
	}
.join_button_set_1_center {
	float: left;
	width: 385px;
	height: 78px;
	background: url('images/large_purple_btn_center.png') repeat-x;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	text-shadow: #6c479b 2px 2px 2px;
	padding: 18px 2px 0 2px;
	margin-bottom:-15px;
	}
* html .join_button_set_1_center {
	height: 60px;
	}
.join_button_set_1_right {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_purple_btn_right.png');
	}
.join_button_set_1_left_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_purple_btn_left_over.png');
	}
.join_button_set_1_center_over {
	float: left;
	width: 385px;
	height: 78px;
	background: url('images/large_purple_btn_center_over.png') repeat-x;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	text-shadow: #6c479b 2px 2px 2px;
	padding: 18px 2px 0 2px;
	margin-bottom:-15px;
	}
* html .join_button_set_1_center_over {
	height: 60px;
	}
.join_button_set_1_right_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_purple_btn_right_over.png');
	}
	
.join_button_set_2_left {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_orange_btn_left.png');
	}
.join_button_set_2_center {
	float: left;
	width: 369px;
	height: 78px;
	background: url('images/large_orange_btn_center.png') repeat-x;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-align:center;
	text-shadow: #a54001 2px 2px 2px;
	padding: 18px 10px 0 10px;
	margin-bottom:-15px;
	}
* html .join_button_set_2_center {
	height: 60px;
	}
.join_button_set_2_right {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_orange_btn_right.png');
	}
.join_button_set_2_left_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_orange_btn_left_over.png');
	}
.join_button_set_2_center_over {
	float: left;
	width: 369px;
	height: 78px;
	background: url('images/large_orange_btn_center_over.png') repeat-x;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-align:center;
	text-shadow: #a54001 2px 2px 2px;
	padding: 18px 10px 0 10px;
	margin-bottom:-15px;
	}
* html .join_button_set_2_center_over {
	height: 60px;
	}
.join_button_set_2_right_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_orange_btn_right_over.png');
	}
	
.redeem_button_set_1_left {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_purple_btn_left.png');
	}
.redeem_button_set_1_center {
	float: left;
	width: 369px;
	height: 78px;
	background: url('images/large_purple_btn_center.png') repeat-x;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-align:center;
	text-shadow: #6c479b 2px 2px 2px;
	padding: 18px 10px 0 10px;
	margin-bottom:-15px;
	}
* html .redeem_button_set_1_center {
	height: 60px;
	}
.redeem_button_set_1_right {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_purple_btn_right.png');
	}
.redeem_button_set_1_left_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_purple_btn_left_over.png');
	}
.redeem_button_set_1_center_over {
	float: left;
	width: 369px;
	height: 78px;
	background: url('images/large_purple_btn_center_over.png') repeat-x;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-align:center;
	text-shadow: #6c479b 2px 2px 2px;
	padding: 18px 10px 0 10px;
	margin-bottom:-15px;
	}
* html .redeem_button_set_1_center_over {
	height: 60px;
	}
.redeem_button_set_1_right_over {
	float: left;
	width: 20px;
	height: 78px;
	background: url('images/large_purple_btn_right_over.png');
	}
	
#homepage_buttons {
	padding-top /*\**/: 10px\9; /*hack for IE8*/
	>padding-top:10px;
	_padding-top:10px;
}

.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -215px;
    width: 410px;
    background-color: #FFF;
    color: #333;
    padding: 5px;
	font-size: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.videoWindow {
    display: none; 
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left:-200px;	
    width:416px;
	min-height:395px;
    }

.playpan_freeitems_close {
	margin: -12px -21px 0 0;
}
*:first-child+html .playpan_freeitems_close {
	margin-right: -30px;
}

.blue_button {
    font:bold 14px arial, verdana, helvetica;
    margin: 0px;
	padding:5px 5px 5px 6px;
    border:0 none;
    background:#3189d6 url(../../_img/btn_orange_bgd.gif) repeat-x;
    cursor:pointer;
    color: #FFF;
	overflow:visible;
    }
.blue_button[disabled], .blue_button[disabled]:hover {
    background:#fecd0b url(../../_img/btn_orange_bgd_disabled.gif) repeat-x;
    cursor:default;
    color: #999;
    }
.blue_button:hover {
    background:#f5ae68 url(../../_img/btn_orange_bgd_over.gif) repeat-x;
    cursor:pointer;
    color: #FFF;
    }
#featured {
    margin-left:10px;
}

#featured h2.title {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    background: url("images/bucket_header_bg.jpg") repeat-x scroll center top #353739;
    border-color: #888181 #888181 #857E7E;
    border-style: solid;
    border-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding: 6px 16px 0;
    text-shadow: 1px 1px 1px #232425;
    text-transform: uppercase;
    width: 842px;
}

#featured .bucket_content {
    background: none repeat scroll 0 0 #ECECEC;
    border-color: #F1F1F1 #F7F7F7 #D6D6D6 #C8C8C8;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    padding: 13px 14px 0;
}

#featured .game_mini_bucket {
    float: left;
    height: 189px;
	_height: 193px;
    width: 408px;
}

#featured a.game_mini_bucket_image {
	display: block;
	width: 409px;
	height: 153px;
}

#featured .ad_bucket_text {
	font-family:Arial, Helvetica, sans-serif;
    color: #727272;
    font-size: 11px;
	line-height:1.3;
	padding-left:3px;
	margin-top:-3px;
}

/* Block Locale */

.selectedLanguage
{
	border:1px #125491 solid;
}
#block-locale-0 .highlight {
    color:#FFF;
	font-size: 11px;
	cursor:pointer;
    }

a.top_links  {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
a.top_links:hover  {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
.divider {
	color: #FFF;
	font-size: 11px;
	padding:0 5px 0 4px;
}

#block-locale-0
{
	position:relative;
	top:-66px;
	>top:-62px;
	margin-left:605px;
	width:300px;
	text-align:right;
	float:right;
}

#block-locale-0 .block-inner
{
	right:95px;
}

#block-locale-0 .edit
{
	display:none;
}

#block-locale-0 .content
{
	display:none;
	background:url(images/languages-back.jpg) no-repeat;
	margin-top: 3px;
	position:absolute;
	>top:20px;
	left:140px;
	z-index:100010;
	padding:2px 0px 2px 1px;
	width:117px;
	height:75px;
}

#block-locale-0 ul
{
	>position:relative;
	>top:2px;
	>right:7px;
	_top:4px;
	_right:9px;
	width:110px;
	padding:0;
	margin:0;
}

#block-locale-0 li
{
	float:left;
	list-style-type:none;
	margin: 3px 0 5px 5px;
	>margin: 4px _1px 2px 0px;
	_margin: 4px -1px 2px 3px;
	width:31px;
	height:19px;
	_width:32px;
	_height:21px;
}

#block-locale-0 li a
{
	display: block;
	text-decoration: none;
}
*:first-child+html #block-locale-0 li a {
	margin-top: -2px;
}
* html #block-locale-0 li a {
	margin-top: -2px;
}

#block-locale-0 h2.title
{
	font-family:arial,verdana,helvetica;
	font-size:11px;
	font-weight:normal;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	>top:-4px;
	_top:-4px;	
}

html[lang|="tr"] #block-locale-0 h2.title,
html[lang|="tr"] #block-locale-0 .content
{
	margin-left:30px;
}

html[lang|="it"] #block-locale-0 h2.title,
html[lang|="it"] #block-locale-0 .content,
html[lang|="es"] #block-locale-0 h2.title,
html[lang|="es"] #block-locale-0 .content
{
	margin-left:20px;
}

/* GamersFirst LIVE! */
.tabInactive{
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	background-color:#e5e5e5;
}
.tabActive{
	border-right:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #ffffff;
	background-color:#ffffff;
}
#td_3{
	background:url(/_img/tab-off-background.png) repeat-x;
}
a.tab:link, a.tab:visited, a.tab:hover, a.tab:active {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#444444;
	text-decoration:none;
}

.nav-container{
	float:left;
	position:absolute;
	top: 220px;
	>top:222px;
	left:10px;
	>left:12px;
	z-index:9999;
}

a.switch_banner.active {
  background-color: #256fb3;
  border: 1px solid #2060a7;
  color: #fff;
  width: 16px;
  height: 16px;
  padding: 3px 6px 2px 6px;
  margin: 0 0 0 5px;
  text-decoration: none;
}

a.switch_banner.active:hover {
  background-color: #2c88dc;
  border: 1px solid #2060a7;
  color: #fff;
}

a.switch_banner {
  background-color: #cfd0d1;
  border: 1px solid #a4a4a4;
  color: #111;
  width: 16px;
  height: 16px;
  padding: 3px 6px 2px 6px;
  margin: 0 0 0 5px;
  text-decoration: none;
}

a.switch_banner:hover {
  background-color: #e6e6e6;
  border: 1px solid #cfd0d1;
  color: #111;
}

#sword { display:block; }

a.highlight_ado:link, a.highlight_ado:visited, a.highlight_ado:active {
	color:#444444;
	text-decoration:none;
}
a.highlight_ado:hover {
	color:#444444;
	text-decoration:underline;
}
a.highlight_on:link, a.highlight_on:visited, a.highlight_on:active {
	color:#115491;
	text-decoration:none;
}
a.highlight_on:hover {
	color:#115491;
	text-decoration:none;
}
a.downloadLink:link, a.downloadLink:visited, a.downloadLink:active {
	color:#115491;
	font-size:18px;
	text-decoration:underline;
}
a.downloadLink:hover {
	color:#115491;
	font-size:18px;
	text-decoration:underline;
}

/***Acount Security Center**********************************************/
.page-account-security-center #main {
    background: none repeat scroll 0 0 #C8C8C8;
    border-left: 0px solid #D8D8D8;
    border-right: 0px solid #D8D8D8;
    height: 100%;
    width: 914px;
}

.page-account-security-center #content-inner {
	margin-left: 0px;
	width: 914px;
}

.page-account-security-center #content-inner #content-top {
	margin-left: 8px;
}

.page-account-security-center #content-inner #content-area {
	position: relative;
	top: -7px;
}

.page-account-security-center #content-inner h1.title {
	display: none;
}

.page-account-security-center #content-inner #content-area table {
   position: relative;
   top: 15px;
   left: 30px;
   margin: 0;
}

.page-account-security-center #content-inner #content-area table th {
   font-size: 20px;
   font-weight: normal;
}

.page-account-security-center #content-inner #content-area #account-description, .page-account-security-center #content-inner #content-area #account-desc-1, .page-account-security-center #content-inner #content-area #account-desc-2, .page-account-security-center #content-inner #content-area #account-desc-3  {
   position: relative;
   top: 50px;
   left: 30px;
   width: 850px;
}

#account-desc-1, #account-desc-2, #account-desc-3 {
	display: none;
}

#account-desc-1 span, #account-desc-2 span, #account-desc-3 span {
	color: #333;
}

#noscript-warning {
	background-color: #AE0000;
	color: #FFF;
	font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
	padding: 8px;
	text-align: center;
}
.warning-icon {
	background-image: url("/_img/warning-icon.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
	position: relative;
	top: 3px;
    height: 16px;
    width: 16px;
	margin: 0 10px 0 0;
}