/* @group reset */

/* no ie mac \*/

* html .pkg, * html #content-inner {
  height: 1%;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background-color: #e0e5e9;
  width: 100%;
  height: 100%;
  background: #e0e5e9 url(/mas_assets/images/awakening_bg.jpg) repeat-x fixed 0 bottom;
}

table {margin: 0; padding: 0;}
tbody {margin: 0; padding: 0;}

#content {
  vertical-align: top;
  background-color: #ffffff;
  padding: 2px 0px 1px 0px;
  min-height: 420px;
  height: auto !important;
  height: 420px;
  width: 970px;
}

.pkg, #content-inner {
  display: block;
}

a:link, a:visited {
  text-decoration: none;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
  margin-bottom: 0em;
}

h1 i {
  font-size: .5em;
}

h3 {
color: #0064AF; /*#3399FF;*/
	font-size: 18px;
	font-weight: bold;}
h3 a:link, h3 a:visited {
	color: #0064AF; /*#3399FF;*/
	font-size: 18px;
	font-weight: bold;
  /*color: #820024;*/
}

blockquote, ol, ul {
  margin-left: 30px;
  background-repeat: repeat-y;
}

ol {
  list-style: decimal outside;
}

ul {
  list-style: disc outside;
}

.item {
  list-style: none;
}

img {
  border: 0px;
}

a {
  color: #3256B6;
}

h1 {
  font: 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  border-bottom-style: none;
  color: #820024;
  margin-top: 0px;
}

p {
  margin-top: 0px; margin-bottom: 15px; 
  font-size:12px
}
/* @end */

/* @group hacks */

.hidden {
  display: none;
}

.clear {
  clear: both;
}

/* @end */

/* @group layout */

#container {
  margin-right: auto;
  margin-left: auto;
  font-size: .8em;
  width: 970px;
  min-height: 1100px;
  height: auto !important;
  height: 1100px;
  position: static;
}

.container_padding {
	margin: 5px 20px; 
	}
.container_padding p {
	font-size: 14px;
	}
/* Wide-Thin-Thin */

.layout-wtt #alpha {
  width: 400px;
}

.layout-wtt #beta {
  left: 190px;
  width: 190px;
}

.layout-wtt #gamma {
  right: 190px;
  width: 190px;
}

/* Thin-Wide-Thin */

.layout-twt #alpha {
  left: 190px;
  width: 400px;
}

.layout-twt #beta {
  left: -560px;
  width: 190px;
}

.layout-twt #gamma {
  width: 190px;
}

/* Wide-Thin */

.layout-wt #alpha {
  width: 520px;
  margin-left: 10px;
  margin-right: 10px;
}

.layout-wt #beta {
  width: 200px;
  float: right;
}

/* page-full */

#page {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
}

#page-inner {
  width: 100%;
}

#page-asset {
}

/* Thin-Wide */

.layout-tw #alpha {
  left: 190px;
  width: 750px;
}

.layout-tw #beta {
  left: -750px;
  width: 200px;
}

/* @end */

/* @group header */

#header {
  text-align: left;
  background-color: #ffffff;
  width: 970px;
}

div#header table {
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  background-color: #ffffff;
}

.lheader {
  padding-left: 0px;
  margin-left: 0px;
  text-align: left;
  clear: none;
  float: left;
}

.lheader img {
  padding-left: 0px;
  margin: 22px 0px 13px 18px;
}



.upper-promo {
  padding: 22px 20px 0 0;
  text-align: right;

  color: #f84;
  background-color: #ffffff;
}

.upper-promo a {
	color: #5d9ad8;
	text-decoration: none;
}

.upper-promo a:hover {
	color: #f84;
	text-decoration: none;
}

/* @end */

/* @group menu */

/* Navigation */
/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/

