
@media print {
  .noPrint { display: none; }
  .drugCard { width: 400px !important; display: block; margin: 0 auto; }
  body, html, #canvas, #content, #footer { background: #FFF !important; background-color: #FFF; background-image: none !important; }
  .valueAdded { display: block !important; width: 600px; margin: 15px auto; }
  .instructions #steps div { border: 0px !important; }
}

/* `Main Background Image ------------------------------------------------------------------------*/
body { 
	background: #212028 url('../images/body.gif') repeat-y center top;
}

/* `Header Logo and Tagline ----------------------------------------------------------------------*/
#header {
	height: 136px;
	background: url('../images/header.jpg') no-repeat;
	border-bottom: 1px solid #7A0C0C;
}
	#header .logo {
		display: block;
		margin: 0px !important;
		padding-top: 8px;
	}
	#header .logo img { display: block; margin: 10px auto 10px; }
	
	#header h1 {
		font: normal 15px/17px Verdana, "Bitstream Vera Sans", Geneva, Tahoma, sans-serif;
		color: #212028;
		text-align: center;
		font-style: italic;
		border: none;
		letter-spacing: 1px;
	}
	#header h1 strong {
		font-weight: bold;
		border-bottom: 1px solid #212028;
	}
	
/* `Content (background) -------------------------------------------------------------------------*/
#content {
	background: #FFF url('../images/content.gif') repeat-y center top;
}

.valueAdded { display: none; }

/* `Highlights (background image, text color, bullet image) --------------------------------------*/
#programHighlights {
	color: #FFF;
	background: url('../images/highlights.jpg') no-repeat;
}
	#programHighlights h2 {
		color: #FFF;
	}
	#programHighlights h3 {
		color: #FFF;
		background: url('../images/bullet-star.gif') no-repeat left top;
	}
	#programHighlights p {
		color: #FFF;
	}

/* `Preferred Pharmacy (margins and image spacing) -----------------------------------------------*/
#preferredPharmacies h2 {
	margin: 20px 70px 3px 70px;
}
#preferredPharmacies ul {
	margin: 0;
}
#preferredPharmacies p {
	padding: 0 70px;
}
#preferredPharmacies img {
	margin: 0;
}

/* `Featured, As Seen On (image spacing only) ----------------------------------------------------*/
#featured img {
	margin: 0 4px;
	max-height: 44px;
}

/* `Partners (image spacing only) ----------------------------------------------------------------*/
#partners img {
	margin: 0 10px;
	/* max-height: 75px; */
}

/* `Footer (background image) --------------------------------------------------------------------*/
#footer {
	background: url('../images/footer.jpg') no-repeat center bottom;
}

/* Card On Home Page -----------------------------------------------------------------------------*/

#options {
position: relative;
overflow: hidden;
margin: 10px 0px;
}
#options ul {
clear: none;
float: none;
height: 38px;
list-style: none;
position: relative;
left: 0;
text-align: center;
}
#options li {
float: none;
display: inline-block;
height: 36px;
margin: 2px 5px 0;
padding: 0;
position: relative;
right: 0;
overflow: hidden;
}
#options a {
text-decoration: none;
color: black;
display: block;
padding: 0;
line-height: 36px;
margin: 0;
text-indent: -999em;
}
#options li.print a {
background: url("https://www.unarxcarddownloader.com/images/options-button.jpg") no-repeat 0px top;
width: 126px;
}
#options li.text a {
background: url("https://www.unarxcarddownloader.com/images/options-button.jpg") no-repeat -200px top;
width: 107px;
}
#options li.email a {
background: url("https://www.unarxcarddownloader.com/images/options-button.jpg") no-repeat -400px top;
width: 125px;
}
#options li.save a {
background: url("https://www.unarxcarddownloader.com/images/options-button.jpg") no-repeat -600px top;
width: 116px;
}

#columnText {
	float: left;
	width: 180px;
	margin: 0px 0 0 0;
	
}
	#columnText p {
		margin: 0;
		font-size: 10px;
		line-height: 16px;
	}

