
/* =Homepage Elements
   img path: ../../../
-----------------------------------------------------*/

/* =Main
-----------------------------------------------------*/

#main #secondaryContent {
	position: absolute;
	left: 0;
	top: 20px;
}

#main #primaryContent {
	width: 387px; /*395px -10px padding*/
	/*background: #eee;*/
	background: none;
	padding: 0;
	position: absolute;
	left: 202px;
}

#main #primaryContent .blockContent {
	overflow: visible;
	padding: 0;
	width: 387px;
}

#main h1 {
	display: none;
}



/* =Primary Content - Not logged in
-----------------------------------------------------*/

#main .notLoggedIn #primaryContent .blockTop {
	height: 45px;
	background: url(../../../img/homepage/block_lefttop.gif) 0 0 no-repeat; 
}

#main .notLoggedIn #primaryContent .blockTopRight {
	padding-top: 45px;
	background: url(../../../img/homepage/block_righttop.gif) right 0 no-repeat;   
}

#main .notLoggedIn #primaryContent .blockContent div {
	margin: 0 1px;
	padding: 6px 0 0 0;
	background: url(../../../img/homepage/primary_notloggedin.jpg) 0 0 no-repeat;
	height: 454px;
	min-height: 454px;
	position: relative;
}

#main .notLoggedIn #primaryContent .blockContent a.ordernow {
	display: block;
	position: absolute;
	background: url(../../../img/homepage/sticker_ordernow2.png) 0 0 no-repeat;
	width: 95px;
	height: 95px;
	text-indent: -99999em;
	top: -65px;
	left: 2px;
}

#main .notLoggedIn #primaryContent .blockContent a.orderSystem {
	display: block;
	position: absolute;
	height: 420px;
	width: 384px;
	top: 10px;
	left: 0px;
	text-indent: -99999em;
}

#main .notLoggedIn #primaryContent .blockContent div h2 {
	background: url(../../../img/homepage/title_acnetreatment.5.png) right top no-repeat;
	text-indent: -99999em;
	height: 30px;
	width: 134px;
	right: 14px;
	top: -37px;
	position: absolute;
}

#main .notLoggedIn #primaryContent .blockContent div h3 {
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../../../img/homepage/title_clearskinyoudeserve.png) 0 0 no-repeat;
	width: 232px;
	height: 53px;
	text-indent: -99999em;
	position: absolute;
	left: 21px;
	top: 302px;
}

#main .notLoggedIn #primaryContent .blockContent div h4 {
	background: url(../../../img/homepage/content_clearskin.png) 0 0 no-repeat;
	width: 294px;
	height: 41px;
	text-indent: -99999em;
	position: absolute;
	left: 21px;
	top: 364px;
}


#main .notLoggedIn #primaryContent .blockContent a.bottomLink {
	position: absolute; 
	top: 425px;
	left: 21px;
	width: 344px;
}




/* =Primary Content - Logged in
-----------------------------------------------------*/

#main .loggedIn #primaryContent .blockContent {
	position: relative;
	height: 578px;
	min-height: 578px;
}

#main .loggedIn #primaryContent .scroller {
	position: relative;
	width: 375px;
	height: 390px;
	top: 1px;
	left: 6px;
	margin-bottom: 10px;
}

#main .loggedIn #primaryContent .scrollerFrame {
	position: absolute;
	height: 4px;
	width: 4px;
	background-image: url(../../../img/homepage/scroller_frame.png);
}

#main .loggedIn #primaryContent .scrollerFrame.tl {
	top: 0;
	left: 0;
	background-position: 0 0;
}

#main .loggedIn #primaryContent .scrollerFrame.tr {
	top: 0;
	right: 0;
	background-position: 0 -100px;
}

#main .loggedIn #primaryContent .scrollerFrame.bl {
	bottom: 0;
	left: 0;
	background-position: 0 -200px;
}

#main .loggedIn #primaryContent .scrollerFrame.br {
	bottom: 0;
	right: 0;
	background-position: 0 -300px;
}

#main .loggedIn #primaryContent .scrollerContain{
	width: 375px;
	height:390px;
	position: absolute;
	overflow: hidden;
}

#main .loggedIn #primaryContent .scrollerContent {
	width: 10005px;	
	position: absolute;
}

#main .loggedIn #primaryContent .scrollerContent .scrollerItem {
	height: 390px;
	float: left;
	position: relative;
}

