html {
    background: url(/sites/www.gamersfirst.com.taikodom/files/background/background_color.jpg);
    overflow: hidden;
    overflow-y: auto;
	}
	
body { 
	background: url(/sites/www.gamersfirst.com.taikodom/files/background/background_image.jpg) top center no-repeat; 
	color: #FFF;
	}
	
a:link, a:visited, a:hover, a:active { 
    text-decoration: underline; 
    color: #205791;
    }

#header {
	height: 85px;
	background: none;
    }

#header_nav {
    color: #EEE;
    }

a.highlight:link,a.highlight:hover, a.highlight:visited {
	color:#FFF;
    }
	
a.highlight2:link,a.highlight2:hover, a.highlight2:visited {
	color:#FFF;
    }
	
#container { 
	width: 914px;
	border-left:0;
	border-right:0;
	background: #000 url(../_img/background_image.jpg) no-repeat top center;
    }

#logoImg {
	width: 236px;
	height: 56px;
	background: url(../_img/logo-gamersfirst.png) no-repeat;
	cursor:pointer;
	}

#logoEkolayImg {
	width: 425px;
	height: 66px;
	background: url(../_img/logo_gamersfirst_ekolay.png) no-repeat;
	}

.eula_tos {
    height:100px;
    width:310px;
    border:1px solid #ccc;
    overflow-y:scroll;
    text-align:left;
    }

.tou_eula_box {
	width:475px;
}
	
#header_tab_nav {
	background: #292929 url(../_img/tab_nav_bgd.jpg) repeat-x;
    }
	
#header_tab_nav a {
	color: #FFF;
    }

#header_tab_nav a:hover {
	color: #205791;
	}

#header_tab_nav a.navOn {
	color: #205791;
    }
	
#footer {
	background: #262628 url(../_img/footer_background.jpg) repeat-x;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
    margin: 0;
    }
	
/* IE6 */
* html #footer {
	margin-top: 0px;
	}
/* IE7 */
*:first-child+html #footer {
	margin-top: 0px;
	}

#footer a:link, #footer a:visited { 
    color: #FFF;
    }

#footer2 a:link, #footer2 a:visited { 
    color: #FFF;
    }

#footer_content {
    color: #FFF;
    }

#footer_content a:hover {
	color: #205791;
	}
	
#copyright {
	color: #FFF;
	}
	
#content {
	float:left;
	width:584px;
	margin:0 10px 10px 0;
	_height:550px;
    }

#main { 
    background: #000;
	border: 1px solid #414141;
	border-top: 0px;
	margin: 0; 
	padding: 9px 9px 0;
	_padding: 9px 1px 0;
	height:100%;
	overflow:none;
    }
	
#left_menu {
	margin-left: -10px;
	_margin-left: -1px;
	float: left;
	width: 199px;
}

#body_content {
	float: left;
	width: 705px;
}

* html #body_content {
	position:absolute;
	top:42px;
	left:199px;
}
/* marketplace categories tabs */
#tabNav {
	height: 28px;
	background: #514d47 url(../_img/tab_categories_bg.jpg) repeat-x;
	border-top: 0px;
	margin: 0;
	padding: 0;
	}

.tab_category {
	float: left;
	margin-top: 5px;
}
*:first-child+html  .tab_category {
	margin-top: -5px;
}
	
a.tab2:link, a.tab2:visited {
	z-index: 100;
	display: block;
	color:#FFF;
	height: 23px;
	border-right: 1px solid #000;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin: -5px 0 0 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	}
*:first-child+html a.tab2:link, *:first-child+html a.tab2:visited  {
	margin-top: 5px;
	}

a.tab2:hover {
	color: #990000;
	}
	
a.tabLast {
	border-right: 1px solid #000 !important;
    }

a.tabOn {
	background: #000 url(../_img/marketplace_nav_on2.jpg) repeat-x !important;
	background-image: none;
    }

/* login button */
.button_big {
    width: 119px;
    padding:16px 25px;
    border:0 none;
	border: 1px solid #535353;
    background: #205791 url(../_img/btn_big_bgd.jpg) repeat-x;
	cursor:pointer;
    color: #FFF;
    font:bold 14px arial, verdana, helvetica;
	overflow:visible;
    }
	
.button_big[disabled], .button_big[disabled]:hover {
    background:#205791 url(../_img/btn_big_bgd_disabled.jpg) repeat-x;
    cursor:default;
    color: #999;
    border: #999;
    }

.button_big:hover {
    background:#205791 url(../_img/btn_big_bgd_over.jpg) repeat-x;
    cursor:pointer;
    color: #FFF;
    }
	
/* language menu hover */
#langMenuMid a:hover {
	background: #205791;
	color: #FFF;
    }

