body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:13px;
	font-weight:normal;
}
q:before,q:after {
	content:;
}
abbr,acronym { 
	border:0;
}
pre{
	font-size: 1em ;
	white-space: nowrap;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
a{
	cursor:pointer;
        outline: none;     /* for Firefox */
        hlbr:expression(this.onFocus=this.blur());     /* for IE */
}

/* wekey相關 */
a.wekey {
	border-bottom:1px dotted #aaa;
}
span.wekeyfy {
	/*background: url(http://images.gamebase.com.tw/2008/wekeyfy.gif) repeat-x bottom center;*/
	padding-bottom: 1px;
	border-bottom: 1px dashed #c72cf2;
	cursor: help;
}

img.emotion {
	vertical-align:middle;
}

.clear{
clear:both;
}
.goleft{
float:left;
}
.goright{
float:right;
}

.txt_left{
text-align:left;
}
.txt_right{
text-align:right;
}
.txt_center{
text-align:center;
}

.txt_middle{
vertical-align:middle;
}

.relative{
	position:relative;
}

.height_5{
	height:5px;
}


.block {
	display:block;
}

.hidden {
	display:none;
}

.nowrap { 
	white-space: nowrap;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* 分頁表格 20080310 */
#page_table{
	border:0;
	border-collapse: collapse;
	text-align:center;
	width:0;
	margin:5px auto;
}
#page_table td{
	border:solid 1px #666;
	text-align:center;
	white-space:nowrap;
	padding:1px 2px;
	font-size:13px;
	white-space:nowrap;
}
#page_table a{
	border-bottom:none;
	text-decoration:none;
	display:block;
	padding:0;
	min-width:20px;
}
#page_table td.page_select a{
	font-weight:bold;
	text-decoration:underline;
}
#page_table input.go_page{
	width:35px;
	height:16px;
	border:solid 1px #333;
}
#page_table input.submit{
	width:35px;
	font-size:11px;
	border:solid 1px #333;
	cursor:pointer;
}
#page_table td.next_page {
	padding-left:10px;
	border:0;
}

#page_table td.re_page {
	padding-right:10px;
	border:0;
}




/* 浮動式公告 */
#fixed_box {
	position:absolute;
	bottom:-300px;
	right:0;
	width:220px;
	height:190px;
	background:url(http://images.gamebase.com.tw/2008/etc/sys_msg.gif);
	z-index:999;
}

#fixed_box .fixed_box_title {
	font-size:14px;
	font-weight:bold;
	margin:10px 0 0 10px;
}

#fixed_box .fixed_box_main {
	font-size:13px;
	padding:3px 12px ;
	width:200px;
	color:#000;
}

#fixed_box .button_close {
	float:right;
	margin-top:13px;
	margin-right:15px;
	cursor:pointer;
}

#fixed_box .fixed_box_main a {
	color:#000;
}


/* 佈局 */
#header{
	position:relative;
	width:955px;
	margin:0 auto 5px;
	z-index:5;
}
#contaiter{
	position:relative;
	margin:0 auto;
	width:955px;
	z-index:1;
}
#leftColumn{
	position:relative;
	float:left;
	width:200px;
	overflow:hidden;
}
#content{
	position:relative;
	float:left;
	width:755px;
	overflow:hidden;
}
#center{
	position:relative;
	float:left;
	width:555px;
	overflow:hidden;
}
#rightColumn{
	position:relative;
	float:left;
	width:200px;
	overflow:hidden;
}
#footer{
	position:relative;
	width:955px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	font-size:13px;
	clear:both;
}
#copyright{
	clear:both;
	margin:0 auto;
	padding:20px;
	font-size:12px;
	line-height:18px;
}

/* 兩欄式 layout調整 */
body.column_2 #center {
	width:755px;
}

body.column_2 #rightColumn {
	display:none;
}

/* 區塊 */
.box{
	position:relative;
	margin:0 auto 5px;
	overflow:hidden;
}
.box h4{
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	line-height:25px;
	padding-left:15px;
	_padding-top:2px;
}
.box_main{
	border:1px solid #666;
	padding:5px;
	overflow:hidden;
	_height:1%;
	line-height:17px;
}

