.amount-left-free-shipping-standard {
	text-align: center;
}

.amount-left-free-shipping-standard.amount-left-free-shipping-type-page {
	padding: 15px 0px;
}

.amount-left-free-shipping-standard.amount-left-free-shipping-type-minicart {
	padding: 10px 0px;
}

.amount-left-free-shipping-standard.amount-left-free-shipping-extra-class-above-header {
	border-top: none;
	border-left: none;
	border-right: none;
}

.amount-left-free-shipping-standard.amount-left-free-shipping-extra-class-fixed-bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	z-index: 999999;
}

.amount-left-free-shipping-standard.amount-left-free-shipping-default {
	background: #FFFFFF;
	border: 1px solid #eee;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

.amount-left-free-shipping-standard.amount-left-free-shipping-ocx {
	background: #007eb5;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}	

.amount-left-free-shipping-standard.amount-left-free-shipping-nsg {
	background: #5bb75b;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}

.amount-left-free-shipping-standard.amount-left-free-shipping-custom {

}