#main .loggedIn #primaryContent .scrollerContent .scrollerItem a {


}

#main .loggedIn #primaryContent .scroller div.previousInactive,
#main .loggedIn #primaryContent .scroller div.nextInactive {
	background: url(../../../img/homepage/btn_homearrow_inactive.png) 0 0 no-repeat;
	height: 27px;
	width: 27px;
	position: absolute;
	top: 205px;
	z-index: 3;
}

#main .loggedIn #primaryContent .scroller div.previousInactive {
	left: 17px;
}

#main .loggedIn #primaryContent .scroller div.nextInactive  {
	right: 17px;
	background-position: 0 -100px;
}


#main .loggedIn #primaryContent .scroller a.previous,
#main .loggedIn #primaryContent .scroller a.next,
#main .loggedIn #primaryContent .scroller a.previous_nojs,
#main .loggedIn #primaryContent .scroller a.next_nojs {
	position: absolute;
	display: block;
	background: url(../../../img/homepage/btn_homearrow.png) 0 0 no-repeat;
	height: 27px;
	width: 27px;
	text-indent: -99999em;
	top: 205px;
	z-index: 4;
}

#main .loggedIn #primaryContent .scroller a.previous,
#main .loggedIn #primaryContent .scroller a.previous_nojs {
	background-position: 0 0;
	left: 17px;
	visibility: hidden;
}

#main .loggedIn #primaryContent .scroller a.previous_nojs{
	visibility: visible;
}
#main .loggedIn #primaryContent .scroller a.previous:hover,
#main .loggedIn #primaryContent .scroller a.previous_nojs:hover {
	background-position: -300px 0;
}

#main .loggedIn #primaryContent .scroller a.next,
#main .loggedIn #primaryContent .scroller a.next_nojs {
	background-position: 0 -100px;
	right: 17px;
}

#main .loggedIn #primaryContent .scroller a.next:hover,
#main .loggedIn #primaryContent .scroller a.next_nojs:hover {
	background-position: -300px -100px;
}

#main .loggedIn #primaryContent .scroller div.previousInactive,
#main .loggedIn #primaryContent .scroller div.nextInactive,
#main .loggedIn #primaryContent .scroller a.previous,
#main .loggedIn #primaryContent .scroller a.next{
	display:none;/*For no-js*/
}

#main .loggedIn #primaryContent .blockContent h3 {	
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../../../img/homepage/title_shopthecatalog.png) 0 0 no-repeat;
	width: 317px;
	height: 24px;
	text-indent: -99999em;
	position: absolute; 
	top: 55px;
	left: 32px;	
}

#main .loggedIn #primaryContent .blockContent h4 {
	padding-top: 10px;
	background: url(../../../img/homepage/title_greatoffers.png) left bottom no-repeat;
	height: 10px;
	margin: 10px;
	text-indent: -99999em;
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections {
	padding: 0 10px;
	position: absolute;
	bottom: 10px;
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li {
	float: left;
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li a {
	display: block;
	background: url(../../../img/homepage/btn_catalog.png) 0 0 no-repeat;
	text-indent: -99999em;
	width: 87px;
	height: 60px;
	margin: 0 5px 0 0;
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li.btnKits a {
	margin-bottom: 5px;
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li.btnSolvers a {
	background-position: 0 -100px;
	margin-bottom: 5px;
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li.btnControl a {
	background-position: 0 -200px;	
	margin-bottom: 5px;
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li.btnBody a {
	background-position: 0 -300px;	
	margin: 0 0 5px 0;
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li.btnMoisture a {
	background-position: 0 -400px;	
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li.btnMakeup a {
	background-position: 0 -500px;	
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li.btnSun a {
	background-position: 0 -600px;	
}

#main .loggedIn #primaryContent .blockContent ul.catalogSections li.btnSpecial a {
	background-position: 0 -700px;	
	margin: 0;
}




/* =Secondary Content - Not Logged in
-----------------------------------------------------*/

#main .notLoggedIn #secondaryContent {
	padding: 0;
	width: 195px;
	position: absolute;
	top: 20px;
	left: 0;
}

#main .notLoggedIn #secondaryContent #randomCeleb {
	height: 520px;
	position: relative;
	overflow: hidden;
}

#main .notLoggedIn #secondaryContent #randomCeleb a.slide {
	position: absolute;
	left: -99999em;
}

#main .notLoggedIn #secondaryContent .block {
	position: absolute;
	top: 371px;
	left: 5px;
	width: 185px;
	height: 145px;
	background: url(../../../img/homepage/back_bonus.png);
	z-index: 30;
}


#main .notLoggedIn #secondaryContent .blockContent {
	padding: 5px 7px 5px 9px;
	background: none;
	position: absolute;
	top: 371px;
	left: 5px;
	font-size: 0.95em;
	line-height: 1.25em;
	overflow: hidden;
	z-index: 35;
	
}

/*Real Stories module*/

.notLoggedIn #realStoriesHome .blockContent{
		position: relative;
		overflow: visible;
		padding-left: 20px !Important;
		padding-right: 20px !Important;
}

.notLoggedIn #realStoriesHome .blockContent .bottomLink{
	position: absolute;
	bottom: 0px;
	width: 244px;
}


.notLoggedIn #realStoriesHome.blockContent {
	width: 169px;
	padding: 0;
}

