

body {
  margin: 0px;
  padding: 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#DBEAF7;
	font-family:Arial, Helvetica, sans-serif;
	color: #737c8b;
	font-size: 11px;
	line-height: 14px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	color: #737c8b;
	font-size: 11px;
	line-height: 14px;
}
a:link, a:visited {
	color: #737c8b;
}
a:active, a:hover {
	color: #1498CF;
}
img {
	border: 0;
	border-width: none;
}
input, select {
	font-family:Arial, Helvetica, sans-serif;
	color: #737c8b;
	font-size: 11px;
}

.bodyCopy {
	margin-bottom: 18px;
}
.ltBlue {
	background-color: #DBEAF7;
}
.ltOrange {
	background-color: #FEB86B;
}
.dkOrange {
	background-color: #FE8808;
}
.white {
   background-color: #FFFFFF;
}
.ltGray {
	background-color: #F7F9FC;
}

.navbarBackground {
	background-color: #8E5F40;
}

.padded15 {
	padding: 22px 15px 15px;
}
.padded8 {
	padding: 8px;
}
.paddedBottom8px {
	padding-bottom: 8px;
}

.secureLogo {
	text-align:center;
	padding-top: 28px;
	padding-bottom: 5px;
}
.footerCheckoutLogo {
	text-align:center;
	padding-top: 18px;
	padding-bottom: 15px;
}
.footerLogo {
	text-align:center;
	padding-top: 28px;
	padding-bottom: 15px;
}
.footerNavi {
	text-align:center;
	padding-bottom: 150px;
	font-size: 9px;
	text-transform:uppercase;
}

.lgHeading {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.heading1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.heading1_nomargin {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.heading2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height:19px;
}
.heading3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 3px;
}
.whiteCopy {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 8px 8px 8px;
}
.whiteHeading {
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 3px;
}

.lgBullet {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}
.smallBullet {
	list-style-position: inside;
	list-style-image: url(../images/bluedot.gif);
	list-style-type: none;
}

.compact {
	list-style-position: outside;
	list-style:square;
	line-height: 15px;
	margin-bottom:0px;
	margin-top:0px;
}
.compact li {
	line-height: 14px;
}
.lastItem {
	margin-bottom: 10px;
}
.marginBottom15 {
	margin-bottom: 15px;
}

.backToTopLink {
	font-size: 10px;
	text-transform:uppercase;
}

/* ---------------------------
	CHECKOUT STYLES
	---------------------------*/
.formLabel {
	width: 180px;
	text-align: right;
	vertical-align:top;
}
.checkoutHeading1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:17px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 8px;
}

.reviewHeading {
	font-family: Helvetica, Arial, sans-serif;
	font-size:17px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}
.checkoutInstructions {
	color: #FFFFFF;
	font-size: 11px;
	text-align:left;
	padding-top: 3px;
	padding-bottom: 3px;
}

.checkoutInstructions a {
	color: #FFFFFF;
}

#continueBtn {
	text-align: center;
}
#review td {
	vertical-align:top;
}
.reviewLabel {
	width: 170px;
	text-align: right;
	padding-right: 15px;
}
.edit {
	vertical-align:bottom;
}
.error {
   color: #D50000;
   font-weight: bold;
}
.note {
  color: #ff6600;
  font-weight: bold;
}
.formLabelError {
   color: #D50000;
   font-weight: bold;
   text-align: right;
}
