/* 網站風格 */
/* 所有設定 *
* {
	font-size: 100%;
	word-wrap: break-word;
	word-break: hyphenate;	
}

html,
body {
	padding: 0px;
}

body {
	overflow: scroll;
	color: #4E6D94;
	font-family: Geneva,Arial,Helvetica,"新細明體",sans-serif;
	letter-spacing: 0.1em;
	behavior: url('../js/plun-in/border-radius.htc'); /* IE6, IE7, IE8 *
}
	
/* 自動延伸 *
	/* 全體高度 *
	html, body, #wrapper {
		height: 100%;
	}

	/* 主要外框自動延伸 *
	body > #wrapper {
		height: auto;
		min-height: 100%;
	}

	/* 自動延伸主框 *
	#wrapper {
		margin: 0px auto -9em auto;
		width: 1003px;
	}

	/* 主要內容 *
	#main {
		margin: 0 auto;
		padding: 0px 0px 9em 0px;
		width: 1003px;
	}
* END 自動延伸 */
@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

.none {
	display: none;
}

.clearBoth {
	clear: both;
}

/* START 分頁 */
div.page {
	margin: 3px auto 10px auto;
	padding: 3px;
	text-align: center;
}

	/* 當前頁面 */
	div.page strong.current {
		margin: 0px;
		padding: 2px 5px;
		border: 1px solid #1e38bd;
		background-color: #5865a8;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
	
	/* 鏈結 */
	div.page a {
		padding: 2px 5px;	
		border: 1px solid #ddd;
		color: #006;
		font-size: 12px;
		text-decoration: none;	
	}
		/* 鏈結(移到) */
		div.page a:hover {
			border: 1px solid #1e38bd;
			background-color: #e5e7f4;
			color: #202f7a;
		}
		
	/* 文字 */
	div.page .text {
		margin: 10px 0px 5px 0px;
	}
		/* 重點 */
		div.page .text strong {
			margin: 0px 3px;
			color: #006;
			font-size: 12px;
			font-weight: bold;
		}
/* END 分頁 */

/* 子目錄 */
.subMenu {
	margin: 0px 20px;
	padding: 0px;
}

	.subMenu li {
		margin: 1px;
		padding-left: 10px;
		border-bottom: 1px solid #ccc;
		color: #333;
		list-style-type: none;
		list-style-image: url('../../images/icon/arrow01.gif');
		line-height: 200%;
		text-align: left;
	}
	
	
	.subMenu li.pageLink {
		list-style-image: url('../../images/icon/arrow02.gif');
	}
	
	.subMenu li.noFunction {	
		list-style-image: url('../../images/icon/arrow02.gif');
	}
		.subMenu li.noFunction a.title {
			text-decoration: none;
			color: #333;
		}		
		.subMenu li.noFunction a.title:hover {
			text-decoration: none;
			color: #333;
		}
	
	.subMenu li a {
		text-decoration: none;
		color: #333;
	}
	
	.subMenu li a:hover {
		color: #1d15b6;
	}

	.subMenu2 {
		margin: 0px 0px 20px 0px;
		padding-left: 12px;
		width: 150px;
	}
	
	.subMenu2 li {
		text-align: left;
	}
	
.search {
	float: right;
	margin: 10px auto 5px auto;
	width: 45%;
}

	.search h3 {
		margin: 0;
		padding: 0;
		color: #9f1fe8;
	}
	
	.search p {
		margin: 0;
		padding: 0;
	}
/*
.subMenu li {
	margin: 0 15px;
	font-size: 13px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	background-attachment: scroll;
	height: 19px;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: normal;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}
	.subMenu li:hover {
		margin: 0 15px;
		font-size: 13px;
		color: #1d15b6;
		text-decoration: none;
		background-attachment: scroll;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		height: 19px;
		padding-top: 10px;
		padding-left: 20px;
		font-weight: normal;
		border-bottom-style: solid;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		border-bottom-width: 1px;
		border-bottom-color: #CCC;
	}
	
	

/* 商品列表 */
table.products_list {
	padding: 0.1em;
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	line-height: 200%;
}

/* 標題 */
table.products_list caption {
	margin-bottom: 0.7em;
	padding-left: 18px;
	background: url('../../images/icon/arrow03.gif') no-repeat left center;
	color: #0F5EBD;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

table.products_list th {
	background-color: #D8DBFE;
	color: #0B388E;	
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.3em;
}

/* 跳行設定 */
table.products_list tr:nth-child(even) {
	background-color: #F2F2F2;
}

/* 原廠料號 */
/* 邑維料號 */
table.products_list th.model {
	width: 100px;
}

table.products_list th.no {
	width: 120px;
}

/* 名稱 */
table.products_list th.name {
}

/* 產品圖 */
table.products_list th.photo {
	width: 50px;
	vertical-align: middle;
}

table.products_list td {
	padding: 0.2em;
	color: #000;
}

/* 底部 */
.mainFooter {
	padding: 15px 0 10px 0;
}

	.footer {
		padding: 5px 15px 15px 15px;
		color: #666;
		letter-spacing: 0.1em;
	}

	.footer a:link {
		font-size: 12px;
		text-decoration: none;
	}
	.footer a:visited {
		color: #666;
		font-size: 12px;
		text-decoration: none;
	}
	.footer a:hover {
		color: #000;
		font-size: 12px;
		text-decoration: none;
	}

	/* 文字目錄 */
	.footerTextMenu {
		float: left;
		
		font-size: 12px;
	}
	
	/* 版權宣告 */
	.copyright {
		float: right;
		color: #666;
		font-size: 12px;
	}
/* END 底部 */

/* 最新消息 */
.newsIncludeLeft {
	float: left;
	width: 82px;
}

.newsIncludeRight {
	float: right;
	width: 280px;
}
	.newsIncludeRight ul {
		margin: 0px 20px 0px 20px;
		padding: 0px;
	}
	
	.newsIncludeRight li {
		list-style-type: none;
		list-style-image: url('../../images/icon/arrow01.gif');
		border-bottom: 1px dashed #848484;
		color: #CCC;
		line-height: 200%;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;		
	}	
		.newsIncludeRight li a {
			color: #E7E7E7;
			text-decoration: none;
			font-size: 13px;
			font-weight: normal;
			line-height: 21px;
		}		
		.newsIncludeRight li a:hover {
			color: #0FF;
			font-size: 13px;
			font-weight: normal;
			text-decoration: none;
			line-height: 21px;
		}
		
		
		
		
#news {
	list-style-type: none;
	width: 280x;
	margin-bottom: 8px;
	line-height: 22px;
}
#news td {
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	font-weight: normal;
	width: 35%;
	
	
	
	padding-left: 11px;
}
#news th{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #E4E4E4;
	text-align: left;
	padding-left: 5px;
	border-bottom-color: #848484;
}
#news th a {
	color: #E7E7E7;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
}
#news th a:hover {
	color: #0FF;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 21px;
}
.news-dd {
	height: 100px;
}
/* END */