.notLoggedIn #realStoriesHome p {
	line-height: 1.1em;
	padding: 5px 0;
}

.notLoggedIn #realStoriesHome .scroller {
	position: relative;
	height: 105px;
	width: 175px;
	margin-left: -4px;
}

.notLoggedIn #realStoriesHome .scroller div.previousInactive,
.notLoggedIn #realStoriesHome .scroller div.nextInactive {
	background: url(../../../img/homepage/btn_homearrow_realstories.png) -300px 0 no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 39px;
}

.notLoggedIn #realStoriesHome .scroller div.previousInactive {
	left: 0px;
}

.notLoggedIn #realStoriesHome .scroller div.nextInactive  {
	right: 0px;
	background-position: -300px -100px;
}

.notLoggedIn #realStoriesHome .scroller a.previous,
.notLoggedIn #realStoriesHome .scroller a.next {
	display: block;
	height: 18px;
	width: 18px;
	text-indent: -99999em;	
	background-image: url(../../../img/homepage/btn_homearrow_realstories.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 39px;
	z-index: 5;
}

.notLoggedIn #realStoriesHome .scroller a.previous {
	background-position: 0 0;
	left: 0px;
	visibility: hidden;
}

.notLoggedIn #realStoriesHome .scroller a.previous:hover {
	background-position: -150px 0;
}

.notLoggedIn #realStoriesHome .scroller a.next {
	background-position: 0 -100px;
	right: 0px;
}

.notLoggedIn #realStoriesHome .scroller a.next:hover {
	background-position: -150px -100px;
}

.notLoggedIn #realStoriesHome .scrollerContain{
	width: 136px;
	height: 105px;
	position: absolute;
	left: 19px;
	top:  5px;
	overflow: hidden;
}

.notLoggedIn #realStoriesHome .scrollerContent {
	width: 10000px;	
	position: absolute;
}

.notLoggedIn #realStoriesHome .scrollerContent .scrollerItem {
	width: 136px;
	text-align: center;
	float: left;
}

.notLoggedIn #realStoriesHome .scrollerContent .scrollerItem img {
	margin: 0 0 3px 0;
}

.notLoggedIn #realStoriesHome .scrollerContent .scrollerItem a {
	color: #666;
}

/* =Secondary Content - Logged in
-----------------------------------------------------*/

#main .loggedIn #secondaryContent #welcome .blockContent {
/*	height: 379px;*/
	height: 368px;
	min-height: 368px;
	overflow: hidden;
}

#main .loggedIn #secondaryContent #welcome .contain {
	padding: 4px 6px 3px 7px;
}

#main .loggedIn #secondaryContent #welcome .contain h3 {
	background: url(../../../img/homepage/title_welcome.png) 0 0 no-repeat;
	width: 123px;
	height: 33px;
	text-indent: -99999em;
	margin-bottom: 8px;
}

#main .loggedIn #secondaryContent #welcome .contain h5 {
	background: url(../../../img/homepage/title_hello.png) left center no-repeat;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 5px;
}

#main .loggedIn #secondaryContent #welcome .contain p {
	line-height: 1.3em;
}

#main .loggedIn #secondaryContent ul.nav_myAccount {
	padding-bottom: 0px;
	margin-bottom: 0;
	position: relative;
	z-index: 15;
}