.button {
    font:bold 14px arial, verdana, helvetica;
    margin: 0px;
	padding:5px 5px 5px 6px;
    border:0 none;
    background:#205791 url(../_img/btn_orange_bgd.gif) repeat-x;
    cursor:pointer;
    color: #FFF;
	overflow:visible;
    }
	
.button[disabled], .button[disabled]:hover {
    background:#205791 url(../_img/btn_orange_bgd_disabled.gif) repeat-x;
    cursor:default;
    color: #999;
    }

.button:hover {
    background:#205791 url(../_img/btn_orange_bgd_over.gif) repeat-x;
    cursor:pointer;
    color: #FFF;
    }	
	
.form_title {
    color: #EEE;
    display: block;
    font: bold 12px arial,verdana,helvetica;
    margin-bottom: 15px;
    margin-left: 20px;
}

.content_bordered_top {
	background: url(../_img/content_bordered_top.jpg) repeat-x;
	border-right: 1px solid #393939;
	border-left: 1px solid #393939;
	}
	
.content_bordered_body {
	background-color: #000;
	padding: 0 10px;
	border: 0;
	border-right: 1px solid #393939;
	border-left: 1px solid #393939;
	}
	
.content_bordered_body label {
	color: #FFF;
	}
	
.content_bordered_bottom {
	background: url(../_img/content_bordered_bottom.jpg) repeat-x;
	border-right: 1px solid #393939;
	border-left: 1px solid #393939;
	}

/** Landing page **/
.teaser_text {
	margin: 0 0 0 46px;
	
	line-height: 14px;
}
/* IE6 */
* html .teaser_text {
	
	}
/* IE7 */
*:first-child+html .teaser_text {
	
	}
.trailer_block {
	width: 370px;
	height: 260px;
	margin: -22px 8px 0 15px;
}
/* IE6 */
* html .trailer_block {
	margin-right:4px;
	}
/* IE7 */
*:first-child+html .trailer_block {
	margin-left: 8px;
	}

.screenshots {
	width: 100%;
	margin-top: 19px;
	margin-left: 12px;
	text-align: center;
	}
/* IE6 */
* html .screenshots {
	margin-top: 6px;
	}
/* IE7 */
*:first-child+html .screenshots {
	margin-top: 6px;
	}

.screenshot_thumbs {
	margin-top: 52px;
	margin-left: 32px;
	}
/* IE6 */
* html .screenshot_thumbs {
	margin-top: 0px;
	}
/* IE7 */
*:first-child+html .screenshot_thumbs {
	margin-top: 54px;
	margin-right:4px;
	}
	
.game_content {
	float: right;
	padding: 19px 74px 0 0;
	width:406px;
	}
/* IE6 */
* html .game_content {
	padding-right: 28px;
	}

.popupWindow {
    display: none; 
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left:-200px;	
    width:316px;
	min-height:395px;
    }

/* REGISTRATION */
#join_now_header_image {
	width: 890px;
	height: 175px;
	background: url(../_img/join_now_header.jpg);
	margin-bottom: 10px;
	}

#login_reg_container {
	width: 850px;
	background: #000;
	padding: 20px;
}

#login_reg_login {
	width: 305px;
	float: left;
	background: #000;
	border: 1px solid #999;
	margin-right: 15px;
	text-align: center;
}

#login_reg_reg {
	width: 525px;
	float: left;
	background: #000;
	border: 1px solid #999;
}

.login_reg_box_header {
	border-bottom: 1px solid #999;
	font-size: 11px;
	line-height: 15px;
	padding: 10px 10px;
	text-align: left;
}

.login_reg_box_header_title {
	color: #205791;
	font-size: 18px;
	padding-bottom: 8px;
	text-align: center;
}

.orange {
	color: #205791;
}
#loginresponse {
	display:none;
	font: 14px arial, verdana, helvetica;
    font-weight: bold;
	margin-top:5px;
	margin-left:30px;
    }

a.game_skin_color, game_skin_color:hover, game_skin_color:visited, game_skin_color:active {
	color: #205791;
}

p {
	color: #FFF;
}

a.join_button {
	width: 285px;
	height: 71px;
	display: block;
	background: url(../_img/sign_up_now.png) no-repeat;
	}

a.download_button {
	width: 199px;
	height: 63px;
	display: block;
	background: url(../_img/download.png) no-repeat;
	}
	
.form_field_login2 {
	width: 171px;
	margin-bottom: 16px;
	text-align: left;
}
*html .form_field_login2 {
	padding-bottom: 16px;
}

.form_field_login3 {
	float: none;
	text-align: center;
	margin-bottom: 16px;
}
*html .form_field_login3 {
	padding-bottom: 16px;
}

input.field1 {
	width: 181px;
	_width:179px;
	>width:177px;
}

.colLeft {
	text-align: left;
	width: 250px;
}