/* 左列跟右列區塊 */
#leftColumn .box, #rightColumn .box{
	width:200px;
}
#leftColumn .box h4, #rightColumn .box h4{
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/left_right_bg1.gif) no-repeat;
}

/* 中間區塊 */
#center .box {
	width:535px;
}

#center .box h4{
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/title_bg1.gif) no-repeat;
}

/* 兩欄式 中間區塊 調整 */
body.column_2 #center .box {
	width:745px;
	margin:0 0 5px 10px;
}

body.column_2 #center .box h4{
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/title_bg02.gif) no-repeat;
}

/* 單欄式 中間區塊 調整 */
body.column_1 #content ,
body.column_1 #center .box ,
body.column_1 #content .box {
	width:955px;
}

body.column_1 #content .box h4{
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/title_bg03.gif) no-repeat;
}

/* 共用style */
/* 列表 */
.ul_style li{
	background:transparent url(http://images.gamebase.com.tw/2007/index/index_all_2008/list_style_bt.gif) no-repeat scroll 2px 0px;
	padding-left:20px;
}

.ul_style li a{
	display:block;
	_display:inline;
}

.ul_style li a:hover{
	background:#303030;
}

/* 表頭更多 */
.title_more{
	position:absolute;
	right:5px;
	top:5px;
}
/* 間隔虛線 */
.hr{
	border-top:1px dotted #333;
	margin:5px 0;
}

/* 表格style */
.table_style{
	width:100%;
}

.table_style th{
	padding:3px;
	white-space:nowrap;
	text-align:center;
}

.table_style td{
	padding:3px;
}

.table_hr td{
	height:5px;
	border:0;
}

.table_style .submit {
	text-align:center
}

.table_style .submit input{
	border:1px;
}

/* 目前位置 */
#where_am_i {
	padding-left:5px;
	line-height:23px;
	font-size:13px;
	overflow:hidden;
}

/* tr 移上去 變色 */
.tr_bg {background:#0f0f0f;}
.omover {background:#303030;}

option{
	padding-right: 5px;
}

.submit{
	cursor:pointer;
}

.loding_box{
	text-align:center;
}

.hand{
	cursor:pointer;
}


/* 連結假裝成按鈕 */
.link_button {
	padding:1px 5px;
	border:1px solid #000;
	color:#000;
	background-color:#DDD;
}

.link_button:hover {
	color:#DDD;
	background-color:#000;
	border:1px solid #FFF;
}

.highlight { background-color: #ff6; color: #000 !important; font-weight: bold; padding: 0 1px; }


/* gb light box */
div#light_box_bg {
	z-index:1234;
	position: absolute;
	cursor:pointer;
	left: 0;
	top: 0;
	background: #333;
	opacity: 0.75;
	#filter: alpha(opacity=75);
}

.gb_light_box {
	z-index:1235;
	position:absolute;
	border:1px solid #DDD;
	background:#111;
	width:20px;
	height:30px;
	overflow:hidden;
}

.gb_light_box h4 {
	border-bottom:1px solid #DDD;
	background:#333;
	color:#FFF;
	line-height:20px;
	padding:5px;
	font-size:15px;
}

.gb_light_box .close {
	position:absolute;top:7px;right:7px;cursor:pointer;
}

.gb_light_box .main {
	padding:5px;
	line-height:17px;
}

/* gb_accuse_box */
.gb_accuse_box {
	font-size:13px;
	color:#000;
}
.gb_accuse_box a{
	color:#fadc96;
}
.gb_light_box .table_style {
	background:#CCC;
	#width:625px;
}
.gb_light_box .table_style th{
	width:80px;
	background:#666;
	color:#EEE;
	font-size:13px;
	font-weight:bold;
	border:1px solid #000;
	padding:3px;
	line-height:24px;
}
.gb_light_box .table_style td{
	font-size:13px;
	border:1px solid #000;
	padding:4px;
}
.gb_light_box .table_style td a{
	color:#578CCA;
}
.gb_accuse_box textarea {
	width:100%;
	height:90px;
	#height:80px;
}
.gb_accuse_box .note {
	color:#EEE;
	font-size:13px;
}

/* light_box 教學模式 */
.tech_mode h4 {
	display:none;
}
.tech_mode {
	background:none;
	border:0;
}

/*  gb_member_box */
#gb_member_box {
	position:relative;
}

#gb_member_box .no_login {
	position:relative;
	width:186px;
	height:132px;
	background:transparent url(http://images.gamebase.com.tw/2007/index/index_all_2008/mo_bg.gif) no-repeat scroll 0 0;
}

#gb_member_box .no_login a.button_login {
	position:absolute;
	top:15px;
	left:0;
	width:32px;
	height:101px;
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/login_bt_a2.gif) no-repeat;
}