#main .loggedIn #secondaryContent ul.nav_myAccount li{
	display: inline;
}

#main .loggedIn #secondaryContent ul.nav_myAccount li a {
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 0.95em;
	padding: 2px 10px;
	cursor: pointer;
}

#main .loggedIn #secondaryContent ul.nav_myAccount li.last a {
	border-bottom: 0;
}

#main .loggedIn #secondaryContent h4 {
	background: url(../../../img/homepage/title_myaccount.png) 0 0 no-repeat;
	height: 22px;
	text-indent: -99999em;
}

#main .loggedIn #secondaryContent .productPromo.block {
	margin-top: 5px;
	margin-bottom: 0;
}


#main .loggedIn #secondaryContent .productPromo .blockContent {
	position: relative;
	overflow: visible;
	padding-bottom: 10px;
	text-align: center;
	height: 179px;
}

* html #main .loggedIn #secondaryContent .productPromo .blockContent {
	padding-bottom: 4px;
	
}

#main .loggedIn #secondaryContent .productPromo .blockContent .dotwack {
		position: absolute;
		top: -12px;
		left: -5px;
}

#main .loggedIn #secondaryContent .productPromo img {
	margin: 2px auto 6px auto;
}

* html #main .loggedIn #secondaryContent .productPromo img {
	margin-bottom: 4px;
}

#main .loggedIn #secondaryContent .productPromo h5 {
	background: url(../../../img/homepage/title_promo_minisystem.png) 0 0 no-repeat;
	height: 14px;
	text-align: left;
	text-indent: -99999em;
	margin: 0 9px;
}

#main .loggedIn #secondaryContent .productPromo p {
	margin: 0 8px 1px 8px;
	text-align: left;
}

#main .loggedIn #secondaryContent .productPromo p a {
	font-size: 0.95em;
}

#main .loggedIn #secondaryContent .productPromo a.btnAddCart  {
		margin: 7px auto 0;
}

.productPromo a.btnAddCart {
	background: url(../../../img/interface/btn-w-0.0.png) 0 -100px no-repeat;
	height: 22px;
	width: 104px;
	display: block;
	text-indent: -99999em;
}

.productPromo a.btnAddCart:hover {
	background-position: -300px -100px;
}

/* =Tertiary Content 
-----------------------------------------------------*/

#main #tertiaryContent {
	margin: 0 0 0 600px;
	width: 295px;
	overflow:hidden;
}

#tertiaryContent .blockGrey {
	padding: 5px;
	width: 283px;
	margin-left: 0px !important;
	margin-left: 2px;
	overflow:hidden;
}

#tertiaryContent h5 {
	height: 10px;
	text-indent: -99999px;
	margin: 5px 0 10px 0;
}

/* =Tertiary Content - Not Logged In
-----------------------------------------------------*/

/*Bonus Module - with promocode variation*/

.notLoggedIn .blockGrey #blockBonus,
.notLoggedIn .blockGrey #blockBonusPromo {
	height: 220px;
	padding: 0;
}

/*Was promo_back.png*/

.notLoggedIn .blockGrey #blockBonusPromo { }

/*Was promo_back_code.png*/

.notLoggedIn .blockGrey #blockBonus .blockContent,
.notLoggedIn .blockGrey #blockBonusPromo .blockContent {
	padding: 5px 12px 4px 20px;
	background: transparent;
	position: relative;
	height: 209px;
	overflow: hidden;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent {
	padding: 20px 12px 4px 20px;	
	height: 184px;
}

* html .notLoggedIn .blockGrey #blockBonus .blockContent {
	height: 205px;
}

* html .notLoggedIn .blockGrey #blockBonusPromo .blockContent {
	height: 188px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent .payPal {
/*	margin: -15px -10px 10px -15px;*/
	margin: 0 -10px 10px -15px;
	width: 275px;
	height: 39px;
	position: relative;
}

* html .notLoggedIn .blockGrey #blockBonus .blockContent .payPal {
	width: 275px;
/*	margin-top: -12px;*/
	margin-top: 7px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent .payPal p {
	position: absolute;
	width: 82px;
	height: 14px;
	text-indent: -99999em;
	padding: 0;
	margin: 0;
	top: 15px;
	left: 65px;
	
}

