img.purchase {
	width:730px;
	border:1px solid #000;
}

div.help {
	text-align: center;
	margin-bottom: 15px;
}

div.help-payment div.panel.panel-default {
	border-color: #ddd;
}

div.help-payment h4.panel-title {
	font-weight: 500;
}

div.help-payment div.panel-heading {
	text-transform: none;
	letter-spacing: normal;
}

div.shop-info {
	margin-top: 20px;
}

a.help-document {
	font-size: medium;
	font-weight: bold;
	color: #224FC0;
}

div.help-document {
	margin-top: 15px;
}


a.white-link {
    color: #fdfeff;
    text-decoration: none;
}

a.white-link:hover,
a.white-link:focus {
    color: #fdfeff;
    text-decoration: underline;
}

a.red-link {
    color: #d61919;
    text-decoration: none;
}
a.red-link:hover,
a.red-link:focus {
    color: #d61919;
    text-decoration: underline;
}