#gb_member_box .no_login a.button_login:hover {
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/login_bt_b2.gif) no-repeat;
}

#gb_member_box .in_login {
	height:120px;
}

#gb_member_box .in_login a.button_login {
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/login_bt_b2.gif) no-repeat;
}

#gb_member_box .in_login a.button_login:hover {
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/login_bt_b2b.gif) no-repeat;
}

#gb_member_box .avata_img {
	position:absolute;
	top:15px;
	left:38px;
}

#gb_member_box a.button_checkin {
	position:absolute;
	top:15px;
	right:10px;
	height:32px;
	width:32px;
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/mo_bg_c.gif) no-repeat;
	color:#FFF;
	font-size:11px;
	line-height:13px;
	padding-top:10px;
	text-align:center;
}
#gb_member_box a.button_checkin:hover {
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/mo_bg_b.gif) no-repeat;
	color:#000;
}
#gb_member_box a.checkin_over {
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/mo_bg_b.gif) no-repeat;
	color:#000;
	padding-top:3px;
	#padding-top:5px;
}

#gb_member_box a.button_gmail {
	position:absolute;
	top:50px;
	right:10px;
	height:32px;
	width:32px;
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/mo_bg_c.gif) no-repeat;
	color:#FFF;
	font-size:11px;
	line-height:13px;
	padding-top:10px;
	text-align:center;
}
#gb_member_box a.button_gmail:hover {
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/mo_bg_b.gif) no-repeat;
	color:#000;
}

#gb_member_box .member_box_info {
	position:relative;
	background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/mo_bg_r2_c1.gif) bottom no-repeat;
	width:186px;
	color:#000;
	line-height:18px;
	font-size:12px;
}

#gb_member_box .member_box_info span {
	display:block;
	margin-left:10px;
}

#gb_member_box .member_box_info .button_open_close {
	position:absolute;
	top:20px;
	right:10px;
}

#gb_member_box .member_box_info .my_link {
	position:relative;
	margin:5px auto 0;
	border-top:1px dotted #333333;
	width:172px;
	padding-top:5px;
	font-size:11px;
}

#gb_member_box .member_box_info .my_link h5 {
	font-weight:bold;
}

#gb_member_box .member_box_info .my_link a {
	color:#960;
}
#gb_member_box .member_box_info .my_link a:hover {
	color:#69F;
}

#gb_member_box .member_box_info a.go_panel {
	margin-top:4px;
	display:block;
	background:#CCC;
	border:1px solid #CCC;
	padding:5px 0 3px;
	text-align:center;
	color:#115BB4;
}

#gb_member_box .member_box_info a.go_panel:hover {
	background:#666;
	color:#FFF;
	border:1px solid #FFF;
}

#gb_member_box .member_box_info .dindon {
	margin-top:5px;
	background:#DED8DB;
	color:#990000;
	font-size:12px;
	line-height:25px;
	height:25px;
	text-align:center;
}

#gb_member_box .member_box_info .dindon_msg {
	display:block;
	padding:3px 0;
	text-align:center;
}

#gb_member_box .member_box_info .dindon_msg a {
	color:#960;
}
#gb_member_box .member_box_info .dindon_msg a:hover {
	color:#69F;
}

/* 會員未登入 */
#gb_member_box .member_no_login {overflow:hidden;_height:1%;}
#gb_member_box .member_no_login {display:block;}
#gb_member_box .member_no_login li{float:left;}
#gb_member_box .member_no_login li.login a{display:block;width:88px;height:48px;background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/member_bt01.gif) no-repeat 0px 0px; margin-right:10px;margin-left:1px;}
#gb_member_box .member_no_login li.login a:hover{background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/member_bt01.gif) no-repeat 0px -48px;}
#gb_member_box .member_no_login li.register a{display:block;width:88px;height:48px;background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/member_bt01.gif) no-repeat -88px 0px;}
#gb_member_box .member_no_login li.register a:hover{background:url(http://images.gamebase.com.tw/2007/index/index_all_2008/member_bt01.gif) no-repeat -88px -48px;}