#navcontainer {
	padding: 0px 0px 0px 4px;
	width: 970px;
		background: #fff;
		clear: both;
		float: none;
}
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:159px;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:36px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:159px;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	/*margin-bottom:1.5em;*/
	color: #fff;
	border-right: 1px solid #fff;
}
.nav li {
	background: url(/mas_assets/images/nav-bg.jpg) #f84 top left repeat-x;
	border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;
	width:159px;
}
.nav a {
	color: #fff;
	padding: 1em 0;
	text-decoration:none;
	text-align: center;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background: #5d9acd;
	color: #fff;
}
.nav li li {
	background:#f84;
}

.nav li li.valentines {
	background: url(/mas_assets/images/heart.png) center left no-repeat #fc0000;
	
}

.nav li li.valentines a:hover{
	background: url(/mas_assets/images/heart.png) center left no-repeat #5d9acd;
	
}

.nav li li.newitem {
	background: url(/mas_assets/images/new.png) center left no-repeat #3ba9b8;	
}

.nav li li.newitem a:hover {
	background: url(/mas_assets/images/new.png) center left no-repeat #5d9acd;	
}

.nav li li li {
	background:#f84;
}

.nav li li a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.1em;
  font-size: 0.9em;
}
/* @end */

/* @group footer */
#footer {
color: #850039;
font-size: .9em;
padding-top: 1px;
padding-bottom: 20px;
width: 970px;
margin: 0 auto;
text-align: center;
}

#footer a{
  color: #850039;
}
#footer a:hover{
  color: #223c7f;
}

/* @group home */

/* @group home_side */
#home_side {
	vertical-align: top;
	height: 100%;
	padding: 15px;
}

#home_side h2 {
  margin-top: 0px;
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
}

#home_side li {
  margin-top: 0px;
  font-size: 1em;
  list-style-type: none;
  right: 20px;
  position: static;
  line-height: 1.3em;
}
#home_side a {
  text-decoration: none;
  color: #779acd;
}

#home_side a:hover {
  color: #f84;
}

#home_side h3 {
  color: #f84;
  font-weight: normal;
  font-style: normal;
}

.smalltype {
  font-size: .8em;
}
/* @end */


#homecontent2 h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

div#homecontent2 {
  margin: 20px;
}

table#hometable {
  padding-right: 10px;
}

#hometable h1 {
  text-transform: none;
  color: #981e39;
  font: 26px Georgia, "Times New Roman", Times, serif;
}

#hometable h3 {
  border-bottom: 1px solid #dad3a5;
  margin: 0;
  padding: 0 0 10px;
  color: #981e39;
  font: 14px Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group product */

#product-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  color: #820024;
}

#product-title h1 {
  font: 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: none;
  border-bottom-style: none;
  margin-left: 20px;
  color: #820024;
}

#product-title a {
  color: #820024;
  text-decoration: none;
  margin-right: 20px;
}

table#product-core {

}

table#product-core td {
  vertical-align: top;
}

table#product-core ul {
  margin-left: 0px;
  margin-top: 0px;
  list-style: disc;
  margin: 0;
  padding-left: 15px;
  color: #3c3c3c;
  font-size: .9em;
}

#page li {
  text-align: left;
}

#page ol {
  text-align: left;
}

div#product-footer {
  height: 100%;
}

.product_buttons_spacer {
  width: 20px;
}

table#textmain1 {
  clear: left;
  padding: 30px;
}

#textmain1 td {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

#textmain1 h1 {
  text-transform: none;
  border-bottom-style: none;
  color: #981e39;
  font: 1.2em Georgia, "Times New Roman", Times, serif;
}

#textmain1 h3 {
  border-bottom: 1px solid #dad3a5;
  margin: 0;
  padding: 0 0 10px;
  color: #981e39;
  font: 2em Georgia, "Times New Roman", Times, serif;
}

#textmain1 b {
  color: #417ea1;
  font-weight: normal;
  font-size: 1.05em;
}

/* @group controlls */

font.price {
  font: bold 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table#product_controlls {
  color: #750016;
}

