@media screen {
	.NgProductTree {
		margin: 10px 0;
		width: 98%;
	}
	.NgProductTree a {
		text-decoration: underline;
		display: block;
	}
	.NgProductTree h2 {
		margin-top: 2em;
	}
	.NgProductTree h2, .NgProductTree h3, .NgProductTree h4, .NgProductTree h5, .NgProductTree h6 {
		clear: left;
		margin-bottom: 1em;
	}
	.NgProductTree ul li {
		margin-top: 1em;
	}
	.NgProductTree ul li a strong {
		color: #000;
	}
	.NgItem {
		float: left;
		width: 150px;
		height: 17em;
		overflow: hidden;
		text-align: center;
		margin: 0 15px 0 0;
	}
	.NgItem .pad {
		padding: 5px;
		background-color: #D6E5EF;
	}
	.NgProductTree .NgImage {
		display: block;
		width: 140px;
		height: 150px;
		overflow: hidden;
		text-decoration: none;
	}
	.NgProductTree .NgImage img {
		width: 140px;
	}
}
