@charset "utf-8";
/* CSS Document */

*	{	margin: 0; padding: 0;	}

body#faq	{
	background: #EEE url(images/bg_4x4eee.gif) repeat;
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	}

img	{	border: none;	}

#level0	{
	margin: 0 auto;
	text-align: center;
	}

#level1	{	
	width: 900px; 
	background-color: #FFF; 
	margin: 0 auto;
	border: 1px solid #BBBBBB;
	text-align: left;
	}

#level1-1	{	
	background-color: #FFF;
	background: url(images/index3_bg_level1.gif) repeat-x; 	/* 大背景 高80px  */
	height: 80px;
}	/* LOGO與工具列	*/

#top	{	width: 350px; background-color: #CC3399; height: 80px; float: left;	}

div#tools	{	
	/*background-color: #FFF; */

}
/*		死ie6用的		*/
* html div#tools	{	float: left; width: 470px;	}		
/*		右上角功能選項		*/

#bar	{	background: url(images/index3_about_09.gif) repeat-x; margin:0; padding: 0;		}
#bar	ul {		list-style-type: none;		}	
#bar ul	li {	display: inline;	list-style-type: none; padding: 0;		}	
#bar img	{		border: 0;		}
#bar table		{	border: 0;		}

/* 下列二行為加入會員&會員登入按鈕邊距設定  */
#checkuser	{	margin-top: -1px ; margin-left: 358px;	}
* html #checkuser	{	margin: 3px 0 0 8px;	}

#level1-2	{	
	background-color: #EB5986; 	/* 高70px 小廣告	*/
	height: 70px;
	voice-family: "\"}\"";
	voice-family: inherit;
	clear: both;
}	

/*	第三層 左側酒紅色背景 垂直重覆 底色無	*/
#level1-3	{
	/*background: #DDC url(images/index3_faq_04.gif) repeat-y;*/
	background: #DDC url(images/index3_faq_04c.gif) repeat-y;
	}	
/*	=nav_left	*/
#nav_left		{
	background-color: #93a8e7;  /*	2008.08.05 ←新的左側FAQ背景淺藍色, 下班前覆掉下面那色(酒紅)	*/
	/*background-color: #96215B;*/
	float: left;
	width: 200px;
	color: #FFF;
	position: relative;
	}

* html body #nav_left	{
	background-color: #93a8e7;  /*	2008.08.05 ←新的左側FAQ背景淺藍色, 下班前覆掉下面那色(酒紅)	*/
	/*background-color: #96215B;*/
	float: left;
	width: 200px;
	height: auto;
	margin-left: -2px;
	}

#float	{										/*	Left Nav float		*/
	/*position: relative;
	top: 50%;
	margin-top: -150px;*/
	width: 200px;
	position: relative;
}	

/*	=phone 左下角電話圖示	*/
#phone		{
	background: url(images/faq00.jpg) no-repeat left bottom; /*	2008.08.05 新增的 電話圖示 搭配新的左側底色 */
	/*background: url(images/index3_faq_03.jpg) no-repeat left bottom;*/
	float: left;
	width: 200px;
	height: 200px;
	position: absolute;
	bottom: 0px;
	left: 0%;
	z-index: 0;
	visibility: hidden;
}

* html div#phone		{
	background-color: #96215B;
	background-color: #93a8e7;
	background-image: none;
}	

/*
#nav_left ul		{
	list-style-image: none;
	list-style-type: none;	
	text-align: center;
	margin: 0;
	font-size: 16px;
}	

*/

/*	重覆宣告 60-40=20px 等於 上邊距可為20px  */
/*
#nav_left li	a	{
	height: 60px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 40px;					
	text-decoration: none;
}		
*/

/*
#nav_left li a:link, #nav_left li a:visited		{
	color: #96215B;
	display: block;
	background-image: url(images/index3_faq_02.gif) ;
	padding: 20px 0 0 40px;	}

*/	

/*
#nav_left a:hover	{
	background-image: url(images/index3_about_15.gif);
	background-position: 0% 60px;
}

*/

/*	問與答的右半側內容	 =content	*/
#content		{
	margin-left: 200px;
	/*	background-color: #DDC;*/
	background-color: #DDC;
	background-color: #f6f9fe;
	width: auto;
	float: none;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330;
	line-height: 1.5;
}

/* for-ie6- 表格不跑位 */
* html body #content	{
	margin-left: 200px;
	/*margin-left: 197px;*/
	}		
/*	問答的題目樣式 =h1	*/
#content h1	{
	border-bottom: 1px dotted #CCC;
	/* 便便色 */
	color: #cc6633;
	display: block;	
	font-size: 16px;
	font-family: Times, Arial, Helvetica, sans-serif;
	line-height: 2;
	/*	2008.08.05 Ben新增 大Q圖片 */
	padding-left: 30px;
	background: url(images/faqqq.gif) left no-repeat;
	clear: right;
}	

#content h1 a:link, #content h1 a:visited	{
	color: #cc6633;
	text-decoration: none;
	}
	
#content p	{
	background-color: #FFFFFF;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.75;
	padding-top: 10px;
	padding-bottom: 1.5em;
	}

#content p img	{
	padding: 0 0 10px 0;
	text-align: right; 
	display: inline; 
	float: right; 
	margin-top: 0;
	}

#content a:link, #content p span	{		color: #CC3300;		}
#content a:visited	{		color: #663300;		}