table#product_controlls p {
  margin: 0px;
}

div#add_to_cart_box {
  background-color: #125680;
  padding: 2px;
}

input.submit_to_cart {
  text-align: center;
  background-color: #125680;
  color: #FFFFFF;
  border: 1px solid #fff;
  width: 140px;
  margin: 1px;
  padding: 3px;
  font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input.submit_to_cart:hover {
  background-color: #0c4060;
}

div#add_to_wish_list_box {
  background-color: #6cbdab;
  padding: 3px;
  text-align: center;
  width: 140px;
}

div#add_to_wish_list_box-inner:hover {
  background-color: #5da594;
}

#add_to_wish_list_box-inner {
  text-align: center;
  border: 1px solid #fff;
  padding: 3px;
}

#add_to_wish_list_box-inner a {
  color: #FFFFFF;
  text-decoration: none;
  font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#email_a_friend_box {
  background-color: #7d0022;
  padding: 3px;
  text-align: center;
  width: 140px;
}

div#email_a_friend_box-inner:hover {
  background-color: #67001b;
}

#email_a_friend_box-inner {
  text-align: center;
  border: 1px solid #fff;
  padding: 3px;
}

#email_a_friend_box-inner a {
  color: #FFFFFF;
  text-decoration: none;
  font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

table#product-footer {
	border-top: 1px solid #82c4e6;
	margin-right: 5px;
}

table#product-footer b {
	color: #f84;
	font-size: 1.2em;
	padding-bottom: 10px;
}

td#product-footer-left {
  border-right: 1px solid #b98494;
  padding: 10px;
  color: #104d7a;
}

/* @end */

/* @group category */

div#product-list {
  text-align: center;
  display: block;
  margin-left: 5px;
}

div.category_product_links {
  display: inline;
  width: 100px;
  margin: 5px;
  padding: 0;
  position: relative;
  float: left;
}

div.category_product_links {
  font: .85em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.category_product_links a {
  font-size: 0.85em;
  color: #9a244b;
}

form.masform {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: inline;
}

/* @group nav_side */
#nav_side {
	vertical-align: top;
	height: 100%;
}

#nav_side h2 {
  margin-top: 0px;
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
}

#nav_side li {
  margin-top: 0px;
  font-size: 1em;
  list-style-type: none;
  padding-left: 0px;
  margin-right: 0px;
  line-height: 1.3em;
  right: 20px;
  position: static;
}

#nav_side ul {
  padding-left: 0px;
  margin-right: 0px;
}
#nav_side a {
  text-decoration: none;
  color: #779acd;
}

#nav_side a:hover {
  color: #f84;
}

#nav_side h3 {
  color: #f84;
  font-weight: normal;
  font-style: normal;
}

/* @end */

/* @end */

/* @group checkout */

table.product_table {
  margin: 10px;
  border: 2px solid #b98494;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.product_table td {
  padding: 4px;
}

.row1 {
  color: #990033;
  font-weight: bold;
}

td.double_border {
  border-top: 4px double #b98494;
  height: 1px;
}

table#mainform_table {
  border: 1px solid #820024;
}

#mainform_table td {
  padding: 1px;
  margin: 10px;
}

td.plain_text {
  padding: 5px;
}

.headrow {
  color: #820024;
  margin: 5px;
}

.product_table_border {
  border-bottom: 1px dotted #b98494;
  margin: 0px;
  padding: 0px;
}

div#navhead {
  font: 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: #820024;
  margin-top: 0px;
  padding-left: 40px;
}

table#ordersummary {
  border-top: 1px dotted #b98494;
}

#ordersummary td {
  margin: 0px;
  padding: 0px;
}


/* @end */

div#nav_side li {
  padding-bottom: 5px;
}

/* @group account */

A.button_area, A.button_area:active, A.button_area:visited, A.button_area:hover {
  padding: 5px;
}

