/*=====================目錄=====================*/
/*													*/
/*		[1]header設定								*/
/*		[2]footer設定								*/
/*		[3]版型設定									*/
/*			A.內容呈								*/
/*			B.leftPanel								*/
/*			C.mainPanel								*/
/*		[4]全區域 使用物件元素							*/
/*			A.文字設定								*/
/*			B.table設定								*/
/*			C.其他自訂元素設定							*/
/*		[5]頁面 使用物件元素							*/
/*			A.首頁									*/
/*			B.產品列表								*/
/*			C.結帳						*/
/*======================================*/
/*													*/
/*=====================目錄=====================*/

/*================================================*/
/***************L1(大主題)**************************/
/*==============L2(次主題)=========================*/
/*--------------L3(分段)--------------------------*/
/*L4(註解)*/
/*================================================*/

body {
	background-image:url(../images/layout/background_001.gif);
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif ,新細明體;
	font-size:11px; color:#646464;
	line-height:1.3em;
}
h3{ line-height:1.5em;}
.left{ float:left;}
fieldset{ padding:12px; }
legend{ margin-bottom:15px; font-size:14px; line-height:18px; font-weight:800;}

/*************************************[1]header設定***********************************************/



/*************************************[2]footer設定***********************************************/
#footer{background-image:url(../images/layout/background_footer.gif);  height:65px; width:800px;  margin-top:-14px;*margin-top:0px; position:relative;}

/*************************************[3]版型設定***********************************************/
/*======================================*/
/*		A.內容呈/							*/
/*		B.leftPanel							*/
/*		C.mainPanel							*/
/*======================================*/


/*=====================A.header--內容呈=========================*/
#container{ 
	background-image:url(../images/layout/background_main.gif);
	width:800px;
	text-align:left;
	overflow:hidden;
	/*position:relative;
	min-height:1300px;*/
	 }
/*=====================B.leftPanel=========================*/
#leftPanel{
	float:left;
	margin-left:15px;display:inline;
/*	margin-right:40px;
	position:absolute; */
		}
	
#login ,#logout{ 

	background-repeat:no-repeat;
 
	margin:20px 0 15px 0px; 
	color:#FFFFFF;
	}

#logout{
	background-image:url(../images/layout/background_logout.gif);
	text-align:left;
	padding:20px 15px 15px 15px ;
	color:#C5F5FA;
	width:150px; 
	height:200px;
	}
#logout .member{ color:#ffffff; font-weight:800;}
	
#login{ 
background-image:url(../images/layout/background_login.gif);
	text-align:center; 	
	width:170px; 	
	height:104px;
	}
	

#login a ,#logout a{ 
	text-decoration:none; 
	color:#FFFFFF;
	}
#login a:hover ,#logout a:hover{ 
	text-decoration:underline; 
	color:#FFFFFF;
	}
#login img{ 
	margin:15px 0 ;
	} 
.lineTop{border-top:#66FFFF dashed 1px; width:140px; margin-top:7px; padding-top:7px;}


/*=====================C.mainPanel=========================*/
#mainPanel{
	width:550px; 
	float:right;
	margin-right:20px;
	display:inline;
	/*margin-left:220px;*/
	padding:20px 0;
	display:inline;
	} 



/*************************************[4]全區域 使用物件元素***********************************************/
/*======================================*/
/*		A.文字設定							*/
/*		B.table設定							*/
/*		C.其他自訂元素設定							*/
/*======================================*/

/*=====================A.文字設定=========================*/
td,th,div{word-break:break-all;word-wrap:break-word}

.txt_type1{ 
	color:#FF0000;
	}/*紅字*/
.txt_type2{text-decoration:line-through}
.payFunction{ 
	margin:8px 0 8px px;
	color:#999999; 
	border-bottom:#CCCCCC 1px dashed;
	border-top:#CCCCCC 1px dashed; 
	padding:5px 0; 
	margin:10px 0; 
	line-height:1.5em;
	}/*付費方式*/
	
.payFunction .title{
	background-color:#FF9900; 
	color:#FFFFFF;
	}
	
.prodcostNum{
	color:#FF0000;  
	font-size:18px;
	}/*價格*/
	
	
/*=====================B.table設定=========================*/


.tableGrey{
	width:550px; 
	padding:0px; 
	margin:0 0 30px 0; 
	}/*圓弧 灰色區塊*/
.tableGrey_main{
	background-image:url(../images/layout/tableGrey_main.gif);
	background-repeat:repeat-y;
	margin-top:-10px; 
	padding:20px;
	height:100%
	}/*圓弧 灰色區塊  內容區*/
.tableGrey_btn{
margin-top:0px;
	}/*圓弧 灰色區塊  結尾區*/
	

.datatable{ 
	border:#CCCCCC 1px solid; 
	line-height:2em;
	}/*表格設定*/

.datatable th{ 
	background-color:#f9f9f9;
	padding:3px;
	}
	
.datatable td{ 
	border-bottom:#CCCCCC 1px dashed; 
	padding:3px;
	}

	