.notLoggedIn .blockGrey #blockBonus .blockContent .payPal table {
	position: absolute;
	left: 158px;
	top: 5px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent h5{
	text-indent: -99999em;
	height: 109px;
	width: 169px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent h4 {
	text-indent: -99999em;
	height: 85px;
	width: 208px;
	margin: 0;
}


.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNow,
.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNow {
	display: block;
	height: 21px;
	width: 103px;
	text-indent: -99999em;
	position: absolute;
	z-index: 100;
	left: 90px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNow {
	bottom: 10px;
}

* html .notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNow {
	bottom: 3px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNow {
	top: 117px;	
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNow:hover,
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNow:hover {
	background-position: -300px 0;
}


/*** Added by Paul G. for the new green button ***/
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowGreen,
.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowGreen {
	display: block;
	height: 21px;
	width: 103px;
	text-indent: -99999em;
	position: absolute;
	z-index: 100;
	left: 90px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowGreen {
	bottom: 10px;
}

* html .notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowGreen {
	bottom: 3px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowGreen {
	top: 117px;	
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowGreen:hover,
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowGreen:hover {
	background-position: -300px 0;
}


/*** End ***/

/*** Added by Paul G. for the new orange button ***/
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowOrange,
.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowOrange {
	display: block;
	background: url(../../../img/interface/btn-w-0-orange.0.png) 0 0 no-repeat;
	height: 21px;
	width: 103px;
	text-indent: -99999em;
	position: absolute;
	z-index: 100;
	left: 90px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowOrange {
	bottom: 10px;
}

* html .notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowOrange {
	bottom: 3px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowOrange {
	top: 117px;	
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowOrange:hover,
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowOrange:hover {
	background-position: -300px 0;
}

/*** Added by Tyler L. for the new red button ***/
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowRed,
.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowRed {
	display: block;
	background: url(../../../img/interface/btn-w-0.0.4.png) 0 0 no-repeat;
	height: 21px;
	width: 118px;
	text-indent: -99999em;
	position: absolute;
	z-index: 100;
	left: 83px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowRed {
	bottom: 8px;
}

* html .notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowRed {
	bottom: 3px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowRed {
	top: 117px;	
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowRed:hover,
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowRed:hover {
	background-position: -300px 0;
}

/*** Added by Paul G. for the new orange BIG button ***/
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowOrangeBig,
.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowOrangeBig {
	display: block;
	background: url(../../../img/interface/btn-w-0.0.1.png) 0 0 no-repeat;
	height: 30px;
	width: 121px;
	text-indent: -99999em;
	position: absolute;
	z-index: 100;
	left: 80px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowOrangeBig {
	bottom: 5px;
}

* html .notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowOrangeBig {
	bottom: 3px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowOrangeBig {
	top: 117px;	
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowOrangeBig:hover,
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowOrangeBig:hover {
	background-position: -300px 0;
}


/*** End ***/

/*** Added by Tyler L. for the new yellow BIG button ***/
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowYellowBig,
.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowYellowBig {
	display: block;
	background: url(../../../img/interface/btn-w-0.0.6.png) 0 0 no-repeat;
	height: 30px;
	width: 121px;
	text-indent: -99999em;
	position: absolute;
	z-index: 100;
	left: 83px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowYellowBig {
	bottom: 8px;
}

* html .notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowYellowBig {
	bottom: 3px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowYellowBig {
	top: 117px;	
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowYellowBig:hover,
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowYellowBig:hover {
	background-position: -300px 0;
}


/*** End ***/





/*** Added by Paul G. for the new green button ***/
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowGreen2,
.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowGreen2 {
	display: block;
	background: url(../../../img/interface/btn-w-1-green.0.png) 0 0 no-repeat;
	height: 21px;
	width: 103px;
	text-indent: -99999em;
	position: absolute;
	z-index: 100;
	left: 90px;
}

.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowGreen2 {
	bottom: 10px;
}

* html .notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowGreen2 {
	bottom: 3px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowGreen2 {
	top: 117px;	
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent a.btnOrderNowGreen2:hover,
.notLoggedIn .blockGrey #blockBonus .blockContent a.btnOrderNowGreen2:hover {
	background-position: -300px 0;
}


/*** End ***/


.notLoggedIn .blockGrey #blockBonus .bonusDotwhack,
.notLoggedIn .blockGrey #blockBonusPromo .bonusDotwhack  {
	background: url(../../../img/bonus.png);
	height: 44px;
	width: 44px;
	text-indent: -99999em;
	position: absolute;
	right: 12px;
	top: 55px;
}

.notLoggedIn .blockGrey #blockBonusPromo .bonusDotwhack {
	top: 8px;	
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent #promoCodeContain {
	position: absolute; 
	top: 172px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent #promoCodeContain h5 {
	background: url(../../../img/homepage/title_promoCode.png) 0 0 no-repeat;
	width: 174px;
	height: 14px;
	text-indent: -99999em;
	padding: 0;
	line-height: 0;
	margin: 0 0 2px 0;
}

/*Duplicated to change the promo title on the homepage for the 3 bonus offer...*/
.notLoggedIn .blockGrey #blockBonusPromo .blockContent h6,
.notLoggedIn .blockGrey #blockBonus .blockContent h6 {
    background: url(../../../img/homepage/promo_title_2.png) 0 0 no-repeat;
    text-indent: -99999em;
    height: 140px;
    width: 184px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent h6 {
	margin: 0;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent #promoCodeContain a,
.notLoggedIn .blockGrey #blockBonus .blockContent #promoCodeContain a {
	font-size: 0.95em;
	font-weight: bold; 
	display: block; 
	background: url(../../../img/interface/btn-circles.png) 0 -200px no-repeat;
	padding: 0px 0 2px 23px;
}

.notLoggedIn .blockGrey #blockBonusPromo .blockContent #promoCodeContain a:hover,
.notLoggedIn .blockGrey #blockBonus .blockContent #promoCodeContain a:hover {
	background-position: -300px -200px;
}

/*Dermatologists module*/

.notLoggedIn #dermatologists .blockContent {
		position: relative;
		overflow: visible;
		padding-left: 20px !Important;
		padding-right: 20px !Important;
		height: 260px;
		min-height: 262px;
}

.notLoggedIn #dermatologists2 .blockContent {
		position: relative;
		overflow: visible;
		padding-left: 20px !Important;
		padding-right: 20px !Important;
		height: 210px;
		min-height: 212px;
}

.notLoggedIn #dermatologists .blockContent .bottomLink {
	position: absolute;
	bottom: 0px;
	width: 244px;
}

.notLoggedIn #dermatologists h5 {
	background: url(../../../img/headers/title-dermatologists.gif) 0 0 no-repeat;
}

.notLoggedIn #dermatologists p {
	line-height: 1.1em;
	padding: 5px 0;
}

/* =Tertiary Content - Logged In
-----------------------------------------------------*/

/*Promo Code box*/

/*
#tertiaryContent .homePromoCode .blockContent {
	position: relative;
	overflow: visible;
	height: 125px;
	min-height: 137px;
	padding: 0 20px;
}

#tertiaryContent .homePromoCode .blockContent .waterContain {
	background: url(../../../img/homepage/back_water_promoCode.png) 6px 6px no-repeat;
	padding: 20px 0 0 0;
}

#tertiaryContent .homePromoCode .blockContent h4 {
	display: block;
	background: url(../../../img/homepage/title_promo_promocode.png) 0 0 no-repeat;
	width: 176px;
	height: 21px;
	text-indent: -99999em;
}

#tertiaryContent .homePromoCode .blockContent p {
	display: block;
	background: url(../../../img/homepage/title_promo_promocode.png) 0 -75px no-repeat;
	width: 230px;
	height: 32px;
	text-indent: -99999em;
	margin: 5px 0 14px;
}


#tertiaryContent .homePromoCode .blockContent form {
	position: relative;
}

#tertiaryContent .homePromoCode .blockContent label {
	position: absolute;
	left: 3px;
	top: 1px;
	font-size: 0.95em;
	color: #999;
	z-index: 3;
}

#tertiaryContent .homePromoCode .blockContent input{
	background: #eee;
	border: 1px solid #eee;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	position: relative;
	margin: 0 5px 0 0;
	width: 148px;
	z-index: 10;
}

#tertiaryContent .homePromoCode .blockContent .validation-advice {
	font-size: 0.95em;
	color: #930;
}

#tertiaryContent .homePromoCode .blockContent button {
	background: url(../../../img/interface/btn-w-promocode.png) 0 -150px no-repeat;
	border: 0;
	display: block;
	height: 22px;
	width: 86px;
	text-indent: -99999em;
	position: absolute;
	top: 0;
	left: 158px;
}

#tertiaryContent .homePromoCode .blockContent button:hover {
	background-position: -300px -150px;
}
*/
/*Product Promo*/

#tertiaryContent .productPromo .blockContent {
	position: relative;
	overflow: visible;
	height: 125px;
	min-height: 137px;
}

#tertiaryContent .productPromo .blockContent .dotwack {
	position: absolute;
	top: -10px;
	left: -5px;
}

#tertiaryContent .productPromo h5 {
	background: url(../../../img/homepage/title_promo_greentea.png) center 0 no-repeat;
	height: 29px;
	width: 81px;
	text-indent: -99999em;
	margin: 7px 0 5px 0;
}

#tertiaryContent .productPromo .blockContent a {
	font-size: 0.95em;
}

#tertiaryContent .productPromo .blockContent p {
	line-height: 1.3em;
	margin-bottom: 4px;
}

#tertiaryContent .productPromo .blockContent .back{
	background: url(../../../img/homepage/back_water.jpg) right 5px no-repeat;
	margin-left: 120px;
}

#tertiaryContent .productPromo .blockContent .productImg {
	float: left;
	margin: 10px 0 0 12px;
	display: inline;
	width: 92px;
}

#tertiaryContent .productPromo .blockContent .productImg div.save {
	background: url(../../../img/homepage/title_promo_savings.png) center 0 no-repeat;
	text-indent: -99999em;
	height: 9px;
	margin: 10px 0 0 0;
	
}

#tertiaryContent .productPromo .blockContent a.btnAddCart {
	position: absolute;
	bottom: 10px; 
	left: 133px;
}

/*Tips box*/

#tertiaryContent #tips .blockContent {
	height: 272px;
	min-height: 256px;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
}

#tertiaryContent #tips h5 {
	background: url(../../../img/homepage/title_tipsforusing.png) 0 0 no-repeat;
	text-indent: -99999em;
	height: 10px;
	padding: 0;
	overflow: hidden;
}

#tertiaryContent #tips ul {
	margin: 5px 0 0 0;
}

