@charset "utf-8";
/* CSS Document */

body {
	font: 13px "Lucida Sans Unicode",sans-serif;
	background: #F7F2EF url(images/background.jpg) center top repeat-x;
	margin: 0;
	padding: 0;
	color: #543;
	list-style-type: none;
	line-height:25px;
	/*border-top: 8px solid #675B47;*/
}
/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #42413C;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}
/* ~~ 這個固定寬度的容器環繞著所有其他 Div ~~ */

.content2 a:link {
	text-decoration:none;
}
.content2 a:visited {
	text-decoration:none;
}

.container {
	width: 960px;
	/*background: #fff;*/
	/* background: url(images/bgcontainer.gif) repeat-y; */
	background: url(images/bgline.jpg) repeat-y;
	margin: 0px auto 0;
}
/* ~~頁首沒有指定的寬度，而會橫跨版面的整個寬度。頁首包含影像預留位置，必須由您自己的連結商標加以取代。~~ */
.header {
	/*background: url(images/bgheader.gif) repeat-x;*/
	background: none;
	height: 250px;
	width: 960px;
	margin: 36px auto 0;
}

.sidebar1 {
	float: right;
	width: 261px;/*###*/
	padding-bottom: 10px;
}

.content {
	width: 569px;/*###*/
	float: left;
	padding-top: 18px;
	padding-right: 35px;
	padding-bottom: 18px;
	padding-left: 35px;
	min-height: 215px;

}
.content-product {
	width: 569px;/*###*/
	float: left;
	padding-top: 18px;
	padding-right: 35px;
	padding-bottom: 18px;
	padding-left: 35px;
}

.sidebar2 {
	float: right;
	width: 168px;
	padding-right: 10px;
}
/* ~~ 這個群組選取器會在 .content 區域空間中提供清單 ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* 這個欄位間隔反映出上方標題和段落規則中的右方間隔。當欄位間隔位於下方時，便可將清單中的其他元素間隔開來；當位於左方時，則可藉此建立縮排。這些動作均可依需要進行調整。 */
}
/* ~~ 導覽清單樣式 (如果選擇使用 Spry 之類的預製飛出選單，則可移除) ~~ */
.nav {
	background-color:#77A13A;
}
ul.nav {
	list-style: none; /* 這會移除清單標記 */
}
ul.nav li {
	list-style: none; /* 這會移除清單標記 */
}
ul.nav li a { /* 將這些選取器放入群組，即可確保您的連結即使在受到點擊後仍保有按鈕外觀 */
	display: block; /* 這會為錨點提供區塊屬性，使錨點能填滿包含它的整個 LI，讓整個區域都能回應滑鼠點按動作。 */
	width: 146px;  /*這個寬度使整個按鈕都可用於 IE6 的點按動作。如果不需要支援 IE6，就可將其移除。請從側邊列容器的寬度減去此連結的間距來計算適當的寬度。 */
	text-decoration: none;
	background-image: url(images/sidebar2/menu8-1.gif);
	border-bottom: 1px solid #666; /* 這會建立按鈕分隔 */
	padding-top: 6px;
	padding-top: 8px\9;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-bottom: 4px\9;
	padding-left: 22px;
}
ul.nav li a:hover, ul.nav li a:active, ul.nav li a:focus { /* 這會同時變更滑鼠及鍵盤導覽器的背景及文字顏色 */
	background-image: url(images/sidebar2/menu8-2.gif);
	text-decoration:none;
}
ul.nav li ul li a { /* 將這些選取器放入群組，即可確保您的連結即使在受到點擊後仍保有按鈕外觀 */
	display: block; /* 這會為錨點提供區塊屬性，使錨點能填滿包含它的整個 LI，讓整個區域都能回應滑鼠點按動作。 */
	width: 138px;  /*這個寬度使整個按鈕都可用於 IE6 的點按動作。如果不需要支援 IE6，就可將其移除。請從側邊列容器的寬度減去此連結的間距來計算適當的寬度。 */
	text-decoration: none;
	background-image: url(images/sidebar2/menu8-1.gif);
	border-bottom: 1px solid #666; /* 這會建立按鈕分隔 */
}
.first ul {
	margin-left: 8px;
}
/* ~~ 頁尾樣式 ~~ */
.footer {
	background: url(images/bgfooter.png) no-repeat;
	/*position: relative;*/ /* 這會為 IE6 提供 hasLayout 以進行適當的清除動作 */
	/*clear: both;*/ /* 這個 clear 屬性可以強制 .container 辨識欄結束於何處以及包含欄的位置 */
	text-align: center;
	color: #Fff;
	font-size: 13px;
	margin: 0 auto;
	width: 780px;
	line-height:20px;
	padding:20px 0 31px 180px;
	margin-bottom:28px;
}
/* ~~ 其他 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;
}



.page-title { margin-bottom:18px; background:url(images/page-title.gif) no-repeat 0 7px; height:25px; padding-top:3px; padding-top:6px\9; *padding-top:6px; color:#333; border-bottom:1px dashed #CCC; padding-left: 39px; padding-bottom: 8px; font-size:18px; font-weight:bold }


.news_title {
	margin-bottom:5px; color:#4F4B37;
}


/* navigation */
.navigation {
	background: #FFF url(images/bgnavigation.gif) repeat-x;
	height: 30px;/*44px*/
	margin: 0 auto;
	padding: 0;/*0 18px*/
	width: 960px;/*864px*/
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 13px 14px;
	margin-right: 0px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}



/* sub navigation */
.sidenav {
	float: right;
	width: 261px;/*###*/
}
.sidenav h1 {
	background: #BCB39F url(images/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 12px;
	height: 22px;
	margin: 0;
	padding-left: 12px;
	padding-top:8px;
}

.sidenav h1 a {
	text-decoration: none;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF url(images/header_title_icon.gif) no-repeat 12px 13px;
	color: #554;
	display: block;
	padding: 8px 4px 8px 38px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9 url(images/header_title_icon.gif) no-repeat 12px 13px;
	color: #654;
}
