﻿/* =====================================================================
    CSS STYLES FOR Base elements on inner pages
   =====================================================================
*/
/* = Box Styles
----------------------------------------------------------------------------------------------------*/
.boxGreyRound{
	overflow:hidden;
}
.boxGreyRound .top, .boxGreyRound .topRight, .boxGreyRound .btm, .boxGreyRound .btmRight
{
	height:12px; 
	overflow:hidden;
	background:url(/Images/Checkout/frame_account.gif) no-repeat 0 0;
}
.boxGreyRound .topRight{
	 background-position: right 0;
	 float:right;
	 width:20px;
}
.boxGreyRound .mid
{
	padding:0 10px;
	border-left:1px solid #e5e5e5; 
	border-right:1px solid #e5e5e5; 
	overflow:hidden;
	background-color:#f8fcfd;
}
.boxGreyRound .btm
{
	background-position:0 -12px;
	 margin-bottom:14px;
}
.boxGreyRound .btmRight{
	background-position:right -12px;
	 float:right;
	 width:20px;
}
.InnerBoxGrey{
	position:relative;
}
.InnerBoxGrey .top, .InnerBoxGrey .topRight, .InnerBoxGrey .btm, .InnerBoxGrey .btmRight
{
	background-image:url(/Images/frame_greyRound.png);_display:none;
}
.InnerBoxGrey .top, .InnerBoxGrey .btm, .InnerBoxGrey .mid{
	position:absolute;
	top:0; left:0;
	width:100%;
}
.InnerBoxGrey .mid
{
	border-left-color:#ccc;
	border-right-color:#ccc;
	_border:1px solid #ccc;
	padding:0;
}
.InnerBoxGrey .mid .vMiddle{
	margin-top:-1px;
}
.boxLightGreyShadow{
	width:750px; 
	overflow:hidden;
}
.boxLightGreyShadow .top{
	background:url(/Images/frame_greyRoundShadow.gif) no-repeat 0 0; 
	height:7px;
	overflow:hidden;
}
.boxLightGreyShadow .content{
	padding:0 15px 10px 15px; 
	background:url(/Images/frame_greyRoundShadow.gif) no-repeat 0 bottom; 
}
.boxLightBlueShadow{
	background:url(/Images/frame_lightBlue.jpg) no-repeat 0 0; 
	width:227px;
	height:106px;
	overflow:hidden;
}
.textBoxWithPadding{
	padding:0 3px;
}
/* = list Styles
----------------------------------------------------------------------------------------------------*/
dl.listBlueTitle dt{
	font-size:14px;
	color:#399CB1;
	font-weight:bold;
	line-height:17px;
	padding:3px 0;
}
dl.listBlueTitle dd{
	line-height:13px;
	padding-bottom:12px;
}
/* = icon Styles
----------------------------------------------------------------------------------------------------*/
.email{
	padding:0 0 0 25px;
	background:url(/Images/Registry/icons.gif) no-repeat 0 -2px;
	height:18px;
	line-height:18px;
}
.email:hover{
	color:#d04461;
}
.shipping{
	padding:0 10px 0 25px;
	background:url(/Images/Registry/icons.gif) no-repeat 0 -48px;
	height:25px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
}
.purchased, .notPurchased, .complete{
	padding:0 10px 0 0;
	height:22px;
	line-height:22px;
	font-size:14px;
	font-weight:bold;
}
.purchased{
	color:#333;
}
.notPurchased{
	color:#333;
}
.complete{
	color:#82A41C;
}
.privacyPolicyLink{
	clear:both;
	color:#326D89;
}
.privacyPolicyLink a:link,
.privacyPolicyLink a:visited{
	text-decoration:underline;
	font-size:11px;
	color:#326D89;
}
/* =====================================================================
    CSS STYLES FOR Main (Index / My Diapers / Login)
   =====================================================================
*/
.newBox
{
    width: 369px;
}
/*brandslist*/
#brandList
{
    margin: 0px 0px 0px 5px;
}
#brandList td
{
	border-right:solid 1px #D8D4D1; 
	padding:0 8px 2px 12px;
	width:125px;
	font-weight:bold;
}
#brandList td a:hover, #brandList dd a:hover
{
	color:#d04461;
	text-decoration:none;
}
#brandList dl
{
    float: left;
	border-right:solid 1px #D8D4D1; 
	margin-right:10px; _margin-right:5px;
	margin-left:2px; _margin-left:1px;
	width:125px;
	padding-right:8px;
}
#brandList dt
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:7px; 
	color:#8e817c;
}
#brandList dd
{
	font-weight:bold; 
	margin-bottom:2px;
}
#brandList dl.lastDl
{
	border:0px;
	margin-right:0px;
}
#brandList .redLine
{
	 background-color:#D04461;
	 height:1px;
	 margin:0px 0 10px 0;
	 overflow:hidden;
}
#brandList .greyLine
{
	 background-color:#EDEDED;
	 height:1px;
	 margin:8px 0;
	 overflow:hidden;
}
#brandList  .viewBtn
{
 text-align:right;
font-size:13px;
 font-weight:bold;
 width:98%; 
}
#brandList  .viewBtn a
{
	color:#d04461; 
}
.bodyPopup
{
	 background:#fff none;
	 margin:0; 
}
.bodyPopupWithMargin
{
	background:#fff none;
	margin:20px;
}
.bodyPopupMarginLeft10{
	background:#fff none;
	margin-left:10px;
	*margin-left:0;
}
.errorPageDiv
{
	min-height:200px;
	_height:200px;  
	 padding:30px 0px 40px 200px;
	  width:500px;
}
.errorPageDiv h2
{
	  margin-bottom:20px;
	  padding-bottom:8px;
	   text-indent:5px;
	  border-bottom:1px solid #ccc;
}
.errorPageDiv p
{
		 padding-bottom:5px;
		 text-indent:5px;
}
.errorPageDiv .btnsBox
{
	 padding-top:15px;
}
.errorPageDiv .tableBlueOutLine
{
	 padding:15px 10px;
	  margin:5px;
	  width:380px;
}
.errorPageDiv .blueText
{
	 font-size:12px;
	  font-weight:bold;
	   padding-bottom:0px;
}
.reportForm
{
	text-align:center; 
	margin:10px 20px;
}
.reportForm hr
{
	  border:0px; 
	   border-top:1px solid #ccc;
	   background-color:#fff; 
	  height:0px;
}
.imageBox100
{
	 text-align:center;
	 height:105px;
}
.imageBox100 span
{
	display:table-cell;
	_display:inline;
	zoom:1;
	vertical-align:middle;
	text-align:center;
}
.imageBox100 span.imageHeight100
{
	 height:100px;
	 width:0px;
}
.text2line
{
	height:35px;
	overflow:hidden;
}
.text3line
{
	height:50px; 
	overflow:hidden;
}
.loginLogoDiapers,
.loginLogoSoap,
.loginLogoBabyRegistry,
.registerBtn{
	width:97px;
	height:32px;
	background:url(/Images/loginImages.gif) no-repeat 0 -100px;
	display:inline-block;
}
.loginLogoSoap{
	background-position:0 -200px;
}
.loginLogoBabyRegistry{
	width:72px;
	height:15px;
	background-position:0 -297px;
}
.registerBtn{
	background-position: 0 -350px;
	width:170px;
}
.registerBtn:hover{
	background-position: 0 -385px;
}
.loginTitle{
	font-size:20px;
	line-height:20px;
	padding:3px 0 2px 0;
	color:#999;
}
.loginTitle b{
	font-size:22px;
	color:#399CB1;
}
.loginSubTitle{
	height: 30px;
	line-height: 16px;
	padding: 0;
	color:#999;
	font-size:11px;
}
.amRegLogoBox{
	position:relative;
	height:0;
}
.amRegLogoBox div{
	position:absolute;
	bottom:14px;
	left:14px;
}
/*     CSS STYLES FOR Main (Index / My Diapers / Login) -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR ProductSearch
   =====================================================================
*/
#search_header, .pageNumberBox
{
	background-color:#F5FBFB;
	border:1px solid #E5E5E5;
	height:34px;
	font-weight:bold;	
	padding-left:8px;
	overflow:hidden;
}
#search_header{
	width:742px;
}
.pagenum, .pagenum div
{
	float: left;
}
.pagenum
{
	padding:7px 5px 0px 0px;
	font-weight:bold;
	font-size:11px;
}
.pagenum  a,  .pagenum  span
{
	padding:0 4px;
	font-weight:bold;
	line-height:20px;
}
.pagenum a:hover
{
	 color:#d04461;
	  text-decoration:none;
}
.pagenum .result
{
	margin-right:30px;
}
.pagenum .pageArrow
{
	font-size:12px;
	padding:0px 6px;
}
.pagenum .pageEllipse
{
	 padding-left:0px;
}
.pagenum span{
	display:inline;
}
.pageNumberArrowUp{
	height:7px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	clear:both;
	position:relative;
}
.pageNumberArrowUp span{
	display:block;
	background:url(/Images/intersiteCartImages.gif) no-repeat 0 -350px;
	height:7px;
	width:18px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	position:absolute;
	right:35px;
}
#viewBy
{
	float:right;
	padding-top:7px;
}
#viewBy span
{
	 display:table-cell;
	*display:inline;
	 zoom:1;
	 vertical-align:middle;
	padding-right:7px;
}

