.buyInfoBox
{
	background-position: 30px 60px;
	border: 2px solid #ccc;
	background-image: url(/sonichandy-box.png);
	background-repeat: no-repeat;
	min-height: 220px;
	margin-bottom: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 280px;
}

.buyInfoBox h2
{
    color: #d33;
}

.buyButton
{
    margin-left: 70px;
}

.buyBenefits
{
    color: #484;
	text-align: center;
	font-weight: bolder;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.buyBenefits ul
{
	text-align: left;
}

.buyBenefits li
{
	list-style-image: url(/red-star.png);
	line-height: 1.5em;
}

#licensing li
{
	list-style-image: url(key.png);
}

.buyPrice
{
    margin-top: 1em;
}

