/* interactive receipt styles */

h1 {
  margin-left: 146px;
  }

.interactiveReceipt {
	position: relative;
	font-size: 8pt;
        margin-left: 113px;
}

.interactiveReceipt #arrowTry {
	position: absolute;
	left: 250px;
	top: 5px;
}
.interactiveReceipt #arrowTry p {
	padding: 4px 0 0 20px;
	font-size: 13px;
        width: 275px;
	line-height: 14px;
}

.interactiveReceipt .rightButton {
	background: url(/assets/232/arrow_left.gif?1272934299) left 8px no-repeat;
	padding-left: 8px;
	width: 200px;
}

.interactiveReceipt .rightButton a, .interactiveReceipt .rightButton a:visited {
	padding: 5px;
	border: 1px solid #AD011C;
	background-color: #AD011C;
	display: block;
	height: 14px;
	color: #FFF;
	font-style: normal;
	text-decoration: none;
}
.interactiveReceipt .rightButton a:active, .interactiveReceipt .rightButton a:hover {
	background-color: #FFF;
	color: #AD011B;
	text-decoration: none;
}

#notesWrapper {
	position: absolute;	
        top: 0px;
        left: 684px;
	border: none;
	color: #4B4B4B;
	background-color: #FFF;
	width: 220px;
	height: 730px;
}
#notesWrapper p {
	color: #4B4B4B;
        font-size: 10pt;
}
#notesWrapper .interactiveContent {
	display: none;
	padding: 0 13px;
	background: url(../images/arrow_right.gif) left 3px no-repeat;
}
#notesWrapper h2 {
	color: #AD011C;
}
#notesWrapper a, #notesWrapper a:visited {
	color: #AD011C;
}

/* consumer interactive receipt styles */
#consumerReceipt #categoriesButton {
	position: absolute;
	left: 270px;
	top: 190px;
}
#consumerReceipt #customizationButton {
	position: absolute;
	left: 270px;
	top: 248px;
}
#consumerReceipt #mealButton {
	position: absolute;
	left: 270px;
	top: 294px;
}
#consumerReceipt #percentButton {
	position: absolute;
	left: 270px;
	top: 324px;
}
#consumerReceipt #DYKButton {
	position: absolute;
	left: 270px;
	top: 429px;
}
#consumerReceipt #entertainmentButton {
	position: absolute;
	left: 270px;
	top: 520px;
}
#consumerReceipt #loyaltyButton {
	position: absolute;
	left: 270px;
	top: 620px;
}
#consumerReceipt #lastButton {
	position: absolute;
	left: 270px;
	top: 685px;
}

#notesWrapper #categoriesContent {
	display: block;
	position: absolute;
	left: 0;
	top: 194px;
}
#notesWrapper #customizationContent {
	position: absolute;
	left: 0;
	top: 252px;
}
#notesWrapper #mealContent {
	position: absolute;
	left: 0;
	top: 300px;
}
#notesWrapper #percentContent {
	position: absolute;
	left: 0;
	top: 327px;
}
#notesWrapper #DYKContent, #notesWrapper #entertainmentContent {
	position: absolute;
	left: 0;
	bottom: 0;
}
#notesWrapper #loyaltyContent {
	position: absolute;
	left: 0;
	bottom: 0;
}
#notesWrapper #lastContent {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* foodservice interactive receipt */
#foodserviceReceipt #nutrientButton {
	position: absolute;
	left: 270px;
	top: 190px;
}
#foodserviceReceipt #personalizeButton {
	position: absolute;
	left: 270px;
	top: 248px;
}
#foodserviceReceipt #meaningfulButton {
	position: absolute;
	left: 270px;
	top: 294px;
}
#foodserviceReceipt #easyButton {
	position: absolute;
	left: 270px;
	top: 322px;
}
#foodserviceReceipt #educateButton {
	position: absolute;
	left: 270px;
	top: 429px;
}
#foodserviceReceipt #assetButton {
	position: absolute;
	left: 270px;
	top: 620px;
}

#notesWrapper #nutrientContent {
	display: block;
	position: absolute;
	left: 0;
	top: 138px;
}
#notesWrapper #personalizeContent {	
	position: absolute;
	left: 0;
	top: 195px;
}
#notesWrapper #meaningfulContent {
	position: absolute;
	left: 0;
	top: 243px;
}
#notesWrapper #easyContent {
	position: absolute;
	left: 0;
	top: 268px;
}
#notesWrapper #educateContent {
	position: absolute;
	left: 0;
	top: 377px;
}
#notesWrapper #assetContent {
	position: absolute;
	left: 0;
	bottom: 0;
}
#notesWrapper .footnote {
	font-size: 7pt;
}

#interactive_receipt {
  position: absolute;
  left: 10px;
  top: 20px;
  }

.content p {
  font-size: 1.0em;
  }

.content {
  min-height: 710px;
  }