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

.navbox { 
	padding:10px 0 0 0;
	margin:0;
	width:960px;
}
.nav-l {
	width:230px;
	float:left;
}
.nav-r {
	width:700px;
	float:right;
	padding:20px 0;
}
.banner { 
	border:1px solid #FFF;
}
.editbox {
	width:700px;
	font-size:13px;
	line-height:22px;
	padding:15px 0;
}

/**/
.title {
	width:auto;
	height:30px;
	font-size:15px;
	color:#069;
	background: url(../../Images/line.gif) no-repeat left bottom;
}

/*產品展示*/
.prodbox {
	width:520px;
	float:right;
}
.prodtitle {
	width:520px;
	height:15px;
	text-align:right;
	padding:2px 0;
	background:url(../../Images/tw/title-2.gif) no-repeat;
}
.prodimg {
	margin:0 auto;
	background:#FFF;
	width:440px;
	height:90px;
}
.prodimg li {
	margin:0 2px;
	width:110px;
	height:90px;
	float:left;
	list-style:none;
	border:1px solid #bababa;
}
/*內頁選單*/
.submenu {
	width:230px;
	padding-bottom:150px;
	height:auto;
	float:left;
	background:url(../../Images/menubg.png) no-repeat top right;
}
.menuslistbox {
	width:230px;
	padding:15px 0;
}
.menuslist ul {
	height:auto;
	list-style:none;
}
.menuslist li {
	font-size:13px;
	color:#333;
	line-height:28px;
	width:207px;
	height:30px;
	display:block;
	padding-left:15px;
	margin-left:8px;
	background:url(../../Images/arrow-1.png) no-repeat;
	list-style:none;
	border-bottom:1px dotted #ccc;
}
.menuslist li a {
	font-size:13px;
	color:#333;
	text-decoration:none;
	
}
.menuslist li a:hover {
	text-decoration: underline;
}
.menuslist li .ch1now {
	color:#217c00;
}

/*page*/
.page-s {
	width:auto;
	margin-top:20px;
	font-size:12px;
	text-align:center;
}
.page-s a {
	font-family: "微軟正黑體";
	font-size:12px;
	color:#005599;
	margin:0 2px;
	text-decoration:none;
}
.page-s a:hover {
	color: #F60;
	text-decoration:none;
}
.page-s .ch {
	font-family: "微軟正黑體";
	font-size:12px;
	color: #F00;
	font-weight:bold;
}

/**/
.prod {
	width:700px;
	height:auto;
}
.prod ul {
	clear:both;
}
.prod li {
	float:left;
	width:150px;
	height: auto;
	text-align:center;
	padding:12px;
	display: block;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
.prod h1 {
	margin:0 auto;
	padding:0;
	width:150px;
	height:150px;
	border:1px solid #e5e5e5;
}
.prod h2 {
	display:block;
	padding:2px 0;
	margin:0;
	color:#706e6c;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-align: center;
}
.prod h2 a {
	color: #069;
	text-decoration:none;
}
.prod h2 a:hover {
	text-decoration: underline;
}

/*產品詳細介紹*/
.prdsbox {
	width:700px;
	height:auto;
	padding-bottom:20px;
}
.prd-img {
	float:left;
	border:1px solid #eee;
}
.prd-info {
	float:right;
	width:360px;
	font-family: "微軟正黑體";
	padding-top:20px;
}
.prd-info h1 {
	font-size:16px;
	color: #069;
	display:block;
}
.prd-info h2 {
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:20px;
	display:block;
	padding:10px 0;
	margin:0;
}
/*會員表單*/
.memberform {
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:100%;
}
.memberform td {
	padding:5px;
}
.memberform td.b {
	text-align:center;
	width:80px;
}
.memberform input.text {
	border:1px solid #ccc;
	width:150px;
	height:18px;
	background:＃ddd;
}
.memberform input.text1 {
	border:1px solid #ccc;
	width:350px;
	height:18px;
	background:＃ddd;
}
.memberform textarea.textarea {
	width:350px;
	height:100px;
	border:1px solid #CCC;
	background:＃ddd;
}
.submit1 {
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #FFF;
	width:auto;
	height:auto;
	padding:2px 15px;
	background: #000;
	border:1px solid #333;
	cursor: pointer;
}






