@charset "utf-8";
.newnew{
	/*
	border: 2px dotted #F00;
	font-size: 16px;
	color: #F00;
	text-decoration: none;
	text-align: center;
	*/
	}
#wolong {
	text-align: left;
	}	
#wolong a,#wolong a:hover{
	font-family: "新細明體", "Arial Unicode MS";
	font-size: 10px;
	font-weight: lighter;
	color: #32CCFE;
	text-decoration: none;
	}
		
body  {
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	margin: 0px;
	background-color: #32CCFE;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 1120px;
	margin: 0 auto; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	text-align: left;
	background-image: url(../images/main_bg.gif);
	background-repeat:repeat-y;
} 
#header-pic {
	height: 200px;
	background-color: #09C;
	}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative; /* 加了相對位置，以更讓包覆在其內的絕對位置DIV可以漂浮 。*/
	height: 30px;
	margin: 0px;
	background-color: #FE9900;
	text-align: center;
}

#header select {
	font-family: "微軟正黑體", "新細明體";
	font-size: 13px;
	font-weight: lighter;
	color: #FFF;
	line-height: 1.2em;
	background-color: #0099CC;
	border: 1px solid #FFCC00;
	padding: 1px;
	}
#header input{
	font-family: "微軟正黑體", "新細明體";
	font-size: 13px;
	font-weight: lighter;
	color: #FFF;
	line-height: 1.2em;
	background-color: #0099CC;
	border: 1px solid #FFCC00;
	padding: 2px;
	}	

#header .search_text{
	font-family: "微軟正黑體", "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
#header h1 {
	margin: 0; /* 使用欄位間隔而非邊界便可讓元素遠離 Div 的邊緣 */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* 網站主要選單設定 */
#header .master-menu{
	position: absolute;
	left: 0px;
	top: 120px;
}
#header .master-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .master-menu li {

	display: inline;/* 網站主要選單會變橫向的 */
}
#sub-menu{
}

#header .search {
	position: absolute;
	left: 738px;
	top: 1px;
}
#header .search .formstyle {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height: 16px;
}
.imagebotton {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.booking-list a{
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
	display: block;
	list-style-type: disc;
	list-style-position: outside;
	background-image: url(../images/guide-list-dot2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 40px;
	padding-top: 10px;
	}
.booking-list a:hover{
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #F66;
	text-decoration: underline;
	display: block;
	}	
#login {
	background-image: url(../images/member_bg.jpg);
	margin: 0px 0px 10px 0px;
	height: 280px;
	width: 240px;
	padding: 0px;
	position: relative;
}
#login img {
	width:100%;
}

.login-form-axis {
	position: absolute;
	left: 23px;
	top: 62px;
}
#loop_new{
	margin-bottom: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.login-input {
	background-color: #FFFFFF;
	height: 19px;
	width: 146px;
	border: 1px solid #016698;
}
.login-shopcart{
	border:none;
	width:103px;
	height:55px;
	background-image:url(../images/button-shoppingcart.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:transparent;
	display:block;
}
.login-shopcart:hover{
	background-image:url(../images/button-shoppingcart-f.jpg);
}
.login-member{
	border:none;
	width:104px;
	height:54px;
	background-image:url(../images/button-member.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:transparent;
	display:block;
}
.login-member:hover{
	background-image:url(../images/button-member-f.jpg);	
}

.login-forget {
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
}
#run-message{

	width: 550px;
}
#run-message a{
	font-size: 12px;
	color: #FF0000;
	font-weight: lighter;
}
#run-message a:hover{
	color: #3399FF;
	text-decoration: underline;

}
#sidebar1 {
	float: left; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 180px; /* 背景顏色將會針對欄的內容長度而顯示，但僅止於此 */
	padding: 0px 0px 0px 0px; /* 欄位間隔會讓 Div 的內容遠離邊緣 */

}
#sidebar2 {
	float: right; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 240px; /* 背景顏色將會針對欄的內容長度而顯示，但僅止於此 */
	padding: 0px 0px 0px 0px; /* 欄位間隔會讓 Div 的內容遠離邊緣 */
}
#mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-left: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #069;
} 
#maincontent-wh{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 676px;
}
#bigservice{
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
}
#main-title-pic{
	padding: 0px;
	margin-bottom: 13px;
}

