	#purchase {
		float: right; 
		padding-right: 10px; 
		text-align: right;
	}
	.alert {
		color: #FF0000;
		font-style: italic;
		padding-bottom: 5px;
	}
	#content h3 {
		margin-top: 25px;
	}
	.price_label {
		color: #00769E;
		font-size: 18px;
		vertical-align: top;
		text-align: right;
		border-right: 1px #F8981D dotted;
		border-bottom: 1px #F8981D dotted;
		padding-right: 3px;
		padding-bottom: 3px;
	}
	.price_tag {
		vertical-align: middle;
		padding-left: 3px;
		font-weight: bold;
	}
	#general {
		float: left; 
		width: 260px;
	}
	hr {
		margin-right: 10px; 
		border: none;
		border-top: 1px #F8981D dotted;
		padding-top: 1px;
	}
	.offer_column {
		font-weight: bold;
		font-size: 9px;
		text-align: left;
	}
	#offers {
		width: 100%; 
		font-weight: normal;
		text-align: center;
		border-bottom: 1px #F8981D dotted;
		margin-top: 10px;
	}
	#offers td {
		border-top: 1px #F8981D dotted;
	}
	#cartbtn {
		text-align: center;
		padding-top: 10px; 
		padding-bottom: 10px;
	}
	.leaf {
		width: 25px;
		height: 12px;
		background-image: url(images/full_leaf.jpg);
	}
	.noleaf {
		width: 25px;
		height: 12px;
		background-image: url(images/no_leaf.jpg);
	}
	.halfleaf {
		width: 25px;
		height: 12px;
		background-image: url(images/half_leaf.jpg);
	}