.button_area_m4 {
  margin: 4px 0px 0px 0px;
}

A.button_area_m4, A.button_area_m4:active, A.button_area_m4:visited, A.button_area_m4:hover {
  margin: 4px 0px 0px 0px;
}

/* @end */

div#newbuttons{
  margin-right: 20px;
}
#newbuttons a {
  color: white;
  font-size: 7pt;
  font-family: Arial, SunSans-Regular, sans-serif;
  background-color: #006793;
  text-decoration: none;
  letter-spacing: 2pt;
  padding: 5px 10px;
  border: solid 1px black;
}

#newbuttons a:hover {
  color: white;
  font-size: 7pt;
  font-family: Arial, SunSans-Regular, sans-serif;
  background-color: #75263D;
  text-decoration: none;
  letter-spacing: 2pt;
  padding: 5px 10px;
  border: solid 1px black;
}


.button_area {
  padding: 5px;
}

table#upsell-list {
  text-align: center;
  display: block;
  margin-left: 5px;
}

div.upsell_product_links {
  display: inline;
  width: 124px;
  margin: 5px;
  padding: 0;
  position: relative;
  float: left;
}

div.upsell_product_links {
  font: .85em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.upsell_product_links a {
  font-size: .85em;
  color: #9a244b;
}

.error_message {
  background-color: #e7a09e;
  font-size: 1.2em;
  border: 3px dotted #820024;
}

.account_head {
	background-color: #820024;
	color: #FFF;
	width: 100%;
	font-size: 1.2em;
	border: 1px solid #FFF;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px 5px 0px 5px;
}

.account_head a{
	color: #FFF;
}

.header_comment {
	font-size: .8em;
}

.history_border_dots {
	border-bottom: 2px dotted #e7a09e;
	height: 1px;
	color: #820024;
	font-weight: bold;
	
}



/* @group landing */

table#transition {
	width: 95%;
}

#transition h3 {
	font-size: 1.5em;
	margin-bottom: 20px;
}

#transition a {
	font-size: 1.5em;
	margin-bottom: 20px;
}
/* @end */

/* @group security */

table#security {
	width: 95%;
	margin: 30px;
}

#security h3 {
	font-size: 1.5em;
	margin-bottom: 20px;
}

#security a {
	margin-bottom: 20px;
}
/* @end */

.footer_images { border: 10px solid #a5d0e7; margin-left: 10px; margin-right: 10px;}

#product-core li { font-size: 1.2em; padding-bottom: 5px; }
#product-footer p { font-size: 1.05em; text-align: justify; line-height: 20px; margin-top: 18px;}
#navigation-content p { font-size: 1.05em; text-align: justify; line-height: 18px; }
#navigation-content { padding: 0px 10px 0px 20px;}
.pics { 
	height: 425px; 
	width: 700px; 
	padding:0px; 
	margin:0px;
	overflow: hidden;
}

.pics img { 
	height: 425px; 
	width: 700px; 
	padding: 0px;
}

.dashed {
	border: 1px solid #999;
	margin: 8px 0px;
}

blockquote {
	padding: 0px 17px;
	border: 1px solid #cddee8;
}

.centerside_text {
	font-size: 18px;
	margin: 5px 0px;
	font-weight: bold;
	color: #ff0000;
}

/*----------New Homepage CSS-----------*/
#new-to-awakening {
	width: 251px;
	height: 178px;
	background: url(/mas_assets/images/0/new-to-awakening-bg.jpg) top left no-repeat;
	margin: 0 0 0 4px;
	padding: 0;
	font-size:12px
	}
#new-to-awakening p {
float:right;
width: 112px;
clear: both;
margin: 12px;
font-size:12px
}

#new-to-awakening img {
	float:right;
	}