#footer {
	background-color: #32CCFE;
	clear: both;
} 
#footer p {
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 10px 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
	text-align: center;
	font-size: 12px;
	line-height: 26px;
}
.fltrt { /* 這個類別可用來讓頁面右邊的元素浮動。浮動元素必須位於頁面上必須相鄰的元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓頁面左邊的元素浮動 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
	margin: 0px;
	padding: 0px;


}

.spic{
	overflow: hidden;
	width: 370px;

}

/*商品列表設定*/
#product-left-hot{/*左側著商品區塊*/
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
#product-left-hot p{
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
}
.product-left-hot-one{
	margin-bottom: 6px;

}
.product-pic-outline{
	margin: 0px;
	padding: 0px;
	width: 150px;
	border: 1px solid #999999;
}

.product-list-name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.product-list-sn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}
.product-price-default{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #0066CC;
	text-decoration: none;
}
.product-price-member{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FF3399;
	text-decoration: none;
}

.product-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}


/*首頁最上方主要商品區塊*/
#product-index-hot{
	padding-right: 20px;
	padding-left: 20px;
}
#product-index-hot p{
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 0;
}

.product-index-hot-images{
	float: left;
	margin-right: 30px;


}
.product-index-list-name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	
}
.product-index-list-sn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}
.product-index-price-default{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #0066CC;
	text-decoration: none;
}
.product-index-price-member{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #FF3399;
	text-decoration: none;
}


/*首頁第一商品區塊*/
.product-list{
	width: 100%;
	text-align: center;
}
.product-list-one{
	width: 670px;

	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	color: #CC9966;
	background-image: url(../images/web-line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.product-list-one p{
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
}
.product-list-one-faq{
	width: 670px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	color: #CC9966;
	background-image: url(../images/web-line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/*首頁第二商品區塊*/
#product-index-product02{

}
.product-index-product02-1{
	border: 1px solid #FF00FF;
	background-color: #FFFFFF;
	padding: 10px;
	width: 280px;

	text-align: left;
}
.product-index-product02-1 p{
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
}
.product-index-product02-1 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}


/*首頁最上方hot商品區塊*/
#product-index-product03{

}
.product-index-product03-1{
	border: 1px solid #FF00FF;
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	text-align: left;
	display: block;
	width: 100%;
}
.product-index-product03-1 p{
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
}
.product-index-product03-1 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}


/* order paper訂閱電子報的意思，因為目前防火牆軟體很機車用字串亂擋頁面內的廣告，不得已只好取簡寫讓防火牆看不懂就不會亂擋了*/
#op{
	display:none
	background-image: url(../images/op_bg.jpg);
	margin: 0px;
	height: 102px;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;

}
#op .op-input {
	background-color: #FFFFFF;
	border: 1px solid #B07B44;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	height: 16px;
	width: 124px;
	margin-top: 1px;

}
#op form{
	margin: 0px;
	padding: 0px;
}
#op .op-btn {
	background-image: url(../../2/glbnav_right.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


/*左右側最新訊息列表設定檔*/
#newslist {
	background-image: url(../images/news-list-title.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top: 60px;
	margin-bottom: 12px;
	min-height:115px;
}
#newslist ul{
	list-style-type: circle;/*將清單圖往右推的距離*/
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#newslist a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FF6600;
	text-decoration: none;
}
#newslist a:hover{
	color: #FF0000;
	text-decoration: underline;
}


#service01{
	padding-bottom: 5px;
	text-align: center;
}
#service01 img{
	padding: 0px;
	margin-bottom: 5px;
}