#tertiaryContent #tips ul li {
	float: left;
	font-size: 0.95em;
	width: 122px;
	display: inline;
}

#tertiaryContent #tips ul li a {
	display: block;
	background: url(../../../img/interface/btn-circles.png) 0 -200px;
	padding: 1px 0 1px 23px;
	font-weight: bold;
}

#tertiaryContent #tips .bottomLink {
	position: absolute; 
	bottom: 0;
	width: 240px;
}

/*Tell Us box*/

#tertiaryContent #tellus.block {
	background: url(../../../img/homepage/back_tellus.jpg) left bottom no-repeat;
}

#tertiaryContent #tellus .blockContent {
	background: url(../../../img/homepage/back_tellus_right.png) right bottom no-repeat;
	padding: 0 0 0 108px;
	height: 134px;
	position: relative;
}

#tertiaryContent #tellus p {
	line-height: 1.25em;
}

#tertiaryContent #tellus h5 {
	background: url(../../../img/homepage/title_howitsgoing.png) 0 0 no-repeat;
	height: 29px;
	width: 103px;
	text-indent: -99999em;
	margin-top: 8px;
}

#tertiaryContent #tellus a.btnStart {
	background: url(../../../img/interface/btn-w-0.0.png) 0 -300px no-repeat;
	height: 22px;
	width: 74px;
	display: block;
	text-indent: -99999em;
	position: absolute;
	right: 50px;
	
	
}