#viewBy .viewBtn
{
	height:32px;
	padding-top:3px;
}
/*
#viewBy span.viewBtn span
{
	 padding:5px 5px 0 0;
}*/
#sortBy
{
	padding-left:9px;
}
#sortBy select
{
	width:118px;
	height:20px;
	font-weight:bold;
}
#productGrid 
{
	 /*padding-left:10px;*/
}
#productGrid div.show ul
{
	float:left;
	width:175px;
	height:364px;
	padding: 0 7px 0 7px;
	background:url(/Images/ProductList/line.gif) repeat-x bottom;
	overflow:hidden;
}
#productGrid div.show ul.SideBannerZone2{
	width:189px;
	height:364px;
	padding:0;
}
#productGrid div.show ul.SideBannerZone2 li
{
	height:364px;
	width: 189px;
	overflow:hidden;
}
#productGrid div.show ul.SideBannerZone2 div
{
    display: table-cell; *display:inline;
	zoom:1;
	vertical-align:middle;
}
#productGrid div.show ul.SideBannerZone2 .SideBannerZone2Img
{
    width: 189px;
    text-align: center;
}
#productGrid div.show ul.SideBannerZone2 .SideBannerZone2Height
{
	height:364px;
}
.show ul.lastShow
{
	margin-right:0px;
}
.show li{
	 position:relative;
}
.show li p
{
    overflow:hidden;
	line-height:15px; 
}
.show li .showImg
{
	position:relative;
	padding:13px 0 6px 0;
	height:157px;
	line-height:157px;
	vertical-align:middle;
	text-align:center;
}
.show li .showImg .vHeight{
	height:157px;
	width:0px;
}
.show li .showImg .vMiddle{
	width:174px;
	height:auto;
}
.hscrollSmall  li.categoryHscroll .categoryImg .vHeight{
	height:150px;
	width:0px;
}
.hscrollSmall  li.categoryHscroll .categoryImg .vMiddle{
	width:129px;
	height:auto;
}
.showName{
	line-height:14px;
}
.show li .showName{
	height:44px; 
	overflow:hidden;
	margin-bottom:5px;
}
.show li .showName a:link, .show li .showName a:visited, .show li .showName a:hover{
	text-decoration:underline;
}
.showName a:hover{
	color:#d04461;
}
.show li .showShipping
{
	font-size:9px;
	line-height:13px;
	margin:5px 0;
}
.show li .showShipping b
{
	font-size:11px;
	color:#0095DA;
}
.show li .showShipping strong
{
	font-size:11px;
}
.normalPrice{
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.regularPrice
{
	font-size:11px;
	text-decoration: line-through; 
	color:#666;
	padding-right:4px;
}
.salePrice{
	color:#d04461; 
	font-size:16px; 
	font-weight:bold;
}
.savingPrice
{
	color:#d04461;
	padding-left:2px;
}
.afterECouponPrice
{
	color:#d04461;
	font-size:10px;
	padding-left:4px;
	font-weight:bold;
}
.show li .showStarts
{
	overflow:hidden;
	width:100%;
	cursor:pointer;
	height:17px;
}
.show li .saleBadge{
	position: absolute;
	right:5px;
	top: 8px;
}
.show li .showPriceAndEcoupon{
	height:74px;
}
.show li .showEcouponFlag{
	overflow:hidden;
	color:#D04461;
	font-size:10px;
	height:42px;
}
.show li p.showEcouponFlag span{
	color:#666;
}
.show li p.showEcouponFlag span.withEcoupon,
.show li p.showEcouponFlag span.afterEcoupon{
	display:inline-block;
	vertical-align:middle;
}
.show li .showEcouponFlag  .ecouponFlag
{
	background:url(/Images/ecouponFlag.gif) no-repeat 0 0;
	height:15px;
	overflow:hidden;
	cursor:pointer;
}
.show li .showEcouponFlag  .promotionFlag
{
	color:#3489b3;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	height:13px;
	cursor:pointer;
	overflow:hidden;
}
.show li .showEcouponFlag  .promotionFlag span
{
	background:url(/Images/diapersIcons.gif) no-repeat right -200px;
	padding-right:7px;
}
#productGrid div.showDetails ul
{
	width:370px;
	height:226px;
	float:left;
	margin:6px 6px 0px 0px;
	border:1px solid #DADCDB;
}
#productGrid div.showDetails ul.lastShow
{
	margin-right:0px;
}
#productGrid div.showDetails li.left
{
    height:226px;
    width:106px;
    margin:20px 0 0 0; 
   text-align:center; 
}
#productGrid div.showDetails li.left p
{
    text-align:center;
}
#productGrid div.showDetails li p.showImg
{
	margin:0px 0px 20px 0px;
	padding:0px;
	position:relative;
}
#productGrid div.showDetails li p.showImg .quickViewBtn
{
	 left:0px;
}

#productGrid div.showDetails li.right
{
    width:210px;
    height:226px;
    overflow:hidden;
    margin-top:20px;
}
#productGrid div.showDetails li.right p, #productGrid div.showDetails li.right h1
{
    text-align:left;
    font-size:12px;
    margin-bottom:5px;
}
#productGrid div.showDetails li.right p.selet
{
	padding-top:8px;
}
#productGrid div.showDetails li.right p select
{
	height:20px;
	width:132px;
	font-weight:bold;
}
#productGrid div.showDetails li.right p span
{
	 float:left;
	 margin-right:12px;
}
#productGrid div.showDetails li.right .btn
{
	text-align:right;
	padding:3px 15px;
}
#productGrid div.showDetails li.right p.btn img
{
	margin-top:10px;
	margin-right:10px;
}
#productGrid a:hover
{
	 color:#d04461;
	  text-decoration:none;
}
.pageNum_btm
{
	height:22px;
	border-top:1px solid #CF455F;
	border-bottom:1px solid #C5C0BD;
	 background-color:#fff;
	margin:10px 0px 10px 0px;
	width:100%;
}
.pageNum_btm .pagenum
{
	padding-top:1px;
}
.pageNum_btm div.top
{
	padding-top:3px;
	padding-right:8px;
	float:right;
}
.pageNum_btm div.leftTop
{
	padding-top:3px;
	padding-left:8px;
	float:left;
}
/*positionNav*/
#positionText
{
	height:22px;
	font-size:11px;
}
#positionText a
{
	color:#999;
}
#positionText a.redText
{
	color:#d04461;
	font-weight:bold;
}
.positionNav{
	padding: 0 0 28px 0;
	overflow:hidden;
}
.suggestionDiv
{
	 padding:12px 6px 14px 20px;
}
.suggestionDiv .tableBlueOutLine
{
	margin-top:40px;
	width:63%;
	padding:12px 20px 15px 30px;
}
.suggestionDiv .tableBlueOutLine li
{
	 text-indent:90px;
	 margin-bottom:3px;
}
.suggestionDiv .tableBlueOutLine li, .suggestionDiv .tableBlueOutLine li a
{
	font-size:12px;
}
.suggestionDiv .tableBlueOutLine .blueText_14pxBold
{
	text-indent:0px;
}
/*Display All Brands -- Start --*/
.AllBrandsBrandListPanel
{
	margin-left:30px;
	margin-top:20px;
	width:900px;
}
.AllBrandsBrandListPanel a:hover
{
	color:#333333;
}
.AllBrandsBrandListPanelForLetter
{
	color:#666666;
}
.AllBrandsLetterLiteral
{
	margin-bottom:7px;
}
.AllBrandsBrandListPanel table
{
	width: 98%;
    text-align: left;
}
.AllBrandsBrandListPanel td
{
	width: 20%;
}
.AllBrandsBrandNameHyperLink
{
	font-size:14px;
	font-family:Trebuchet MS;
	font-weight:bold;
	color:#666666;
	line-height:140%;
	width:180px;
}
.AllBrandsLetterListLabel
{
	font-weight:bold;
	font-size:22px;
	font-family:Trebuchet MS;
	margin-left:30px;
}
.AllBrandsLetterListLabel a:hover
{
	color:#333333;
}
.AllBrandsJumpto
{
	color:#399CB1;
}
.AllBrandsPositionText
{
	margin-left:30px;
}
.AllBrandsNavigation
{
	margin-right:10px;
	border-right:dotted 2px #CCCCCC;
	padding-right:10px;
	font-weight:bold;
}
.AllBrandsReturnToHome
{
	color:#cf4461;
}
/*Display All Brands -- End --*/
#Halloween
{
	 margin:10px 0 0 5px;
}
#Halloween .HalloweenRow
{
	width:633px;
}
#Halloween .HalloweenRow img
{
	 float:left;
}
.notFoundDiv
{
	min-height:150px;
	_height:150px;
}
/*     CSS STYLES FOR ProductSearch -----------------END
   =====================================================================
*/
/*right scroll*/
.scrollBoxTop
{
	background: url(/Images/scroll.gif) no-repeat 0 0;
	width: 163px;
	height: 11px;
	overflow: hidden;
}
.scrollBoxBottom
{
	background: url(/Images/scroll.gif) no-repeat 0 -11px;
	width: 163px;
	height: 12px;
	overflow: hidden;
}
.scrollPro
{
	padding: 0 10px;
	background: url(/Images/scroll.gif) repeat-y -163px 0;
	text-align: center;
	width: 143px;
}
.scrollPro .updown
{
	padding: 10px 0 10px 40px;
	width: 100px;
	overflow: hidden;
	margin: 0 auto;
}
.scrollPro .updown a
{
	float: left;
	display: block;
	width: 29px;
	height: 29px;
	cursor: pointer;
}
.upSlider
{
	background: url(/Images/ScrollBtnUpDown.gif) no-repeat -30px 0;
}
.upSliderNull
{
	background: url(/Images/ScrollBtnUpDown.gif) no-repeat 0 0;
}
.upSliderHover
{
	background: url(/Images/ScrollBtnUpDown.gif) no-repeat -60px 0;
}
.downSlider
{
	background: url(/Images/ScrollBtnUpDown.gif) no-repeat -30px -30px;
}
.downSliderNull
{
	background: url(/Images/ScrollBtnUpDown.gif) no-repeat 0 -30px;
}
.downSliderHover
{
	background: url(/Images/ScrollBtnUpDown.gif) no-repeat -60px -30px;
}
.relateList
{
	width: 120px;
	height: 603px;
	min-height: 25px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.relateList ul
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.relateList li
{
	text-align: center;
	height: 180px;
	padding:10px 0;
	border-bottom: 1px dashed #E6E6E6;
	width: 120px;
}
.relateList li p, .relateList li h1
{
	text-align: center;
	width:100%;
}
.relateList p.showImg{
    position:relative;
    width:100%; 
    padding-bottom:5px;
    height:64px;
    overflow:hidden; 
}
.relateList p.showImg .quickViewBtn
{
	left:7px;
}
.relateList li .text3line{
	height:45px;
}
/* =====================================================================
    CSS STYLES FOR ShoppingCart
   =====================================================================
*/
.cartContent
{
	float:left;
	width:695px;
}
.cartContent ul
{
	overflow:hidden;
}
.cartContent li
{
	float:left;
}
.cartContent #title
{
	height:48px;
	width:400px;
}
.checkout_btn p
{
	line-height:46px;
	vertical-align:middle;
	float:left;
	margin:0px;
	padding-top:7px;
}
.floatUpList
{
	position:absolute;
	right:210px; 
	padding-top:10px;
	*padding-top:1px;
}
.productShipMsg{
	background:url(/Images/PDPImages.gif) no-repeat 0 0;
	min-height:20px; _height:20px;
	padding-left:48px;
	font-weight:bold;
	margin-top:6px;
	line-height:20px;
	font-size:11px;
	padding-bottom:12px;
}
.productShipMsg .freeShippingMessage{
	background:url(/Images/PDPImages.gif) no-repeat 0 -100px;
	width:107px;
	height:18px;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
}
.productPaymentMsg{
	background:url(/Images/iconCard.gif) no-repeat 0 0;
	height:22px;
	padding-left:40px;
	margin-top:6px;
	line-height:22px;
}
.deliveryMsgBox{
	margin:9px 2px 0 23px;
	_margin:9px 2px 0 6px;
	width:auto;
	float:left;
}
.cartDeliveryMsg,
.reviewLeftBox .cartContent .cartDeliveryMsg .greenText{
	line-height:13px;
}
.free2DayMsg{
	font-size:16px;
	color:#4bbcd2;
	line-height:24px;
}
.free2DayMsg a.learnMore,
.greyArrowBox a.learnMore{
	font-size:11px;
	color:#999;
	text-decoration:underline;
}
.free2DayMsg a.learnMore:hover,
.greyArrowBox a.learnMore:hover{
	text-decoration:none;
}
.greyArrowBox{
	padding:5px 0 6px 0;
}
.greyArrowBox .left,
.greyArrowBox .middle,
.greyArrowBox .right{
	background:url(/Images/greyArrowLeftBg.gif) no-repeat 0 0;
	width:20px;
	height:40px;
	display:inline-block;
	overflow:hidden;
	float:left;
}
.greyArrowBox .middle{
	width:auto;
	background:#f1f1f1;
	color:#797979;
	font-size:11px;
	line-height:15px;
	padding:5px 0 3px 4px;
	height:32px;
}
.greyArrowBox .middle b{
	color:#a7cd58;
	font-size:12px;
}
.greyArrowBox .right{
	background-position:right 0;
	width:10px;
	font-size:0;
}
.reviewLeftBox .cartContent .greyArrowBox .greenText{
	line-height:15px;
}
.cartContent .itemsTitle
{
	background:url(/Images/terms_bg.jpg) repeat-x 0 -27px;
	height:27px;
	line-height:22px;
	overflow:hidden;
	margin-left:-2px;
}
.cartContent .itemsTitle .itemsLeftTop
{
	background:url(/Images/terms_bg.jpg) no-repeat 0 0;
	width:16px;
	height:27px;
}
.cartContent #items, .cartContent .items{
	border-right:1px solid #cccccc;
	background:url(/Images/terms_left.jpg) repeat-y left;
}
.cartContent .itemGiftNote{
	margin-top:10px;
}
.cartContent .itemGiftNote .itemGiftNoteContent{
	padding: 12px 10px 12px 20px;
}
.itemsLine{
	height:2px;
	background:url(/Images/terms_line.gif) repeat-x center;
	clear:both;
	width:100%;
}
.cartContent .itemsFooter
{
	height:35px; 
	border:1px solid #CCCCCC; 
	border-right:0px; 
	background:url(/Images/terms_bg.jpg) repeat-x 0 -54px;
	font-size:12px;
	font-weight:bold;
	clear:both;
	text-align:right;
	padding: 0 10px 0 0;
}
.cartContent .itemsFooterLine
{
	 height:1px;
	 background-color:#ccc;
	 overflow:hidden;
	 clear:both;
 	 width:100%;
}
.cartContent .itemsFooter .subTotal
{
	padding-left: 57px;
	font-size:14px;
}
.cartContent .itemsFooter span
{
	padding:5px 0;
	line-height:35px;
}
.cartContent .itemsFooter span.freeShippingText{
	background: url(/Images/icon_bus.gif) no-repeat 0 0;
	padding-left:55px;
}
.cartContent .itemsFooter span .greenText
{
	font-size:12px;
}
.cartContent .wleft
{
	width:16px; 
}
.itemsTitle li{
	text-align:center;
	vertical-align:top;
}
.itemsTitle .wItemTitle{
	width:50%;
	padding:0 5px;
	text-align:left;
}
.itemsTitle .itemDescription{
	width:44%;
}
.itemsTitle .wPrice{
	 width:25%;
}
.itemsTitle .wDiscount{
	width:25%;
}
.itemsTitle .wQuantity{
	width:20%;
}
.itemsTitle .wTotal{
	width:28%;
}
/*
.cartContent .wItems .detailsBtn, .cartContent .wItems .editDetailsBtn
{
	padding-top:5px;
	font-size:11px;
}
.cartContent .wItems .detailsBtn a
{
	color:#D04461;
}*/
.itemDescription  .personalizationDetail li.wItems li{
	float:none;
	display:block;
}
.cartContent .forRegistry{
	background:url(/Images/topToolImages.gif) no-repeat 0 -398px;
	margin:5px 0;
	padding:2px 0 0 27px;
	font-size:12px;
	clear:both;
}
#summary{
	margin-top:15px;
}
#summary #list{
	float:right;
	background: url(/Images/summary.jpg) repeat-y right 0;
	width:252px;
}
#summary #list .listTop
{
	height:12px;
	background: url(/Images/summary.jpg) no-repeat 0 0;
	width:252px;
	overflow:hidden;
}
#summary #list .listBtm
{
	height:17px;
	background: url(/Images/summary.jpg) no-repeat 0 -17px;
	width:252px;
	overflow:hidden;
}
#summary #list .listTitle{
	padding-top:0px;
	padding-bottom:9px;
}
#summary #list .listTitle .listTitleText{
	margin-top: 0;
	line-height:18px;
}
#summary .summarySmall #list{
	width:239px;
	background: url(/Images/summarySmall.jpg) repeat-y -239px 0;
}
#summary .summarySmall #list .listTop{
	background: url(/Images/summarySmall.jpg) no-repeat 0 0;
	width:239px;
}
#summary .summarySmall #list .listBtm{
	background: url(/Images/summarySmall.jpg) no-repeat 0 -17px;
	width:239px;
}
#summary .promotionBox{
	width:447px; 
	overflow:hidden;
}
#summary .promotionTop, #summary .promotionBtm{
	background:url(/Images/promotionBg.jpg) no-repeat 0 0; 
	height:17px; 
	overflow:hidden;
}
#summary .promotionMid{
	background:url(/Images/promotionBg.jpg) repeat-y -447px 0;
	width:447px; 
}
#summary .promotionMid .errorMsg{
	margin: 3px 0 0 15px;
	width:400px;
}
#summary .promotionMid .promotionInputLeft{
	margin-left:10px; _margin-left:5px;
	width:215px;
}
#summary .promotionMid .promotionInputRight{
	margin-left:0;
	width:215px;
}
#summary .promotionBtm{
	background-position:0 -17px; 
	height:17px; 
	overflow:hidden;
}
.listTitle
{
	padding:7px 0px 5px 17px;
}
.listTitle .listTitleText
{
	font-size:18px;
	font-weight:bold;
	color: #8E817C;
	line-height:26px;
	margin-top: 2px;
}
.list, .list dl
{
	width:100%;
	clear:both;
}
.list dl
{
	 margin:4px 0px 4px 0px; 
}
.list dl.redText
{
	 margin:0 0 4px 0; 
}
.list dt
{
	float:left;
	padding-left:17px;
	font-weight:bold;
	font-size:12px;	
}
.list dt span.greenText{
	color:#97ca00;
}
.list dt .normalText{
	font-weight:normal;
	color:#666;
}
.list .awayFromShipping{
	width:210px;
	line-height:15px;
	padding-bottom:5px;
	padding-top:5px;
	color:#666;
	font-size:11px;
}
.list dd
{
	font-weight:bold;
	text-align:right;
	font-size:12px;
	float:right;
	margin-right:20px;
	_margin-right:10px;
}
.siteSubtotal{
	background:#f1fbfd;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	margin:-8px 7px 0 7px;
}
.siteSubtotal dl{
	_margin:0;
}
.siteSubtotal dl dt,.siteSubtotal dl dd{
	font-weight:normal;
	line-height:20px;
	padding-bottom:2px;
	_height:16px;
	_padding:4px 0 0 0;
}
.siteSubtotal dl dt{
	padding-left:10px;
}
.siteSubtotal dl dd{
	margin-right:13px;
	_margin-right:6px;
}
.list .listSolidLine
{
	border-top:1px solid #DFE0E0;
	width:auto;
	height:1px;
	margin:3px 12px 3px 7px;
	overflow:hidden;
}
.list .totalText dt,.list .totalText dd 
{
	font-size:17px;
	margin-top:7px;
	overflow:hidden;
}
.list .totalText dd
{
	text-align:left;
}
.list .subtotalText{
	width:100%;
}
.list .subtotalText span{
	padding:10px 0 0 0;
}
.list .subtotalText div{
	padding-left:18px;
}
.list .subtotalText .left{
	font-size:18px;
	font-weight:bold;
	padding-left:18px;
}
.list .subtotalText .right{
	padding-right:20px;
	font-size:18px;
	font-weight:bold;
}
.list .smallText
{
	font-size:11px;
	font-weight:normal;
}
.list .listDesc
{
	font-size:11px;
	font-weight:normal;
}
.list .calculatLink
{
	background:url(/Images/ico_greyArr_right.gif) no-repeat left; 
	padding-left:17px; 
	text-decoration:underline;
}
.list .taxPanel
{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:5px;
	display:none;
}
.list .promotionDiscountDetail dt{
	padding-right:20px;
	font-weight:normal;
	float:none;
}
.gift{
	padding: 19px 0px 0pt 15px;
	float:none;
}
#summary .gift
{
	width:auto;
	float:left;
	padding:0 0px 30px 11px; _padding-left:0;
}
.cartContent #summary .gift{
	padding:0;
	width: 450px;
}
.cartContent #summary .giftTips dd span{
	display:table-cell;
	overflow:hidden;
	height:auto;
}
.cartContent #summary .giftTips dd span .hoverImg{
	margin-left:-5px;
}
#summary #list .gift{
	width:auto;
	padding-bottom:5px;
}
#summary .gift dl
{
	  float:left;
	  margin:0 0 0 10px;
}
#summary #list .gift dl,#summary #list .gift .blueText_15pxBold{
	margin:0 0 0 7px;
}
#summary .gift dl .greyText_14pxBold
{
	background:url(/Images/diapersIcons.gif) no-repeat 0 -1300px;
	padding-left:20px;
}
#summary #list .gift dl .greyText_14pxBold{
	background:none;
	padding-left:0;
}
#summary .gift .promotionMid dl .greyText_14pxBold
{
	background:none;
	padding-left:0;
	font-size:16px;
	line-height:20px;
}
#summary .greyBox{
	width:221px;
	padding:15px 10px 20px 12px;
	background:#F2F3F3;
	margin-top:13px;
}
#summary .greyBox dl{
	padding:11px 0 6px 5px;
	line-height:15px;
	float:left;
}
#summary .greyBox dl dt{
	width:18px;
	float:left;
}
#summary .greyBox dl dd{
	width:185px;
	float:left;
}
#summary .greyBox .loginLogoDiapers,#summary .greyBox .loginLogoSoap{
	margin:15px 0 0 3px;
}
#summary .greyBox .loginLogoDiapers{
	margin-top:12px;
}
.boxIcon{
	width:65px;
	height:50px;
	background:transparent url(/Images/boxIcon.png) no-repeat center center;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/Images/boxIcon.png" );
    _background: none;
}
.giftInput, .promotionInput
{
	width:144px;
	height:19px;
	border:1px solid #7E9DB9;
	background-color:White;
	margin:4px 0px;
	padding-left:7px;
	color:#B4B4B4;
}
#summary .giftInput,#summary .promotionInput{
	margin:8px 0px;
	width:134px;
}
#summary .gift div.giftTips dd{
	 width:225px;
}
#summary .gift div.giftTips .promotionInputLeft dd,#summary .gift div.giftTips .promotionInputRight dd{
	width:215px;
}
.checkoutRightBox .gift .giftTips .giftInput,
.checkoutRightBox .gift .giftTips .promotionInput{
	width:164px;
}
.giftTips dd span
{
	line-height:29px; 
	vertical-align:middle;
	 display:table-cell;
	 _display:inline;
	 height:29px;
	 overflow:hidden;
}
#summary .gift .poupons{
	overflow:hidden;
	width:450px;
}
#summary .gift .poupons div.pouponsLeft
{
	background:url(/Images/frame_coupons.gif) no-repeat  0 0;
	width:11px;
	float:left;
	height:84px;
}
#summary .gift .poupons div.mid
{
	background:url(/Images/frame_coupons.gif) repeat-x 0 -84px;
	float:left;
	height:84px;
	overflow:hidden;
}
#summary .gift .poupons div.pouponsRight
{
	background:url(/Images/frame_coupons.gif) no-repeat -11px 0;
	width:15px;
	float:left;
	height:84px;
}
#summary .gift .poupons li
{
	padding:10px 0px 0px 10px;
	_padding-left:5px;
}
#summary .gift .poupons li.leftImg
{
	padding-right:5px;
	padding-top:16px;
}
#summary .gift .poupons dt
{
	 line-height:20px;
}
#DetailDev{
	height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
}
#DetailDev dl{
	padding:0 0 0 5px;
}
#DetailDev dl dt,#DetailDev dl dd{
	width:65px;
	float:left;
}
#DetailDev dl dt{
	text-align:center;
}
#DetailDev dl dd{
	width:170px;
}
#DetailDev dl dt div{
	padding-left:5px;
	width:60px;
	height:20px;
}
#DetailDev .listDishLine{
	margin-right:3px;
}
#DetailDev .succeedMsg{
	color:#e51641; 
	margin:5px 10px 0px 15px;
	padding-left:16px;
}
/* table_greySimpleLine begin*/
.table_greySimpleLine
{
	margin-top:15px;
}
.table_greySimpleLine div.titleDiv
{
	height:67px;
	background:url(/Images/essentialBg.gif) repeat-x 0 -104px;
}
.table_greySimpleLine div.title_left
{
 background:url(/Images/essentialBg.gif) no-repeat 0 0;
 width:15px; 
 height:46px;  
 float:left;   
 margin-top:21px; 
}
.table_greySimpleLine div.title
{
	background:url(/Images/essentialBg.gif) repeat-x 0 -58px;
	height:46px;
	line-height:35px;
	margin-top:21px; 
	float:left;
	font-size: 18px;
	font-family:Clarendon;
	color: #8E817C;
}
.table_greySimpleLine div.title_right
{
	background:url(/Images/essentialBg.gif) no-repeat -15px 0;
	width:15px; 
	height:46px;  
	float:left;  
	margin-top:21px; 
}
.table_greySimpleLine div.rightTop
{
	float:right;
	background:url(/Images/essentialBg.gif)  no-repeat -18px 55px;
	height:67px;
	width:12px;
}
.table_greySimpleLine div.rightTop_Text
{
	height:55px;
	padding-right:5px;
}

.table_greySimpleLine div.contentDiv
{
	border-right:1px solid #E4E5E5;
	border-left:1px solid #E4E5E5;
	width:auto;
	padding-left:5px;
	_padding-left:3px;
	overflow:hidden;
}
.table_greySimpleLine div.contentDiv .left
{
	margin:0 5px;
	text-align:center;
	width:160px;
}
.table_greySimpleLine div.contentDiv div.line
{
	width:1px;
	padding-top:28px;
}
.table_greySimpleLine div.contentDiv p
{
	text-align:center;
	font-size:12px;
	margin-top:2px;
}
.table_greySimpleLine div.footerDiv
{
	background:url(/Images/essentialBg.gif) repeat-x 0 -148px;
	height:12px;
	overflow:hidden;
}
.table_greySimpleLine div.footer_left
{
	width:12px;
	height:12px;
	background:url(/Images/essentialBg.gif) no-repeat 0 -46px;
	float:left;
	overflow:hidden;
}
.table_greySimpleLine div.footer_right
{
	float:right;
	width:12px;
	height:12px;
	background:url(/Images/essentialBg.gif) no-repeat -18px -46px;
	overflow:hidden;
}
/* table_greySimpleLine end*/

