.checkoutCandyCombo {
	line-height: 2.0em;
	font-weight: bold;
	font-size:1.5em;
	text-align:center;
	padding: .5em;
	border: 1px solid #ff9900;
	background-color: #ffffcc;
	color: #506dc7;
}
.cartDiscount {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	background-color: #e9e9e9;
	height: 2.2em;
}
