@charset "UTF-8";
/* CSS Document */
/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl {
  /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
  padding: 0;
  margin: 0; }

a img {
  /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
  border: none; }

/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
  color: #42413C;
  text-decoration: underline;
  /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */ }

a:visited {
  color: #6E6C64;
  text-decoration: underline; }

a:hover, a:active, a:focus {
  /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
  text-decoration: none; }

h1 {
  font-family: "微軟正黑體", "新細明體", "標楷體";
  font-size: 24px;
  font-weight: bolder;
  text-align: left; }

/* ~~ 這個固定寬度的容器環繞著其他 Div ~~ */
.container {
  width: 960px;
  background: #FFF;
  margin: 0 auto;
  /* 兩側的自動值與寬度結合後，版面便會置中對齊 */ }

p {
  font-family: "微軟正黑體", "新細明體", "標楷體";
  font-size: 16px;
  text-align: left; }

/* ~~ 頁首沒有指定的寬度，而會橫跨版面的整個寬度。頁首包含影像預留位置，必須由您自己的連結商標加以取代 ~~ */
.header {
  background-color: #FFF;
  background-image: url(../LOGO.jpg);
  height: 90px;
  width: 900px;
  margin-right: auto;
  margin-left: auto; }

#manu {
  height: 50px;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dotted;
  border-bottom-style: solid;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  border-left-color: #CCC;
  border-right-style: none;
  border-left-style: none; }

.sf-menu > li ul {
  display: none;
  top: 35px; }

/* ~~ 這是版面資訊。~~ 

1) 欄位間隔只會置於 Div 的頂端或底部。此 Div 內的元素在兩側會有欄位間隔，可讓您不需進行「方塊模型計算」。請記住，如果對 Div 本身加入任何側邊的欄位間隔或邊框，在計算「總」寬度時，就會將這些加入您定義的寬度。您也可以選擇移除 Div 中元素的欄位間隔，然後在其中放置沒有寬度的第二個 Div，並依設計所需放置欄位間隔。

*/
.content {
  text-align: left;
  width: 900px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  height: auto;
  margin-right: auto;
  margin-left: auto; }

/* ~~ 頁尾 ~~ */
.footer {
  background-color: #06C;
  font-family: "微軟正黑體", "新細明體";
  font-size: small;
  color: #FFF;
  text-transform: none;
  font-weight: bold;
  clear: both;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  margin-top: 10px; }

#current {
  font-family: "微軟正黑體", "新細明體", "標楷體";
  color: #FFF;
  background-color: #09F;
  height: 30px; }

/* ~~ 其他 float/clear 類別 ~~ */
.fltrt {
  /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
  float: right;
  margin-left: 8px; }

.fltlft {
  /* 這個類別可用來讓元素在頁面左方浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
  float: left;
  margin-right: 8px; }

.clearfloat {
  /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px; }

body, td, th {
  font-family: "微軟正黑體", "新細明體";
  text-align: center; }

.AD {
  float: left;
  height: auto;
  width: auto;
  border: 5px solid #CCC;
  clear: none;
  margin-bottom: 10px; }

.intro {
  float: left;
  clear: right;
  margin-left: 10px; }

.intro2 {
  font-family: "微軟正黑體", "新細明體";
  clear: right;
  float: left;
  width: 278px;
  margin-left: 23px;
  height: 150px;
  background-color: #FFF; }

body {
  background: #42413C;
  margin: 0;
  padding: 0;
  color: #666;
  background-color: #666;
  font-family: "微軟正黑體", "新細明體";
  font-size: 100%;
  line-height: 1.4; }

.category {
  font-family: "微軟正黑體", "新細明體", "細明體", Arial;
  color: #999;
  font-size: 22px;
  font-weight: bold; }

.products_shelf {
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 900px;
  height: auto; }

.product_list > li {
  float: left;
  list-style-type: none;
  height: 380px;
  width: 280px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px; }

.product_list > li a.lightbox {
  height: 187px;
  width: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px; }

.product_title {
  font-family: "微軟正黑體", "新細明體", "細明體", Arial;
  font-size: 16px;
  color: #666;
  width: 280px;
  font-weight: bolder; }

.product_spec {
  font-family: "微軟正黑體", "新細明體", "細明體", Arial;
  color: #999;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  height: 95px; }

.product_spec ul {
  margin-right: 5px;
  margin-left: 15px;
  font-family: "微軟正黑體", "新細明體", "細明體", Arial;
  font-size: 14px;
  font-weight: normal;
  list-style-type: disc; }

.product-more {
  font-size: 14px;
  margin-top: 5px;
  color: #FFF; }

.product-more a {
  font-family: "微軟正黑體", "新細明體", "細明體", Arial;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
  text-decoration: none; }

.product_colors {
  float: left;
  height: 450px;
  width: 290px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #666; }

.category, .category a {
  font-weight: bold;
  color: #666;
  text-decoration: none; }

.product_colors a {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px; }

.pages {
  font-family: "微軟正黑體", "新細明體", "細明體", Arial;
  font-size: 14px;
  color: #999;
  text-align: center;
  vertical-align: middle;
  clear: both; }

.pages_index {
  font-family: "微軟正黑體", "新細明體", "細明體", Arial;
  text-align: center;
  vertical-align: middle;
  list-style-position: inside;
  list-style-type: none;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 5px; }

.pages_index a {
  color: #FFF;
  text-decoration: none;
  font-family: "微軟正黑體", "新細明體";
  font-weight: normal;
  display: block;
  height: 100%; }

.pages_index li {
  /* float: left; */
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #333;
  line-height: 20px;
  clear: none; }

#pages_current {
  background-color: #006;
  margin-right: 5px;
  margin-left: 5px;
  font-family: "微軟正黑體", "新細明體"; }
