li.payment-methods {
	margin: 0 5px 0 0 }
.payment-methods {
	list-style: none;
	min-height: 30px;
	margin: 0;
	padding: 0; }
.payment-methods:after {
	content: "";
	clear: both; }
.payment-method {
	border: 0 solid #ccc;
	box-sizing: border-box;
	float: left;
	height: 32px;
	position: relative;
	width: 52px; }
.payment-method+.payment-method {
	margin-left: 10px; }
.payment-method label {
	background: center center no-repeat #fff;
	bottom: 1px;
	cursor: pointer;
	display: block;
	font-size: 0;
	left: 1px;
	position: absolute;
	right: 1px;
	text-indent: 100%;
	top: 1px;
	white-space: nowrap; }
.payment-method input[type=radio] {
	display: none; }
.payment-methods input:focus+label {
	outline: #01aef0 dotted 2px; }
.payment-methods input:checked+label {
	outline: #01aef0 solid 3px; }
.payment-methods input:checked+label:after {
	background: url(../../uploads/checked.gif);
	bottom: -3px;
	content: "";
	display: inline-block;
	height: 16px;
	position: absolute;
	right: -3px;
	width: 16px; }