@charset "big5";
/* 撲克館官網使用 */

@import url("/include/i_reset.css");
@import url("/Include/i_style.css");
@import url("/Games/FreePlay/PK/Include/i_style.css");


body{ background-image: url(/Graphics/Games/FreePlay/PK/images/Bg_Body.gif);}

div{display:block;}

/* 最外層給居中定位用 */
#PK_main{
	position:relative;
	width:100%;
/*	text-align:center; 使整個畫面居中，讓內容物居中 */
}

/* 設定#PK_side的背景圖，及區分左右兩邊用 */
#PK_maincontent{
/*	margin:0 auto; 使整個畫面居中 */
	width:1002px;
	overflow:auto;/* 用於FF可顯示BG */
}

/* 真正左邊內容區 */
#PK_all{
	width:773px;
	background-image: url(/Graphics/Games/FreePlay/PK/images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#9F0100;
	float:left;
}

/* 右邊加入最愛區 */
#PK_side{
	width:229px;
	float:right;
	text-align:left;/* 當畫面居中，避免被居中影響，右邊DIV內容物靠左用 */
}

#PK_header{ 
	clear:both;
	width:773px; 
	height:140px; 
}

#PK_allcontents{width:773px;overflow:auto;/* 用於FF自適DIV高度 */}

#PK_menus{width:150px;float:left;}

#PK_content{width:623px;float:right;}

/* ==========================中間內容文字(以下各官網自由取名應用)======================================== */

/* 內容總寬度包含標題 */
#width_size{ width:618px;}

/* 文字內容寬度 */
#import_content{ width:100%;}
	
/* ================================================================================================= */

#PK_footer{ 
	clear:both;
	width:773px;}

.png  {tmp:expression(setPng(this));}

.tablecontent {	font-size:12px;}