.colRight {
	text-align: left;
	width: 190px;
}

label.overlabel2 {
	position:absolute;
	top:3px;
	left:68px;
	z-index:1;
	color:#777;
}
/* IE6 */
*html label.overlabel2 {
	left:8px;
}

.popupWindow {
    display: none; 
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left:-200px;	
    width:316px;
	min-height:395px;
    }


input.valid2 {
	color:#333;
	font-weight:normal;
	border:0px solid #4CAF41;
    background: #000 !important;
    }
	
.join_holder {
	padding: 20px 0 0px 90px;
}

img, div, a { behavior: url(../_img/iepngfix.htc) }

/********* RESKINNED VERSION *********/
.button_download_client {
	display: block;
	float: left;
	width: 248px;
	height: 42px;
	background: url('../_img/download-btn.jpg');
	margin-right: 1px;
	}
.button_register_now {
	display: block;
	float: left;
	width: 248px;
	height: 42px;
	background: url('../_img/register-btn.jpg');
	margin-right: 1px;
	}
.bordered_container {
	background: #1c1c1c;
	border: 1px solid #454242;
	color: #FFF;
	margin-top: 2px;
	padding: 3px;
	_position:relative;
	_top:-23px;
	}
.accounts_credits {
	font-size: 13px;
	padding: 7px 13px 10px 13px;
	line-height: 18px;
	}
.purchase_g1c_bg {
	height: 31px;
	background-color:#284f7f;
	font-size: 13px;
	padding: 8px 13px;
	_position:relative;
	_top:-25px;
	}
.selected_account_details {
	width: 400px;
	height: 480px;
	margin-right: 3px;
	float: left;
	}
.selected_account_details div {
	background: #000;
	line-height: 22px;
	}
.select_account_inventory {
	width: 285px;
	height: 480px;
	float: left;
	}
.notice_warning {
	background-color: #252525;
	color: white;
	overflow:auto;
	width: 285px;
	height: 480px;
	float: left;
	}
.select_account_inventory div {
	background: #000;
	
	}
.title_inventory {
	height: 24px;
	background: #362c20 url('../_img/title_inventory_bg.jpg') repeat-x;
	border-bottom: 1px solid #252424;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 0 8px;
	}
.inventory_items_container {
	height: 452px;
	overflow: auto;
	}
.inventory_item {
	border-top: 1px solid #252424;
	padding: 7px;
	}
.inventoryImg {
	width: 60px;
	margin-right: 10px;
}
.inventoryText {
	font-size: 13px;
	padding-top: 2px;
	}
.inventoryItemDesc {
	font-size: 12px;
	color: #FFF;
}

.login_label {
	color: #FFF;
}



  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  	margin:-4px 0px 0px 9px;
  	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f2f2f2;
  }
  
   /*  Footer Links */
  
  #block-menu-menu-footerlinks ul
  {
  	padding-left:14px;
	margin-top: 0px;
	height:24px;
	background:url(../_img/footer_bar_bgd.jpg) repeat-x;
	border-bottom:1px solid black;
  }
  
  #block-menu-menu-footerlinks li.leaf
  {
    padding:2px 6px 0px 0px;
  	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	float: left;
  }
  
  #block-menu-menu-footerlinks h2
  {
    display:none;
  }
  
  
  #block-menu-menu-footerlinks li.leaf a:link 
  {
    text-decoration:none; 
	font-weight:bold; 
	font-size:11px; 
	color:#f2f2f2;
	margin-left:-4px; 
	_padding-left:4px;
	>padding-left:4px;
  }
  
  #block-menu-menu-footerlinks li.leaf a:hover
  {
  	color:#990000;
  }
  
  #header_nav a:link,
  #header_nav a:visited
  {
  	color:#fff;
  }
  
#top_story {
	background:#000;
	width:586px;
	overflow:visible;
    }
	
.content_title_bg2, .content_title_bg3 {
	background: #2a507f url(../_img/content_title_bg.jpg) repeat-x;
	border-bottom: 1px solid #000;
	color: #FFF;
}

a.tab:link, a.tab:visited {
	border-right: 1px solid #000;
	color:#FFF;
	}

a.tab:hover {
	color: #990000;
	}
	
.question {
	color: #990000;
	}

.answer {
	background-color: #514e47;
	border-color: #868177;
	}
	
.acctMenuLink {
	color: #990000;
	}
	
.payActive, .cardHeader {
	color: #990000;
	}

#top_story_full {
	background-color: #000;
	}
.pay2Table, .pay2TableData1, .pay2TableData2, .pay2TableData {
	border-color: #484745;
	}
.pay2TableData2{
    background-color: #383736;
	}
.cardText {
	color: #FFF;
	}

.side_account_details div {
	color: #FFF;
	}
.game_nickname {
	color: #990000;
	}