.content p {
	margin: 0;
}

.content h3 {
	margin-bottom: 0.7em;
	padding-left: 18px;
	background: url('../../images/icon/arrow03.gif') no-repeat left center;
	color: #0F5EBD;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.content h4 {
	margin: 0 0 0.7em 20px;
	padding-left: 18px;
	background: url('../../images/icon/arrow04.gif') no-repeat left center;
	color: #333;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.content h5 {
	margin: 0;
	padding: 0;
}


.content ol {
	letter-spacing: 1px;
	line-height: 150%;
	font-size: 13px;
}

.h4Text {
	margin: 0 0 20px 20px;
	letter-spacing: 1px;
	line-height: 150%;
	font-size: 13px;
}
.content .picList {
	margin: 0 0 30px 20px;
	padding: 0;
	clear: both;
}

	.content .picList li {
		float: left;
		list-style: none;
		margin: 5px;
		padding: 2px;
		height: 150px;
		width: 200px;
		border: 1px solid #CCC;
		text-align: center;
	}

		.content .picList li img {
			max-width: 200px;
		}
		
.content .picList2 {
	margin: 0px;
	padding: 0;
	clear: both;
}

	.content .picList2 li {
		float: left;
		list-style: none;
		margin: 5px 3px 15px 3px;
		height: 180px;
		text-align: center;
	}

		
		.content .picList2 li img {
			padding: 2px;
			border: 1px solid #CCC;
			max-height: 150px;
		}
		
		.content .picList2 li span {
			display: block;
		}