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

.Product .columnMain {
	width: 904px;
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 25px;
	padding-left: 24px;
	padding-right: 24px;
}
.Product .columnLeft {
	display: none;
}
.Product .columnRight {
	display: none;
}
.Product .pageNav {
	display: none;
}
.productItemBox {
	float: left;
	width: 206px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.productImg {
	height: 246px;
	width: 206px;
	background-image: url(../templates/images/productImg_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
}
.productImg a { display:block;}
.productName {
	width: 206px;
	height: 44px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8cdd2;
	padding-top: 5px;
}
.productName a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
	display:block;
}
.productName a:hover {
	color: #65A233;
}
.ProductClass {
}
.ProductClass .pageNav {
}
.ProductClass .columnMain {
	width: 904px;
	padding-right: 24px;
	padding-left: 24px;
}
.ProductClass .columnLeft {
	display: none;
}
.ProductClass .columnRight {
	display: none;
}
.ProductItem {
}
.ProductItem .columnLeft {
	padding-left: 34px;
	width: 400px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.ProductImg {
	height: 347px;
	width: 330px;
}
.ProductItem  .columnRight {
	width: 492px;
	padding-right: 34px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.productItemName {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 30px;
}
.productText {
	margin-bottom: 20px;
}
.memberProductBox {
	margin-bottom: 20px;
}
.productPriceBox {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #444;
}
.PriceBox {
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: normal;
}
.productDownloadBox {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #444;
}
.DownloadBox {
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.DownloadItem {
	font-size: 13px;
	font-weight: normal;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.DownloadItem a {
	background-image: url(../templates/images/download.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 22px;
	display: block;
	text-decoration: underline;
	color: #333;
	padding-right: 10px;
}
.DownloadItem a:hover {
	color: #65A233;
}
.ProductItem .columnMain {
	clear: both;
	width: 892px;
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.ProductItem_Text {
	margin-bottom: 30px;
	width: 892px;
}
.ProductTable {
	width: 892px;
	margin-bottom: 30px;
  font-family: verdana,"新細明體";
}
.ProductTable tr {}
.ProductTable td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.ProductTable .itemName {
	background-color: #333;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.ProductTable .itemText {}
.ProductTable .singleBg .itemText {
	background-color: #EBEBEB;
}
.sf-menu li.nowItem > a{
color: #65A233;
}