#newtoawakening {
	background: url(/mas_assets/images/0/new-to-awakening.jpg) top left no-repeat;
	text-indent: -9999em;
	height: 45px;
	width: 251px;
	margin: 0;
	padding: 0;}	
	
	.rightcolitem {
		background: #e5e5e5;
		margin: 4px 0 0px 4px;
		padding: 0 0 5px 0;
		width: 251px;
		font-size: 12px;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #aaa;
		}
.rightcolitem img {
	float: left;
	margin: 0 15px 0 0;
	}	
.rightcolitem p {
	margin: 0px 10px 5px 10px;
	}
.rightcolitem a {
	color: #779ACD;
	}
.rightcolitem a:hover {
	color: #ff8844;
	}	
h1.rave-reviews {
		height: 19px;
		background: url(/mas_assets/images/0/rave-reviews.jpg) bottom left no-repeat;
		width: 250px;
		padding: 3px 0 0 0;
		margin: 0 0 3px 6px;
		text-indent: -9999em;
		}
	h1.featured-product {
		height: 19px;
		background: url(/mas_assets/images/0/featured-product.jpg) bottom left no-repeat;
		width: 250px;
		padding: 3px 0 0 0;
		margin: 0 0 3px 6px;
		text-indent: -9999em;
		}
	#gardeners-seal {
		position: relative;
		margin: 0 0 -74px 0;
		top: 6px;
		left: 255px;
		width: 74px;
		}
	
	
/*----------Connect CSS-----------*/
#connect {
	background: #ffffff top left repeat;
	background-color: #ffffff;
	/*margin: 20px 0 0 0;*/
	margin: 20px 0 0 0;
}
#connect-left { 
	float: left; 
	width: 310px; 
	margin: 10px 15px 10px 10px;
	background: #fff;
}
#connect-left p {
/*	margin: 6px 10px;*/
	} 
.floatleft {
	float: left; 
	margin: 0px 15px 0 0;
	}
#connect-middle {
	float: left;
	width: 350px; 
	margin: 10px 20px 10px 0px;
	background: #fff;
}

#connect-right {
	float: left; 
	width: 210px; 
	margin: 10px 0; 
	padding: 0;
	background: #fff;
	}

h1.connectwithawakening {
		height: 19px;
		background: url(/mas_assets/images/0/connect-with-awakening.jpg) bottom left no-repeat;
		width: 300px;
		padding: 3px 0 0 0;
		margin: 0 0 3px 0px;
		text-indent: -9999em;
		}
h1.facebookfanbox {
		height: 19px;
		background: url(/mas_assets/images/0/facebook-fan-box.jpg) bottom left no-repeat;
		width: 300px;
		padding: 3px 0 0 0;
		margin: 0 0 3px 0px;
		text-indent: -9999em;
		}	
h1.skincareblog {
		height: 19px;
		background: url(/mas_assets/images/0/awakening-skin-care-blog.jpg) bottom left no-repeat;
		width: 300px;
		padding: 3px 0 0 0;
		margin: 0 0 3px 0px;
		text-indent: -9999em;
		}		
h1.inthemedia {
		height: 19px;
		background: url(/mas_assets/images/0/in-the-media.jpg) bottom left no-repeat;
		width: 250px;
		padding: 3px 0 0 0;
		margin: 0 0 3px 0px;
		text-indent: -9999em;
		}	

/* charity form page */ 

#charity_form {
	width: 300px;
	float: left;
}

#charity_form h2 {
	 color: #125680;
}

#charity_form input {
  text-align: center;
  background-color: #125680;
  color: #FFFFFF;
  border: 0px solid #fff;
  	-moz-border-radius: 2px;
	-webkit-border-radius: 6px;
  width: 140px;
  margin: 3px 0px;
  padding: 3px;
  font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#charity_form select {
  background-color: #125680;
  color: #FFFFFF;
  width: 140px;
  margin: 10px 0px 0px 0px;
  font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  border: 0px solid #fff;
  height: 22px;
  padding: 2px;
}



/* New To Awakening CSS */

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

