
.page_patient_get_well_cards .contentWidth100 .content {
	padding:25px 10px;
	width: 746px;
}

/* arrow nav (used on the "get well cards" and "gift shop" pages) */
.arrowNav UL {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	list-style-image: none;
	height: 32px;
	overflow: hidden;
}
.arrowNav LI {
	margin: 0 4px 0 0;
	padding: 0;
	height: 30px;
	float: left;
	list-style-image: none;
	background: url(/img/arrowNav.gif) no-repeat left top;
}
.arrowNav LI SPAN {
	display: block;
	/* more in css_IE.css */
	position: relative;
	left: 16px;
	margin: 0;
	padding: 7px 20px 5px 10px;
	height: 20px;
	background: url(/img/arrowNav.gif) no-repeat right top;
	color: #FFFFFF;
}
.arrowNav LI.selected {
	height: 32px;
	background: url(/img/arrowNavSelected.gif) no-repeat left top;
	font-weight: bold;
}
.arrowNav LI.selected SPAN {
	color: #f3823c;
	background: url(/img/arrowNavSelected.gif) no-repeat right top;
}

.arrowNav LI.first,
.arrowNav LI.last SPAN {
	background-position: -20px 0;
}
.arrowNav LI.first SPAN {
	padding-left: 0;
}
.arrowNav LI A {
	cursor: pointer;
}

/* Get Well Cards */
/* hide the buttons on the cards home page */
.cardsHome {
	clear: both;
	padding: 20px 10px 10px 10px !important;
	width: 725px;
}
.cardsContent {
	margin: 0 30px 0 0;
	padding: 0 30px;
	background-color: #e7feb8;
}
.cardsContent .leftColumn{
	float: left;
	width:350px;
	padding:0;
}
.cardsContent .rightColumn{
	float: right;
	width:300px;
	padding:0;
}
.cardsContent H3 {
	margin: 0 0 0.2em 0;
	color: #446c12;
	border: none;
}
.cardsContent TEXTAREA {
	border: 1px solid #737373;
}

.cardsTable TD {
	text-align: center;
	vertical-align:top;
	padding-bottom: 1.5em;
}
.cardsCard {
	clear: both;
	border: 1px solid #bce18d;
	background-color: #FFFFFF;
}
.cardsCard IMG {
	display: block;
}
.cardsButtonRow {
	clear: both;
	height: 30px;
}
.cardsButton {
	display: block;
	height: 24px;
	padding: 6px 20px 1px 10px;
	background: url(/img/arrowNav.gif) no-repeat top right;
}
.cardsButtonTop {
	position: relative;
	float: right;
	margin: 0 -45px 0 0;
}
.cardsButtonBottom {
	position: relative;
	float: right;
	margin: 0 -45px 0 0;
}
