﻿.PaymentMethods
{
	clear: both;
}
.PaymentMethods div
{
}
.PaymentMethods div div
{
	float: left;
	width: 100%;
}
.PaymentMethods div div.Active
{
	background-color: Black;
	color: White;
}

.PaymentMethods div div .Button
{
	float: right;
}

.PaymentMethodDescription
{
	clear: both;
	margin: 10px 0 5px 0;
}