#bmInfo {
	width: 463px;
	height: 333px;
	margin: 0 0 20px 47px;
	padding: 115px 310px 30px 20px;
	background: url(/data-bin/images/bloody_mary_back2.jpg) no-repeat;
	position: relative;
}

#bmInfo h2 {
	display: none;
}

#bmInfo h3 {
	font-size: 26px;
	color: #000;
}

#bmInfo p {
	padding-left: 0px;
}

#purchase {
	padding: 0 0 0 150px;
	width: 343px;
	position: absolute;
	top: 260px;
	left: 0;
}

#purchase h3 {
	padding-top: 20px;
}

#purchase p {
	padding-left: 25px;
}

#priceBubble {
	width: 130px;
	padding: 10px 0 0 0;
	position: absolute;
	bottom: 25px;
	left: 4px;
	font-family: Georgia, serif;
	text-align: center;
}

#priceBubble p {
	font-size: 21px;
	margin-bottom: 10px;
}

#priceBubble p.price {
	font-size: 52px;
	color: #7b2310;
	line-height: 52px;
}

#priceBubble p.price sup {
	font-size: 20px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 2ex;
}

#bmInfo input.submit {
	display: block;
	width: 140px;
	height: 50px;
	background: url(/data-bin/images/purchase_button.png) no-repeat;
	position: absolute;
	bottom: -8px;
	left: 320px;
	border: none;
	cursor: pointer;
}

#bmInfo input.submit:hover {
	background: url(/data-bin/images/purchase_button.png) 0 -50px no-repeat;
}

#priceBubble .qualify {
	font-size: 11px;
}

/* EXTRA CONTENT STYLES */

#extraContent .recipe {
	height: 313px;
	width: 279px;
	padding: 100px 50px 0 50px;
	margin: 0 0 0 50px;
	background: url(/data-bin/images/recipe_bg.jpg) no-repeat;
	float: left;
}

#extraContent .recipe h4 {
	display: none;
}

#extraContent .recipe p {
	font-family: 'Courier New', Courier, serif;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-weight: bold;
}

#extraContent h3 {
	margin: 0 0 15px 440px;
	padding: 35px 0 0 0;
	color: #02334c;
	font-size: 24px;
}

#extraContent p {
	margin: 0 50px 20px 440px;
	line-height: 20px;
}