#purchaseSummary 
{
	float:left;
	width:642px;
}
#purchaseSummary  #leftTop
{
	 height:9px;
	 width:9px;
	 background:url(/Images/Checkout/frame_summary.gif) no-repeat 0 0;
	 float:left;
	 overflow:hidden;
}
 #purchaseSummary #top
{
	background:url(/Images/Checkout/frame_summary.gif) repeat-x 0 -26px;
	height:9px;
	overflow:hidden;
}
#purchaseSummary #rightTop
{
	width:9px; 
	background:url(/Images/Checkout/frame_summary.gif) no-repeat -9px 0;
	height:9px;
	float:right;
	overflow:hidden;
}
#purchaseSummary #mid
{
	background:url(/Images/Checkout/frame_summary_bg.jpg) repeat-y left;
	border-right:1px solid #D4D6D5;
	padding:0px 28px 20px 28px ;
	_padding:0 26px 20px 26px;
	clear:both;
	font-size:11px;
}
#purchaseSummary #mid div.purchTitle
{
	padding:9px 0px 9px 0px; 
}
#purchaseSummary #mid div.purchTitle .purchTitleText
{
	font-size:18px;
	font-weight:bold;
	color: #8E817C;
	line-height:26px;
	padding-left:5px;
}
#purchaseSummary #mid #reviewBox
{
	padding-left:0px;
	padding-right:0px;
}
#purchaseSummary  #leftBtm
{
	 height:9px;
	 width:9px;
	 background:url(/Images/Checkout/frame_summary.gif) no-repeat 0 -9px;
	 float:left;
	 overflow:hidden;
}
 #purchaseSummary #btm
{
	background:url(/Images/Checkout/frame_summary.gif) repeat-x 0 -18px;
	height:9px;
	overflow:hidden;
}
#purchaseSummary #rightBtm
{
	width:9px; 
	background:url(/Images/Checkout/frame_summary.gif) no-repeat -9px -9px;
	height:9px;
	float:right;
	overflow:hidden;
}
.tableBlueOutLine
{
	border:1px solid #A5D3DC; 
	background-color:#F6FBFC;
} 
.tableBlueOutLine li.blueText_14pxBold
{
	font-size:15px;
	margin-bottom:5px;
}
.tableBlueOutLine li
{
	 line-height:20px;
}
.tableBlueOutLine a
{
	text-decoration:underline;
}
.tableBlueOutLine a:hover
{
	color:#d04461;
}
.orderDesc
{
	 padding:11px 5px 0 10px;
	height:95px;
} 
.cartDetails li
{
	float:left;
	margin:0 7px;
	_display:inline;
}
.cartDetails .clearFloatNoHeight{
	float:none;
	margin:0;
}
.cartDetails .cartDetails_top, .cartDetails .cartDetails_btm
{
	 border-top:1px solid #D4D4D4;
	 border-bottom:1px solid #D4D4D4;
	 background-color:#FBFAFA;
}
.cartDetails .cartDetails_top
{
	height:27px;
	line-height:27px;
	font-weight:bold;
}
.cartDetails .cartDetails_top li{
	margin:0 3px;
}
.cartDetails .cartDetails_mid
{
	clear:both;
	padding-bottom:10px;
}
.cartDetails .cartDetails_mid li
{
		padding-top:10px;
		margin:0 3px;
}
.cartDetails .cartDetails_top .wItems{
	width:55%;
}
.cartDetails .cartDetails_top li.wPrice{
	width:8%;
}
.cartDetails .cartDetails_top li.wDiscount,
.cartDetails .cartDetails_top li.wQuantity,
.cartDetails .cartDetails_mid li.wQuantity{
	width:10%;
}
.cartDetails .cartDetails_mid .personalizationDetail{
	padding:0;
}
.cartDetails .cartDetails_mid .personalizationDetail li{
	padding:0 10px 5px 0;
}
.cartDetails .cartDetails_mid .personalizationDetail .wItems li{
	padding:0;
	margin:0;
	float:none;
}
.cartDetails .cartDetails_mid .itemDetails
{
	 float:left;
	 width:498px;
}
#orderDetaisBox .cartDetails .cartDetails_mid .itemDetails{
	width:472px;
}
.cartDetails .cartDetails_mid .btnsBox
{
	 text-align:right;
	  padding-bottom:10px;
}
.cartDetails .cartDetails_mid .wItems
{
	width:170px;
	padding:10px 10px 10px 0;
	line-height:normal;
}
.colorBlock
{
	  display:inline-block;  
	  display:-moz-inline-stack; 
	  *display:inline;
		zoom:1;
	  width:11px;
	 height:11px;
	 overflow:hidden;
	line-height:10px;
	border:1px solid #ccc;
	 margin-top:-2px;
}
.creditMessage
{
	line-height:12px; 
	clear:both;
	float:none; 
	width:430px;
}
.creditMessage b{
	color:#e51641;
}
.cartDetails li.creditMessage{
	padding-top:0;
}
.cartContent li.creditMessage{
	padding-top:5px;
}
.cartDetails .cartDetails_btm
{
	height:29px;
	line-height:29px;
	clear:both;
	padding-right:10px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
.cartDetails .orderMenu
{
	float:right;
}
.cartDetails .orderMenu a
{
	 text-decoration:underline;
}
.cartDetails .orderMenu span
{
	 margin:0 10px;
}
.line_blueDish
{
	height:2px;
	background:url(/Images/terms_line.gif) repeat-x center;
	margin:0px 10px 0px 10px;
}
.icon_square
{
	 list-style-type:square;
	  list-style-position:inside;
	   float:left;
}
#completeImg
{
	  margin-left:19px;
	  width:230px; 
	  overflow:hidden;
}
#completeSum{
	 width:288px;
	 padding-bottom:7px;
	 margin-right:4px;
}
#completeSum .listTitle h4
{
	color:#399CB1;
}
#completeSum .listTitle
{
	margin:5px 0px 5px 0px;
}
.everydayItemsBox .myEveryDayBox
{
	 position:relative;
	  float:right;
	 margin-right:-17px;
	_margin-right:-8px;
}
.everydayItemsBox #positionText
{
	margin:8px 0
}
.everydayItemsBox .descText
{
	width:926px; 
	padding:10px 0px 5px 5px; 
}
.everydayItemsBox .cartItemTotal
{
	width:640px;
	padding:0 10px 2px 5px;
	font-size:11px;
}
.everydayItemsBox .cartItemTotal dt, .everydayItemsBox .cartItemTotal dd
{
	 float:left;
	 padding-right:5px;
}
.everydayItemsBox .cartContent
{
	width:644px;
	margin-right:10px; 
	_margin-right:11px;
	border-bottom:1px solid #ccc;
}
.everydayItemsBox  .cartContent  .itemsScroll
{
	 height:774px; 
	 overflow-y:auto;
}
.everydayItemsBox  .cartContent li.wItems
{
	width:230px;
	padding:0 10px 10px 0;
	vertical-align:top;
}
.everydayItemsBox .cartContent li.wPrice
{
	 width:80px;
}
.everydayItemsLoadMsg span
{
	line-height:60px;
	vertical-align:middle;
	font-size:13px;
	font-weight:bold;
}
.itemsContent{
	 padding:10px 0 0 0;
	 margin-bottom:-2px;
}
.cartContent .itemsContent{
	 padding:19px 0 12px 0;
}
.reviewLeftBox .cartContent .itemsContent{
	 padding:15px 0 36px 0;
}
.cartDetails .itemsContent{
	background:url(/Images/terms_line.gif) repeat-x bottom;
	margin-bottom:0;
}
.itemsContent .wleft
{
	 height:100px;
}
.checkoutMain #summary{
	margin-top:9px;
	padding-right:8px;
	float:right;
}
.checkoutMain .checkoutInfo #summary{
	float:none;
}
.reviewLeftBox .itemsTitle{
	display:none;
}
.everydayItemsBox  .cartContent li.itemImg
{
	 padding:0 5px;
	 width:120px;
	 text-align:center;
	 overflow:hidden;
}
.itemsName
{
	 font-size:12px;
	  font-weight:bold;
}
.itemsContent .itemsubName
{
	font-size:12px;
}
.itemsContent .itemsReviewText
{
	 padding-top:5px;
}
.itemsContent .wDescBtns
{
	 padding:0;  
	 vertical-align:bottom;
}
.itemsContent .wDescBtns span
{
	line-height:normal;
	font-size:10px;
	padding-left:10px;
	padding-top:13px; 
	display:block;
}
.itemsContent .addItemsBtn
{
	 background:url(/Images/MyAccount/btn_addItems.gif) no-repeat 0 0;
	 width:132px;
	 height:38px;
	 border:0px;
	 cursor:pointer;
	 margin-top:17px; 
}
.itemsContent .addItemsBtn:hover
{
	 background-position:0 -38px ;
}
.itemsContent .removeItemBtn
{
	 background:url(/Images/MyAccount/btn_removeItem.gif) no-repeat 0 0;
	 width:132px;
	 height:36px;
	 border:0px;
	 cursor:pointer;
}
.itemsContent .removeItemBtn:hover
{
	 background-position:0 -36px ;
}
.itemsContent .arrowDot a
{
	 padding-left:18px;
	  margin-left:12px;
	  height:25px;
	 line-height:25px;
	 background:url(/Images/icon_1.gif) no-repeat left center;
	 font-weight:bold;
	 color:#d04461
}
.personalizationDetail{
	padding:8px 0;
	clear:both;
	overflow:hidden;
}
.giftTips .errorMsg
{
	color:#e51641;
}
.growCode{
	padding:5px 25px 5px 85px;
	text-align:left;
	margin-bottom:5px;
	font-weight:normal;
	font-size:11px;
	background: #FFFCF3 url(/Images/Logos/Logo_GTG.gif) no-repeat 18px 1px;
	min-height:35px; _height:35px;
}
.growCode .darkGreenText, .growCode .redText{
	font-size:12px;
	font-weight:bold;
}
.promotionMessage{
	width:340px; 
	padding:5px 0;
	font-weight:bold;
	color:#909090;
	line-height:12px;
}
.reviewLeftBox .promotionMessage{
	width:280px;
}
.promotionMessage a{
	color:Blue;
	text-decoration:underline;
}
/*     CSS STYLES FOR ShoppingCart -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR MyAccount
   =====================================================================
*/
.leftPadding
{
		margin-left:9px;
		width:740px;
		float:left; 
}
.forgotBox
{
 	margin:15px auto;
	overflow:hidden;
	width:70%;
	border:1px solid #cdcdcd;
	padding:15px 30px;
	margin-bottom:40px;
}
.forgotBox .tip
{
	font-size:12px;
	padding:5px 0 20px 0px;
}
.forgotBox dl
{
	clear:both;
}
.forgotBox .blueTitle, .forgotBox dl, .forgotBox .tip
{
	padding-left:10px;
}
.forgotBox dt
{
 	float:left;
	width:48px;
	font-size:12px;
	font-weight:bold
}
.forgotBox dd
{
	float:left;
	margin-bottom:7px;
}
.btnsBox input
{
	height:33px;
	padding-bottom:2px;
	line-height:31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
	border:0px;
	text-align:center;
	cursor:pointer;
	font-size:10px;
}
.btnsBox .cancelBtn
{
	background:url(/Images/myAccount/btn_grey.gif) no-repeat 0 0;
	width:100px;
}
.btnsBox .cancelBtn:hover
{
	background-position:0 -35px;
}
.btnsBox .redBtn
{
	background:url(/Images/myAccount/btn_red.png) no-repeat 0 0;_background-image:url(/Images/myAccount/btn_red.gif);
	width:100px;
}
.btnsBox .redBtn:hover
{
	background-position: 0 -35px;
}
.btnsBox  .greenBtn
{
	background:url(/Images/myAccount/btn_green.gif) no-repeat 0 0;
	width:144px;
}
.btnsBox  .greenBtn:hover
{
	background-position:0 -35px;
}
.btnsBox  .greenBtnLong
{
	background:url(/Images/myAccount/btn_greenLong.gif) no-repeat 0 0;
	width:170px;
}
.btnsBox  .greenBtnLong:hover
{
	background-position:0 -35px;
}
.btnsBox  .greyBtnLong
{
	background:url(/Images/myAccount/btn_greyLong.gif) no-repeat 0 0;
	width:170px;
}
.btnsBox  .greyBtnLong:hover
{
	background-position: 0 -35px;
}
.btnsBox .greyBtnShort{
	background:url(/Images/myAccount/btn_greyShort.gif) no-repeat 0 0;
	width:70px;
}
.btnsBox .greyBtnShort:hover{
	background-position: 0 -35px;
}
.btnsBox .greyFlatBtn{
	background:url(/Images/myAccount/btn_greyFlat.png) no-repeat 0 0;
	_background:url(/Images/myAccount/btn_greyFlat_ie6.gif) no-repeat 0 0;
	width:115px;
}
.btnsBox .blueBtn{
	background:url(/Images/myAccount/btn_blue.png) no-repeat 0 0;
	_background:url(/Images/myAccount/btn_blue_ie6.gif) no-repeat 0 0;
	width:115px;
}
.btnsBox .greyFlatBtn:hover,
.btnsBox .blueBtn:hover{
	background-position: 0 -35px;
}
.btnsBox .blueBtnLong{
	background:url(/Images/myAccount/btn_blueLong.png) no-repeat 0 0;
	_background:url(/Images/myAccount/btn_blueLong_ie6.gif) no-repeat 0 0;
	width:175px;
}
.btnsBox .blueBtnLong:hover{
	background-position: 0 -35px;
}
.btnsBox  .greenShortBtn
{
	background:url(/Images/myAccount/btn_greenShort.gif) no-repeat 0 0;
	width:78px;
}
.btnsBox  .greenShortBtn:hover
{
	background-position:0 -35px;
}
.btnsBox  .greenMiddleBtn
{
	background:url(/Images/myAccount/btn_greenMiddle.gif) no-repeat 0 0;
	width:109px;
}
.btnsBox  .greenMiddleBtn:hover
{
	background-position:0 -33px;
}
.btnsBox  .greenShortGreyBtn
{
	background:url(/Images/myAccount/btn_greenShort.gif) no-repeat 0 -70px;
	width:78px;
}
.btnsBox  .redBtnLong
{
	background:url(/Images/myAccount/btn_redLong.gif) no-repeat 0 0;
	width:170px;
}
.btnsBox  .redBtnLong:hover
{
	background-position: 0 -35px;
}
.btnsBox  .redBtnLong2
{
	background:url(/Images/myAccount/btn_redLong2.gif) no-repeat 0 0;
	width:210px;
	font-size:11px;
}
.btnsBox  .redBtnLong2:hover
{
	background-position: 0 -35px;
}
.btnsBox  .redBtnArrow{
    background:url(/Images/MyAccount/buttonWithArrow.gif) no-repeat 0 0;
    width:150px;
    text-align:center;
	padding-right:17px;
}
.btnsBox  .redBtnArrow:hover{
    background-position:0 -40px;
}
.btnsBox  .redBtnArrowLong255{
    background:url(/Images/MyAccount/buttonWithArrow255Px.gif) no-repeat 0 0;
    width:250px;
    text-align:center;
	padding-right:10px;
}
.btnsBox  .redBtnArrowLong255:hover{
    background-position:0 -40px;
}
.btnsBox  .returnBtn
{
	background:url(/Images/myAccount/btn_return.gif) no-repeat 0 0;
	width:208px;
}
.btnsBox  .returnBtn:hover
{
	background-position:0 -35px;
}
.btnsBox .signInBtn{
	background:url(/Images/loginImages.gif) no-repeat 0 0;
	width:90px;
	 text-align:left;
	 padding-left:15px;
	  letter-spacing:1px;
}
.btnsBox  .signInBtn:hover
{
	background-position: 0 -35px;
}
.btnsBox  .redShortBtn
{
	background:url(/Images/myAccount/btn_redShort.gif) no-repeat 0 0;
	width:82px;
}
.btnsBox  .redShortBtn:hover
{
	background-position: 0 -35px;
}
.btnsBox  .redShortGreyBtn
{
	background:url(/Images/myAccount/btn_redShort.gif) no-repeat 0 -70px;
	width:78px;
}
.btnsBox  .boyBtn
{
	background:url(/Images/myAccount/btn_boy.gif) no-repeat 0 0;
	width:69px;
	height:35px;
}
.btnsBox  .boyBtn:hover,.btnsBox .boySelected 
{
	background:url(/Images/myAccount/btn_boy.gif) no-repeat 0 -35px;
	width:69px;
	height:35px;
}
.btnsBox  .girlBtn
{
	background:url(/Images/myAccount/btn_girl.gif) no-repeat 0 0;
	height:35px;
	width:69px;
}
.btnsBox  .girlBtn:hover, .btnsBox  .girlSelected
{
	background:url(/Images/myAccount/btn_girl.gif) no-repeat 0 -35px;
	width:69px;
	height:35px;
}
.printButton{
	background:url(/Images/print_Button.gif) no-repeat 0 0;
	width:80px;
	height:32px;
	cursor:pointer;
	display:inline-block;
}
.printButton:hover{
	background-position:0 -32px;
}
.whiteButton a{
	background:url(/Images/whiteButton.gif) no-repeat 0 0;
    width:91px;
    height:38px;
    line-height:38px;
    padding:0 0 0 14px;
    font-size:13px;
    cursor:pointer;
    margin:0 7px 4px 0;
    overflow:hidden;
    color:#8E817C;
    display:inline-block;
    float:left;
}
.whiteButton span{
    color:#D04461;
}
.whiteButton a:hover{
    background-position:0 -50px;
    text-decoration:none;
}
.errorTipBox{
	padding:5px 0;
}
.checkoutMain .checkoutInfo p.errorTip{
	_width:530px;
}
.errorTip, .errorMsg, .succeedMsg{
	margin:3px 10px 10px 10px;
	font-size:11px;
	color:#666;
	background:url(/Images/messageIcon.gif) no-repeat 0 0;
	padding:0 0 0 25px;
}
.errorTip a, .errorMsg a, .succeedMsg a{
	 color:#e51641;
	 text-decoration:underline;
}
.errorTip a:hover, .errorMsg a:hover, .succeedMsg a:hover{
	color: #666;
	text-decoration:none;
}
.noCreditCardError{
	margin:15px 10px 5px 20px;
}
.errorMsg{
	background:url(/Images/messageIcon.gif) no-repeat 0 -100px;
	padding-left:17px;
	color: #D04461;
}
.errorMsg .errorMsgNormal{
	color:#666;
	font-weight:normal;
}
.errorMsg .errorMsgNormal p{
	padding:6px 0;
}
.succeedMsg{
	background:url(/Images/messageIcon.gif) no-repeat 0 -200px;
	padding-left:20px;
}
.succeedMsgIcon{
	width:16px;
	height:13px;
	background:url(/Images/messageIcon.gif) no-repeat 0 -200px;
	display:inline-block;
}
.shippingAlert{
	padding:0 0 0 25px;
	margin:0 0 8px 5px;
	background:url(/Images/icon_bus.gif) no-repeat -457px -52px;
	font-size:13px;
	font-weight:bold;
	color:#d04461;
	max-height:70px;
	overflow:hidden;
}
/*leftmenu begin*/
#searchLeftMenu .secondaryNav 
{
	overflow:hidden;
}
#searchLeftMenu .secondaryNav dl dd {
	BACKGROUND: url(/Images/spacer.gif) no-repeat left;
	border-bottom:1px solid #E2E2E2;
	padding:3px 0px 3px 3px;
	margin-left:5px;
}
#searchLeftMenu .secondaryNav .lastDd
{
	border:0px;
	margin-bottom:3px;
}
#searchLeftMenu .secondaryNav dl dt
{
	border-bottom: 1px solid #E6677C;
	margin-bottom:5px;
	padding-bottom:6px;
	padding-top:10px;
}
#searchLeftMenu .secondaryNav a:hover
{
 background:url(/Images/LeftMenuImages.gif) no-repeat -1170px -110px;
 padding-left:15px;
 height:100%;
}
#searchLeftMenu .secondaryNav a.selected
{
 background:url(/Images/LeftMenuImages.gif) no-repeat -1170px -110px;
 padding-left:15px;
 color:#696969;
}
#searchLeftMenu .secondaryNav dd ul 
{
	 margin-top:5px;
	 margin-bottom:0px;
}
#searchLeftMenu .secondaryNav dd ul li{
	background: url(/Images/LeftMenuImages.gif) no-repeat -1167px 3px;
	padding-left:12px;
	font-weight:normal;
	line-height:20px;
	min-height:20px; 
	_height:20px;
	text-indent:3px;	
}
#searchLeftMenu .secondaryNav dd ul li a.lastLi
{
	 border-bottom:0px;
}
#searchLeftMenu .secondaryNav dd ul li a
{
	display:block;
	width:100%;
	border-bottom:1px solid #E3E3E3;
}
#searchLeftMenu .secondaryNav dd ul li a:hover
{
	  color:#d04461;
	  background:url(/Images/NavBar/secNavBg.png) repeat-y -1440px 0;
	  padding-left:0px;
}
.orderStatus, .statusTitle 
{
	 margin:2px 0;
}
.orderStatus dt
{
	font-weight:bold;
	width:77px;
	float:left;
}
.orderStatus dd, .statusTitle dd
{
	float:left;
}
.orderStatus dl
{
	 width:170px;
	 margin:5px 25px 13px 10px;
	 line-height:19px;
	 float:left;
}
.statusTitle dl
{
	 width:170px;
	 margin:6px 25px 0px 10px;
	 float:left;
	 font-weight:bold;
}
.orderStatus .modfBox
{
	text-align:right;
	float:right;
	width:auto;
 margin-right:10px;
}
.accountInfo
{
	padding-left:17px;
	margin-bottom:5px;
}
#familyBoxDiv
{
	float:right; 
	margin-top:17px; 
	width:460px;
}
#familyBoxDiv .familyBoxDivTop
{
	background:url(/Images/MyAccount/frameFamily.gif) repeat-x 0 -18px; 
	height:9px; 
	overflow:hidden;
}
#familyBoxDiv .familyBoxDivTopLeft, #familyBoxDiv .familyBoxDivTopRight
{
	float: left;
	background:url(/Images/MyAccount/frameFamily.gif) repeat-x 0 0; 
	width:11px;
	height:9px; 
	overflow:hidden
}
#familyBoxDiv .familyBoxDivTopRight
{
	 background-position: -11px 0;
	 float:right;
}
#familyBoxDiv .familyBoxDivCenter
{
	border-left:1px solid #e5e5e7; 
	border-right:1px solid #e5e5e7; 
	background-color:#F6FCFC; 
	padding:5px 15px;
	overflow:hidden;
}
#familyBoxDiv .familyBoxDivBtm
{
	background:url(/Images/MyAccount/frameFamily.gif) repeat-x 0 -19px; 
	height:9px; 
	overflow:hidden
}
#familyBoxDiv .familyBoxDivBtmLeft, #familyBoxDiv .familyBoxDivBtmRight
{
	float: left;
	background:url(/Images/MyAccount/frameFamily.gif) repeat-x 0 -9px; 
	width:11px;
	height:9px; 
	overflow:hidden
}
#familyBoxDiv .familyBoxDivBtmRight
{
	 background-position: -11px -9px;
	  float:right;
}
#familyBoxDiv .addChildBox
{
	float:left;
	margin:5px 0; 
	padding:0px 10px;
	overflow:hidden;
}
#familyBoxDiv .addChildBox dt
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
#familyBoxDiv .addChildBox dd
{
	 margin-bottom:15px;
}
#familyBoxDiv .addChildBox .birthInput
{
	 width:80px;
	 border:1px solid #ccc;
	 padding-left:10px;
}
#familyBoxDiv .addChildBox .birthdayBox
{
	border:0px;
	background-color:Transparent;
	color:#d04461;
	font-size:12.5px;
	font-weight:bold;
	width:130px;
	vertical-align:middle;
}
#familyBoxDiv .familyBoxDesc
{
	 margin:10px;
	 font-size:11px;
}
.familyBox
{
	margin:10px 20px;
	font-size:11px;
}
.familyBox dl
{
	clear:both;
	padding:10px 10px;
	overflow:hidden;
	*height:20px;
}
.familyBox p
{
clear:both;
}
.familyBox dt
{
	padding-left: 38px;
	float:left;
}
.familyBox dd
{
	float:right;
}
.familyBox .childInfoRadio
{
	width:5%;
   text-align:center;
}
.familyBox .childImg
{
  width:10%;
   text-align:center;
}
.childBoy,
.childGirl{
	width:16px;
	height:17px;
	display:inline-block;
	background: url(/Images/diapersIcons.gif) no-repeat 0 -2100px;
}
.childGirl{
	background-position:0 -2200px;
}
.iconFamily{
	width:33px;
	height:34px;
	display:inline-block;
	background: url(/Images/diapersIcons.gif) no-repeat 0 -2300px;
}
#acutInfoBox
{
	float:left;
	margin-top:15px;
}
#acutInfoBox .listTop
{
	height:17px;
	background: url(/Images/MyAccount/accoutInfo.jpg) no-repeat 0 0;
	width:267px;
	overflow:hidden;
}
#acutInfoBox .listBtm
{
	height:17px;
	background: url(/Images/MyAccount/accoutInfo.jpg) no-repeat 0 -17px;
	width:267px;
	overflow:hidden;
}
#acutInfoBox .listMid
{
	background: url(/Images/MyAccount/accoutInfo.jpg) repeat-y -267px 0 ;
	width:267px;
	overflow:hidden;
}
#acutInfoBox .listMid .listTitle
{
	padding-top:0px;
}
#acutInfoBox .blueText
{
	font-size:13px;
}
#acutInfoBox div.clear
{
	 height:5px;
	 overflow:hidden;
}
.contactInfo
{
	 margin:10px 0;
}
.contactInfo dl
{
	 padding:5px;
	 *padding:4px;
	 clear:both;
}
.contactInfo dt
{
	 width:110px;
	 float:left;
	 text-align:right;
}
.contactInfo dd
{
	float:left;
}
.contactInfo dd.tipText
{
	font-size:10px;
	font-weight:normal;
	color:#e51641;
	 margin-left:5px;
}
.contactInfo .emlpwdInfo
{
	width:120px;
}
.contactInfo b, .contactTip span
{
	color: #d04461;
    padding: 0 5px 0px 15px;
    font-weight:bold;
}
.contactInfo input
{
	width:160px;
	height:16px;
}
.contactInfo .stateInput
{
	 width:163px;
}
.contactInfo .zipcodeInput
{
	width:80px;
}
.contactInfo .fillDescrpt
{
	 margin:0px 10px 10px 10px;
	 text-align:center;
}
.contactTip
{
	text-align:center; 
	font-size:10px;
	margin-top:3px;
}
#accountAddr
{
	 margin:15px 15px 15px 0;
}
.explanTextAcct
{
	 font-size:12px;
	 width:570px;
	 margin:13px 0 18px 0;
}
#accountAddr .addrBox, #accountAddr .addrBoxOn 
{
	margin-right:24px;
	*margin-right:12px;
	margin-bottom:15px;
}
.newAddrBtn{
	background:url(/Images/diapersIcons.gif) no-repeat 0 -1400px; 
	padding-left:20px; 
	font-size:11px; 
	font-weight:bold; 
	margin:20px 30px 0 0;
	*margin:20px 20px 0 0;
}
.cardContent
{
	margin-bottom:17px;
	margin-top:10px;
	width:100%;
	 overflow:hidden;
}
.cardContent div
{
	width:250px;
	float:left; 
	margin-right:20px;
	margin-left:9px;
}
.cardContent div.lastDiv
{	
	width:150px;
	margin-right:0px;
}
.cardContent dl
{
	 padding:4px 0 0 0;
	 clear:both;
}
.cardContent dt
{
	font-size:12px;
	font-weight:bold; 
	float:left; 
	margin-right:5px;
}
.securityBox
{
	float:left; 
	padding-left:20px;
	_padding-left:10px; 
	margin-left:20px; 
	_margin-left:10px;
	border-left:1px dashed #ccc;
	font-weight:bold;
}
.securityBox div
{
	padding-left:5px;
}
.securityBox dt
{
	 padding-right:20px;
}
.securityBox dd 
{
	height:55px;
	width:100px;
	padding-top:10px;
}
#loginCheckOut
{
	  color:#666;
}
#loginCheckOut div
{
	 margin-top:5px;
}
#loginCheckOut .solidLine
{
	 margin:7px 0 10px 0;
}
#loginCheckOut .dishLine 
{
	 margin:15px 0 10px 0;
}
#loginCheckOut .greyVLine
{
	height:550px; 
	margin:5px 30px 15px 30px; 
	_margin:5px 15px 15px 15px;
}
#loginCheckOut .checkoutBtnBox
{
	 display:none;
}
#loginCheckOut .btnsBox .createAcctBtn
{
	background:url(/Images/loginImages.gif) no-repeat 0 -450px;
	width:147px;
	height:52px;
}
#loginCheckOut .btnsBox .createAcctBtn:hover
{
	background-position:0 -502px;
}
#loginCheckOut #myFamilyBox{
	 width:320px;
	 float:right;
	 float: left;
	 margin-top: 3px;
}
#loginCheckOut div.myFamilyDiv dl
{
	float:left;
}
#loginCheckOut div.myFamilyDiv dt
{
	float:none;
	text-align:left;
	 margin-bottom:3px;
}
#loginCheckOut div.myFamilyDiv dt input
{
	text-align:left;
	color:#d04461;
	font-weight:bold;
	background:transparent;
}
#loginCheckOut  div.myFamilyDiv dd
{
	float:none;
}
#loginCheckOut  div.myFamilyDiv dd input
{
	width:100px;
	margin-right:10px;
}
#loginCheckOut dl, #loginCheckOut p
{
	 padding-left:5px;
}
#loginCheckOut .title
{
	margin-top:10px;
	margin-bottom:10px;
	color:#399CB1;
}
#loginCheckOut .returnLogin .errorTip
{
	padding:0 0 10px 30px;
}
.returnLogin
{
	  width:100%;
}
.returnLogin dt
{
	 width:80px;
}
.returnLogin .signInBtn
{
	margin-left:-8px;
	_margin-left:-4px; 
	margin-top:3px; 
	margin-bottom:6px; 
}
#newAccountBox .creditCardInfo dd input
{
	 width:140px;
	 margin-bottom:3px;
	  padding:0 5px;
}
#newAccountBox .errorMsg
{
	display:none;
	width:400px;
	_width:390px;
}
.betterServeBox .selectHear
{
	width:170px;
	 margin-bottom:3px;
}
.betterServeBox dl, .betterServeBox div
{
	 margin-bottom:6px;
}
.betterServeBox dt
{
	margin-bottom:5px;
}
.betterServeBox p
{
	 margin-bottom:2px;
}
.betterServeBox input
{
	 margin:0 5px;
}
#optionalHideDiv
{
	margin-left:30px;
	padding:10px 10px 5px 10px;
	width:80%;
	display:none;
}
#optionalHideDiv dt
{
	 width:310px;
	 float:left;
	margin-bottom:8px;
}
#optionalHideDiv dt input
{
	border:0px;
	background-color:Transparent;
	width:280px;
}
#optionalHideDiv dd
{
	margin-bottom:8px;
}
#optionalHideDiv .smallText, #optionalHideDiv .smallText a
{
	line-height:12px;
	color:#999;
}
#orderDetaisBox
{
	 float:left;
}
#orderDetaisBox .h1_27
{
	 margin:10px;
}
#orderDetaisBox .btnsBox
{
	 text-align:right;
	 margin-bottom:8px;
}
#orderDetaisBox .btnsBox input
{
	font-size:10px;
}
#orderDetaisBox #purchaseSummary
{
	 width:725px;
	 margin-bottom:20px;
}
#orderDetaisBox #purchaseSummary #mid{
	padding:0px 12px 10px 12px ;
}
#orderDetaisBox #purchaseSummary #btm
{
	 _margin-right:1px;
}
#orderDetaisBox .alsoLike
{
	margin-left:7px;
	_margin-left:5px;
	margin-top:0px;
}
#hopupWarningBox
{
	 font-weight:bold;
}
#hopupWarningBox .warningMsg
{
	font-size:16px;
	font-family:Clarendon;
	color: #8E817C;
}
#hopupWarningBox .warningTitle
{
	 background:url(/Images/ico_warning.gif) no-repeat left center;
	 padding:8px 0px 0px 50px;
	 color:#d04461;
	 font-size:14px;
	 margin-bottom:5px;
	 border-top:1px solid #ccc;
}
#hopupWarningBox .warningContent
{
	padding-left:3px;
}
.preferOuterDiv
{
	padding-bottom:15px;
}
.preferOuterDiv ul
{
	 padding:7px 0 25px 0;
}
.preferOuterDiv li{
	padding-top:3px;
	width:262px;
	float:left;
	font-size:11px;
	line-height:23px;
}
.preferOuterDiv ul.referralStart p{
	width:52px;
	height:43px;
	float:left;
	display:inline;
	margin-right:7px;
}
.preferOuterDiv ul.referralStart li{
	padding-top:9px;
}
.preferOuterDiv ul.referralStart li a{
	line-height:16px;
	font-weight:bold;
	font-size:12px;
}
.preferOuterDiv .greyText_14pxBold
{
	 font-size:13px;
}
.activeLink
{
	color:#A43B9C;
}
.leftPaddingMyAccount a:link, .leftPaddingMyAccount a:visited
{
	text-decoration:underline;
}
.leftPaddingMyAccount a:hover
{
	color:#d04461;
}
.leftPaddingMyAccount td .firstNameText,.leftPadding td .lastNameText
{
	width:135px;
}

