/* Shared CSS between YA pages and checkout pages */

/*----------- Bing cashback in check out-----*/
.orderGroupCashback {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
}

.orderGroupCashback td {
	padding: 5px;
}

#orderConfirmationCashback {
	border: 1px solid #E1D7C4;
	margin-right: 0px;
}
.cashbackTitle {
	font-weight: bold;
}
.cashbackRate {
	color: #990000;
	font-weight: bold;
}
.orderGroupCashback .cashbackTitle {
	font-size: 14px;
}
.cashbackInstructionHeader {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
ol.cashbackInstructionSteps {
	margin-left:-15px;
	list-style-position: inside;
	line-height: 20px;
	margin-bottom: 10px;
}
ol.cashbackInstructionSteps li{
	cursor: default;
}

ol.cashbackInstructionSteps img {
	vertical-align: text-bottom;
}

#getCashbackButtons{
	margin-top: 10px;
	margin-bottom: 10px;
}
#orderThankYouCashback{
	border-bottom: 1px solid #E1D7C4;
	font-size: 11px;
	line-height: 20px;
}
#orderThankYouCashback table {
	font-size: 12px;
}
.orderCashbackEligibleSummary {
	margin-bottom: 15px;
	line-height: 150%;
}
