	.phaseout {
		margin-top: 20px;
		margin-bottom: 20px;
		background-image: url(../imgs/icon_Phase_out.png); 
		background-repeat: no-repeat;
		padding:16px 0px 0px 40px;
		font-size:14px;
		height: 46px;
		color: #000;
		font-weight: bold;
	}
	.product-title {
		font-weight: lighter;
		color:#0066cc;
		font-size: 36px;
	}
	.imgList {
		width: 100%;
	}
	.imgList-item img {
		border: 1px solid #ccc;
		width: 100%;
	}
	.imgList .imgList-item {
		display: inline-block;
		width: 24%;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 4px;
		padding-right: 4px;		
		
	}
	.imgList .imgList-item:first-child {
		 padding-left: 0px;
	}	
	.product-img {
		margin-top: 15px;
	}
	.product-thumbnail {
		 position: absolute;
		 bottom: 0px;
		 padding: 0;
	}
	.product-thumbnail img {
		padding:4px;
	}

	.certification {
		text-align: right;
		margin-top: auto;
	}
	.certification img{
		margin-left: 10px;
		margin-top: 24px;
		height: 24px;
	}	
	.dl-img {
		background-repeat: no-repeat;
		width: auto;
		cursor: pointer;
		margin-bottom:10px;
	}
	.dl-img:hover >img {
		opacity:0;		
		transition: opacity 0.5s ease-in-out;
	}
	.dl-imgs {
		display:table;
		border-spacing:10px;
		width: 100%;
		margin-top: -10px;
		margin-bottom: 30px;
	}
	.dl-imgs-cell h5 {
		margin-top:10;
	}
	.dl-imgs-cell {
		display:table-cell;
		text-align: center;
		width:25%;
	}
	.stamp-img {
		height: 48px;
		display: inline-block;
		margin: 2px;
		/* opacity: 0.7; */
	}
	.product-row {
		margin-top: 40px;
		margin-bottom: 40px;

	}	
	#Feature ul {

	}
	.slidePPT {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	.slide {
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		padding: 10px;
		margin-top: 20px;
		border-radius: 5px;
		margin-right: 50px;
	}
	.bx-wrapper .bx-prev {
		left: 10px;
	}
	.bx-wrapper .bx-next {
		right: 10px;
	}
	
	/* Down Area */
	.down {
		color: #0066cc;		
		padding-left: 20px;
		margin-bottom: 10px;
	}
	#edm {
		margin-bottom: 30px;
	}
	.down:hover {
		cursor: pointer;
		color: #FF663B;
	}
	
	.down .down_img {	
		position:relative;
		float: left;
	}
	.down .down_img img {
		/*position:absolute;*/
	}
	#down_img2 {
		opacity: 0;
		margin-top: 3px;
	}
	.down .down_img #down_img2 {		
		position:absolute;
	}
	.down:hover #down_img2 {
		opacity:1;
	}
	.down .down_text {
		margin-left: 35px;
		font-size: 18px;
		font-weight: lighter;		
	}
@media screen and (max-width:991px) {
	#pageHeader{
		/*display: none;*/
	}	
	.product-title  {
		font-size: 24px;
	}
	.product-row {
		margin-top: 10px;
		margin-bottom: 10px;
	}	
	.product-img {
		margin-top: 0px;
	}	
	.product-thumbnail {
		 position: relative;
		 bottom: 0px;
	}
	.certification {
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.slide {
		box-shadow: 0 0 10px rgba(0,0,0,0.0);
		padding: 0px;
		margin-top: 20px;
		border-radius: 5px;
		margin-right: auto;
	}	
}