#columnSteps {
	display: inline-block;
	width: 360px;
}

/* Print Card Button */
#printCard {
	width: 180px;
	margin: 5px 0 15px;
	padding: 0;
}
#printCard form {
	margin: 0;
	padding: 0;
}
#printCard form input#submit {
	width: 180px;
	height: 40px;
	margin: 12px 0 0 0;
	padding: 3px 0 0 45px;
	background: url("../images/print-coupon.jpg") no-repeat center top;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #C00;
	text-transform: uppercase;
	text-align: center;
	border: none;
	white-space: nowrap;
}
#printCard form input#submit:hover {
	cursor: pointer;
	color: #F00;
	background: url("../images/print-coupon.jpg") no-repeat top;
}

/* Step 1, Step 2, Step 3 */
.instructions #steps { margin-top: 20px; }
.instructions #steps div {
	margin: 8px auto;
	display: block;
	background: #f0f0f0;
	border: 1px solid #c9c9c9;
	border-top: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 29px;
	background: #f0f0f0 url("../images/steps-bg.gif") repeat-y left top;
	position: relative;
	width: 420px;
}
.instructions #steps span.step {
	width: 68px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 6px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	left: -1px;	
	position: absolute;
	text-transform: uppercase;
}
.instructions #steps span.step span {
	font-size: 13px;
}
	.instructions #steps .one span.step {
		border: 1px solid #003;
		background: #003a75 url("../images/steps.gif") no-repeat right top;
	}
	.instructions #steps .two span.step {
		border: 1px solid #036;
		background: #0075a8 url("../images/steps.gif") no-repeat right -40px;
	}
	.instructions #steps .three span.step {
		border: 1px solid #069;
		background: #00a8d3 url("../images/steps.gif") no-repeat right -80px;
	}
	
	.instructions #steps span.text {
		padding: 0;
		text-align: left;
		font-size: 16px;
		line-height: 28px;
		font-weight: normal;
		font-style: italic;
		line-height: 29px;
		color: #527080;
		letter-spacing: 1px;
		position: absolute;
		left: 80px;
		white-space: nowrap;
	}
	.instructions.coupon #steps span.text {
		font-size: 13px;
	}

/* `Buttons: Pharmacy Locator, Medication Pricing, -----------------------------------*/

#imageLinks {
	margin: 15px 17px 0px 0px !important;
	float: right;
}
#imageLinks a {
	width: 145px;
	height: 48px;
	padding: 0px;
	margin: 5px 7px;
}

#imageLinks a span {
  width: 110px;
  position: absolute;
  letter-spacing: 1px;
  color: #bbbbbb;
  bottom: 4px;
  left: 0;
}

#pharmacyLocatorButton {
	background: url("https://www.unarxcard.com/global/images/buttons.png") no-repeat 0 0;
}
#pharmacyLocatorButton:hover {
	background: url("https://www.unarxcard.com/global/images/buttons.png") no-repeat -145px 0;
}
#medicationPricingButton {
	background: url("https://www.unarxcard.com/global/images/buttons.png") no-repeat  0 -48px;
}
#medicationPricingButton:hover {
	background: url("https://www.unarxcard.com/global/images/buttons.png") no-repeat -145px -48px;
}

#overview {
  margin: 30px 10px 20px 10px;
  display: block;
  float: right;
  background: #f0f0f0;
  border: 1px solid #c9c9c9;
  border-top: none;
  border-left: none;
  border-radius: 7px;
}
#overview h2 { margin: 10px 15px; border-bottom: 1px solid #CCC; color: #3C3A46; }
#overview ul { margin: 10px 10px 0px 0px; }
#overview ul li {
  background: url("../images/bullet-check.png") no-repeat 7px 5px;
  font-size: 17px;
  line-height: 27px;
  padding: 4px 0 4px 30px;
  color: #3C3A46;U
}
