#pplShop-productRecommendations {
	display: none;
}

#bd .kaffa-navigation-button {
	background: url(navigation-button-bg.png) no-repeat 0 0;
	height: 60px;
	width: 450px;
}

#bd .kaffa-navigation-button a {
	display: block;
	height: 60px;
	width: 450px;
	line-height: 60px;
	text-align: center;
	font-size: 136%;
	text-decoration: none;
	color: #999999;
}

#bd .kaffa-navigation-button a:hover {
	color: #ffffff;
}

#bd .kaffa-active a {
	color: #ffffff;
	background: url(nav-underline.gif) no-repeat 50% 80%;
}

#subscription-intro {
	background: url(/images/gradient.gif) repeat-x 0 0;
}

#subscription-intro img {
	float: left;
	margin-right: 2em;
}

#subscription-intro p {
	margin-bottom: 1em;
}

label.checked,
label.unchecked,
label.selected,
label.unselected {
	position: relative;
	clear: both;
	cursor: pointer;
	width: 250px;
	height: 60px;
	margin: .75em;
	background-repeat: no-repeat;
	color: white;
	display: -moz-inline-stack;
	display: inline-block;
}

label.checked span,
label.unchecked span,
label.selected span,
label.unselected span {
	display: block;
	height: 60px;
	line-height: 60px;
}

label.checked:hover,
label.unchecked:hover,
label.selected:hover,
label.unselected:hover {
	text-decoration: underline;
}

label.checked {
	background-image: url(option-on.jpg);
}

label.unchecked {
	background-image: url(option-off.jpg);
}

label.selected {
	background-image: url(option-on.jpg);
}

label.unselected {
	background-image: url(option-off.jpg);
}

#subscription-wrap h2 {
	color: white;
	font-size: 146.5%;
	margin-bottom: 1.5em;
}

#subscription-form p {
	color: white;
}

#subscription-form {
	background-image: url(subscription-bg.jpg);
	background-repeat: no-repeat;
	background-color: black;
	padding-top: 2em;
	padding-bottom: 2em;
}

span.small {
	font-size: 77%;
	color: #666;
}

#kaffa-add-to-cart {
	border: 0;
	padding: 0;
	background: url(add-to-cart.png) no-repeat 0 0;
	height: 30px;
	width: 252px;
	color: white;
	cursor: pointer;
}
