.cd {
	margin: 28px;
	text-align: left;
	min-height: 100px;
	/* ie hack */
	height: auto !important;
	height: 100px;
}
.cd img {
	float: left;
	margin-right: 15px;
	width: 100px;
}
.cd p {
	margin-left: 115px;
}

.note {
	margin-left: 10px;
	color: #ff0000;
	font-weight: bold;
}

.quote, .quoteSource {
	display: block;
}
.quote {
	margin-top: 15px;
}
.quoteSource {
	font-weight: bold;
}

.giftPack {
	width: 236px;
	margin-left: 10px;
	margin-bottom: 15px;
	float: left;
	/* ie hack */
	display: inline;
}
.giftPack a {
	display: block;
}