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

#Products {}
.products {}
.products .pageBanner {
	background-image:url(../images/pageBannerImg_products.jpg);
}
.products .pageBox {}
/*------------------------產品搜尋-------------------------------*/
.searchBox {
	background-color:#d3f5e2;
	padding:5px 10px;
	margin-bottom:20px;
	clear:both;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.searchBox:after {
	height:0px;
	display:block;
	content:" ";
	clear:both;
}
.searchBox strong {
	height:50px;
	display:inline-block;
	float:left;
	font-weight:normal;
	border-right:solid 1px #edfcf4;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-right:10px;
}
.searchBox label {
	margin-right:40px;
	padding-top:3px;
	padding-bottom:3px;
}
.searchBox label.no_1 {}
.searchBox label.no_2 {
	margin-right:0px;
}
.searchBox label.no_3 {
	float:left;
	display:block;
	margin-top:5px;
	margin-right:20px;
}
.searchBox select {
	width:176px;
	border:solid 1px #e2e3ea;
	margin-left:3px;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.searchBox input[type="text"] {
	width:375px;
	border:solid 1px #e2e3ea;
	margin-left:3px;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
/*-------------------------------------------*/
.tch .searchBox input[type="text"] {
	width:418px;
}
.sch .searchBox input[type="text"] {
	width:418px;
}
/*-------------------------------------------*/
.searchBox .baseBtn {
	/*display:inline-block;*/
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:5px;
}
.searchBox .searchBtn {
	width:70px;
	height:22px;
	vertical-align:middle;
}
/*----------------------------------------------------*/
.products .itemAreaBox {
	padding-left:8px;
	padding-right:8px;
}
.products .itemAreaBox:after {
	height:0px;
	display:block;
	content:" ";
	clear:both;
}
.itemBox_P {
	width:210px;
	height:255px;
	float:left;
	margin-left:9px;
	margin-right:9px;
	margin-bottom:20px;
	position:relative;
}
.itemBox_P .imgBox {
	width:208px;
	height:208px;
	border:solid 1px #dbdfe6;
	margin-bottom:5px;
}
.itemBox_P .imgBox img {
	width:100%;
}
.itemBox_P .newIcon {
	width:44px;
	height:22px;
	display:block;
	background-image:url(../images/icon_4.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	top:5px;
	left:-2px;
}
.itemBox_P p {
	max-height:40px;
	text-align:center;
	margin-bottom:0px;
	overflow:hidden;
}
.itemBox_P p a {
	color:#555;
	font-weight:bold;
}
.itemBox_P p a:hover {
	color:#b30738;
}
/*-------------------------------------產品資料------------------------------------------*/
#ProductsData {}
.productsData {}
.productsData .pageBanner {
	background-image:url(../images/pageBannerImg_products.jpg);
}
.productsData .pageBox {}
/*--------------------------------------------------------------------*/
.dataBox_P {
	width:700px;
	margin-bottom:30px;
}
.dataBox_P:after {
	height:0px;
	display:block;
	content:" ";
	clear:both;
}
/*---------------------------*/
.dataBox_P .leftBox {
	width:350px;
	float:left;
}
.dataBox_P .leftBox .imgBox {
	width:348px;
	height:348px;
	border:solid 1px #ddd;
	margin-bottom:10px;
}
.dataBox_P .leftBox .imgBox img {
	width:100%;
}
.dataBox_P .leftBox ul {
	list-style:none;
	padding-left:1px;
	padding-right:1px;
}
.dataBox_P .leftBox ul:after {
	height:0px;
	display:block;
	content:" ";
	clear:both;
}
.dataBox_P .leftBox li {
	width:104px;
	height:104px;
	float:left;
	border:solid 1px #ddd;
	margin-left:5px;
	margin-right:5px;
}
.dataBox_P .leftBox li img {
	width:100%;
}
/*---------------------------*/
.dataBox_P .rightBox {
	width:350px;
	float:left;
}
.dataBox_P .rightBox .productName {
	color:#333;
	font-size:24px;
	font-weight:normal;
	border-bottom:solid 1px #ddd;
	padding-left:40px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.dataBox_P .rightBox .iconAreaBox {
	margin-bottom:10px;
	padding-left:40px;
}
.dataBox_P .rightBox .iconAreaBox:after {
	height:0px;
	display:block;
	content:" ";
	clear:both;
}
.dataBox_P .rightBox .icon_new {}
.dataBox_P .rightBox .featuresBox {
	width:310px;
	margin-left:40px;
	margin-bottom:20px;
}
.dataBox_P .rightBox .featuresBox strong {
	color:#1b3f94;
}
.dataBox_P .rightBox .featuresBox .editorBox {
	/*width:310px;*/
	max-height:333px;
	overflow-y:auto;
}
/*---------------------------*/
.dataBox_P .rightBox .baseBtn {
	margin-left:40px;
}
.dataBox_P .rightBox .baseBtn:after {
	height:0px;
	display:block;
	content:" ";
	clear:both;
}
.dataBox_P .rightBox .baseBtn a {
	float:left;
	margin-right:12px;
}
.dataBox_P .baseBtn .specificationBtn {
	width:134px;
	height:30px;
	background-image:url(../languages_img/en/specification_btn.jpg);
}
.dataBox_P .baseBtn .IWantToAsBtn {
	width:140px;
	height:30px;
	background-image:url(../languages_img/en/IWantToAsk_btn.jpg);
}
/*-------------------------------------------------------*/
.tch .dataBox_P .baseBtn .specificationBtn {
	background-image:url(../languages_img/tch/specification_btn.jpg);
}
.tch .dataBox_P .baseBtn .IWantToAsBtn {
	background-image:url(../languages_img/tch/IWantToAsk_btn.jpg);
}
/*-------------------------------------------------------*/
.sch .dataBox_P .baseBtn .specificationBtn {
	background-image:url(../languages_img/sch/specification_btn.jpg);
}
.sch .dataBox_P .baseBtn .IWantToAsBtn {
	background-image:url(../languages_img/sch/IWantToAsk_btn.jpg);
}











