@charset "utf-8";
/* CSS Document */

.ProductPageContentTop{
	width:720px;
	height:300px;
	padding:5px;

}
.ProductPageContentTop .picbox{
	width:268px;
	height:268px;
	padding:4px;
	border:1px solid #b5b5b6;
	float:left;
}
.ProductPageContentTop .pic{
	width:260px;
	height:260px;
}
.ProductPageContentTop #smallpicbox{
	width:80px;
	height:270px;
	padding:5px;
	
	margin-left:10px;
	float:left;
}
.ProductPageContentTop #smallpicbox .upArrow{
	width:70px;
	height:17px;
	background-image:url(../Images/product/UpArrow.jpg);

}
.ProductPageContentTop #smallpicbox .downArrow{
	width:70px;
	height:17px;
	background-image:url(../Images/product/downArrow.jpg);

}
.ProductPageContentTop #smallpicbox .smallpic{
	
	width:66px;
	height:66px;
	border:1px solid #b5b5b6;
}
.productPagepic{
	width:201px;
	height:201px;
	border:1px solid #b5b5b6;
}

.ProductPageContentTop #smallpicbox .spaceGap{
	width:67px;
	height:8px;

}
.ProductPageContentTop .featurebox{
	width:320px;
	height:270px;
	padding:5px;
	margin-left:10px;
	float:left;
}
.ProductPageContentTop .featurebox .Ftitle{
	width:320px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:400;
	line-height:38px;
	color:#e65909;
}
.ProductPageContentTop .featurebox .Fcontent{
	width:320px;
	height:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	line-height:20px;
}
.ProductDetailBottom{
	width:720px;
	height:auto;
	padding:5px;

}
.ProductDetailBottom .titlebox{
	width:720px;
	height:25px;

}
.ProductDetailBottom .title1{
	width:120px;
	height:25px;
	text-align:center; 
	background-image:url(../Images/product/detailbg1.png);
	margin-right:10px;
	line-height:24px;
	float:left;
}
.ProductDetailBottom .title2{
	width:120px;
	height:25px;
	background-image:url(../Images/product/detailbg2.png);
	text-align:center;
	line-height:24px;
	
	float:left;
}
.ProductDetailBottom .line{
	width:720px;
	height:3px;
	background-color:#e67703;
}
.ProductDetailBottom .detailbox{
	width:720px;
	height:auto;
	line-height:25px;


}
.ProductDetailBottom .detailbox .area{
	width:720px;
	height:auto;
	position:relative;

	zoom:1;
	
	z-index:1;
}

.ProductDetailBottom .detailbox .area .para{
	position:inherit;;
	left:20px;
	top:19px;
	width:600px;
	height:auto;
	z-index:2;
	
}
.ProductDetailBottom .detailbox .area .application{
	position:inherit; 
	left:20px;
	top:20px;
	width:600px; 
	height:auto; 
	z-index:3;
}