#tertiaryContent #tellus a.btnStart:hover {
	background-position: -300px -300px;
}

/* =Lightbox
-----------------------------------------------------*/

#userDetailsOverlay {
	display: none;
}

#userDetailsFade {
	top: 0;
	left: 0;
	position: absolute;
	height: 800px;
	background-image: url(../../../img/white-fade.png);
	opacity: 0.79;
	width: 100%;
	z-index: 4999;
}

#userDetails {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -310px;
	width: 621px;
	height: 355px;
	z-index: 5000;
	background-image: url(../../../img/homepage/bg_frame_userdetails.jpg);
	padding-top: 84px;
}

#userDetails .bottom {
	position: absolute;
	bottom: 0px;
	height: 14px;
	background: url(../../../img/homepage/bg_frame_userdetails.jpg) bottom left;
	width: 621px;
}

#userDetails h3 {
	background:transparent url(../../../img/titles_8-75.png) no-repeat scroll 0 -1650px;
	height:53px;
	margin:0 0 55px 34px;
	text-indent:-99999px;
	overflow: hidden;
}
	

#userDetails .new{
	display:block;
	position:absolute;
	background: url(../../../kitcustomize/templates/kitphase1/img/logo_new_green.gif) no-repeat;
	height:41px;
	width:41px;	
	left:32px;
	top:32px;
	z-index:1;
	text-indent:-999em;
}