div.clearright {
	clear: right;
	font-size: 1px;
	line-height: 1px;
}
/* New To Awakening Page */

		
.nta-title {
	font-size: 85px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	}	
	
.nta-main {
	background: url(/mas_assets/images/new-to-awakening/nta-products.png) top center no-repeat;	
	min-height: 500px;
	}
	
.container {
	width: 835px;
	margin: 0 auto;
	}	
	
.freesamplesbubble {
	background: url(/mas_assets/images/new-to-awakening/nta-bubble-1.png) top left no-repeat;
	width: 238px;
	height: 141px;
	float: left;
	/*position:absolute;
	top: 500px;
	left: 200px;*/
	
}

.spacer-div {
	width: 830px;
	height: 245px;
}


.freesamplesbubble p {
	padding: 10px 0 0 0;
	margin: 5px 30px 10px 10px;
	color: #FFF;
	font-size: 16px;
	line-height: 24px; 
	}
	
.freesamplesbubble p a {
	color: #0065b0;
	font-size: 16px; 
	font-weight: bold;
	
}
	

.newcustomer {
	background:url(/mas_assets/images/new-to-awakening/nta-bubble-2.png) top left no-repeat;
	width: 342px;
	height: 121px;
	float: left;
	/*position:absolute;
	top: 520px;
	left: 400px;*/
	
}

.newcustomer p {
	padding: 10px 0 0 0;
	margin: 5px 30px 10px 55px;
	color: #FFF;
	font-size: 16px;
	line-height: 24px; 
}

.newcustomer p a {
	color: #0065b0;
	font-size: 16px; 
	font-weight: bold;
	
}

.ateam {
	background:url(/mas_assets/images/new-to-awakening/nta-bubble-3.png) top left no-repeat;
	width: 238px;
	height: 131px;
	float: left;
	/*position:absolute;
	top: 490px;
	left: 600px;*/
}

.ateam p {
padding: 10px 0 0 0;
margin: 15px 30px 10px 35px;
	color: #FFF;
	font-size: 16px;
	line-height: 24px; 
}

.ateam p a {
	color: #85d437;
	font-size: 16px; 
	font-weight: bold;

}

/* Free Sample Page */
	
.freesamplebody {
	font-size: 14px;
	line-height: 24px;
	color: #454545;
	}
	
.freesample-promo {
	background: url(/mas_assets/images/new-to-awakening/fs-background.png) top left no-repeat;
	min-height: 260px;
	float: right;
	width: 283px;
	color: #fff;
	}
		
.freesample-promo p {
	font-size: 14px;
	line-height: 24px;
	}

.freesample-promo img {
	float: left;
	margin: 5px 13px 5px 0px; }
	
.floatleft {
	float: left;
	margin: 20px;
	}
	
.floatright {
	float: right;
	margin: 20px;
	}
			


/* First time purchaser */
			
#ftp-main-text {
	width: 650px;
	margin-left: 20px; 
	margin-top: 5px;
	line-spacing: 24px;
	font-size: 14px;
}
#ftp-main-text p {

	line-height: 24px;
	font-size: 14px;
	color: #454545;
	}
.ftp-testimonial {
	width: 160px;
	border:0;
	float:left;
	margin: 0 54px 0 0;
	}

h1.ftp {
	font-size: 28px; 
	
	}	
	
.ftp-bold {
	color:#0064af; 
	font-weight: bold;
	}	
	
.ftpformbox{
	width: 282px;
	min-height: 432px;
	background:url(/mas_assets/images/new-to-awakening/ftp-form-bg.png) top left no-repeat;
	float:right;
	color: #fff;
	font-size: 16px;
	}
.ftpformbox p {
	font-size: 16px;
	line-height: 21px;
	margin: 10px 10px 0 0;
	}
	
.ftpformbox img {
	float:left;
	margin: 10px;
	}
	
.ftpform {
	margin: 10px;	}