.leftPaddingMyAccount td .emailText
{
	width:180px;
}

.leftPaddingMyAccount table .listPilot
{
	color:#399cb1;
	font-size:14px;
	font-weight:bold;
	width: 20px; 
	vertical-align: top;
}
.leftPaddingMyAccount .referralEmail input{
	padding:3px;
	height:15px;
}
.leftPadding .h1_27,.leftPaddingMyAccount .h1_27{
	font-weight:bold;
}
.programmeTable
{
	border-collapse:separate;
	border-spacing:2px;
	 margin-left:auto;
	margin-right:auto;
}
.programmeTable td
{
	padding:2px;
}
.myAccoutTable
{
	 margin-top:15px;
	 width:100%;
	 border:1px solid #D4D4D4;
	 text-align:left;
}
.myAccoutTable td, .myAccoutTable th
{
		padding:0 17px;
		height:27px;
		line-height:27px;
		border:1px solid #D4D4D4;
}
.myAccountTableTitle
{
	 border:0px;
	 background-color:#FBFAFA;
		height:30px;
		line-height:30px;
	font-weight:bold;
}
#shippingPolicyBox .blueText{
	color:#00a7c1;
}
#shippingPolicyBox table{
	margin:16px 0; 
}
#shippingPolicyBox th, #shippingPolicyBox td{
	border:1px solid #D4D4D4;
	padding:1px 13px 2px 8px; 
	text-align:left;
	font-weight:normal;
}
#shippingPolicyBox th{
	font-size:11px;
	line-height:13px;
	padding: 3px 10px; 
	border:none;
	color:#666;
}
#shippingPolicyBox .freeBlueBg{
	background:#ddf9fd;
}
#shippingPolicyBox .freeBlueBg b{
	color:#00c2dc;
}
#shippingPolicyBox .first{
	font-size:13px;
}
#shippingPolicyBox p{
	font-size:18px;
	padding-bottom:2px;
	color:#399cb1;
	font-weight:bold;
	display:none;
}
#ShippingPolicyHopup{
	margin:-25px 12px 0 -3px; *margin-top:-20px;
	padding-bottom:5px;
}
#ShippingPolicyHopup .smallText{
	font-size:10px;
	padding:0 8px;
	line-height:14px;
}
#ShippingPolicyHopup #shippingPolicyBox p{
	display:block;
	padding-left:5px;*padding-left:15px;
}
.dlGreenTitle
{
 margin:10px 0 20px 0;
 clear:both; 
}
.dlGreenTitle dt{
	font-size:14px; 
	color:#82A41C;
	font-weight:bold; 
	float:left;
	 margin-right:7px;
 }
.dlGreenTitle .dlNote{
	font-size:12px;
	padding-top:3px;
	font-style:italic;
} 
 
.referralTable
{
	border-collapse:separate;
	border-width:0px;
	width:100%;
	text-align:left;
}
.referralTable td
{
	border-collapse:separate;
	text-align:left;
	padding:0 17px;
	height:27px;
	line-height:27px;
	border:1px solid #D4D4D4;
}
.referralTable  th
{
	text-align:left;
	background-color:#FBFAFA;
	height:30px;
	line-height:30px;
	font-weight:bold; 
	border:1px solid #D4D4D4;
	padding:0 17px;
}
.faqTable td
{
	padding-bottom:20px;
}
.faqTable td strong
{
	color:#8e817c;
	font-size:13px;
	padding-bottom:10px;
}
.referralInfo{
	width:753px;
	height:78px;
	border:1px solid #DDD;
	background:#FBFAFA;
	overflow:hidden;
}
.referralInfo dl{
	width:221px;
	height:58px;
	padding:10px 15px;
	border-right:1px solid #DDD;
	float:left;
}
.referralInfo dl dt{
	font-size:12px;
	font-weight:bold;
}
.referralInfo dl dd{
	font-size:22px;
	font-weight:bold;
	color:#419fb5;
	padding-top:9px;
}
.referralInfo dl dd p{
	font-size:11px;
	font-weight:normal;
	color:#666;
	font-style:italic;
	padding:2px 3px;
}
/*     CSS STYLES FOR MyAccount -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR CheckOut
   =====================================================================
*/
#checkoutBody
{
	background: #E2F6F4 url(/Images/checkOutBg.gif) no-repeat center top;
}
#checkoutWrap
{
	width: 980px;
	margin: 0 auto;
	background: #E2F6F4 url(/Images/checkOutBg.gif) no-repeat center top;
}
#headerText
{
	float: right;
	padding-top: 10px;
	font-weight: normal;
}
#headerText #needHelpText
{
	font: bold 20px Arial;
	color: #399cb1;
}
#headerText #callDiapersText
{
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #8e817c;
}
#headerText #callDiapersText a
{
	text-decoration: underline;
	font-size: 14px;
}
#checkoutText p
{
	padding: 12px 30px;
	font-size: 34px;
	line-height:34px;
	clear: both;
	color: #399cb1;
	float: left;
}
#checkoutText a
{
	padding: 10px 10px 0 0;
	float: right;
}
.checkoutRoundBot
{
	width: 975px;
	overflow: hidden;
	margin-left: 12px;
	_margin-left: 18px;
	height: 15px;
	background: url(/Images/checkoutRoundBot.gif) no-repeat center top;
}
.checkoutMain
{
	width: 954px;
	margin-top: 3px;
	margin-left: 13px;
	_margin-left: 18px;
	padding-left: 10px;
	border-left: solid 5px #D0E8EC;
	border-right: solid 5px #D0E8EC;
	background-color: #fff;
}
.checkoutTitle
{
	min-height: 40px;
	margin: 4px 26px 5px 4px;
}
.checkoutMain .checkoutTitle{
	margin: 0 26px 1px 0;
}
.checkoutMain .checkoutTitle .right{
	text-align:right;
	padding-top: 3px;
	line-height: 31px;
}
.checkoutTitle .solidLine{
	margin:2px 0 15px 0;
}
.checkoutTitle .title
{
	padding-left: 10px;
	float: left;
	font-size: 21px;
	line-height: 40px;
	vertical-align: middle;
	font-family: Clarendon;
	color: #8E817C;
}
.checkoutTitle img
{
	padding-top: 10px;
	float: right;
}
.checkoutTitle .title img{
	padding-top: 0;
	float: left;
}
.checkoutLeftBox
{
	float: left;
	width: 632px;
	margin-left: 2px;
}
.checkoutInfo
{
	clear: both;
	padding: 10px; *padding-top:9px;
_padding-top:6px;
background-color:#F5FBFB;
border:1pxsolid#E5E5E5;
width:auto;
overflow:hidden;
}
.checkoutInfo .btn
{
	text-align: right;
	margin: 0 10px 10px 0;
}
.checkoutInfo .content
{
	margin: 0;
	padding: 8px 10px 10px 15px;
}
.checkoutLeftBox .checkoutInfo .content{
	padding-left:10px;
}
.checkoutInfo .content .contentTitle
{
	font-size: 15px;
	line-height: 30px;
	font-weight:bold;
	color: #8E817C;
	padding-left:5px;
}
.checkoutInfo .content .solidLine
{
	margin-top: 3px;
	margin-bottom: 10px;
}
.checkoutInfo .checkBorder
{
	border: 1px solid #E5E5E5;
}
.creditCardInfo .creditCardInfoTitle
{
	font-size:18px;
	font-weight:bold;
	color: #8E817C;
	line-height:26px;
	padding-left:5px;
}
.creditCardInfo
{
	width: 285px;
	float: left;
}
.creditCardInfo div
{
	margin-top: 18px; /* margin-left:5px;*/
}
.creditCardInfo dl
{
	margin: 3px 0px 3px 0px;
}
.creditCardInfo dt
{
	text-align: right;
	float: left;
	width: 110px;
}
.creditCardInfo dt input
{
	width: 87px;
	text-align: right;
	border: 0px;
}
.creditCardInfo dt b
{
	padding: 0 5px 0px 7px;
}
.creditCardInfo dd option
{
	padding: 0 2px;
}
.zipCodeInput
{
	width: 80px;
}
.creditCardInfo b
{
	color: #d04461;
}
.creditCardInfo a
{
	margin-left: 5px;
	text-decoration: underline;
}
.creditCardInfo .newAddrBtn a{
	text-decoration: none;
	margin-left:0;
	font-size: 13px;
	color: #366CB1;
}
.creditCardInfo .newAddrBtn a:hover{
	text-decoration:underline;
}
.creditCardInfo .title
{
	color: #7A6D5C;
	font-size: 13px;
	font-weight: bold;
}
.creditCardInfo .greenDottedHr
{
	width: 85%;
}
.checkoutFooter{
	padding: 10px 25px 0 0;
}
.checkoutFooter .right{
	line-height: 31px;
	padding-right: 10px;
}
.checkoutFooter .right input{
	float:none;
	margin:10px auto;
}
.checkoutRightBox
{
	float: left;
	width: 300px;
	margin: 0 0 0 5px;
}
.checkRTBorder
{
	height: 15px;
	width: 296px;
	background: url(/Images/checkBoder.gif) no-repeat 0 0;
	overflow: hidden;
}
.checkRBBorder
{
	height: 20px;
	width: 296px;
	background: url(/Images/checkBoder.gif) no-repeat 0 -15px;
	overflow: hidden;
}
.checkRContent
{
	width: 286px;
	background: url(/Images/checkBoder.gif) repeat-y -296px 0;
	padding: 0px 5px 0px 5px;
}

