/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	}
a:link {
	color: #0066CC;
	text-decoration: none;
	font-size: 13px;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	color: #FF4500;
	text-decoration: underline;
	font-size: 13px;
}
a.t:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
a.t:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
a.t:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-size: 13px;
}

a.t1:link {
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
}
a.t1:visited {
	color:#FFFF00;
	text-decoration: none;
	font-size: 12px;
}
a.t1:hover {
	color: #FF4500;
	text-decoration: none;
	font-size: 12px;
}
.a12-01 {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.a13-01 {
	font-size: 13px;
	line-height: 25px;
	color: #666666;
}
.a13-02 {
	font-size: 13px;
	line-height: 20px;
	color: #666666;

}
.a13-03{
	font-size: 13px;
	color: #333333;
}
.a13-04 {
	font-size: 13px;
	line-height: 22px;
	color: #003399;
}
.a13-05{
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.a13-06{
	font-size: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}

.a15-01{
	font-size: 15px;
	color: #000066;
	
	line-height: 25px;
}

.c01-1 {
	border: 1px solid #999999;
}

.c01-2 {
	border: 1px solid #cccccc;
}
.cd1-1a {
	font-size: 13px;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.cd1-2a {
	font-size: 13px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.cd1-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.cd1-4 {
	font-size: 13px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.cd1-5 {
	font-size: 13px;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.crl1-1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2F628C;
	border-left-color: #2F628C;
}

.ct1-1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.d-01 {
	vertical-align: middle;
}

.table01 {
	font-size: 13px;
	color: #666666;
	border: 1px solid #CCC7AE;
	
	
}
.table02 {
	font-size: 13px;
	color: #666666;
	border: 1px solid #CCC7AE;
	padding-top: 2px;
	height: 22px;
	width: 50px;
}
.table03 {
	font-size: 13px;
	color: #333333;

	padding-top: 2px;
	height: 22px;
	width: 50px;
}

.table04 {
	font-size: 13px;
	color: #333333;
	border: 1px solid #CCCCCC;
}
.table05 {
	font-size: 13px;
	color: #333333;

	padding-top: 2px;
	height: 22px;
	width: 70px;
}
/* CSS Document */
/* =====================================頁數選項設定====================================*/

/* 高度*/
div.pagination {
	overflow: hidden;
	height:50px;
	text-align:center;
	clear:both;

}

div.pagination ul {
	list-style: none;
	text-decoration: none;
	background-position: center top;
}

div.pagination li {
	display: inline;
}

div.pagination.digg {
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
}

/* 連結顏色*/
div.pagination.digg  a {
	text-align: center;
	border:1px solid #ffffff;
	color:#0055cc;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
}

/* 滑鼠移動顏色*/
div.pagination.digg a:hover{
	text-align:center;
	border:1px solid #9aafe5;
	color:#660099;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFE1;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom:4px;
	padding-left: 4px;
	text-decoration: none;
	font-weight: 700;
}

/* 上一頁下一頁中文連結顏色*/
div.pagination.digg a.bs1 {
	text-align: center;
	border:1px solid #ffffff;
	color:#0055cc;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right:2px;
	padding-bottom:1px;
	padding-left:2px;
	text-decoration: none;
	line-height: 15px;
}
/* 上一頁下一頁中文字 滑鼠移動顏色*/
div.pagination.digg a:hover.bs1{
	text-align:center;
	border:1px solid #ffffff;
	color:#660099;
	font-size:12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right:2px;
	padding-bottom:1px;
	padding-left:2px;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
	background-color: #FFFFFF;
}



/*頁數 第幾頁/共幾頁*/
div.pagination.digg .pagesNum2 {
	text-align: center;
	border:0px solid #e1e1e1;
	color:#999999;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
}


/*當頁顯示*/
div.pagination.digg li.current{
	text-align:center;
	border:0px solid #e1e1e1;
	color:#333333;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-weight: bold;
}

/*共有幾頁顏色設定*/
div.pagination.digg li.current22 {
	text-align: center;
	border:0px solid #e1e1e1;
	color:#999999;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom:1px;
	padding-left: 7px;
	text-decoration: none;
	line-height: 15px;
}
/*資料數顏色*/
.Class_13_01 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;

	color: #0055cc;
}

/* =====================================頁數選項設定END====================================*/

/*=================================產品分類樣式====================================*/
/*產品分類第一層連結顏色*/
a.t_categories1{
	font-size: 15px;
	color:#003366;
	text-decoration: none;
	font-weight: normal;
}

a.t_categories1:hover {
	font-size: 15px;
	color:#003366;
	text-decoration: none;
	font-weight: normal;
}

/*產品分類第二層連結顏色*/
a.t_categories2{
	font-size: 13px;
	color:#333333;
	text-decoration: none;

}

a.t_categories2:hover {
	font-size: 13px;
	color:#333333;
	text-decoration: none;

}

/*產品分類第三層連結顏色*/
a.t_categories3{
	font-size: 13px;
	color:#005599;
	text-decoration: none;

}

a.t_categories3:hover {
	font-size: 13px;
	color:#663399;
	text-decoration: underline;

}


/*產品分類數量標示顏色*/
.acategories_09_01 {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
/*產品分類數量標示顏色*/
.acategories_09_02 {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


/*目前產品分類標題顏色*/
.acategories_12_01 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

/*目前產品分類位置顏色*/
.acategories_12_02 {
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
}

a.img{
	border: 1px solid #cccccc;
	display: block;
	padding: 5px;
}
a.img:hover {border: 1px solid #336600;}
/*=================================產品分類樣式====================================*/

/*縮圖名稱超連結*/
a.t_product_13{
	font-size: 13px;
	color:#005599;
	text-decoration: none;
	line-height: 20px;
}
a.t_product_13:hover {font-size: 13px;color:#663399;text-decoration: underline;line-height: 20px;}

/*縮圖名稱超連結*/
a.t_product_13_02{
	font-size: 13px;
	color:#005599;
	text-decoration: none;
	line-height: 20px;
}
a.t_product_13_02:hover {font-size: 13px;color:#663399;text-decoration: underline;line-height: 20px;}

/*圖文產品名稱超連結*/
a.t_product_16{
	font-size: 16px;
	color:#005599;
	text-decoration: none;
	font-weight: 700;
}
a.t_product_16:hover {	font-size: 16px;
	color:#663399;
	text-decoration: none;
	font-weight: 700;}
	
	/*邊框*/
.c_01 {border: 1px solid #CECCCC;}
.cd_01 {border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;font-size: 13px;color: #666666;}
.cd_01r {border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #CCCCCC;font-size: 13px;color: #333333;}
.cd_04r {border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #CCCCCC;font-size: 13px;color: #ff6600;}
/* CSS Document */
/* =====================================頁數選項設定====================================*/

/* 高度*/
div.pagination {
	overflow: hidden;
	height:50px;
	text-align:center;
	clear:both;

}

div.pagination ul {
	list-style: none;
	text-decoration: none;
	background-position: center top;
}

div.pagination li {
	display: inline;
}

div.pagination.digg {
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
}

/* 連結顏色*/
div.pagination.digg  a {
	text-align: center;
	border:1px solid #ffffff;
	color:#0055cc;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
}

/* 滑鼠移動顏色*/
div.pagination.digg a:hover{
	text-align:center;
	border:1px solid #9aafe5;
	color:#660099;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFE1;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom:4px;
	padding-left: 4px;
	text-decoration: none;
	font-weight: 700;
}

/* 上一頁下一頁中文連結顏色*/
div.pagination.digg a.bs1 {
	text-align: center;
	border:1px solid #ffffff;
	color:#0055cc;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right:2px;
	padding-bottom:1px;
	padding-left:2px;
	text-decoration: none;
	line-height: 15px;
}
/* 上一頁下一頁中文字 滑鼠移動顏色*/
div.pagination.digg a:hover.bs1{
	text-align:center;
	border:1px solid #ffffff;
	color:#660099;
	font-size:12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right:2px;
	padding-bottom:1px;
	padding-left:2px;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
	background-color: #FFFFFF;
}



/*頁數 第幾頁/共幾頁*/
div.pagination.digg .pagesNum2 {
	text-align: center;
	border:0px solid #e1e1e1;
	color:#999999;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
}


/*當頁顯示*/
div.pagination.digg li.current{
	text-align:center;
	border:0px solid #e1e1e1;
	color:#333333;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-weight: bold;
}

/*共有幾頁顏色設定*/
div.pagination.digg li.current22 {
	text-align: center;
	border:0px solid #e1e1e1;
	color:#999999;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom:1px;
	padding-left: 7px;
	text-decoration: none;
	line-height: 15px;
}
/*資料數顏色*/
.Class_13_01 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;

	color: #0055cc;
}

/* =====================================頁數選項設定END====================================*/

/*=================================產品分類樣式====================================*/
/*產品分類第一層連結顏色*/
a.t_categories1{
	font-size: 15px;
	color:#003366;
	text-decoration: none;
	font-weight: 700;
}

a.t_categories1:hover {
	font-size: 15px;
	color:#660099;
	text-decoration: none;
	font-weight: 700;
}

/*產品分類第二層連結顏色*/
a.t_categories2{
	font-size: 13px;
	color:#333333;
	text-decoration: none;

}

a.t_categories2:hover {
	font-size: 13px;
	color:#333333;
	text-decoration: none;

}

/*產品分類第三層連結顏色*/
a.t_categories3{
	font-size: 13px;
	color:#005599;
	text-decoration: none;

}

a.t_categories3:hover {
	font-size: 13px;
	color:#663399;
	text-decoration: underline;

}


/*產品分類數量標示顏色*/
.acategories_09_01 {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
/*產品分類數量標示顏色*/
.acategories_09_02 {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


/*目前產品分類標題顏色*/
.acategories_12_01 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

/*目前產品分類位置顏色*/
.acategories_12_02 {
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
}

a.img{
	border: 1px solid #cccccc;
	display: block;
	padding: 5px;
}
a.img:hover {border: 1px solid #336600;}
/*=================================產品分類樣式====================================*/

/*縮圖名稱超連結*/
a.t_product_13{
	font-size: 13px;
	color:#005599;
	text-decoration: none;
	line-height: 20px;
}
a.t_product_13:hover {font-size: 13px;color:#663399;text-decoration: underline;line-height: 20px;}

/*縮圖名稱超連結*/
a.t_product_13_02{
	font-size: 13px;
	color:#005599;
	text-decoration: none;
	line-height: 20px;
}
a.t_product_13_02:hover {font-size: 13px;color:#663399;text-decoration: underline;line-height: 20px;}

/*圖文產品名稱超連結*/
a.t_product_16{
	font-size: 16px;
	color:#005599;
	text-decoration: none;
	font-weight: 700;
}
a.t_product_16:hover {	font-size: 16px;
	color:#663399;
	text-decoration: none;
	font-weight: 700;}
	
	/*邊框*/
.c_01 {border: 1px solid #CECCCC;}
.cd_01 {border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;font-size: 13px;color: #666666;}
.cd_01r {border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #CCCCCC;font-size: 13px;color: #333333;}
.cd_04r {border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #CCCCCC;font-size: 13px;color: #ff6600;}
