#ribbonChoices {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ribbonChoices li {
	float: left;
}
#ribbonChoices a {
	border: 1px solid white;
	color: black;
	display: block;
	font-size: 10px;
	padding: 5px;
	position: relative;
	text-decoration: none;
}
#ribbonChoices a:hover {
	background: #D7D1E7;
	border-color: #45376F;
}
#ribbonChoices img {
	display: block;
}
#ribbonChoices strong {
	display: none;
	font-size: 14px;
	letter-spacing: -0.5px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#ribbonChoices a:hover img,
#ribbonChoices a.selected img {
	opacity: 0.4;
}
#ribbonChoices a:hover strong,
#ribbonChoices a.selected strong {
	display: block;
}
#ribbonChoices a.selected {
	background: #D9E7D1;
	border-color: #3F6F37;
}

#buildBelow a {
	background: url('/images/products/below.png') no-repeat right top;
	color: black;
	display: block;
	font-size: 24px;
	height: 93px; /*133*/
	padding: 40px 107px 0 0;
	text-decoration: none;
}

#yourBundle {
	background: url('/images/bundle-add.png') no-repeat left top;
	height: 197px;
	margin-top: 240px;
}
#yourBundle h3 {
	height: 0;
	padding-top: 31px;
	overflow: hidden;
	text-align: center;
}
#ybRibbons {
	height: 126px;
	padding: 0 10px;
}
#ybRibbons td {
	color: #45376F;
	/* height: 42px; */
	padding: 7px 10px;
}
#ybRibbons .ribbonNum {
	font-size: 18px;
	font-weight: bold;
}
#ybRibbons .ribbon {
	font-size: 14px;
	width: 160px;
}
#ybRibbons a {
	color: #45376F;
	font-size: 10px;
	text-decoration: none;
	visibility: hidden;
}
#ybRibbons a:hover {
	text-decoration: underline;
}
#ybAddToCart {
	color: #45376F;
	display: block;
	font-size: 18px;
	height: 32px; /*40*/
	padding: 8px 10px 0 0;
	text-align: right;
	text-decoration: none;
}
#ybAddToCart:hover {
	background: url('/images/bundle-add.png') no-repeat left bottom;
}
#ybAddToCart span { display: none; }