#yourOrder
{
	margin: 0px 10px;
}
#yourOrder .yourOrderTitle
{
	padding: 0px 10px 10px 7px;
	font-size: 20px;
	font-family: Clarendon;
	color: #8E817C;
}
#yourOrder #detail
{
	max-height: 220px;
	_height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 10px 0;
	width: 261px;
}
#yourOrder #detail dl{
	padding:0 0 0 5px;
}
#yourOrder #detail dl dt{
	width: 65px;
	float: left;
	text-align: center;
	padding:7px 0 0 5px;
}
#yourOrder #detail dl dd{
	/*width: 250px;*/
	width: 170px;
	min-height: 70px;
	_height: 70px;
	float: left;
}
#yourOrder #detail dl dd span.right
{
	font-size: 12px;
	text-align:right;
}
#yourOrder #detail dl dd .linkUnderLine
{
	padding-top: 2px;
}
#yourOrder #detail .succeedMsg
{
	color:#e51641; 
	margin:5px 10px 0px 15px;
	padding-left:16px;
}
/*
#yourOrder #detail dl .checkItemImg
{
    width:70px; 
    display:block; 
     
}
#yourOrder #detail dl dd p
{
    float: left;
    width: 150px;
}
#yourOrder #detail dl dd p span
{
    padding-left: 70px;
    font-weight: bold;
}*/
.checkBorder
{
	border: solid 1px #cccccc;
	padding-left: 2px;
	background: #fff url(/Images/infoLeftBorder.gif) repeat-y left;
}
.checkTopBorder
{
	width: 100%;
	height: 4px;
	margin: 0;
	padding: 0;
	background: url(/Images/topToolImages.gif) repeat-x 0 -860px;
	overflow: hidden;
}
#orderSummary
{
	margin: 8px 5px 0px 5px;
}
#copyText
{
	padding: 30px 0 30px 400px;
}
.orderContent
{
	background: url(/Images/bg_orderContent.gif) repeat-y left;
	margin-bottom: 25px;
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
}
.orderContent div
{
	width: 185px;
	float: left;
	margin: 0 20px 0 9px;
}
.orderContent div.firstDiv
{
	width: 205px;
}
.orderContent div.lastDiv
{
	width: 270px;
	background: none;
	margin-right: 0px;
}
.orderContent dl
{
	padding: 4px 0 0 0;
	clear: both;
}
.orderContent dl div
{
	margin:0px;
}
.orderContent dt
{
	font-size: 13px;
	color: #82A41C;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
.orderContent dd
{
	float: left;
}
.cartDetails .orderHTitle
{
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	background-color: #FBFAFA;
}
.blueTitle
{
	font-size: 20px;
	color: #399CB1;
	line-height: 30px;
}
.regBox
{
	width: 98%;
	float: none;
}
.regBox div.checkoutInfo
{
	width: 960px;
	background:#FFF;
	padding:0;
}
.regBox div.checkBorder
{
	width: 700px;
	float: left;
	background:none;
	border:none;
}
.regBox div.creditCardInfo div.pwdDiv dt
{
	width: 100px;
}
.regBox .content{
	background:#f8f8f8;
	padding:5px 8px 7px 8px;
	margin-bottom:2px;
	border-top:1px solid #e5e5e5;
}
.regBox .content dl{
	float:left;
	padding-bottom:6px;
}
.regBox .content dt{
	color:#444;
	font-size:12px;
}
.regBox .specialOffer{
	width:265px;
	padding:0 0 17px 15px;
}
.regBox .specialOffer p
{
	padding:3px 0;
	*padding:1px 0;
	line-height:16px;
}
.regBox .specialOffer .signUpCheckouBox{
	padding:3px 0 0 0;
	float:left;
	_padding:0;
}
.regBox .specialOffer .signUpContent{
	width: 235px;
	padding-left: 10px;
	float:left;
}
.checkoutLeftBox .magaPic
{
	background: url(/Images/pic_magazine.jpg) no-repeat center;
	width: 219px;
	height: 333px;
	margin-top: 15px;
}
.greyVLine
{
	background-color: #DFDFDF;
	width: 1px;
}
#loginBox .greyVLine
{
	height: 300px;
	margin: 15px 10px 15px 30px;
	_margin: 15px 5px 15px 0px;
}
#loginBox
{
	margin-top: 11px;
	width: 870px;
	margin-left: 35px;
	_margin-left: 10px;
}
#loginBox .checkoutInfo
{
	background-color: #fff;
	border: 0px;
}
#loginBox .signInImage{
	width:245px; 
}
#loginBox .checkBorder
{
	float: left;
	background-image: none;
	border: 0px;
	width: 260px;
	padding-top:9px;
}
#loginCheckOut .specialOffer label{
	padding-left:10px;
}
.checkoutLeftBox #betterDiv
{
	float: left;
	width: 100%;
	margin-left: 20px;
}
.checkoutLeftBox #betterDiv p
{
	margin-bottom: 10px;
}
.checkoutLeftBox #betterDiv select
{
	width: 195px;
	margin: 5px 0px;
}
.checkoutLeftBox #betterDiv li
{
	list-style: url(/Images/dot_grey.gif) outside;
	margin-left: 15px;
}
.checkoutLeftBox #betterDiv .blueTitle
{
	font-size: 16px;
	font-weight: bold;
}
.checkoutLeftBox #betterDiv .greenText
{
	font-size: 13px;
	font-weight: bold;
}
.checkoutLeftBox #betterDiv dt
{
	float: left;
}
.checkoutLeftBox#betterDiv dd
{
	float: left;
	width: 90%;
}
.GCCheckoutBox{
	width:710px;
}
.GCCheckoutTitle{
	padding:0 30px 8px 13px;
	line-height:31px;
}
.GCCheckoutTitle div.right{
	width:300px;
}
.GCCheckoutFooter{
	line-height:43px;
	text-align:right;
	padding:10px 34px 14px 0;
}
.GCCheckoutTitle .input,
.GCCheckoutFooter input,.GCCheckoutTitle input{
	float:none;
}
#checkoutMenu
{
	width: 622px;
	height: 62px;
	overflow: hidden;
	padding-left: 10px;
}
#checkoutMenu .step1On, #checkoutMenu .step1Off, #checkoutMenu .step1Normal,
#checkoutMenu .step2Off, #checkoutMenu .step2On, #checkoutMenu .step2Normal,
#checkoutMenu .step3Off, #checkoutMenu .step3On, #checkoutMenu .step3Normal{
	background-image: url(/Images/Checkout/checkoutStep.gif);
}
#checkoutMenu .step1On, #checkoutMenu .step1Off, #checkoutMenu .step1Normal{
	width: 186px;
	height: 62px;
	float: left;
}
#checkoutMenu .step1On{
	background-position:0 -62px;
}
#checkoutMenu .step1Off{
	background-position:0 -124px;
}
#checkoutMenu .step1Normal{
	background-position:0 0;
}
#checkoutMenu .step2Off, #checkoutMenu .step2On, #checkoutMenu .step2Normal{
	width: 172px;
	height: 62px;
	float: left;
}
#checkoutMenu .step2Off{
	background-position:-186px -124px;
}
#checkoutMenu .step2On{
	background-position:-186px -62px;
}
#checkoutMenu .step2Normal{
	background-position:-186px 0;
}
#checkoutMenu .step3Off, #checkoutMenu .step3On, #checkoutMenu .step3Normal{
	width: 264px;
	height: 62px;
	float: left;
}
#checkoutMenu .step3Off{
	background-position:-358px -124px;
}
#checkoutMenu .step3On{
	background-position:-358px -62px;
}
#checkoutMenu .step3Normal{
	background-position:-358px 0;
}
.titleStep1Shipping,
.titleStep2Payment,
.titleStep3Payment,
.titleStep2GiftNote,
.titleStep3Review,
.titleStep4Review,
.titleYourOrder,
.titleYourMyLike,
.titleFreeShipping{
	width:190px;
	height:40px;
	background-image: url(/Images/Checkout/checkoutTitle.gif);
	display:inline-block;
}
.titleStep1Shipping{
	background-position:0 0;
}
.titleStep2Payment{
	background-position:0 -40px;
}
.titleStep3Payment{
	background-position:0 -80px;
}
.titleStep2GiftNote{
	background-position:0 -120px;
}
.titleStep3Review{
	background-position:0 -160px;
	width:290px;
}
.titleStep4Review{
	background-position:0 -200px;
	width:290px;
}
.titleYourOrder{
	background-position:0 -240px;
	height:20px;
}
.titleYourMyLike{
	background-position:0 -260px;
	height:20px;
}
.titleFreeShipping{
	background-position:0 -297px;
	height:24px;
	width:118px;
	float:left;
}
.checkoutCCLogos,
.cardVisa,
.cardExpress,
.logoVeriSign,
.logoPaypal{
	background-image: url(/Images/Checkout/checkoutLogos.gif);
	display:inline-block;
}
.checkoutCCLogos{
	background-position:0 0;
	width:254px;
	height:30px;
}
.cardVisa,.cardExpress{
	background-position:0 -60px;
	width:90px;
	height:58px;
}
.cardExpress{
	background-position:-100px -60px;
}
.logoMcAfee{
	float:left;
	padding-top:16px;
	display:inline-block;
}
.logoVeriSign{
	background-position:0 -250px;
	width:116px;
	height:62px;
	float:left;
}
.logoPaypal{
	background-position:0 -350px;
	width:101px;
	height:36px;
}
.amCheckoutLogoBox{
	float:left;
}
.checkoutSoapGrey,
.checkoutDiapersGrey,
.checkoutSoapLogo,
.checkoutDiapersLogo{
	background-image: url(/Images/logosCheckout.gif);
	display:inline-block;
	width:48px;
	height:20px;
	float:left;
}
.checkoutSoapGrey{
	background-position:0 0;
}
.checkoutDiapersGrey{
	background-position:0 -50px;
}
.checkoutSoapLogo{
	background-position:0 -100px;
}
.checkoutDiapersLogo{
	background-position:0 -150px;
}
.itemSite .checkoutSoapLogo,.itemSite .checkoutDiapersLogo{
	height:50px;
	background-position:0 -80px;
	margin-left:10px;
}
.itemSite .checkoutDiapersLogo{
	background-position:0 -130px;
}
.addrBox, .addrBoxOn
{
	background: url(/Images/Checkout/add_bg.gif) no-repeat 0 0;
	width: 195px;
	height: 159px;
	overflow: hidden;
	float: left;
	margin: 6px 4px 0 0;
	_margin: 6px 2px 0 0;
}
.addrBoxOn
{
	background-position: 0 -159px;
}
.addrBox .addrInfo, .addrBoxOn .addrInfo,.addrBoxOn .addrDefault,.addrBox .addrDefault
{
	padding: 10px 0px 0px 8px;
	height:83px;
	overflow:hidden;
}
.addrBoxOn .addrDefault,.addrBox .addrDefault{
	height:13px;
	padding-top:3px;
	padding-bottom:2px;
	font-style:italic;
}
.addrBox .addrInfo span, .addrBoxOn .addrInfo span
{
	width:180px;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
.addrBox .addrMdf, .addrBoxOn .addrMdf
{
	padding: 2px 0 2px 11px;
	margin:0px;
}
.addrBox .addrEdit, .addrBoxOn .addrEdit
{
	color: #D04461;
	text-align: center;
	width: 100%;
	line-height:15px;
	height:15px;
	overflow:hidden;
}
.addrBox .addrEdit a:link, .addrBox .addrEdit a:visited, .addrBoxOn .addrEdit a:link, .addrBoxOn .addrEdit a:visited
{
	text-decoration: underline;
	color: #D04461;
}
.addrBox .addrEdit a:hover, .addrBoxOn .addrEdit a:hover
{
	font-weight: bold;
}
#newAddr dl
{
	clear: both;
	padding: 6px 0;
	margin: 0px; 
	*padding: 2px 0;
}
#newAddr dt
{
	width: 90px;
}
#newAddr dd
{
	float: left;
}
#newAddr dd .inputWithShadow{
	padding:0px 3px;
}
#newAddr span
{
	padding-left: 8px;
}
#newAddr dl input
{
	width: 150px;
}
#newAddr dl input.zipCodeInput
{
	width: 80px;
}
#newAddr dd p
{
	width: 160px;
}
.giftnoteButton,
.paymentBtn,
.reviewBtn,
.placeBtn,
.changeBtn,
.applyBtn,
.shipThisAddressBtn{
	background-image: url(/Images/Checkout/checkoutButtons.gif);
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	height: 43px;
}
.giftnoteButton{
	float: right;
	background-position:0 -43px;
	width: 186px;
}
.giftnoteButton:hover{
	background-position:-186px -43px;
}
.paymentBtn{
	background-position:0 0;
	width: 186px;
}
.paymentBtn:hover{
	background-position:-186px 0;
}
.reviewBtn{
	background-position:0 -86px;
	width: 206px;
}
.reviewBtn:hover{
	background-position:-206px -86px;
}
.placeBtn{
	background-position:0 -129px;
	width: 196px;
}
.placeBtn:hover{
	background-position:-196px -129px;
}
.changeBtn,.applyBtn{
	display:inline-block;
	height:30px;
	width:70px;
	background-position:-130px -180px;
}
.changeBtn:hover{
	background-position:-200px -180px;
}
.applyBtn{
	background-position:0 -180px;
	width:65px;
}
.applyBtn:hover{
	background-position:-65px -180px;
}
.shipThisAddressBtn{
	background-position:0 -220px;
	width:170px;
	height:35px;
}
.shipThisAddressBtn:hover{
	background-position:-170px -220px;
}
#delivyInfo
{
	width: 100%;
}
#delivyInfo ul
{
	margin: 5px 0px 20px 0px;
}
#delivyInfo li
{
	float: left;
}
#delivyInfo .delivyName
{
	width: 223px;
}
#delivyInfo .delivyPrice
{
	width: 30px;
	text-align: right;
	margin-right: 32px;
}
#delivyInfo a
{
	margin: 0px;
	text-decoration: underline;
}
#delivyInfo a:hover
{
	text-decoration: none;
}
#reviewBox
{
	margin: 0;
	padding: 8px 10px 10px 15px;
}
#reviewBox .reviewBoxTitle
{
	font-size: 18px;
	line-height: 30px;
	font-weight:bold;
	color: #8E817C;
	padding-left:5px;
}
#reviewBox .solidLine
{
	margin-top: 3px;
	margin-bottom: 10px;
}
#reviewBox div
{
	margin-top: 7px;
}
#reviewBox dl
{
	float: left;
}
#reviewBox dt
{
	float: none;
	text-align: left;
	width: 150px;
}
#reviewBox a
{
	margin: 0px;
	text-decoration: underline;
}
#reviewBox .creditCardInfo
{
	margin-top: 0px;
	padding-left: 5px;
	width: 45%;
}
#reviewBox .creditCardInfo .greenText
{
	font-size:12px;
	padding-top:15px;
}
#reviewBox #payBox .creditCardInfo
{
	width: 45%;
}
.creditCardInfoTitleBlue
{
	font-weight:bold;
	font-size:15px;
	color:#399cb1;
	line-height:23px;
	padding:0 20px 0 5px;
}
.creditCardInfoTitleBlue span
{
	color:#8e817c;
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
}

.reviewLeftBox
{
	float: left;
	width:675px;
	padding:0 5px 10px 0;
}
.reviewLeftBox .reviewTopBorder{
	height: 10px;
	background: url(/Images/Checkout/borderReview.gif) no-repeat 0 0;
	overflow: hidden;
	border-right:1px solid #d2dbd7;
	margin:10px 0 0 10px;
}
.reviewLeftBox .reviewMidBorder{
	background: #f9f8f8 url(/Images/Checkout/borderReview.gif) repeat-y -693px 0;
	border-right:1px solid #d2dbd7;
	border-bottom:1px solid #d2dbd7;
	margin:0 0 0 10px;
}
.reviewLeftBox .cartContent{
		width:664px;
		float:none;
		padding-left:10px;
}
.reviewLeftBox .cartContent .cartContentTitle{
	padding:23px 0 10px 10px; 
	overflow:hidden; 
}
.reviewLeftBox .cartContent .greenText{
	font-size:12px; 
	font-weight:bold; 
	line-height:24px;
}
.itemsTopBorder{
	background:url(/Images/terms_bg.jpg) repeat-x 0 -49px;
	height:3px;
	overflow:hidden;
	width:100%;
}
 .itemsShipMsg{
	min-height:23px;_height:23px;
	line-height:20px;
	font-size:13px; 
	font-weight:bold;
	background:#d9ecf0 url(/Images/icon_bus.gif) no-repeat 0 -117px;
	padding:5px 10px 2px 65px;
	clear:both;
	display:block;
}
.itemsShipMsg .right,
.itemsShipMsg .left{
	max-width:400px;
	_width:400px;
	line-height:18px;
}
.itemsShipMsg .left{
	max-width:100px;
	_width:100px;
}
.itemsShipMsgManufacturer
{
	background-position:0 -270px; 
	padding-left:115px;
}
.itemsShipMsgShipLater{
	background:#eee url(/Images/shiplater_icon.gif) no-repeat 18px 3px;
}
.reviewBoxGreyOntline{
	border:1px solid #d4dcdc;
	background-color:#fff;
	overflow:hidden;
	padding:0 10px 10px 10px;
}
.reviewBoxGreyOntline .reviewBoxSubTitle{
	width:95px;
	padding-right:5px;
	color: #7A6D5C;
	font-weight: bold;
	float:left;
	font-size:11px;
}
.reviewBoxGreyOntline b{
	color:#d04461;
}
#reviewBox .reviewBoxGreyOntline div{
	margin-top:5px;
}
.reviewRightBox{
	width: 260px;
}
.reviewRightBox #orderSummary{
	margin-top:2px;
}
.reviewRightBox .checkRTBorder{
	width: 256px;
	background: url(/Images/checkBoderNew.gif) no-repeat 0 0;
	margin-top:10px;
}
.reviewRightBox .checkRBBorder{
	width: 256px;
	background: url(/Images/checkBoderNew.gif) no-repeat 0 -15px;
}
.reviewRightBox .checkRContent{
	width: 256px;
	background: url(/Images/checkBoderNew.gif) repeat-y -296px 0;
	padding: 0;
}
.reviewRightBox .listTitle{
	display:none;
}
.reviewRightBox .giftInput, .reviewRightBox .promotionInput{
	width:140px;
}