#userDetails p {
	color: #67bacb;
	font-weight: bold;
	font-size: 12px;
	margin:0 20px 0 34px;
	border-bottom: 1px solid #67bacb;
	padding-bottom:2px;
}

#userDetails form div {
	border-bottom:1px solid #CCCCCC;
	height:25px;
	padding-top:09px;
	margin:0 20px 0 34px;
	font-size: 11px;
}


#userDetails div h4 {
	font-weight:bold;
	float: left;
	width: 200px;
}

#userDetails div select {
	border:1px solid #C3C3C3;
	color:#666666;
}

#userDetails .submit {
	padding: 0 0 0 163px;
	border: none;
}

#userDetails a.save:hover {
	background-position:-300px 0;
}

#userDetails a.save {
	display: block;
	background: #FFFFFF url(../../../img/btn-w-13.png) no-repeat scroll 0 0;
	height: 22px;
	margin:12px 10px 18px 0px;
	width:125px;
	text-indent: -9999px;
	float: left;
}

#userDetails a.cancel:hover {
	background-position:-300px -100px;
}

#userDetails a.cancel {
	display: block;
	background: #FFFFFF url(../../../img/btn-w-13.png) no-repeat scroll 0 -100px;
	height: 22px;
	margin:12px 0 18px 0;
	width: 80px;
	text-indent: -9999px;
	float: left;
}

#userDetails a.close:hover {
	background-position:-300px -200px;
}

#userDetails a.close {
	display: block;
	background: #FFFFFF url(../../../img/btn-w-13.png) no-repeat scroll 0 -200px;
	height: 22px;
	margin:10px 0 18px 30px;
	width: 80px;
	text-indent: -9999px;
	float: left;
}

#userDetails .notice {
	display: none;
}

/* style for Back to video list text in tertiary content*/
.backtovideolist
{
	font-size:8pt;
	font-weight: bold;
}

/*style for limited time offer transition effect*/
div#slideshow {
	position:relative;
	height:185px;
	overflow:scroll;
	z-index:5;
}

div#slideshow ul#nav {
	display: none;
	list-style: none;
	margin-top: -30px;
	position: relative;
	z-index: 15;
}

div#slideshow ul#nav li#prev {
	float: left;
	margin: 0 0 0 20px;
}

div#slideshow ul#nav li#next {
	float: right;
	margin: 0 15px 0 0;
}

div#slideshow ul#nav li a {
	display: block;
	/*text-indent: -9999px;*/
	line-height: 24px;
	font-size: 12pt;
}

div#slideshow ul#nav li#prev a {
	background: url(../../../img/homepage/btn_homearrow_realstories.png);
}

div#slideshow ul#nav li#next a {
	background: url(../../../img/homepage/btn_homearrow_realstories.png);
	background-position: 0px 66px;
}

div#slideshow ul#slides {
	list-style: none;
}

/* style for iPad Promo Slide Down */
div#topPanel {
	/*background:url(../../../img/homepage/topPanelBG.png) center no-repeat;*/
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*div#panel {
	position: relative;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}*/

div#slidingPanel {
	width: 640px;
	height: 360px;
	color: #000000;
	/*background-color: #e7e7e7;*/
	background: url(../../../img/homepage/slidingPanelBG.png) no-repeat bottom;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

div#topPanel img {
	margin-top: 16px;
}

div#slidingPanel p {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
}

div#topPanel div#tab {
	position: relative;
	top: -6px;
	z-index: 999;
	/*background-color: #e7e7e7;*/
	background: url(../../../img/homepage/slidingTabBG.png) no-repeat;
	width: 170px;
	height: 75px;
	margin-left: 380px;
}

div#tab img {
	margin-top: 9px;
}