#service02{
	padding-bottom: 5px;
	padding-left:15px;
	text-align:left;
}
#service02 img{
	padding: 0px;
	margin-bottom: 5px;
}
#service03{
	padding-bottom: 5px;
	text-align: center;
}
#service03 img{
	padding: 0px;
	margin-bottom: 5px;
}
.product-index-list-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	line-height: 24px;
}
.product-zoomin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}
#footer .footer-menu{
	margin-left:180px;
	margin-right:240px;
	margin-top:20px;
	text-align:center;
	
}
#footer .footer-menu a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #003366;
	text-decoration: none;
}


#footer .footer-menu a:hover {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .footer-pay-mode {
	display: block;
}
#footer .footer-pay-mode img {
	display: inline;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}




.web-line{
	background-image: url(../images/web-line.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.notes{
	font-family: "新細明體";
	font-size: 16px;
	font-weight: lighter;
	color: #FF0000;
	text-decoration: none;
}
.text-notes{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
}

/*網站表格共用顏色樣式*/
.web-table-line {
	background-color: #FF9900; /*表格線條顏色*/
	margin-top: 5px; /*表格與上方物件距離*/
}
.web-table-bg1 {
	background-color: #FFD595; /*表格左側標題td背景色*/
	text-align: center; /*表格左側文字置中*/
}
.web-table-bg2 {
	background-color: #FFFFFF; /*表格右側td背景色*/
}
#gohome {
	position: absolute;
	left: 35px;
	top: 40px;
}
.main-top{
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

.table-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.table-form{
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	height: 20px;
	border: 1px solid #CCCCCC;
	width: 168px;
}.table-form-big {
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	width: 405px;
}
.table-text-notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7AC9E7;
	text-decoration: none;
	line-height: 18px;
}
.table-form-small {
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	height: 20px;
	border: 1px solid #CCCCCC;
	width: 98px;
}
.table-form-large {
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	height: 20px;
	border: 1px solid #CCCCCC;
	width: 405px;
}
.table-text-mark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
}
.table-text-mark-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: lighter;
}
.table-text-mark-price-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


.cart-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	background-image: url(../images/cart-icon.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 10px 5px;
	text-align: left;
	padding-bottom: 5px;
}


.cart-product-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #0099CC;
	text-decoration: none;

}
.cart-table-title{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7AC9E7;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.cart-table-wh{
	padding-top: 16px;
	padding-bottom: 20px;
}
.date {
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.ip-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
.ip-date2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
.product-faq{
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.img-left {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	margin-top: 10px;

}
.img-right {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.img-top {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.img-bottom {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#filter {
	font-family: "微軟正黑體", "新細明體";
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.btn-reservegood{
	border:none;
	width:225px;
	height:65px;
	background-image:url(../images/btn-reservegood.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:transparent;
	display:block;
}
.btn-reservegood.mark{
	background-image:url(../images/btn-reservegood-f.jpg);	
}
.btn-reservegood:hover{
	background-image:url(../images/btn-reservegood-f.jpg);	
}
.btn-newgood{
	border:none;
	width:225px;
	height:65px;
	background-image:url(../images/btn-newgood.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:transparent;
	display:block;
}
.btn-newgood.mark{
	background-image:url(../images/btn-newgood-f.jpg);	
}
.btn-newgood:hover{
	background-image:url(../images/btn-newgood-f.jpg);	
}
.btn-news{
	border:none;
	width:225px;
	height:65px;
	background-image:url(../images/btn-news.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	background-color:transparent;
	display:block;
}
.btn-news.mark{
	background-image:url(../images/btn-news-f.jpg);	
}.btn-news:hover{
	background-image:url(../images/btn-news-f.jpg);	
}

.text-typechange, .text-typechange a{
	color:#CC3300;
	font-size:13px;
	text-decoration:none;
}
.text-typechange a:hover{
	color:#F60;
	font-size:13px;
	text-decoration:none;
}