.upsCroundBox
{
	font-size: 11px;
	float: right;
	width: 265px;
	overflow: hidden;
}
.upsCroundBox dl{
	font-weight: bold;
	padding-top: 20px;
}
.upsCroundBox dt
{
	float: left;
}
.upsCroundBox dd
{
	float: right;
}
.upsCroundBox .greenText
{
	font-weight: bold;
}
.alsoLikeBox{
	width: 234px;
}
.alsoLikeBox .title
{
	font-size: 16px;
	font-family: Clarendon;
	color: #8E817C;
}
.alsoLikeBox .scrollBoxTop
{
	width: 234px;
	height: 14px;
	background: url(/Images/Checkout/frame_alsoLike.gif) no-repeat 0 0;
	overflow: hidden;
}
.alsoLikeBox .scrollBoxBottom
{
	width: 234px;
	height: 14px;
	background: url(/Images/Checkout/frame_alsoLike.gif) no-repeat 0 -14px;
	overflow: hidden;
}
.alsoLikeBox .scrollPro
{
	width: 214px;
	background: url(/Images/Checkout/frame_alsoLike.gif) repeat-y -234px 0;
	overflow: hidden;
}
.alsoLikeBox .scrollPro div, .alsoLikeBox .scrollPro p
{
	text-align: center;
}
.alsoLikeBox .scrollPro .relateList, .alsoLikeBox .scrollPro .relateList li
{
	width:120px;
}
.alsoLikeBox .scrollPro .relateList ul
{
	left: 0px;
}
.alsoLikeBox .pr-snippet-review-count{
	display:none;
}
.alsoLikeBox .pr-snippet-wrapper .pr-snippet-stars{
	float:none;
	padding:5px 0;
}
.alsoLikeBox .pr-snippet-stars .pr-stars-small{
	float:none;
	margin:0 auto;
}
/*.alsoLikeBox .scrollPro .relateList p.showImg .quickViewBtn
{
	left: 52px;
}*/
.addressVerifyBox
{
	padding: 2px 10px;
	margin: 5px 0 15px 0;
}
.addressVerifyBox p, .addressVerifyBox dl
{
	margin: 7px 0;
	clear: both;
}
.addressVerifyBox dt
{
	float: left;
	width: 130px;
	font-weight: bold;
	color: #399CB1;
}
.addressVerifyBox dd
{
	float: left;
}
.addressVerifyBox li
{
	margin-bottom: 2px;
}
.addressVerifyBox .btnsBox
{
	margin-bottom: 10px;
}
.addressVerifyBox input
{
	margin-right: 5px;
}
#GiftMessage
{
	padding-top: 30px;
}
#GiftMessage h4
{
	font-size: 13px;
	font-weight:bold;
	color: #8E817C;
	line-height:26px;
	padding-left:5px;
}
#GiftMessage dl
{
	clear: both;
	padding: 6px 0 0 10px;
	margin: 0px; *padding:3px005px;
}
#GiftMessage dt
{
	width: 45px;
	text-align: right;
}
#GiftMessage dd
{
	float: left;
}
#GiftMessage dl input
{
	width: 130px;
	border: 1px solid #999;
	font-weight: normal;
}
#GiftMessage dl textarea
{
	padding: 3px 5px;
	margin-top: 5px;
	overflow-y: auto;
	width: 180px;
}
.shipAddressDiv
{
	padding-bottom: 15px;
}
.orderPromotion{
	padding:10px 20px 0 20px;
}
.orderPromotion .blueText_15pxBold,.gift .blueText_15pxBold{
	line-height:20px; 
	padding-bottom:8px
}
.checkBorder #summary .gift .blueText_15pxBold{
	display:none;
}
.orderPromotion dl dt{
	font-size:13px;
	line-height:15px;
}
.orderPromotion .giftInput, .orderPromotion .promotionInput{
	padding:0 3px;
}
.orderPromotion .promotionalTitle{
	font-size:12px;
	padding-top:3px;
}
.promotionDetails{
	padding:10px 0 5px 0;
	width:auto;
}
#summary .gift .promotionDetails{
	padding-left:15px;
	width:220px;
}
#summary .gift .giftTips .promotionDetails,
#summary .gift .giftTips .promotionDetails dl{
	padding-left:0;
	width:520px;
}
.checkoutMain #summary .gift .giftTips .promotionDetails,
.checkoutMain #summary .gift .giftTips .promotionDetails dl{
	width:auto;
	padding:0 10px 0 0;
}
.cartContent #summary .gift .promotionDetails{
	width:auto;
	padding:0 0 0 10px;
}
.cartContent #summary .gift .promotionDetails dl{
	width:380px;
}
.promotionDetails dl{
	border-bottom: 1px dashed #DFE0E0;
	overflow:hidden;
	float:left;
}
.promotionDetails dl dd{
	float:left;
	padding:4px 5px 4px 0;
	line-height:13px;
}
#summary .gift div.giftTips .promotionDetails dl dd{
	width:auto;
}
.promotionDetails dl dd.discountText{
	font-weight:bold;
}
#summary .gift div.giftTips dd.redText{
	word-wrap: break-word;
	word-break: normal;
	max-width:215px;
}
#summary #list .gift .promotionDetails dl
{
	margin-left:0;
}
.gift .errorMsg, .orderPromotion .errorMsg{
	margin-left:0px;
}
.paymentNewCardTitle{
	padding:15px 0 0 27px; 
	*padding-left:35px; 
	font-size:13px; 
	color:#8E817C;
	font-weight:bold;
}
.addGiftNote{
	padding:2px 20px 10px 15px;
}
.addGiftNote .blueText_15pxBold
{
	padding-bottom:3px;
}
.addGiftNote .blueText_15pxBold label{
	font-size:15px;
}
.addGiftNote .inputGiftNote{
	display:none;
}
/*     CSS STYLES FOR CheckOut -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR AboutUs
   =====================================================================
*/
#aboutUsLeft
{
	float:left;
	width:204px;
	overflow:hidden;
}
#aboutUsLeft #searchLeftMenu
{
	float:none;
}
#aboutUsRightCont
{
	float:left;
	line-height:normal;
	margin-left:23px;
	width:526px;
}
#aboutUsRightCont .titleText
{
	 margin:5px 0;
}
#aboutUsRightCont h2
{
	 font-style:italic;
	 line-height:normal;
}
#aboutUsRightCont p
{
	font-size:12px;
	line-height:20px;
}

.contRightList
{
	float:left;
	width:183px;
	margin-left:24px;
	margin-top:18px;
}
#leftSecondMenu
{
	width:198px;
	margin-top:25px;
}
#leftSecondMenuTop
{
	height:13px;
	background:url(/Images/AboutUs/left_SecondMenu.gif) no-repeat 0 0;
	width:198px;
	overflow:hidden;
}
#leftSecondMenuCenter
{
	background:url(/Images/AboutUs/left_SecondMenu.gif) repeat-y -198px 0;
	width:198px;
	overflow:hidden;
}
#leftSecondMenuBtm
{
	width:198px;
	height:15px;
	background:url(/Images/AboutUs/left_SecondMenu.gif) no-repeat 0 -30px;
	overflow:hidden;
}
#LeftArrow
{	
	float:left;
	margin:58px 0 0 3px;
	width:19px;
}
#rightArrow
{
	float:left;
	margin:58px 0 0 3px;
	width:19px;
}
#centerPic
{
	float:left;
	width:148px;
	background:url(/Images/AboutUs/picTimeOutBg.gif) no-repeat;	
	height:115px;
	margin-top:15px;
}
#centerPic div
{
    display: table-cell;
     *display:inline;
	zoom:1;
	vertical-align:middle;
}
#centerPic .adImg_pic
{
    width:148px;
    text-align: center;
    margin: 0 auto;
}
#centerPic .adImg_height
{
    height:104px;
}
#leftSecondMenu .pressRmDesc
{
	width:153px;
	margin-left:24px;
	font-size:13px;
	font-style:italic;
}
#redText
{
	font-weight:bold;
	text-align:right;
	margin-top:15px;
	margin-bottom:10px;
}
#aboutUsCenterText
{
	margin-top:18px;
}
.aboutText
{
	padding-top:18px;
}
.aboutText p
{
	margin-bottom:8px;
	font-size:12px;
}
.imgGrayLine
{
	margin-right:20px; 
	margin-top:5px;
	border:solid 1px #B5B5B5;
}
.imagepadding9
{
	padding:9px;
}
.aboutText b
{
	 color:#8e817c;
	 font-size:13px;
}
.aboutText a
{
	text-decoration:underline;
}
.aboutText a:hover
{
	color:#d04461;
}
.aboutText dd ul
{
	padding-left:15px;
	list-style-type:circle;
}
.aboutText dd li
{
	float:none;
}
.aboutText li span
{
	font-size:20px;
}
.aboutText span
{	
	color:#8e817c;	
	font-size:13pt;
}
.awardDetailImg
{
	text-align:center;
	margin-top:10px;
}
#italicNormal
{
	line-height:normal;
	font-style:italic;	
}
.greenText_16px
{
	font-style:italic;	
	font-size:16px;
}
.greenText_18px
{
	font-style:italic;	
	font-size:18px;
}
.titleText_18pt
{
	font-size: 18px;
	color:#399cb1;
	margin:0px;
	font-family:Trebuchet MS;
	letter-spacing:2px;
}
.titleText_16px,.titleText_16px a,.left .titleText_16px a
{
	font-size: 16px;
	color:#399cb1;
	margin:0px;
	font-family:Trebuchet MS;
	text-decoration:underline;
}
.pressRoomWidth
{
	float:left; 
	width:300px;
}
.pressRoomWidth a:link, .pressRoomWidth a:visited
{
	letter-spacing:normal;
	text-decoration:underline;
	font-size: 16px;
	color:#399cb1;
	margin:0px;

}
.pressRoomWidth a:hover
{
	text-decoration:none;
}
.aboutText .left .titleText_16px a
{
	width:330px;
	display:block;
	margin-bottom:15px;
}
.aboutText .left .titleText_16px a:hover
{
	text-decoration:none;
}
.titleText_22px
{
	font-size: 22px;
	color:#399cb1;
	margin:18px 0px 5px 0px;
}

#contBlueTitle p
{
	padding:8px 0px;
}
#italicText
{	
	color:#8e817c;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
}
#contBlueTitle strong
{	
	color:#399cb1;
	font-size:13px;
}
/*
#contBlueTitle a
{
	 color:#d04461;
	 text-decoration:underline;
	 font-weight:bold;
}
#contBlueTitle a:hover
{
	 text-decoration:none;
}*/

#ourAdvantage
{
	width:183px;
}
.ourAdvantageTop
{
	height:11px;
	background:url(/Images/AboutUs/ourAdvantage.gif) no-repeat 0 0;
	width:183px;
	overflow:hidden;
}
.ourAdvantageCenter
{
	background:url(/Images/AboutUs/ourAdvantage.gif) repeat-y -183px 0;	
	width:183px;
	overflow:hidden;
	padding-top:5px;
	vertical-align:middle;
}
.ourAdvantageBtm
{
	width:183px;
	height:12px;
	background:url(/Images/AboutUs/ourAdvantage.gif) no-repeat 0 -11px;
	overflow:hidden;
}
.ourAdvantageCenter dl
{
	padding:5px 0px;
	clear:both;
}
.ourAdvantageCenter dt
{
	float:left;	
	width:15px;
	margin-left:10px;
	padding-top:2px;
}
.ourAdvantageCenter dd
{
	float:left;	
	width:138px;
	margin-left:3px;
}
.aboutLearnMore
{
	text-align:right;
	font-weight:bold;
	padding:18px 22px 7px 0;
}
.aboutLearnMore a
{
	color:#d04461;
}
.aboutReadMore a
{
	color:#d04461;
	font-weight:bold;
	font-size:11px;
}

.bluePaneList
{
	border:#A6D2DC solid 1px;
	margin-top:15px;
	padding:15px 0px 12px 10px;
}
.bluePaneList span
{	
	color:#8e817c;	
	font-size:12pt;	
	margin-bottom:5px;
	margin-left:5px;
	clear:both;	
	letter-spacing:1px;
	font-weight:bold;
}
.bluePaneList dl
{
	padding:3px 5px;
}
.bluePaneList dt a
{
	color:#399cb1;
	letter-spacing:2px;
	font-weight:bold;
}
.bluePaneList dd
{
	color:#8e817c;
}
.bluePaneList dd a
{
	color:#8e817c;	
}
.bluePaneList dd a:hover
{
	color:#D04461;
	text-decoration:underline;
}

.bluePaneList .listDishLine
{
	margin:8px 10px 3px 0px;
}
.trebuchetMS_20
{
	font-size:20px;
	font-family:Trebuchet MS;
	color:#8E817C;
	margin-left:14px;
	margin-bottom:15px;	
}
.adTitle
{
	font-size:15px;
	color:#8E817C;
	padding-left:15px;
}
.contactBox
{
	background:url(/Images/AboutUs/pic_contactUs.gif) no-repeat right bottom;
	width:720px;
	overflow:hidden;
}
.contactBox #aboutUsRightCont
{
	 width:430px;
	 padding:10px 0 50px 0px;
	 margin-left:10px;
	 _margin-left:5px;
}
.underlineTop10
{
	padding-top: 10px;
	text-decoration:underline;
}
.underlineTop10 a:hover
{
	color:#d04461;
}
.contactBox h2
{
	 font-size:18px;
}
.contactBox .aboutText
{
	padding:0 0 0 10px;
	color:#8e817c;
}
.contactBox a
{
	color:#8e817c;
}
.contactBox .blueText
{
	letter-spacing:normal; 
	margin:20px 0 5px 0;
	font-size:18px;
}
.abouBblueTitle
{
	margin:5px 0px; 
	border-bottom:1px solid #C5C0BD;
	font-size: 31px;
	color:#399cb1;
}
#pageNum_top
{
	width:auto;
	height:22px;
	border-top:1px solid #C5C0BD;
	border-bottom:1px solid #C5C0BD;
	margin:0px 0px 10px 0px;
	color:#E6677C;
	font-weight:bold;
}
#pageNum_top a
{
	color:#E6677C;
	font-weight:bold;
}
#pageNum_top div
{
	line-height:22px;
	height:22px;
	float:left;
}
#pageNum_top div.next
{
	float:right;
}
.margin_top_20,.aboutText .listDishLine
{
	margin-top:20px;
}
/*
.dotSpan
{
	padding-left:7px;
	padding-right:10px;
	vertical-align:middle;
}*/

#mainBody
{
	float:left;
	line-height:normal;
	margin-left:23px;
	width:600px;
}
.blueTitleList dt, .pressReleasesBlueText
{
	color:#399cb1;
	font-size:18px;
	padding-bottom:10px;	
}
.blueTitleList dl
{
	 margin-bottom:15px;
	 font-size:12px;
}
.blueTitleList dd
{
	 background:url(/Images/dot_green.gif) no-repeat left top;
	 padding:0px 0px 7px 15px;
}
.blueTitleList dd.redText
{
	 font-weight:bold;
	 background:none;
}
.blueTitleList dd.noListingDot, .noListingDot dd
{
	 background:none;
	 padding-left:0px;
}
.blueTitleList strong
{
	color:#82A41C;
}
.blueTitleList ol
{
	list-style-type:decimal; 
	padding: 0 0 0 25px; 
	font-size:12px;
}
.blueTitleList ol li
{
	 padding:0 0 7px 0;
}
.greyTitleList dt, .greyTitleList dt a:link, .greyTitleList dt a:visited
{
	font-size:16px;
	font-weight:bold;
	color: #8E817C;
	line-height:42px;
	text-decoration:underline;
}
.greyTitleList dt a:hover
{
	color:#d04461;
}
.testimonialsBox .pagenum
{
	float: right;
	padding-right:0;
}
.testimonialsBox b
{
	color:#8e817c;
	 font-size:13px;
	 display:block;
	 padding:20px 10px 0 15px;
}
.testimonialsBox strong
{
	 padding:8px 20px 0 0;
	 display:block;
	 width:100%;
	 text-align:right;
	 color:#399cb1;
	 font-size:13px; 
	 font-style:italic;
}
.testimonialsBox .listDishLine
{
	 margin:5px 0 10px 0;
}
.testimonialsConterntTop, .testimonialsConterntBtm
{
	background:url(/Images/AboutUs/testimonialsBg.gif) no-repeat 0 0;
	height:16px;
	width:523px;
	overflow:hidden;
}
.testimonialsConternt
{
	background:url(/Images/AboutUs/testimonialsBg.gif) repeat-y -523px 0;
	width:484px;
	padding:0 15px 0 24px;
}
.testimonialsConternt p
{
	 font-size:12px;
	 padding:2px 0;
}
.testimonialsConterntBtm
{
	background-position: 0 -16px;
	margin-top:-12px;
}
.keepBabyDry a
{
	text-decoration:underline;
	color:#399CB1;
}
.keepBabyDry a:hover
{
	color:#399CB1;
	text-decoration:none;
}
.NewsArticlesDetailText
{
	padding-top:10px; 
	text-align:justify; 
	color:Black;
}
.NewsArticlesDetailText p,.NewsArticlesDetailText table
{
	font-size:12px;
	font-family:Arial;
}
.NewsArticlesDetailText p{
	padding:10px 0;
}
.NewsArticlesDetailText a,.NewsArticlesDetailText span{
	color:#de5a53;
}
.listSolidLineHr
{
	border-top:1px solid #666666;
	width:auto;
	height:10px;
	margin-top:8px;
	overflow:hidden;
}
/*     CSS STYLES FOR AboutUs -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR HelpCenter
   =====================================================================
*/
#helpCenterLeft
{
	float:left;
	width:204px;
	overflow:hidden;
}
#helpDiv
{
	padding-left:25px;
}
#helpDiv .titleText
{
	margin:20px 0px 5px 0px; 
	font-size:26px;
}
#helpDiv a.linkBlue
{
	color:#399cb1;
	font-weight:bold;
	text-decoration:underline;
}
#helpDiv a.linkBlue:hover
{
	 text-decoration:none;
}
#helpDiv .abouBblueTitle
{
	font-size:28px;
	line-height:42px;
}
#helpDiv h2
{
	 margin-top:5px;
}

