#checkoutWrapper {
	margin-top: 25px;
}

#checkoutSteps {
	width: 100%;
	text-align: center;
}

.checkoutStep {
	padding: 10px;
	display: inline-block;
}

.checkoutStep a {
	text-decoration: none;
}

.checkoutStep span {
	background-color: #215c73;
	color: #FFF;
	box-shadow: 3px 3px 10px #888;
	text-align: center;
}

.checkoutStepName {
	display: none;
	width: 70px;
}

.checkoutStepNumber {
	font-weight: bold;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: block;
}

.checkout_here span {
	background-color: #FFF ;
	color: #215c73;
	outline: 1px solid #66CCFF;
}

.checkout_done span {
	background-color: #CCC ;
	color: #215c73;
}

#checkoutSummary {
	clear: both;
	margin-top: 10px;
	padding: 10px 0;
	font-weight: bold;
}

#checkoutContainer {
	margin-top: 10px;
	padding: 10px;
}

#checkoutContainer h4 {
	padding: 5px 15px;
}

.checkoutButtons {
	margin-top: 50px;
}

#emailOptInDiv {
	width: 90%;
	margin: 20px 35px;
}

.creditCardLogos {
  background-image: url('../img/credit_card_logos.gif');
  background-position: top left;
  width: 196px;
  height: 35px;
  margin: 20px auto;
}

#cvvHelpLink {
	margin-left: 20px;
}

#cvvWrapper .popover {
	max-width: none;
}

#confirmWrapper>div, .confirmSection {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 10px;
	margin: 10px;
}

.confirmContent {
	margin: 20px;
	font-weight: bold;
}

.confirmRow {
}

.confirmMerchant {
	float: left;
}

.confirmItemTotal {
	float: right;
}

.confirmTitle {
	clear: both;
}

.confirmTotals {
	text-align: right;
	font-weight: bold;
	font-size: 110%;
}

.confirmTotal {
	font-size: 150%;
}

.receiptMerchant {
	margin-bottom: 10px;
}

.receiptStatus {
	margin-top: 10px;
}

.receiptPrintOffer {
	float: left;
	margin-right: 10px;
}

.willCallInstructions {
	font-style: italic;
}
.willCallAddress {
	margin-left:15px;
}

@media(min-width:768px){
	.checkoutStepNumber {
		display: none;
	}
	.checkoutStepName {
		display: block;
	}
}