/*=========================C.其他自訂元素設定	=========================*/
.rowBG{ background-color:#f9f9f9;}
clearbox {
border-top:1px solid transparent !important; 
margin-top:-1px !important; 
border-top:0; 
margin-top:0; 
clear: both;
visibility: hidden; 
}



/*************************************[5]頁面 使用物件元素***********************************************/
/*======================================*/
/*		A.首頁							*/
/*		B.產品列表				*/
/*		C.結帳					*/
/*		D.*/
/*======================================*/

/*=====================A.首頁=========================*/
.indexHotProd{
	width:210px; 
	height:250px; 
	background-color:#FFFFFF; 
	border:#DBDBDB 1px solid; 
	margin:10px 10px 10px 10px;
	display:inline;
	padding:10px; 
	float:left;
	position:relative;
	}/*首頁--單項產品BOX*/
	
.indexHotProd .prodPic{ 
	margin:8px 0 ;
	}/*首頁--單項產品BOX 的產品圖
	*/
.indexHotProd .prodName{
	border-left:#267D92 5px solid; 
	color:#183EA8; 
	font-size:14px; 
	font-weight:800; 
	padding:0 3px;
	}/*首頁--單項產品BOX 的產品名*/
	
/*#indexHotPord .tableGrey_main{
	height:600px;}2008/10/03修正 刪除*/


.indexHotProd .prodcost{ /*float:left; width:120px;*/position:absolute; bottom:10px; left:12px;}
.indexHotProd .prodBuyBtn{ border-left:#CCCCCC 1px solid; position:absolute; bottom:10px; right:12px; padding-left:20px;/*float:left; */}

.indexHotStarProd{ text-align:center;}
.indexHotStarProd img{ margin-top:3px}

/*=====================B.產品列表=========================*/


.ProdListBox{
	width:528px; 
	border:#DBDBDB 1px solid; 
	padding:10px; 
	/*clear:left;*/
	position:relative;
	
	}/*產品列表-單項產品BOX*/

.ProdListBox .prodPic{
	position:absolute;
	left:0px
	margin-right:20px; 
	}/*產品列表-單項產品BOX 的產品圖*/
	
.ProdListBox .prodName{
	color:#183EA8; 
	font-size:14px; 
	font-weight:800;
	 margin-bottom:8px;
	 line-height:1.6em;
	 }/*產品列表-單項產品BOX 的產品名*/
	 
.ProdListBox .prodcost{
	width:180px; 
	float:left;
	}/*產品列表-單項產品BOX 的產品價格  區*/

.ProdListBox .prodBuyBtn{
	width:80px;
	float:left; 
	border-left:#CCCCCC 1px solid; 
	text-align:right;
	}/*產品列表-單項產品BOX 的購買按鈕*/
	

.ProdListBox .Box{ 
	width:280px;
	right:0px;
	margin-left:220px;
	margin-bottom:30px;
	*margin-bottom:10px;
	}

	
/*=====================C.結帳=========================*/

fieldset.ProdList{
	Boxwidth:528px;
	height:150px;
	 background-color:#FFFFFF;  
	 padding:10px; 
	}/*結帳--單項產品BOX*/

	
.prodPic_s{ 
	width:150px; 
	height:93px; 
	border:#CCCCCC 2px solid;
	margin-right:20px;
	}/*結帳－產品圖示*/

.pay_step{
	margin:20px 0;
	}/*所選擇的付費方式-說明區*/
	
.pay_step .title{ 
	font-size:14px; 
	color:#FF6600 ; 
	border-bottom:#CCCCCC 1px dashed;
	}/*所選擇的付費方式-說明區  title*/
	

/*=====================D.明星商品=========================*/
.indexHotStarProd{ text-align:center;}
.indexHotStarProd img{ margin-top:3px;}
.starProdMenu{ background-color:#FFFFFF; margin-top:15px; margin-bottom:15px; padding:10px;}
.starProdMenu .tit{ font-size:14px; border-bottom:#999999 1px dashed}
.starProdMenu .prodlist{ line-height:1.8em;}


/*===================訂單編號說明區=====================*/

.orderNum{
	line-height:50px; 
	font-size:16px; 
	font-weight:800;
	}/*訂單編號*/
	
	
	
/*===================order2訂購重點警告=====================*/
#exclamationBox{ }
.twoLayer{overflow:hidden}/*--購物警告提示專用--*/
.twoLayer_left{ width:80px; float:left}/*--購物警告提示專用--*/
.twoLayer_right{ float:right; width:400px}/*--購物警告提示專用--*/
/*#exclamationBox .twoLayer_left,#orderNumBox .twoLayer_left{position: absolute; width:80px; }
#exclamationBox .twoLayer_right,#orderNumBox .twoLayer_right{ margin-left:100px; position:absolute; left:90px}*/


/*===================取消VIP=====================*/
.cancelVipBox{
	width:528px; 
	border:#DBDBDB 1px solid; 
	padding:10px;
	
	/*clear:left;*/
	position:relative;
	
	}/*取消VIP-BOX*//*height:400px; 20081003 修正刪除*/