.agreement_label {
	color: #FFF;
	}

/* top nav mouseover dropdown menus */
#m1
{
	left:20px;
	margin-top: 0px;
}

#m12
{
	left:140px;
}

#m13
{
	left:390px;
}

#m1, #m13 table {
	background: #000 url(../_img/games-back6.jpg) no-repeat; height:150px; width:236px;
	}
	
#m12 table {
	background: url(../_img/games-back6.jpg) repeat-x; height:150px; width:236px;
	}
a.top_nav_dropdown {
	color: #686868;
	text-decoration: none;
}
a.top_nav_dropdown:hover {
	background:#205791;  
	color: #ffffff;
} 

td.types {
	color:#205791;
}
/* end top nav mouseover dropdown menus */

/* REGISTRATION */
#reg_content {
	background: #000 url(../_img/reg_eye_candy.jpg) no-repeat top left;
	overflow:visible;
	width: 890px;
	margin-left: 0;
	}
#reg_content table {
	margin-left: 300px;
	}
.reg_skin_title {
	color: #205791;
	}
input.reg_form_field {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	}
.reg_form_label label {
	color: #FFF;
	}
.agreement_label {
	color: #FFF;
	}
.reg_step_number {
	float: left;
	font-size: 22px;
	margin-right: 12px;
	_margin-right:6px;
}
/* END REGISTRATION */

/* MARKETPLACE */

#payment_popup {
	background:#000;
}
#payment_popup_content {
	color:#FFF;
}

/* END MARKETPLACE */	

a.latest_news_en {
	background: url('../_img/btn_latest_news_en.jpg');
}
a.latest_news_en:hover {
	background: url('../_img/btn_latest_news_over_en.jpg');
}

a.join_now_en {
	background: url('../_img/btn_beta_signup_en.jpg');
}
a.join_now_en:hover {
	background: url('../_img/btn_beta_signup_over_en.jpg');
}

a.go_to_forums_en {
	background: url('../_img/btn_go_to_forums_en.jpg');
}
a.go_to_forums_en:hover {
	background: url('../_img/btn_go_to_forums_over_en.jpg');
}

#copyright {
	color: #FFF;
	}
	
#login_box label {
	color:#FFF;
}

#login_content p {
	color:#FFF;
}

.transactionTable thead th {
	background: #514e47 url(../_img/content_title_bg.jpg) repeat-x;
	border-color: #777;
	color: #FFF;
	}
	
.transactionTable tr td {
	background-color: #444;
	border-color: #777;
	color: #FFF;
	}
	
.content_title_bg, .content_title_bg2, .content_title_bg3, .content_title_bg4, .content_title4 {
	background: #2a507f url(../_img/content_title_bg.jpg) repeat-x;
	border-bottom: 1px solid #000;
	color: #FFF;
}
	
.content_bordered_bottom2 {
	background-color: #514e47;
	background-image: url(../_img/content_bordered_bottom.jpg);
	border-left: 1px solid #2a507f;
	border-right: 1px solid #2a507f;
	padding: 0;
	margin: 0;
}

.content_body2{
	border-left: 1px solid #2a507f;
	border-right: 1px solid #2a507f;
}

.content_title_bg3 {
	height: 35px;
	width: 900px;
	background: #2a507f url(../_img/content_title_bg.jpg) repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px
}

.content_title_bg5 {
	height: 8px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

.smallFont{
	height: 9px;
	color: #FFF;
	font-size: 11px;

}

.smallFontB{
	height: 9px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding-bottom: 3px;
}

#account_select_div {
	height: 50px;
	background-color: #000;
	padding: 15px;
	}

label {
 color: #7C7C7C;
}

.payStepActive{
	height: 9px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 5px;
	padding-right: 24px;
	padding-top: 0px;
	padding-bottom: 0px
	margin: 0px;		
}

.payStepInactive{
	height: 9px;
	color: #b2b2b2;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 5px;
	padding-right: 24px;
	padding-top: 0px;
	padding-bottom: 0px
	margin: 0px;	
}

.payActive{
	height: 9px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 0px;
	padding-bottom: 0px
	margin-bottom: 0px;
}

.payInactive{
	height: 9px;
	color: #b2b2b2;
	font-size: 11px;
	text-transform: capitalize;
	padding-top: 0px;
	padding-bottom: 0px
	margin: 0px;		
}

.floatLogin {
	display: none;
    background:#1C1C1C;
    padding: 0 10px 10px;
    position:absolute;
    top:30px;
    left:600px;
    z-index:9999;
    opacity:1;
    }
	
/* IE6 \*/    
* html .floatLogin {
    filter:alpha(opacity=100);
	top:34px;
    }
	
/* IE7 \*/
*:first-child+html .floatLogin {
	filter:alpha(opacity=100);
	top:30px;
	}