/* 預設版頭 gb_header */
#gb_header {
	position:relative;z-index:99
}

#gb_header a{
	color:#fadc96;
	border-bottom:none;
	text-decoration:none;
}

#gb_header a:hover{
	color:#ccc;
}

#gb_header .header_main{
	position:relative;
	margin:0 auto;
	width:955px;
	color:#FFF;
	font-size:12px;
	z-index:99;
}

#gb_header .white {
	color:#000;
}

#gb_header .small{
}

#gb_header .header_logo {
	position:relative;
	background:url(http://images.gamebase.com.tw/2008/header/global/08_header_bg.jpg) no-repeat;
	height:100px;
}

#gb_header .small .header_logo {
	background:url(http://images.gamebase.com.tw/2008/header/global/08s_header_bg.jpg) no-repeat;
	height:60px;
}

#gb_header .have_bg_img .header_logo {
	height:56px;
}

#gb_header h1 {
	position:absolute;
	top:5px;
	left:5px;
}

#gb_header h2 {
	position:absolute;
	height:50px;
	width:110px;
	top:30px;
	left:210px;
	cursor:pointer;
}

#gb_header .small h2 {
	top:10px;
	left:130px;
}

#gb_header .header_top{
	position:relative;
	margin:0 auto;
	height:22px;
}

#gb_header .top_left{
	position:absolute;
	top:4px;
	left:3px;
}

#gb_header .top_right{
	position:absolute;
	top:4px;
	right:3px;
}

#gb_header .header_search{
	position:absolute;
	width:230px;
	top:7px;
	right:0;
	font-size:13px;
}

#gb_header .header_search .search_word{
	position:absolute;
	width:100px;
	top:5px;
	right:123px;
	font-size:14px;
	background:#CCC;
}

#gb_header .header_search .search_type{
	position:absolute;
	width:55px;
	top:4px;
	right:65px;
	background:#CCC;
}

#gb_header .header_search .search_submit{
	position:absolute;
	border:0;
	width:60px;
	height:21px;
	top:4px;
	right:3px;
	background:url(http://images.gamebase.com.tw/2008/header/global/header_search.gif) no-repeat;
	cursor:pointer;
}

#gb_header .header_member{
	position:absolute;
	top:15px;
	width:520px;
	right:235px;
	font-size:13px;
	text-align:right;
}

#gb_header .header_gb_img {
	position:relative;
	margin:0 auto;
	width:955px;
	height:150px;
}

#gb_header .header_gb_img .header_gb_imgbottom{
	position:absolute;
	width:955px;
	height:150px;
	left:0;
	bottom:0;
	_bottom:4;
	background:url(http://images.gamebase.com.tw/2008/header/global/08s_headerbottom_bg.gif) no-repeat;
}

/* 我的選單 */
#gb_header .my_menu{
	position:relative;
}

#gb_header .header_menu_ul{
	position:absolute;
	display:none;
}

#gb_header .header_menu_ul li{
	position:relative;
	display:block;
	width:120px;
	text-align:left;
}

#gb_header .header_menu_ul li a {
	display:block;
	height:22px;
	line-height:22px;
	overflow:hidden;
	padding:0 5px;
	background:transparent url(http://images.gamebase.com.tw/etc/alpha/alpha_666666_10.png) repeat !important;
	_background-image: none;
	_background:#666;
	_filter:alpha(opacity=90);
	border:1px solid #aaa;
}

#gb_header .header_menu_ul li a:hover {
	color:#FFF;
	background:transparent url(http://images.gamebase.com.tw/etc/alpha/alpha_333333_10.png) repeat !important;
	_background-image: none;
	_background:#333;
	_filter:alpha(opacity=90);
	border:1px solid #FFF;
}

#gb_header .header_menu_ul li a.club_bm {
	background-image: none;
	background:#A08071 !important;
	color:#3A1A16;
}

#gb_header .header_menu_ul li a.club_bm:hover {
	color:#FFF;
}