.ftpform .inputfield {
	border: 1px solid #0064af;
	width: 255px;
	height:36px;
	font-size:14px;
	color: #888888;
	}
	
	
.ftpform input .submit{
	border: 1px solid #0064af;
	
	height:36px;
	font-size:14px;
	color: #888888;
	}
		
/* Loyalty Program*/				

h1.lp_h1 {
	color: #0064AF; /*#3399FF;*/
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 10px 5px 0px 0px;
	width: 600px;
	}
	
h2.lp_h2 {
	color: #ff8844; /*#3399FF;*/
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 10px 5px 10px 0px;}	
h3.lp_h3 {
	
	border-bottom: 1px dotted #ff8844;
	margin: 0px 0px 10px 0px;}

h3.lp_h3 a { 	
	color: #0064AF; /*#3399FF;*/
	font-size: 18px;
	font-weight: bold;
}

h3.lp_h3 a:hover { 	
	text-decoration: underline;
	}
	
.lp_header {}
.lp_table {
	
	background: url(/mas_assets/images/myhistory/greenbox-top.jpg) top left no-repeat; /* #EBF7FF #eeeeee;
	   background-image: -moz-linear-gradient(100% 100% 90deg, #85d437, #71cd2e);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#85d437), to(#71cd2e));*/
	width: 723px;
	min-height: 150px;
	padding: 10px 10px;
/*	border-radius: 7px;
	border: 1px solid #dddddd;*/
	}


	
.lp_table_finisher {
	background: url(/mas_assets/images/myhistory/greenbox-bottom.jpg) bottom left no-repeat #85d437; 
	width: 723px;
	 	font-size: 14px;
	margin: 5px 18px 0px 0px;
	padding: 0px 0px 12px 0px;
	float: right;

	}	
.lp_table a {
	text-decoration: underline;
	}

	

/*.mypoints {
		background: #EBF7FF;  #EBF7FF/* #eeeeee;
	   background-image: -moz-linear-gradient(100% 100% 90deg, #EBF7FF, #d2e7f5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EBF7FF), to(#d2e7f5));
    }
	
	*/
.lp_tableHeader {
	font-size: 21px;
	color: #fff;}
.lp_tableRowHeader {
	font-size: 16px;
	font-weight: bold;
	color: #0064AF;
	}
	
.lp_points {
	font-weight: bold;
	color: #0064AF;
	}
.lp_tableContents { margin: 0; padding: 0; color: #fff; font-size: 16px;}
.lp_leftnav {
	float: left;
	width: 150px;
	background: #f9f9f9;
	min-height: 500px; 
	margin: 5px 15px 0px 0px;
	padding: 10px;
	border-radius: 7px;
	border: 1px solid #dddddd;
}
.lp_leftnav p {
	font-weight: bold;
	}
.lp_leftnav a {
	color: #0064AF;
	}



.lp_rightnav {
	float: right;
	width: 150px;
	background: #f9f9f9;
	clear: none;
	margin: 5px 15px 0px 0px;
	padding: 10px;
	border-radius: 7px;
	border: 1px solid #dddddd;
}
.lp_rightnav p {
	font-weight: normal;
	}
.lp_rightnav a {
	color: #0064AF;
	}



a.active {
	color: #ff8844;
}

.lp_line {
	border-bottom: 1px solid #5D9AD8;
	
	}
	
.lp_history {
/*	background: #EBF7FF; */
	border-bottom: 1px solid #ddd;
	}
hr.trhr {
	height: 1px;
	background: #5D9AD8;
	}
	
p.thanks_name {
	font-size: 18px;
	}
span.thanks_orderid {
	font-size: 21px;
	font-weight: bold;
	}
	
.callout {
	font-size: 24px;
	font-weight: bold;
	float: left;
	border: 1px solid #fff;
	padding: 10px 10px 10px 0px;
	display: block;
	text-transform: uppercase;
	}
.callout:hover {	
	background: #85d437;
	border: 1px solid #85d437;
}