.NpdWidget {
	margin: 0 0 35px 0;
	font-size: 14px;
	line-height: 20px;
}
	.NpdWidget h2 {
/**/		margin: 0 0 26px 0;
		padding: 0;
/**/		font-size: 24px;
/**/    	line-height: 28px;
/*        color: #000;*/
	}
	.NpdWidget h2 a {
/*		border-color: #d6d9db;*/
/*		color: #000;*/
	}
	.NpdWidget h2 a:hover {
/*		border-color: #989898;*/
	}
	.NpdWidget .shelf {
		position: relative;
		margin: 0 21px 0 21px;
		padding: 0 0 5px 0;
		min-height: 13px;
		background: url(../images/shelf-center.png) center bottom repeat-x;
	}
	.NpdWidget .shelf .left {
		position: absolute;
		left: -21px;
		bottom: 0;
		margin: 0;
		padding: 0;
		width: 21px;
		height: 18px;
		background: url(../images/shelf-left.png) left top no-repeat;
	}
	.NpdWidget .shelf .right {
		position: absolute;
		right: -21px;
		bottom: 0;
		margin: 0;
		padding: 0;
		width: 21px;
		height: 18px;
		background: url(../images/shelf-right.png) left top no-repeat;
	}
	.NpdWidget .shelf ul {
		margin: 0 0 0 -2px;
		padding: 0;
		list-style: none;
	}
	.NpdWidget .shelf li {
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
	}