#content .green	{	color: #009933; font-weight: bold;	}
#content .pink	{	color: #FF33CC; font-weight: bold;	}

div#example	{
	float: left;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
}	

#example span	{
	float: left;
	clear: right;
	display: block;
	width: 20em;
	border: 1px solid #AAA;
	background-color: #f9f9f9;
	padding: 5px;
}	

#content table	{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

/*	FAQ 表格標題文字	*/
#content table th	{
	background-color: #004080;
	border-left: 1px solid #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #CCC;
	color: #EEE;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 2;
	}

/*	列醒目底色- 淺藍CLASS	*/
#content tr.trbg2 td, #content tr td.trbg2	{
	background-color: #66CCFF;
	font-size: 15px;
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	line-height: 2;
	}

/*	列醒目底色-灰CLASS	*/
#content tr.trbg td, #content tr td.trbg	{
	background-color: #EEE;
	}

#content table tr td	{
	background-color: #F9F9F9;
	line-height: 1.5;
	/*	width: 20%;	*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	/*height: 50px;*/
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}	

td.name	{	
	color: #222 !important; 
	background-color: #77B300 !important; 
	line-height: 2 !important;	
}

#content td.aptotic	{
	background-color: #A0F000;		}
#content td.ps	{
	background-color: #EEE;		}	

.bigword td	{
	font-size: 15px !important;
	font-family: Arial, Helvetica, sans-serif;
}	
/*IE 7 and modern browsers only*/
html>body span ul li	{
	list-style-type: square;
	font-size: 13px;
	margin-left: 1em;
	}
/*IE 6 and below*/	
* html span ul li	{
	list-style: disc;
	margin-left: 1.5em;
	font-size: 13px;
	}

/*		↓以下為日本代拍流程專用		
#faq_auction tr td.bg1		{		
	padding: 0;
	text-align: center;
	}	
#faq_auction tr td.bg1		{		
	background: url(images/faq_08.gif) no-repeat; 
	width: 580px;
	height: 600px;
	}
	
#faq_auction tr td.bg1 ul	{
	padding-left: 30px;
	}
	
#faq_auction tr td.bg1 ul li	{	
	list-style-type: none; 
	padding-bottom: 5px; 	
	}*/
	
#faq_auction tr td.bg2		{		background: url(images/faq_b06.gif) no-repeat;	}	
#faq_auction table	{	border: 0 !important;		}
html body #faq_auction table tr td	{	border-left: none;	border-top: none; text-align: left; 	}

/*		↓以下為日本代標代購流程專用		*/
#faq02-1 td.title	{	text-align: center;	}
#faq02-1 .bg1, #faq02-1 .bg2		{		padding: 185px 80px 80px 80px;		}	
#faq02-1 .bg1		{		background: url(images/faq_02.gif) no-repeat top center;		}	
#faq02-1 .bg1 ul li, #faq02-1 .bg2 ul li	{	list-style-type: none; padding-bottom: 5px; 	}
#faq02-1 .bg2		{		background: url(images/faq_b02.gif) no-repeat top center;	}	
html body div#faq02-1 table td, div#faq02-1 table	{	
	border: 0; 
	border-left: none; 
	border-top: none; 
	background-color: #DDC; 
	text-align: left;	
}
/*		↓以下為日本代拍流程專用		*/
#faq_auction td.title	{	text-align: center;	}
#faq_auction .bg1	{		padding: 230px 80px 230px 80px;		}	
#faq_auction .bg1	{		background: url(images/faq_08.gif) no-repeat top center;		}	
#faq_auction .bg1 ul li	{	list-style-type: none; padding-bottom: 5px; 	}
html body div#faq_auction table td, div#faq_auction table	{
	border: 0; 
	border-left: none; 
	border-top: none; 
	background-color: #DDC; 
	text-align: left;
}
/*		↓以下為美國代標代購流程專用		*/
#faq02-2 td.title	{	text-align: center;	}
#faq02-2 .bg1, #faq02-2 .bg2		{		padding: 185px 80px 70px 80px;		}
#faq02-2 .bg1		{		background: url(images/faq_04.gif) no-repeat top center;		}	
#faq02-2 .bg1 ul li, #faq02-2 .bg2 ul li	{	list-style-type: none; padding-bottom: 5px; 	}
#faq02-2 .bg2		{		background: url(images/faq_b04.gif) no-repeat top center;	}	
#faq02-2 table, #faq02-2 table tr td, #faq02-2  tr	{	
	border: 0; 
	border-left: none; 
	border-top: none; 
	background-color: #DDC!important; 
	text-align: left;		
}
/*		↓以下為中國代標代購流程專用		*/
#faq02-3 td.title	{	text-align: center;	}
#faq02-3 .bg1, #faq02-3 .bg2		{		padding: 185px 80px 50px 80px;		}	
#faq02-3 .bg1		{		background: url(images/faq_06.gif) no-repeat top center;		}	
#faq02-3 .bg1 ul li, #faq02-3 .bg2 ul li	{	list-style-type: none; padding-bottom: 5px; 	}
#faq02-3 .bg2		{		background: url(images/faq_b06.gif) no-repeat top center;	}	
#faq02-3 table, #faq02-3 table tr td, #faq02-3 tr	{
	border: 0; 
	border-left: none; 
	border-top: none; 
	background-color: #DDC!important; 
	text-align: left;		
}