#listDiv
{
	margin-top:20px;
}
#questionDiv
{
	float:left;
	height:262px;
}
#questionDiv #top
{
	height:10px;
	background:url(/Images/HelpCenter/questionDiv.gif) no-repeat 0 0;
	width:501px;
	overflow:hidden;
}
#questionDiv #middle
{
	background:url(/Images/HelpCenter/questionDiv.gif) repeat-y -501px 0;
	width:501px;
	overflow:hidden;
	padding-bottom:20px;
}
#questionDiv #bottom
{
	width:501px;
	height:9px;
	background:url(/Images/HelpCenter/questionDiv.gif) no-repeat 0 -10px;
	overflow:hidden;
}
#questionContent dl
{
	padding:18px 10px 18px 10px;
	clear:both;
}
 #questionContent dt, .questionList span
{
	float:left;
	text-align:right;
	color:#82A41C;
	font-size:13px;
	font-weight:bold;
	width:18px;
}
#questionContent dd, .questionList a
{	
	margin-left:10px;
	font-size:12px;
	float:left;
	width:418px;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis; /* for IE */ 
	-o-text-overflow: ellipsis; /* for Opera */ 
	-icab-text-overflow: ellipsis; /* for iCab */ 
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */ 
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */
	 -webkit-text-overflow: ellipsis; /* for Safari,Swift*/ 
}
#questionDiv #middle .greenText_21px
{
	padding:4px 0px 4px 20px;
}
.questionList
{
	line-height:30px;
	padding:5px 15px 0 15px;
} 
 .questionList p
{
	overflow:hidden;
	clear:both;
} 
 .questionList span,  .questionList a
{
	display:block;
} 
#contactUs
{
	float:left;
	margin-left:10px;
	height:262px;
	position:relative;
}
.contactUsTop
{
	height:11px;
	background:url(/Images/HelpCenter/rightContactsUs.gif) no-repeat 0 0;
	width:195px;
	overflow:hidden;
}
.contactUsCenter
{
	background:url(/Images/HelpCenter/rightContactsUs.gif) repeat-y -195px 0;	
	width:195px;
	overflow:hidden;
	padding-top:5px;
	vertical-align:middle;
}
.contactUsBtm
{
	width:195px;
	height:12px;
	background:url(/Images/HelpCenter/rightContactsUs.gif) no-repeat 0 -11px;
	overflow:hidden;
}
#contactUs .contactUsCenter
{
	padding:5px 0px 2px 10px;
}
#contactUs .contactUsCenter span
{	
	color:#8e817c;	
	font-size:19px;	
	margin-bottom:5px;
	margin-left:5px;
	clear:both;	
	letter-spacing:1px;
	font-weight:bold;
}
#contactUs .contactUsCenter dl
{
	padding:2px;
	margin-top:3px;
}
#contactUs .contactUsCenter dt
{
	color:#399cb1;
	letter-spacing:2px;
	font-weight:bold;
	letter-spacing:1px;
}
#contactUs .contactUsCenter dd
{
	padding-right:15px;
}
#contactUs .contactUsCenter dd a:hover,.boxDetail dd a:hover,#qADetail a:hover
{
	color:#D04461;
}
#contactUs .contactUsCenter .listDishLine
{
	margin:8px 15px 3px 0px;
}
#contactUs .callMeNowOnHC
{
	position:absolute; 
	right:10px;
	top:-90px;
}
.listBox
{
	margin-top:8px;
	margin-bottom:50px;
}
.listBox .orderingBox
{
	float:left;
	width:174px;
	height:213px;
	border:solid 1px #ccc;
	background:url(/Images/HelpCenter/boxBg.gif) no-repeat top;
	margin:10px 0px 0px 6px;
}
.listBox .orderingBox .titleText_16px
{
	font-weight:bold;
	padding:10px 0 0 10px;
	text-decoration:none;
}
.listBox .orderingBox .boxDetail dd
{
	border-bottom:1px solid #E2E2E2;
	padding:4px 0px 4px 3px;
	margin-left:5px;
}
.boxDetail dd
{
	width:150px;
	 overflow:hidden; 
	 white-space:nowrap; 
	 text-overflow:ellipsis; /* for IE */ 
	 -o-text-overflow: ellipsis; /* for Opera */ 
	 -icab-text-overflow: ellipsis; /* for iCab */ 
	 -khtml-text-overflow: ellipsis; /* for Konqueror Safari */ 
	 -moz-text-overflow: ellipsis; /* for Firefox,mozilla */ 
	 -webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.listBox .orderingBox .boxDetail .lastDd
{
	border:0px;
	margin-bottom:3px;
}
#helpDetail
{
	padding:0 25px;
}

#helpDetail .blueTitle
{
	padding-top:15px;
}
#helpDetail .blueTitle a
{
	color:#399CB1;
	text-decoration:none;
}

#helpDetail .titleDetail
{
	margin-top:10px;
}
#helpDetail .titleDetail p
{
	padding:3px 5px;
}
#helpDetail #qADetail img
{
	margin-right:10px;
	margin-top:5px;
	float:left;
}
#helpDetail .listDishLine
{
	border-top:1px dashed #399CB1;
	clear:both;
}
.rightcontentHelpCenter
{
	padding-right:50px;
}
/*
.rightcontentHelpCenter p
{
	margin:10px 0px;
}

.rightcontentHelpCenter .titleText
{
	font-size:26px;
	margin: 20px auto;
	text-align:center;
}

.rightcontentHelpCenter ul
{
	list-style-type:disc;
	margin-left:50px;
}

.rightcontentHelpCenter ol
{
	list-style-type:decimal;
	margin-left:50px;
}

.rightcontentHelpCenter .linkBlue
{
	color:#399cb1;
	font-weight:bold;
	text-decoration:underline;
}*/
#qADetail .linkBlue
{
	text-decoration:underline;
}

.agreementLink
{
	color:#990099;
	text-decoration:underline;
}

.rightcontentHelpCenter .programmeTable
{
	border-collapse:separate;
	border-spacing:2px;
	 width:80%;
}
.rightcontentHelpCenter .programmeTable td
{
	padding:2px 8px 2px 10px;
}
.rightcontentHelpCenter .programmeTable .candidateAddress
{
 margin-bottom:10px;
}
.specialReferText
{
	font-size:13px; 
	color:#cd1d5d; 
	line-height:20px; 
}
.rightcontentHelpCenter .logoTRUSTe{
	height:47px;
	background-position:-600px -30px;
}
/*     CSS STYLES FOR HelpCenter -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR Essential
   =====================================================================
*/
#leftContent
{
	 float:left;
}
#tipsTop
{
	background:url(/Images/AboutUs/tipsBg.gif) no-repeat 0 -11px;
	padding:47px 5px 5px 15px;
	height:27px;
	width:173px;	
	font-weight:bold;
	font-size:14px;
	color:#399cb1;
	overflow:hidden;
	font-family:Clarendon;
}
#tipsTopNoTitle
{
	background:url(/Images/AboutUs/tipsBg.gif) no-repeat 0 -11px;
	height:47px;
	width:193px;	
}
#tipContentTitle
{
	background:url(/Images/AboutUs/tipsBg.gif) no-repeat 0 -58px;
	min-height:29px;
	_height:29px;
	font-weight:bold;
	font-size:14px;
	color:#399cb1;
	font-family:Clarendon;
	padding:0 8px 5px 15px;
}
#tipContentTitle p
{
	font-family:Trebuchet MS,Trebuchet,verdana,Sans-Serif;
	font-size:12px;
	padding:6px 0;
	line-height:15px;
	font-weight: normal;
}
#tipsBtm
{
	background:url(/Images/AboutUs/tipsBg.gif) no-repeat 0 0;
	height:11px;
	width:193px;	
	overflow:hidden;
}
#tipContent
{
	background:url(/Images/AboutUs/tipsBg.gif) repeat-y -193px 0;
	width:193px;	
	overflow:hidden;
}
#tipContent dl
{
	padding:5px 10px 5px 5px;
	clear:both;
}
#tipContent dt
{
	float:left;
	text-align:right;
	color:#399cb1;
	font-size:13px;
	font-weight:bold;
	width:22px;
}
#tipContent dd
{	 
	width:140px;
	margin-left:5px;
	font-size:11px;
	float:left;
	line-height:16px;
	padding-top:1px;
} 
#tipContent dd b
{
	font-size:12px;
}
#tipContent dd strong
{
	font-size:13px;
	font-weight:bold;
}
#tipContent ul li
{
	padding:2px 0 2px 10px;
	text-indent:-9px;
}
#tipContent .blueSubTitle p
{
	color:#399cb1;
	font-size:13px;
	font-weight:bold;
	padding:5px 5px 0 15px;
}
#tipContent .blueSubTitle ul
{
	padding:0 7px 0 22px;
}
#tipContent .blueSubTitle ul li
{
	text-indent:-6px;
}
.top10Div
{	 		
	margin-top:10px;
}
.contRightList_Top10
{
	float:left;
	margin-top:18px;
	width:193px;
	margin-left:14px;
}
.contRightList_Top10 #tipContent dl
{
	padding-left:10px;
}
.contRightList_Top10 #tipContent dd
{
	margin-left:10px;
	font-size:12px;
	font-weight:bold;
}
/*.diaperEmails
{
	padding:18px 0 0 10px;
	text-align:center;
	width:183px;
}
.diaperEmails img
{
	margin:0 auto;
}*/
.titleText
{
	font-size: 28px;
	color:#399cb1;
	padding:20px 0px 8px 0;
	line-height:32px;
}
#centerContent
{	
	float:left;
	padding-left:12px;
	line-height:20px;
	overflow:hidden;
	width:759px
}
#centerContent .titleText
{
	width:410px;
}
#contentText
{
	overflow:hidden;
	width:420px;
	float:left;
}
#contentText h2
{
	 margin:22px 0 10px 0;
}
#contentText p
{
	padding:8px 0;
	font-size:12px;
}
#contentText dt
{
	font-size:12px;
	color:#82a41c;
	padding-top:22px;
	font-weight:bold;
}
#contentText dd
{
	font-size:12px;
}
#contentText dd a
{
	color:#8e817c;
	text-decoration:underline;
}
#contentText dd a:hover
{
	text-decoration:none;
}
#contentText strong
{
	color:#399cb1;
	font-size:12px;
}
#contentText .essentialCheckImg
{
	padding:18px 0 5px 0;
}
#contentText .essentialCheckImg span
{
	display:table-cell;
	_display:inline;
	zoom:1;
	vertical-align:middle;
}
#contentText .essentialCheckImg ul
{
	overflow:hidden;
}
#contentText .essentialCheckImg ul li
{
	background:url(/Images/Essentials/pic_check.gif) no-repeat left 5px;
	padding:2px 0 2px 16px;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
}
#contentText .essentialCheckImg ul li a
{
	color:#399CB1;
	display:block;
}
#contentText .essentialCheckImg ul li a:hover
{
	color:#82a41c;
	text-decoration:none;
}
#contentText .essentialCheckImg .smallerTextSize li a 
{
	font-size:12px;
}
#contentText .essentialCheckImg .smallerLineHeight li
{
	line-height:14px;
	background-position:left 3px;
}
#contentText .essentialCheckImg p
{
	font-size:13px;
	font-weight:bold;
	padding:10px 0 0 0;
}
#contentText .listGreenDot li
{
	background:url(/Images/dot_green.gif) no-repeat 15px 4px;
	padding:3px 0 3px 30px;
	font-size:12px;
}
#leftContent #searchLeftMenu
{
	float:none;
}
.shopEssentialsBox
{
	 width:317px;
	 background:url(/Images/Essentials/shopBg.gif) repeat-y -317px;
	 /*position:absolute;
	 right:5px;_right:4px;*/
	 float:right;
}
.shopEssentialsBox .shopEssentialsTop
{
	background:url(/Images/Essentials/shopBg.gif) no-repeat 0 -14px;
	height:61px;
	overflow:hidden;
}
.shopEssentialsBox .shopEssentialsBtm
{
	background:url(/Images/Essentials/shopBg.gif) no-repeat 0 0px;
	height:14px;
	overflow:hidden;
}
.shopEssentialsBox ul
{
	width:278px;
	height:153px;
	margin: 0 0 10px 13px; 
	border:1px solid #CECBD0;
	background: #fff url(/Images/Essentials/shopItemBg.gif) repeat-x bottom;
	padding:5px 0 0 12px;
	overflow:hidden;
}
.shopAllText
{
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
	color:#d04461;
	height:28px;
	line-height:25px;
	overflow:hidden;
}
.shopAllText a:link, .shopAllText a:visited, .shopAllText a:hover{
	color:#d04461;
}
.shopAllText a:hover
{
	 text-decoration:underline;
}
.shopEssentialsBox ul li.shopEssentialsText
{
		width:160px;
}
.shopEssentialsBox ul li.shopEssentialsText h1 a
{
	height:42px;
	font-size:11px;
	line-height:15px;
	color:#8e817c;
	overflow:hidden;
	display:block;
}
.shopEssentialsBox ul li.shopEssentialsText .priceText
{
	padding-top:2px;
	padding:0px;
	margin:0px;
}
.shopEssentialsBox ul li.showImg{
	padding-right:10px;
	height:110px;
	line-height:110px;
	width:100px;
	text-align:center;
	position:relative;
	background-color:Transparent;
	display:inline-block;
}
.shopEssentialsBox ul li.showImg .quickViewBtn{
	left:0px;
	display:none;
}
.shopEssentialsBox ul li .showImg img
{
	margin:0 auto;
}
.shopEssentialsBox ul li .addToLongBtn
{
	background:url(/Images/Essentials/addToCart.gif) no-repeat 0 0;
	width:106px;
	height:28px;
	cursor:pointer;
}
.shopEssentialsBox ul li .addToLongBtn:hover
{
	 background-position:0 -28px;
}
/*     CSS STYLES FOR Essential -----------------END
   =====================================================================
*/

/* =====================================================================
    CSS STYLES FOR Calendar
   =====================================================================
*/
.CalendarMain
{
    width: 180px;
    height: 180px;
    padding: 10px;
    background: #fff url(/Images/Calendar/calendarBg.gif) no-repeat left top;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}
.CalendarMain:focus
{
    -moz-outline-style: none;
}
.CalendarHead
{
    height: 30px;
    z-index: 1;
    overflow: hidden;
}
.CalendarHead div
{
	width:85px;
	height:22px;
	line-height: 22px;
	text-align: center;
	border:1px solid #D3D9D7;
	text-align: center;
	float:left;
	margin:3px 2px 0 1px;
	_margin:3px 1px 0 1px;
}
.CalendarPrev
{
    float: left;
    cursor: pointer;
}
.CalendarNext
{
    float: right;
    cursor: pointer;
}
.CalendarOff
{
	filter: Alpha(opacity=10);    
   -moz-opacity:.1;    
   opacity:0.1;
   cursor:default;
}
.CalendarBody
{
    position: absolute;
    width: 180px;
    height: 150px;
    overflow: hidden;
    text-align: center;
    table-layout: fixed;
    font-size: 15px;
}
.CalendarBody td
{
    border: solid 1px #fff;
}
.CalendarTitle
{
    margin: auto;
    display: block;
    cursor: pointer;
    border: none;
    font-size: 15px;
   	width:40px;
	float:left;
	overflow:hidden;	
}
.CalendarMain:focus
{
    -moz-outline-style: none;
    outline: none;
}
.CalendarCell
{
    border: solid 1px #fff;
    font-size: 15px;
}
.CalendarDisabledCell
{
    color: #EDEFF0;
}
.CalendarHoverCell
{
    border: dotted 1px #000;
    background: #DFF4F5;
    cursor: pointer;
}
.brownware_12 a
{
	color:#8e817c;
	text-decoration:underline;
}
.brownware_12 a:hover,.contactBox a:hover
{
	color:#d04461;
}

/*     CSS STYLES FOR Calendar -----------------END
   =====================================================================
*/
/* =====================================================================
    CSS STYLES FOR HolidayShopping
   =====================================================================
*/
.holidayBox
{
	padding:0 0 12px 70px;
	width:686px; 
	background-color:#E6F0F2; 
	overflow:hidden;
}
.holidayBox .productShowBox
{
	height:312px; 
	background-color:White;
	margin-right: 35px;
}
.holidayBox  .productBoxTop
{
	height:156px;
}
.holidayBox .proTextHolidayDiv{
	width:150px;
	padding-right: 0;
}
.holidayBox .proTextHolidayDiv h1
{
	font-size: 14px; 
	color:#9c0021;
}
.holidayBox .holidayImgHeight
{
	height: 127px;
}
 .holidayBox .proTextBtn .proText_height
{
	height:152px;
}
.holidayBannerLeft {
    width:500px; overflow:hidden;padding:0 0 9px 0;
}
.holidayBannerRight {
    width:230px; overflow:hidden; padding:0 0 9px 5px;
}

/*     CSS STYLES FOR HolidayShopping -----------------END
/* =====================================================================
    CSS STYLES FOR Product Brand pages
   =====================================================================
*/
.brandBox{
	float:left;
	width:758px;
}
.brandBox .brandPartner{
	min-height:17px; _height:17px;
	padding-bottom:10px;
}
.brandBox .brandBanner{
	margin:0 0 23px 0;
	background-repeat:no-repeat;
	background-position:0 0;
	width:750px;
	height:190px;
	font-size:11px;
}
.brandBox .brandBanner a{
	display:block; 
	width:272px; 
	height:100px; 
	padding:80px 391px 10px 87px; 
}
.brandBox .brandBanner a:hover{
	text-decoration:none;
}
.brandBox .productShowBox{
	height:257px; 
	width:181px;
	overflow:hidden;
	margin:0 6px 5px 0;
	position:relative;
}
.brandBox .productImgDiv, .brandBox .productImgHeight{
	height:146px;
}
.brandBox .saleBadge{
	position: absolute;
	right:10px;
	top:8px;
}
.brandBox  .productBoxTop
{
	height:56px;
	padding-top:146px;
	padding:146px 13px 0 12px; 
	line-height:14px;
	margin-bottom:8px;
}
.brandBox .brandContent{
	padding: 5px 270px 15px 0;
	width:470px;
	background-position:right 0;
	background-repeat:no-repeat;
}
.brandBox .brandContent p{
	padding-bottom:10px;
}
.brandBox .brandContentTitle{
	font-size:13px;
	font-weight:bold;
	font-family:Georgia, Clarendon, Trebuchet MS;
	padding:12px 0;
}
.brandBox  .left img{
	margin-top:22px;
}
/*     CSS STYLES FOR Product Brand -----------------END
/* =====================================================================
    CSS STYLES FOR Savings Center pages
   =====================================================================
*/
.friendlyOffers{
	padding:18px 0 0 55px;
	overflow:hidden;
}
.friendlyOffers div{
	width:372px;
	height:215px;
	overflow:hidden;
	float:left;
}
.friendlyOffers ul{
	padding:16px 0 0 19px; 
	width:280px;
	float:left;
}
.friendlyOffers .shopAllText{
	height:21px;line-height:20px;
}
.friendlyOffers .friendlyOffersDetails{
	width:180px;
}
.friendlyOffers .friendlyOffersDetails p{
	padding-bottom:6px;
	color:#999;
}
/*     CSS STYLES FOR Savings Center pages -----------------END
/* =====================================================================
    CSS STYLES FOR Seasonal Themed Boutique Pages 
   =====================================================================
*/
.seasonalBrand{
	padding-left:14px;
	width:736px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.seasonalBrand li{
	width:102px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	padding:0 10px;
	text-align:center;
	float:left;
}
.seasonalBrand li span{
	width:98px;
	display:table-cell; *display:inline;*zoom:1;
	 vertical-align:middle;
}
.seasonalBrand li span.imgHeight{
	height:50px;
	width:0;
}
/*     CSS STYLES FOR Seasonal Themed Boutique Pages -----------------END
/* =====================================================================
    CSS STYLES FOR Gift Registry Pages 
   =====================================================================*/

#registrationMenu, #registryCheckoutMenu{
	height: 62px;
	overflow: hidden;
	padding:2px 0 0 0;
}
#registryCheckoutMenu{
	padding-left:10px;
	width:625px;
	float:left;
}
#registrationMenu a, #registryCheckoutMenu a{
	float:left;
	height:62px;
	display:block;
}
#registrationMenu a{
	background: url(/Images/Registry/registrationSteps.gif) no-repeat 0 0;
}
#registryCheckoutMenu a{
	background: url(/Images/Registry/CheckoutSteps.gif) no-repeat 0 0;
}
#registrationMenu .step1On, #registrationMenu .step1Off, #registrationMenu .step1Normal{
	width: 195px;
}
#registryCheckoutMenu .step1On, #registryCheckoutMenu .step1Off, #registryCheckoutMenu .step1Normal{
	width:140px;
}
#registrationMenu .step1On, #registryCheckoutMenu .step1On{
	background-position: 0 -62px;
}
#registrationMenu .step1Off, #registryCheckoutMenu .step1Off{
	background-position: 0 -124px;
}
#registrationMenu .step1Normal, #registryCheckoutMenu .step1Normal{
	background-position: 0 0;
}
#registrationMenu .step2Off, #registrationMenu .step2On, #registrationMenu .step2Normal{
	width: 185px;
}
#registrationMenu .step2Off{
	background-position:-195px -124px;
}
#registrationMenu .step2On{
	background-position:-195px -62px;
}
#registrationMenu .step2Normal{
	background-position: -195px 0;
}
#registrationMenu .step3Off, #registrationMenu .step3On, #registrationMenu .step3Normal{
	width: 264px;
}
#registrationMenu .step3Off{
	background-position:-380px -124px;
}
#registrationMenu .step3On{
	background-position:-380px -62px;
}
#registrationMenu .step3Normal{
	background-position:-380px 0;
}
#registryCheckoutMenu .step2Off, #registryCheckoutMenu .step2On, #registryCheckoutMenu .step2Normal,
	#registryCheckoutMenu .step3Off, #registryCheckoutMenu .step3On, #registryCheckoutMenu .step3Normal{
	width: 130px;
}
#registryCheckoutMenu .step4Off, #registryCheckoutMenu .step4On, #registryCheckoutMenu .step4Normal{
	width: 225px;
}
#registryCheckoutMenu .step2Off{
	background-position:-140px -124px;
}
#registryCheckoutMenu .step2On{
	background-position:-140px -62px;
}
#registryCheckoutMenu .step2Normal{
	background-position:-140px 0;
}
#registryCheckoutMenu .step3Off{
	background-position:-270px -124px;
}
#registryCheckoutMenu .step3On{
	background-position:-270px -62px;
}
#registryCheckoutMenu .step3Normal{
	background-position:-270px 0;
}
#registryCheckoutMenu .step4Off{
	background-position:-400px -124px;
}
#registryCheckoutMenu .step4On{
	background-position:-400px -62px;
}
#registryCheckoutMenu .step4Normal{
	background-position:-400px 0;
}
.myRegistryTabs{
	padding-top:6px;
	height:34px;
	background:url(/Images/Registry/tabsBg.gif) repeat-x 0 39px;
	overflow:hidden;
	margin:0 30px 0 22px;
}
.myRegistryTabs .left a{
	float:left;
	background:url(/Images/Registry/tabsBg.gif) no-repeat left -1px;
	padding-left:14px;
	margin-right:10px;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	display:block;
}
.myRegistryTabs .left a:hover{
	text-decoration:none;
	background-position: left -71px;
	cursor:pointer;
}
.myRegistryTabs .left a span{
	display:block;
	float:left;
	padding-right:16px;
	background:url(/Images/Registry/tabsBg.gif) no-repeat right -1px;
	height:34px;
	overflow:hidden;
	text-decoration:none;
	color:#999;
	padding-top:7px;
}
.myRegistryTabs .left a:hover span{
	background:url(/Images/Registry/tabsBg.gif) no-repeat right -71px;
	color:#666;
}
.myRegistryTabs .left a.selected,.myRegistryTabs .left a.selected:hover{
	background-position: left -35px;
	color:#666;
}
.myRegistryTabs .left a.selected span,.myRegistryTabs .left a.selected:hover span{
	background-position: right -35px;
	color:#666;
}
.myRegistryBox{
	background:#FFFFFF;
	padding:0 10px 10px 10px;
	margin-right:4px; 
}
.myRegistryBox .subMenuBox{
	padding: 10px 0 8px 13px;
	height:22px; 
	overflow:hidden;
}
.myRegistryBox .myRegistrySubMenu{
	font-size:13px;
	font-weight:bold;
	width:500px;
	float:left;
}
.myRegistryBox .myRegistrySubMenu a{
	color:#d04461;
	text-decoration:underline;
}
.myRegistryBox .myRegistrySubMenu a:hover{
	text-decoration:none;
}
.myRegistryBox .shareYourRegistry{
	width:160px;
	float:right;
}
.myRegistryBox .content{
	padding:18px 11px 10px 11px;
	width:880px;
}
.myRegistryBox .listDishLine{
	margin:5px 0;
}
.informationCol{
	float:left;
	width:270px; 
	padding:0 20px 40px 10px;
}
.informationCol .solidLine{
	padding-bottom:5px;
}
.informationCol ul li{
	padding:2px 0 0 0;
	color:#999;
	font-size:12px;
}
.giftRegistryList{
	border:1px solid  #cccecd;
	margin-bottom:15px;
	_padding-right:1px;
	overflow:hidden;
}
.giftRegistryList .giftRegistryCell{
	position:relative;
	float:left;
}
.giftRegistryList ul{
	overflow:hidden;
	padding:14px 0 7px 0;
	clear:both;
	line-height:16px;
	clear:both;
}
.giftRegistryList ul.blueLine_wider{
	 margin:0 10px;
	 padding:0;
}
.giftRegistryList li{
	padding:0 10px 10px 10px;
	overflow:hidden;
}
.giftRegistryList .smallText{
	padding-top:5px;
}
.giftRegistryList .smallText a{
	font-size:11px;
	text-decoration:underLine;
}
.giftRegistryList .smallText a:hover{
	color:#d04461;
}
.giftRegistryList strong{
	display:block;
	padding-top:5px;
	text-align:center;
	font-size:12px;
}
.giftRegistryList b{
	font-size:12px;
}
.giftRegistryList li.itemNameTitle{
	width:330px;
	float:left;
}
.giftRegistryList li.itemNameTitleShort{
	width:290px;
	float:left;
}
.giftRegistryList li.itemNameTitle img{
	margin-right:5px;
}
.giftRegistryList li.categoryTitle{
	width:145px;
	float:left;
	padding:10px 0 0 37px;
}
.giftRegistryList li.itemBigImg{
	width:130px;
	padding-right:13px;
	float:left;
}
.giftRegistryList li.itemImg{
	padding-left:17px;
	padding-right:0;
	width:100px;
	height:100px;
	text-align:center;
	float:left;
}
.giftRegistryList li.itemImg img{
	margin-bottom:5px;
}
.giftRegistryList li.itemName{
	width:213px;
	float:left;
	padding-top:7px;
}
.giftRegistryList li.itemNameShort{
	width:173px;
	float:left;
}
.giftRegistryList li.requested{
	width:150px;
	padding-right:0;
	float:left;
}
.giftRegistryList li.received{
	width:180px;
	float:left;
}
.giftRegistryList li.received .receivedNumber{
	font-weight:bold;
	padding:0 5px 10px 5px;
}
.giftRegistryList li.status{
	width:145px;
	float:left;
}
.giftRegistryList li.status .solidLineLightGrey{
	margin:9px 0 3px 0;
	border:none;
}
.giftRegistryList li.status .deliveryDate{
	padding:5px 0 8px;
	line-height:15px;
}
.giftRegistryList li.status .shipping{
	height:19px;
	line-height:19px;
	background-position:0 -50px;
	padding-left:23px;
}
.giftRegistryList li.status .viewDetailText{
	padding-top:0;
}
.giftRegistryList li.giver{
	width:190px;
	padding-left:20px;
	float:left;
}
.giftRegistryList li.giver .greyText_14pxBold{
	vertical-align:top;
}
.giftRegistryList li.giver .sortByName
{
	position:absolute;
	top:10px;
	left:20px;
	width:190px;
}
 .giftRegistryList li.purchasedOn{
	width:65px;
	float:left;
}
.giftRegistryList li.wishedFor{
	width:90px;
	text-align:center;
	float:left;
}
.giftRegistryList li.quantity{
	width:100px;
	text-align:center;
	float:left;
}
.giftRegistryList li.buyNow{
	width:120px;
	float:left;
}
.giftRegistryList li.buyNow, .giftRegistryList li.buyNow p{
	text-align:center;
}
.giftRegistryList li.quantity input, .giftRegistryList li.received input{
	margin:5px 0;
	padding:0 5px;
	width:20px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.giftRegistryList .giftRegistryListTop{
	border-bottom:1px solid  #cccecd;
	background:#e2f6f8;
	padding:0;
	height:33px;
	width:100%;
}
.giftRegistryList .giftRegistryListTop li{
	padding-top:0;
	padding-bottom:0;
	line-height:34px;
	height:34px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
}
.giftRegistryList ul.notAddedGiftRegistry{
	padding:8px 300px 8px 15px;
}
.giftRegistryList ul.notAddedGiftRegistry .redText{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 5px 10px;
}
.giftRegistryList ul.notAddedGiftRegistry .greyText_8e817c{
	font-size:14px;
	font-weight:bold;
	width:170px;
	padding:10px;
	display:block;
	float:left;
}
.giftRegistryList ul.notAddedGiftRegistry  .itemList{
	width:350px;
	padding:10px 0;
	overflow:hidden;
}
.giftRegistryList ul.notAddedGiftRegistry .itemList a{
	width:144px;
	padding:0 10px 6px 10px;
	font-size:11px;
	display:block;
	float:left;
}
.giftRegistryList .footer{
	height:20px;
	overflow:hidden;
	border-top:1px solid  #cccecd;
	clear:both;
	background-color:#fff;
}
.giftGiverList{
	padding:2px 5px;
	margin-top:3px;
}
.giftGiverList dt, .giftGiverList dd{
	display:block;
	float:left;
	padding:3px 0;
}
.giftGiverList dt{
	width:115px;
}
.giftGiverList dd{
	width:45px;
	text-align:center;
}
.giftRegistrySearch ul{
	overflow:hidden;
}
.giftRegistrySearch ul li{
	padding:0 10px;
}
.giftRegistrySearch .title{
	background-color:#FBFAFA;
	height:31px;
	line-height:31px;
	font-size:13px;
	font-weight:bold; 
	border-bottom:1px solid #D4D4D4;
	margin-bottom:10px;
}
.giftRegistrySearch .content{
	padding:1px 0;
	font-size:12px;
	font-weight:bold;
}
.giftRegistrySearch .registryName{
	float:left;
	width:237px;
	overflow:hidden;
}
.giftRegistrySearch .registryLocation{
	float:left;
	width:280px;
	overflow:hidden;
}
.giftRegistrySearch .viewThis{
	float:left;
	width:130px;
}


.registryShippingItem{
	padding:15px 0;
	float:left;
}
.registryShippingItem li{
	width: 230px;
    height: 90px;
	padding:0 10px; 
    background:url(/Images/categoryBoxImages.gif) no-repeat 0 bottom;
	overflow:hidden; 
	border:1px solid #cccecd;
	float:left;
	margin: 0 15px 15px 0;
}
.registryShippingItem li .itemImg{
	float: left;
    width: 80px;
	height: 75px; 
    overflow: hidden;
    text-align:center;
	padding:15px 10px 0 0; 
}
.registryShippingItem li  .itemName, .registryShippingItem li  .itemQty{
	width:140px;
	float:left;
	line-height:15px;
	padding-top:15px;
	max-height:48px;
	_height:48px;
	overflow:hidden;
}
.registryShippingItem li  .itemQty{
	color:#d04461;
	padding-top:8px;
	font-weight:bold;
}
.registryShipTo ul{
	cursor:pointer;
	margin: 0 0 15px 0;
	background:url(/Images/frame_switchGreenGrey.gif) no-repeat 0 0;
	width: 250px;
	overflow:hidden;
}
.registryShipTo .content{
	width: 230px;
    height: 75px;
	padding:0 10px; 
	overflow:hidden; 
}
.registryShipTo .btm{
   background:url(/Images/frame_switchGreenGrey.gif) no-repeat 0 bottom;
   width: 250px;
   height:15px;
   overflow:hidden; 
}
.registryShipTo ul:hover{
	background-position: -250px 0;
}
.registryShipTo ul:hover .btm{
	background-position: -250px bottom;
}
.registryShipTo .content .vHeight{
	height:75px;
}
.registryShipTo .content .leftIcon{
	width:50px;
	padding:10px 0 0 20px;
}
.registryShipTo .content .leftIcon p{
	width:30px;
	height:30px;
	overflow:hidden;
}
.registryShipTo .content .leftIcon p.giftIcon{
	background:url(/Images/Registry/icons.gif) 0 -350px;
}
.registryShipTo .content .leftIcon p.busIcon{
	background:url(/Images/Registry/icons.gif) 0 -400px;
}
.registryShipTo .content .rightContent{
	font-weight:bold;
	text-align:left;
	padding:10px 18px 0 18px;
}
.landingRightColumn div{
	padding-bottom:11px; 
	height:85px; 
	width:325px;
	overflow:hidden;
}
.landingFeature span{
	display:block;
	float:left;
	width:217px;
	height:128px;
	overflow:hidden;
	padding-right:11px;
}
.cartsSwitchMessage{
	width:170px; 
	padding:10px 0 0 22px; 
	line-height:13px;
}
.cartsSwitchMessage .viewItems{
	padding-top:2px
}
.shipLaterIcon{
	background:url(/Images/shiplater_icon.gif) no-repeat 0 -2px;
    width:33px;
    height:23px;
}
.shipLaterIcon .rolloverWindow{
	left:-85px;
}
.shipNowStep{
    margin:6px 0 8px 204px;
    *margin:4px 0 9px 204px;
    float:left;
    _display:inline;
}
.shipNowStep ul{
    margin:0 auto;
}
.shipNowStep ul li{
    padding:0 20px;
    color:#ccc;
    float:left;
    font-size:12px;
}
.shipNowStep ul li span{
    vertical-align:middle;
}
.shipNowStep ul li.statusArrow{
    background:url(/Images/Registry/StatusArrow.gif) no-repeat 0 0;
    width:25px;
    height:18px;
    margin:4px 0 0 8px;
    *margin:6px 0 0 8px;
    padding:0;
}
.shipNowStep ul li .font24Px{
    font-size:24px;
    padding:0 5px 0 0;
    line-height:23px;
}

/*  CSS STYLES FOR Gift Registry PDF Pages  */
.pdfBox{
	width:586px; 
}
.pdfBox .top, .pdfBox .bottom{
	background:url(/Images/Registry/pdfBoxBackground.jpg) no-repeat 0 0;
	width:586px;
	height:15px;
}
 .pdfBox .bottom{
	 background-position: 0 -15px;
}
.pdfBox .middle{
	background:url(/Images/Registry/pdfBoxBackground.jpg) repeat-y -586px 0;
	padding:6px 26px 0 20px; 
	width:540px;
}
.pdfBody{
	background:#e2f6f4 url(/Images/Registry/pdfBackgroundBlue.jpg) repeat-x 0 top; 
	margin:0; 
	padding:13px 9px 9px 13px; 
	line-height:14px;
}
.pdfBody div{
	overflow:hidden;
}
.pdfBody .giftRegistryLogo{
	background:url(/Images/Registry/pdfLogo.gif) no-repeat 0 0;
	width:170px;
	height:70px;
	cursor:pointer;
}
.pdfBody .service{
	padding:25px 0 0 165px;
	background:url(/Images/Registry/pdfService.gif) no-repeat 120px 0;
	width:200px;
}
.pdfBody .service div{
	font-size:11px; 
	padding-top:3px;
}
.pdfBody .service .redText{
	letter-spacing:1px;
}
.pdfBody .greyBorder{
	border-color:#d6d6d6;
	border-top:0; border-bottom:0;
	background:url(/Images/infoLeftBorder.gif) repeat-y 0; 
	padding:0 0 0 2px;
}
.pdfBody .topBorder{
	background:url(/Images/terms_bg.jpg) repeat-x 0 -48px; 
	height:4px; 
}
.pdfBody .bottomBorder{
	border-bottom:1px solid #d6d6d6;
	height:1px;
}
.pdfBody .freeShippingTop{
	text-align:right; 
	padding:0 0 12px 0; 
	font-size:12px; 
	line-height:20px;
}
.pdfBody .freeShippingBottom{
	padding:0 10px 5px 14px; 
	font-size:12px;
	line-height:20px;
}
.pdfBody .freeShippingTop strong, .pdfBody .freeShippingBottom  strong{
	font-size:15px;
}
.pdfBody .footer{
	padding:15px 0 8px 0;
}
.chooseCartItems{
    padding:12px 65px 0 30px;
}
.chooseCartItems p{
    padding-top:3px; line-height:14px;
}
.chooseCartItems .font14Text{
    padding:5px 0 6px 0;
}
.chooseCartHelp{
    min-height:15px; _height:15px;
}
#DiapersForYearToRegistry .chooseCartItems .bullet{
	font-size:20px;
	color:#399cb1;
	line-height:20px;
	font-weight:bold;
	padding-right:2px;
}
#DiapersForYearToRegistry .chooseCartItems p.font14Text{
	line-height:18px;
	padding-bottom:11px;
}
.giftRegistryList .personalizationDetail{
    padding:8px 0;
}
.giftRegistryList .personalizationDetail li{
    padding:0;
}
.giftRegistryList .personalizationDetail b{
    font-size:11px;
}
.redArrowDown{
	width:12px;
	height:18px;
	background:url(/Images/diapersIcons.gif) no-repeat right -295px;
	display:inline-block;
}
/*     CSS STYLES FOR Gift Registry Pages -----------------END*/
.itemsContent{
	width:100%;
}
.itemsContent li{
	padding:0 3px;
	margin:0;
}
.itemsContent .itemSite{
	width:11%;
	height:75px;
	vertical-align:middle;
}
.itemsContent .itemImg{
	width:11%;
	float:left;
	padding-top:10px;
	overflow:hidden;
	height:75px;
}
.itemsContent .itemImg p
{
	display:table-cell; 
	height:75px;
	vertical-align:middle;
	line-height:75px;
}
.itemsContent .itemDescription{
	width:74%;
}
.itemsContent .wItems{
	width:40%;
}
.itemsContent .wPrice{
	 width:12%;
	 text-align:center;
}
.itemsContent .wDiscount{
	width:15%;
	vertical-align:top;
	text-align:center;
}
.wDiscount, .wDiscount p{
	text-align:center;
}
.wDiscount .note, .wDiscount .promotionText{
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	padding: 0 0 5px 0;
	word-wrap: break-word;
	word-break: normal;
}
.wDiscount .promotionText{
	color: #d04461;
}
.wDiscount .redText{
	font-size:12px;
}
.itemsContent .wQuantity{	
	width:8%;
	text-align:center;
	vertical-align:top;
}
.itemsContent .wQuantity p{
	 text-align:center;
}
.itemsContent .wQuantity a, .itemsContent .itemImg a{
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#999;
}
.itemsContent .wQuantity a:hover{
	 color:#d04461;
}
.wQuantity input{
	width:25px;
	text-align:right;
	padding:0px 5px 0px 5px;
	border:1px solid #E7E7E7;
	margin-bottom:5px;
}
.itemsContent .wTotal{
	width:18%;
	text-align:center;
	font-weight:bold;
	vertical-align:top;
}
/*     CSS STYLES FOR Compare Colors -----------------START*/
.compareColorBox{
    width:595px;
    float:left;
    overflow:hidden;
    padding:15px 0 6px 0;
    margin-left:-3px;
}
.compareColorBox ul{
    width:147px;
    border-right:1px solid #e0dbd7;
    float:left;
    overflow:hidden;
}
.compareColorBox ul li{
    text-align:center;
    margin:0 6px;
}
.compareColorBox ul .addAColor{
    padding-top:28px;
    *padding-top:24px;
    _padding-top:28px;
    font-size:15px;
    font-weight:bold;
    height:69px;
    *height:65px;
}
.compareColorBox ul .appliedTitle{
    padding-top:25px;
    *padding-top:21px;
    _padding-top:25px;
    font-size:10px;
    line-height:14px;
    height:69px;
    *height:65px;
}
.compareColorBox ul .removeButton,.compareColorBox ul .removeButtonBlank{
    margin:2px 0 4px 81px;
}
.compareColorBox ul .removeButtonBlank{
    background:none;
    width:58px;
	height:14px;
}
.compareColorBox ul li b{
    font-size:12px;
    color:#333;
    display:block;
    line-height:16px;
}
.compareColorBox ul .selectItem b{
    color:#424242;
    text-align:left;
    padding-left:3px;
}
.lipstickSwatchBox{
    float:left;
    padding:38px 0 0 11px;
    width:300px;
    font-size:11px;
    line-height:17px;
}
.lipstickSwatchList{
    height:154px;
    border-bottom:1px solid #e0dbd7;
    overflow-x:hidden;
    overflow-y:auto;
}
/*     CSS STYLES FOR Compare Colors -----------------END*/