/* 我的選單 */
#gb_header #header_member_menu {
	top:20px;
	left:0;
}
/* 我的選單 - 標記討論板 入籍討論板 */
#gb_header #header_member_menu2 ,
#gb_header #header_member_menu3 {
	top:3px;
	right:120px;
}

#gb_header .header_menu_ul100{position:absolute;}
#gb_header .header_menu_ul1 {right:0;}
#gb_header .header_menu_ul2 {right:120px;}
#gb_header .header_menu_ul3 {right:240px;}
#gb_header .header_menu_ul4 {right:360px;}
#gb_header .header_menu_ul5 {right:480px;}

/*底圖連結*/
#gb_header .bg_link {
	position:absolute;
	top:22px;
	width:955px;
	height:150px;
}

/* 頻道 */
#gb_header .menu{
	position:absolute;
	background:url(http://images.gamebase.com.tw/2008/header/global/08_menu.gif) no-repeat;
	width:71px;
	height:57px;
	bottom:0;
}
#gb_header .menu1{background-position:-355px 0;right:  5px;}
#gb_header .menu2{background-position:-284px 0;right: 76px;}
#gb_header .menu3{background-position:-213px 0;right:147px;display:none;}
#gb_header .menu4{background-position:-142px 0;right:147px;}
#gb_header .menu5{background-position: -71px 0;right:218px;}
#gb_header .menu6{background-position:     0 0;right:289px;}
#gb_header .menu1:hover{background-position:-355px -57px;}
#gb_header .menu2:hover{background-position:-284px -57px;}
#gb_header .menu3:hover{background-position:-213px -57px;}
#gb_header .menu4:hover{background-position:-142px -57px;}
#gb_header .menu5:hover{background-position: -71px -57px;}
#gb_header .menu6:hover{background-position:     0 -57px;}


/* 各頻道 h2 */
#gb_header .forum_index h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_forum_b.gif) no-repeat;}
#gb_header .forum h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_forum_b.gif) no-repeat;}
#gb_header .mybase h2 {background:url(http://images.gamebase.com.tw/2008/mybase/index/header_title_mybase_b.gif) no-repeat;}
#gb_header .news h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_news_b.gif) no-repeat;}
#gb_header .gfile h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_gfiles_b.gif) no-repeat;}
#gb_header .wekey h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_wekey_b.gif) no-repeat;}
#gb_header .wekey_index h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_wekey_b.gif) no-repeat;}
#gb_header .hardware h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_hardware_b.gif) no-repeat;}
#gb_header .download h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_download_b.gif) no-repeat;}
#gb_header .membershare h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_events_b.gif) no-repeat;}
#gb_header .movie h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_movie_b.gif) no-repeat;}
#gb_header .web3go h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_web3go_b.gif) no-repeat;}
#gb_header .shop h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_shop_b.gif) no-repeat;}
#gb_header .iMax h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_imax_b.gif) no-repeat;}
#gb_header .tv h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_tv_b.gif) no-repeat;}
#gb_header .ac h2 {background:url(http://images.gamebase.com.tw/2008/header/titles/header_title_ac_b.gif) no-repeat;}


.mov .topic_table {display:none!important}


#gb_header .top_left a.go_gb_fb {
	width:142px;
	height:17px;
	background:url(http://images.gamebase.com.tw/2009/header/go_gb_fb.gif) no-repeat;
}


/* 各頻道 換板頭底圖用範例
#gb_header .member_index {
	background:url(http://images.gamebase.com.tw/2008/mybase/index/mybaseheader_bg.jpg) no-repeat scroll 0 22px;
}
*/



/* fixed 系列 */
.fixed-top /* 頭部固定 */{position:fixed;bottom:auto;top:0px;}
.fixed-bottom /* 底部固定 */{position:fixed;bottom:0px;top:auto;}
.fixed-left /* 左側固定 */{position:fixed;right:auto;left:0px;}
.fixed-right /* 右側固定 */{position:fixed;right:0px;left:auto;}

* html,* html body /* 修正IE6振動bug */{background-image:url(about:blank);background-attachment:fixed;}
* html .fixed-top /* IE6 頭部固定 */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}
* html .fixed-right /* IE6 右側固定 */ {position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));}
* html .fixed-bottom /* IE6 底部固定 */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
* html .fixed-left /* IE6 左側固定 */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));}
