BODY
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #000000;
	background-image: url(/assets/images/Wellness/backgroundShadow.gif);
	background-position: center;
	background-repeat: repeat-y;
}
IMG
{
	border: 0px solid #000000;
}
.blankSpacer
{
	float: left;
}
.oneColFixCtrHdr #header H1
{
	margin: 0;
/*zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse*/
	padding: 10px 0;
/*using padding instead of margin will allow you to keep the element away from the edges of the div*/
}
.oneColFixCtrHdr #container
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.oneColFixCtrHdr #mainContent
{
	float: left;
}
.oneColFixCtrHdr #header
{
	padding: 0 10px 0 20px;
/*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	background-image: url(/assets/images/Wellness/Header_01.jpg);
	height: 171px;
}
#clickHereButtonTop
{
	float: right;
}
#topNavContainer
{
	width: 580px;
	float: left;
}
#topNavContainer UL
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size: 12px;
}
#topNavContainer UL LI
{
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
	border-left-color: #D6D6D6;
}
#topNavContainer UL LI.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#topNavContainer UL LI A
{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#topNavContainer UL LI A:hover
{
	color: #CDD766;
}
.oneColFixCtrHdr #footer
{
	padding: 0 10px;
	background-image: url(/assets/images/Wellness/footerBackground.gif);
	background-repeat: repeat-y;
	height: 40px;
	float: left;
}
#footerNavContainer
{
	width: 950px;
	float: left;
	margin: 11px 0 0 15px;
}
#footerNavContainer UL
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size: 12px;
}
#footerNavContainer UL LI
{
	margin-left: 0;
	padding: 3px 28px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
	border-left-color: #999;
}
#footerNavContainer UL LI.first
{
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
}
#footerNavContainer UL LI A
{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#footerNavContainer UL LI A:hover
{
	color: #CDD766;
}
#copyrightInfo
{
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 90px;
	float: left;
}
#copyrightInfo A
{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#footercontainer
{
	margin-top: 50px;
}
/*-------------------------------------------------------------
everything
-------------------------------------------------------------*/
HTML, DIV, SPAN
{
	font-size: 11px;
}
/*-------------------------------------------------------------
Content bulleted lists
-------------------------------------------------------------*/
LI, UL, OL, LI DIV
{
	font-size: 11px;
	list-style-type: circle;
}
TABLE
{
	font-size: inherit;
	font: 100% sans-serif;
}
.formStartNOW .formStartNOWrow LABEL
{
	font-weight: normal;
}
.formStartNOW
{
	background-color: #F9F9F9;
	width: 530px;
	height: 510px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 12;
	float: left;
}
/*Left Nav*/
.leftNav
{
	width: 170px;
	margin: 0 0 30px;
	float: left;
	text-align: left;
	padding: 0px;
}
.breadcrumbsLeftNavTop
{
	width: 170px;
	height: 0px;
}
.leftNav UL
{
	list-style-type: none;
	margin: 0 0 0 40px;
	padding: 0px;
}
.leftNav UL LI
{
	list-style-type: none;
	font-weight: bold;
	font-size: 90%;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 2px 0;
}
.leftNav A:link, .leftNav A:visited
{
	color: #666;
	display: block;
	padding: 2px 5px;
}
.leftNav UL LI A:hover
{
	color: #000;
	background-color: #F3F3F3;
}
.leftNav UL .leftNavHeader A
{
	font-weight: bold;
	font-size: 100%;
	margin: 10px 0 0;
	color: #000;
}
.leftNavAdvertContainer
{
	font-size: 70%;
	width: 130px;
	color: #999;
	overflow: hidden;
	margin: 10px 0 0 30px;
	border-top: 1px solid #000000;
	border-top-color: #CCC;
	padding: 10px 0 0;
}
.leftNavAdvertContainer A:hover, .leftNavAdvertContainer A:visited
{
	color: #666;
	font-weight: normal;
}
.leftNavAdvertContainer P
{
	margin: 0px;
	padding: 5px 0 0;
	color: #666;
}
.adHeader A
{
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.adHeader A:hover, .adHeader A:link, .adHeader A:visited
{
	font-weight: bold;
	color: #666;
}
.leftNavSN
{
	margin: 0px;
	width: 40px;
	padding: 0px;
	height: 50px;
	float: left;
	overflow: hidden;
}
.leftNav UL LI
{
	margin: -2px 4px 10px 0;
}
.leftNav UL LI A:hover
{
	color: #865EA0;
	background-color: transparent;
}
.leftNav A:link, .leftNav A:visited
{
	color: #000;
	display: block;
	padding: 2px 5px 2px 3px;
}
.leftNav UL
{
	list-style-type: none;
	font-size: 12px;
	margin: 0 0 0 33px;
	padding: 0px;
	font-weight: bold;
	line-height: 120%;
}
/*Main content pane of website*/
.mainContentContainer
{
	width: 790px;
	padding: 0px;
	text-align: left;
	margin: 0px 0 0px 0px;
	float: left;
	position: relative;
}
.mainContentContainer .Head
{
	/*[disabled]visibility:hidden;*/
}
.ViewCartContainer
{
	background-image: url(/DesktopModules/proma.GraceCosmetics/Images/cartBackgroundGCb.jpg);
	background-position: left;
	float: left;
}
.cartTopGreyBar
{
	background-image: url(/DesktopModules/proma.Store/Images/Back3ColGREY.gif);
	height: 30px !important;
	height: 50px;
	font-weight: bold;
	font-size: 90%;
	padding: 20px 340px 0 0;
	text-align: right;
}
.cartRowsProductInfoContainer
{
	background-image: url(/DesktopModules/proma.Store/Images/cartBack.gif);
	background-repeat: repeat-y;
	float: left;
	width: 800px;
}
.cartRowsProductInfoContainer_ca
{
	background-image: url(/DesktopModules/proma.Store/Images/cartBack_ca.gif);
	background-repeat: repeat-y;
	float: left;
	width: 800px;
}
.cartRowsTotals
{
	float: left;
	width: 800px;
	margin: 10px 0 0;
}
.cartRow
{
	float: right;
	clear: right;
	width: 800px;
	border-bottom: 1px solid #CCC;
	font-size: 70%;
	font-weight: bold;
	color: #333;
}
.cartRowTotal
{
	float: right;
	clear: right;
	width: 800px;
	border-bottom: 1px solid #CCC;
	font-size: 80%;
	font-weight: bold;
	color: #999;
}
.cartRow IMG, .cartRow INPUT
{
	float: left;
	width: auto;
}
.cartRowTop
{
	float: right;
	clear: right;
	width: 800px;
	border-bottom: 1px solid #CCC;
	font-size: 70%;
	color: #999;
}
.cartCell
{
	float: left;
	padding: 10px;
}
.cartCellFirst
{
	float: left;
	padding-right: 35px !important;
	padding: 10px 30px 10px 10px;
}
.cartCellLast
{
	float: left;
	padding: 10px;
}
.cartCellCode
{
	float: left;
	padding: 10px 0;
	width: 66px;
}
.cartCellDescription
{
	width: 325px;
	text-align: right;
}
.cartCellPrice
{
	width: 55px;
	text-align: right;
}
.cartCellPoints
{
	width: 30px;
}
.cartCellCode_au
{
}
.cartCellQty_au
{
	width: 60px !important;
	width: 70px;
	padding: 0px 6px 0px 3px;
}
.cartCellDescription2_au
{
	width: 350px;
	text-align: right;
}
.cartCellFirst_ca
{
	float: left;
	padding-right: 35px !important;
	padding: 10px 30px 10px 10px;
}
.cartCellDescription_ca
{
	width: 288px;
	text-align: right;
}
.cartCellDescription2_ca
{
	width: 313px;
	text-align: right;
}
.cartCellCode_ca
{
	float: left;
	width: 66px;
}
.cartCellPrice_ca
{
	width: 45px;
	text-align: right;
}
.cartCellQty_ca
{
	width: 65px;
}
.cartQtyRemoveButton
{
	margin: 0 0 0 5px;
	float: left;
}
.cartCellTotal
{
	float: left;
	width: 80px;
	color: #000;
}
.cartCellShort
{
	float: left;
	padding: 10px 10px 0 0;
}
.cartCellDeliveryDescription0
{
	float: left;
	width: 533px;
	text-align: right;
}
.cartCellDeliveryDescription
{
	float: left;
	width: 585px;
	text-align: right;
}
.deliveryOptionCheck
{
	float: left;
	width: 20px;
	height: 20px;
	padding: 10px 35px 0 10px;
}
.deliveryOptionCheck2
{
	float: left;
	width: 20px;
	height: 20px;
	padding: 10px 15px 0 10px;
}
.cartTotalsDescription
{
	float: left;
	width: 640px;
	text-align: right;
	margin: 15px 25px 15px 0;
}
.cartTotalPrice
{
	padding: 15px;
	float: left;
	color: #333;
}
.cartRowFinalTotals
{
	float: left;
	clear: left;
	width: 800px;
	font-size: 150%;
	font-weight: bold;
	color: #8BC53F;
	height: 70px;
}
.cartFinalTotalDescription
{
	float: left;
	width: 606px;
	text-align: right;
	font-size: 150%;
	margin: 15px 25px 15px 0;
}
.cartFinalTotalPrice
{
	padding: 15px;
	float: left;
	color: #8BC53F;
	font-size: 150%;
}
.cartButtonsContainer
{
	float: left;
	width: 800px;
	background-image: url(/DesktopModules/proma.Store/Images/Back3ColGREY.gif);
	background-repeat: no-repeat;
	height: 180px;
	padding: 20px 0 0;
}
.cartBackButton
{
	float: left;
	margin: 0 0 0 310px;
}
.cartCellRemove
{
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}
.cartQtyInput
{
	height: 20px;
}
.cartDelivery
{
	padding-bottom: 102px !important;
	padding-bottom: 42px;
}
.cartDeliveryRow .rtWrapperContent LI
{
	margin-bottom: 10px;
}
.cartCellUpdateLink
{
	margin-left: 587px;
	margin-bottom: 10px;
}
.cartCellRemoveLink
{
	float: left;
	margin-left: 5px;
}
.ShowCartQty
{
	float: left;
}
.cartCheckoutButton
{
	float: left;
	margin: 0 0 0 35px;
}
.detailsRowGroup
{
	border-bottom: 1px solid #CCC;
	float: left;
	clear: left;
	width: 665px;
	margin: 10px 0 0;
	padding: 0 0 10px;
	overflow: hidden;
}
.detailsRow
{
	float: left;
	clear: left;
	width: 665px;
	margin: 5px 0;
}
.detailsRow LABEL
{
	width: 250px;
	text-align: right;
	font-size: 85%;
	font-weight: bold;
	float: left;
	margin: 0 20px 0 0;
}
.detailsRow INPUT
{
	float: left;
}
.detailsRow TEXTAREA
{
	float: left;
}
.ageConfirmationLabel
{
	font-size: 85%;
	font-weight: bold;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	width: 297px;
}
.termsConfirmationLabel
{
	font-size: 85%;
	font-weight: bold;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	color: #F00;
	width: 297px;
}
.detailsContinueButton
{
	float: left;
	padding: 10px 0 30px 270px;
}
.cartCellDeliveryDescription2
{
	float: left;
	width: 640px;
	text-align: right;
	color: #000;
	margin: 0 20px 0 0;
}
.cartCellDeliveryNote
{
	text-align: right;
	color: #666;
	margin: 20px 20px 20px 50px;
	font-weight: normal;
	width: 590px;
}
.deliveryDetailsRightColInfo
{
	float: left;
	padding: 10px;
}
.deliveryInstructionsNotes
{
	font-size: 90%;
	font-weight: normal;
	float: left;
	clear: left;
	text-align: right;
	width: 640px;
	margin: 5px 0 0;
	color: #666;
}
.deliveryInstructionsRightColInfo
{
	padding: 10px;
	float: left;
}
.requiredField
{
	font-size: 80%;
	color: #900;
	margin: 0 0 0 5px;
	float: left;
}
.cartPaymentOption
{
	background-image: url(/DesktopModules/proma.Store/Images/Back3ColGREY.gif);
	float: left;
	width: 800px;
	clear: left;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	height: 55px;
}
.paymentDetailsCompletionLeftCol
{
	float: left;
	padding: 0 0 0 30px;
}
.detailsCheckerContainer
{
	width: 443px;
	float: left;
	background-image: url(/DesktopModules/proma.Store/Images/sUPDIMdlBG.gif);
	background-repeat: repeat-y;
	font-weight: bold;
	color: #999;
	font-size: 90%;
	margin: 20px 0;
}
.detailsCheckerTopBottom
{
	float: left;
}
.detailsCheckerLabel
{
	float: left;
	width: 160px;
	text-align: right;
	margin: 0 20px 5px 0;
}
.detailsCheckerInfo
{
	float: left;
	width: 250px;
	margin: 0 0 5px;
}
.cartPaymentOption SELECT
{
	margin: 15px 180px 0 30px;
}
.paymentDetailsCompletionRightCol
{
	float: right;
	width: 480px;
	margin: 10px 0 0;
}
.paymentRowTotal
{
	float: right;
	clear: right;
	width: 480px;
	font-size: 80%;
	font-weight: bold;
	color: #000;
}
.paymentCellShort
{
	float: left;
	padding: 10px 10px 0 0;
}
.paymentCellDeliveryDescription2
{
	float: left;
	width: 150px;
	text-align: right;
	color: #000;
	margin: 0 20px 0 0;
}
.paymentDetailsRightColInfo
{
	float: left;
	padding: 10px 0 0;
}
.cartCompleteButton
{
	float: right;
	margin: 20px 70px 20px 0;
}
.completeDisclaimer
{
	color: #999;
	font-size: 70%;
	float: right;
	clear: right;
	width: 290px;
}
.congratulationsHeader
{
	font-size: 400%;
	margin: 20px 0 0;
}
.congratulationsBodyContainer
{
	text-align: justify;
	padding: 20px 250px 0;
	font-size: 90%;
}
.sigDisc
{
	font-size: 80%;
	color: #999;
}
.mrFittlerImage
{
	float: right;
	margin: 0 0 100px;
	font-size: 11px;
	width: 400px;
	color: #666;
	text-align: right;
}
.noThanksButton
{
	margin: 20px 0 0;
}
.quickstartProductInfoContainer
{
	width: 250px;
	margin: 0 0 0 50px;
	text-align: left;
	font-size: 80%;
	color: #666;
	height: 70px;
}
.quickstartProdInfoLable
{
	float: left;
	width: 250px;
	text-align: left;
	margin: 3px 3px 0 0;
}
.quickstartProdInfo
{
	float: left;
	width: 150px;
	margin: 5px 0 0;
}
.cartRowsProductInfoContainer LABEL
{
	width: auto;
}
.helpButton
{
	margin: 5px 0 0;
	float: left;
	cursor: pointer;
}
.AutoShipLoginContainer
{
	margin-left: 88px;
	margin-top: 45px;
	margin-bottom: 36px;
}
.loginBox .title
{
	font-size: 150%;
	margin-bottom: 9px;
}
.loginBox LABEL
{
	color: #686868;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 12px;
	text-align: right;
	margin-top: 11px;
}
.loginBox INPUT
{
	float: left;
	border: 1px solid #CCCCCC;
	clear: left;
}
.btnLogin INPUT
{
	width: auto;
	margin-top: 18px;
}
.AMOListContainer
{
	margin-left: 28px;
	margin-top: 10px;
	margin-bottom: 180px;
}
.AMOTitle
{
	font-size: 1.5em;
	margin-top: 10px;
	margin-left: 27px;
}
.AMOListContainer .editButton
{
	float: left;
	margin-right: 6px;
}
.AMOListContainer .add
{
	margin-bottom: 10px;
}
.AMOListContainer .NoOrders
{
	color: #FF0000;
	font-weight: bold;
	margin-top: 10px;
}
.cartRowOptionTop
{
	margin-top: 10px;
	color: #A3AF49;
}
.cartRowOption
{
	float: left;
	width: 100%;
}
.AMOCellDescription
{
	margin-top: 4px;
	margin-left: 9px;
	float: left;
	width: 346px;
}
.AMOCellOption
{
	float: left;
	width: 21px;
}
.AMOCellTotal
{
	width: 84px;
	text-align: right;
	float: left;
}

