div.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	border: 1px solid #ccc;
	background: #fff;
	-moz-box-shadow: 0 0 10px #777;
	-webkit-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 10px #777;
	z-index: 10000;
	line-height: 18px;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
}
/*new styles for scroll bar in IE*/
div.iFrame-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	border: 1px solid #ccc;
	background: #fff;
	-moz-box-shadow: 0 0 10px #777;
	-webkit-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 10px #777;
	z-index: 10000;
	line-height: 18px;
	opacity: 0;
	-webkit-overflow-scrolling:touch;
}

div#overlay-screen{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 9999;
	display: none;
}

div.overlay div.overlay-content{
    /*visibility:hidden;*/
    opacity:0;
}

div.overlay div.content-inner a.blue-bar{
	width: 176px;
	float: left;
	margin-right: 10px;
}

div.overlay div.content-inner a.blue-bar.right{
	float: right;
	margin: 50px 0 0 0;
}

/* Quick View overlay */
div.overlay #quickview-content {
	background: #eee;
	width:630px;
}

div.overlay #quickview-content img.product-img {
	float: left;
}

div.overlay #quickview-content #right-column {
	float: right;
	width: 250px;
	padding: 30px;
	background: #fff;
}

div.overlay #quickview-content #right-column #order-form .communicate {
	float: left;
}

div.overlay #quickview-content div#order-form h2 {
	font-size: 24px;
	margin: 0px 0px 15px 0px;
}

.lte7 div.overlay #quickview-content div.view-full a, 
.lte7 div.overlay #quickview-content div.call-to-action a {
	white-space: nowrap;
}

/* Added to Cart overlay */
div.overlay div#added-to-cart-content {
	width: 626px;
}

div.overlay div#added-to-cart-content div#added-details {
    padding: 29px;
}

div.overlay div#added-to-cart-content div#added-details h2 {
	font-size: 18px;
	margin: 0px 0px 30px;
}

div.overlay div#added-to-cart-content div#added-details h3 {
	font-family: arial;
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	background: none;
	text-transform: none;
	font-weight: bold;
}

div.overlay div#added-to-cart-content div#added-details h4 {
	font-family: arial;
	font-size: 12px;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	background: none;
	text-transform: none;
	font-weight: bold;
}

div.overlay div#added-to-cart-content div#added-details table td {
	padding: 0px 25px 0px 0px;
	margin: 0;
	width: 120px;
}

div.overlay div#added-to-cart-content div#added-details table td.first {
	width: 50px;
}

div.overlay div#added-to-cart-content div#added-details table td.quantity {
	width: 90px;
}

div.overlay div#added-to-cart-content div#added-details table td.last {
	width: 80px;
	padding-right: 0px;
	text-align: right;
}

div.overlay div#added-to-cart-content div#added-details table tr td {
	vertical-align: top;
}

div.overlay div#added-to-cart-content div#added-details table td ul {
	margin-bottom: 20px;
}

div.overlay div#added-to-cart-content div#added-details table td ul li {
	color: #666;
	font-size: 11px;
}

div.overlay div#added-to-cart-content div#added-details table td ul li.bold {
	font-weight: bold;
}

div.overlay div#added-to-cart-content div#added-details table tr.subtotal {
	background: url('/MOMASTORE1/redesign/images/background/bg-heading-bottom-border.png') repeat-x top;
}

div.overlay div#added-to-cart-content div#added-details table tr.subtotal td {
	vertical-align: bottom;
	padding: 15px 0px;
	color: #666;
}

div.overlay div#added-to-cart-content div#added-details table tr.subtotal td h4 {
	font-size: 14px;
}

div.overlay div#added-to-cart-content div#added-details #calls-to-action {
	padding-top: 15px;
	background: url('/MOMASTORE1/redesign/images/background/bg-heading-bottom-border.png') repeat-x top;
}

div.overlay div#added-to-cart-content div#added-details #calls-to-action a.arrow-right {
	display: block;
	float: left;
    font-family: 'FranklinGothicFSDemiCondensed', Arial, sans-serif;
    font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

div.overlay div#added-to-cart-content div#added-details #calls-to-action a.blue-bar {
	float: right;
	width: 186px;
}

div.overlay div#added-to-cart-content div#whats-popular {
	background: #eee;
	padding: 10px 30px 30px 30px;
	
}

div.overlay div#added-to-cart-content div#whats-popular h3 {
    font-family: 'FranklinGothicFSDemiCondensed',Arial,sans-serif;
    font-weight: normal;
    color: #000;
	text-transform: uppercase;
	font-size: 15px;
	background: url('/MOMASTORE1/redesign/images/background/bg-heading-bottom-border.png') repeat-x bottom;
	padding-bottom: 3px;
    display:inline-block;
    float: none;
}

div.overlay div#added-to-cart-content div#whats-popular ul.popular-list {
	width: 576px;
}

div.overlay div#added-to-cart-content div#whats-popular ul.popular-list li{
    margin-bottom:0;
}


/*Added to Cart Iframe Overlay*/
div#added-to-cart-content {
	width: 626px;
}

div#added-to-cart-content div#added-details {
    padding: 29px;
}

div#added-to-cart-content div#added-details h2 {
	font-size: 18px;
	margin: 0px 0px 30px;
}

div#added-to-cart-content div#added-details h3 {
	font-family: arial;
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	background: none;
	text-transform: none;
	font-weight: bold;
}

div#added-to-cart-content div#added-details h4 {
	font-family: arial;
	font-size: 12px;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	background: none;
	text-transform: none;
	font-weight: bold;
}

div#added-to-cart-content div#added-details table td {
	padding: 0px 25px 0px 0px;
	margin: 0;
	width: 120px;
}

div#added-to-cart-content div#added-details table td.first {
	width: 50px;
}

div#added-to-cart-content div#added-details table td.quantity {
	width: 90px;
}

div#added-to-cart-content div#added-details table td.last {
	width: 80px;
	padding-right: 0px;
	text-align: right;
}

div#added-to-cart-content div#added-details table tr td {
	vertical-align: top;
}

div#added-to-cart-content div#added-details table td ul {
	margin-bottom: 20px;
}

div#added-to-cart-content div#added-details table td ul li {
	color: #666;
	font-size: 11px;
}

div#added-to-cart-content div#added-details table td ul li.bold {
	font-weight: bold;
}

div#added-to-cart-content div#added-details table tr.subtotal {
	background: url('/MOMASTORE1/redesign/images/background/bg-heading-bottom-border.png') repeat-x top;
}

div#added-to-cart-content div#added-details table tr.subtotal td {
	vertical-align: bottom;
	padding: 15px 0px;
	color: #666;
}

div#added-to-cart-content div#added-details table tr.subtotal td h4 {
	font-size: 14px;
}

div#added-to-cart-content div#added-details #calls-to-action {
	padding-top: 15px;
	background: url('/MOMASTORE1/redesign/images/background/bg-heading-bottom-border.png') repeat-x top;
}

div#added-to-cart-content div#added-details #calls-to-action a.arrow-right {
	display: block;
	float: left;
    font-family: 'FranklinGothicFSDemiCondensed', Arial, sans-serif;
    font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

div#added-to-cart-content div#added-details #calls-to-action a.blue-bar {
	float: right;
	width: 186px;
}

div#added-to-cart-content div#whats-popular {
	background: #eee;
	padding: 10px 30px 30px 30px;
	
}

div#added-to-cart-content div#whats-popular h3 {
    font-family: 'FranklinGothicFSDemiCondensed',Arial,sans-serif;
    font-weight: normal;
    color: #000;
	text-transform: uppercase;
	font-size: 15px;
	background: url('/MOMASTORE1/redesign/images/background/bg-heading-bottom-border.png') repeat-x bottom;
	padding-bottom: 3px;
    display:inline-block;
    float: none;
}

div#added-to-cart-content div#whats-popular ul.popular-list {
	width: 576px;
}

div#added-to-cart-content div#whats-popular ul.popular-list li{
    margin-bottom:0;
}

/* Add Membership to Cart from Cart */
#add-membership-content {
	background: #fff;
	width: 800px;
}

#add-membership-content .content-inner{
	padding: 30px;
}

#add-membership-content h3{
	font-family: 'FranklinGothicFSDemi', Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	background: none;
	float: left;
	padding: 10px 0;
	width: 740px;
}

#add-membership-content .required-hint{
	float: right;
	font-weight: bold;
	color: #666;
	font-size: 11px;
	margin-right: 20px;
}

#add-membership-content .required-hint{
	margin-top: -5px;
}

#add-membership-content #account-login-wrapper p{
	clear: both;
	width: 370px;
}

#add-membership-content #account-login-wrapper a{
	font-weight: bold;
}

#add-membership-content div.email{
	width: 720px;
}

#add-membership-content #account-login-wrapper div.existing-account{
	display: none;
}

#add-membership-content .existing-account a.forgot-password{
	clear: both;
	float: left;
}
/*new a.create-account class added below*/
#add-membership-content .existing-account a.forgot-password a.create-account a.account-success{
	clear: both;
	float: left;
}
#add-membership-content div.tout{
	background: #eee;
	padding: 20px;
	margin: 30px 0 20px 0;
	clear: both;
}

#add-membership-content div.tout label{
	font-weight: bold;
}

#add-membership-content div.tout p{
	clear: both;
	width: 450px;
	padding: 15px 0;
}

#add-membership-content span.headline{
	font-size: 24px;
	font-family: 'FranklinGothicFSDemi', Arial, sans-serif;
	font-weight: normal;
	float: left;
	clear: none;
	line-height: 30px;
}

#add-membership-content span.headline.secondary{
	color: #666;
	clear: both;
	padding-right: 10px;
}

#add-membership-content .blue-bar{
	width: 240px;
	float: left;
}

#add-membership-content .grey-bar{
	width: 100px;
	float: left;
	margin-left: 5px;
}

div.registered
{
	width: 345px;
	float: left;
	border-right: 1px solid #cccccc;
	margin-top: -10px;
}

div.registered a
{
text-align: right;
height: 18px;
padding: 12px 100px 11px 0;
margin-left: 20px;
}
div.registered a.frameforgot-password {
    height: 18px;
    margin-left: 0px;
    padding: 12px 100px 11px 0;
    text-align: right;
}

div.registered h2
{
	font-size: 22px;
}

div.registered #signin
{
	float: left;
	clear: both;
	width: 190px;
	margin-top: 20px;
}

div.registered #text
{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.registered #text2
{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 300px;
}

div.registered-right
{
	width: 314px;
	float: right;
	padding-left: 30px;
	margin-top: 25px;
}

div.registered-right h2
{
	font-size: 22px;
}




/* ADDRESS EDIT OVERLAY & ADDRESS DELETE OVERLAY */
div.overlay div#address-edit-content{
	width: 775px;
}
div.overlay div#address-edit-content1{
	width: 550px;
}

div.overlay div#address-delete-content{
	width: 460px;
}

div.overlay div#address-edit-content div.content-inner,
div.overlay div#address-edit-content1 div.content-inner,
div.overlay div#address-delete-content div.content-inner{
	padding: 30px;
}

div.overlay div#address-edit-content div.content-inner h2,
div.overlay div#address-edit-content1 div.content-inner h2,
div.overlay div#address-delete-content div.content-inner h2{
	margin-bottom: 20px;
	width: 715px;
}

div.overlay #address-edit-content .required-hint,
div.overlay #address-edit-content1 .required-hint{
	float: right;
	font-weight: bold;
	color: #666;
	font-size: 11px;
	margin-right: 20px;
}

.lte7 div.overlay #address-edit-content div.last-name{
	width: 270px;
}

.lte7 div.overlay #address-edit-content .required-hint{
	display: block;
	white-space: nowrap;
	clear: none;
}

div.overlay div#address-edit-content div.submit{
	width: 100%;
}

/* CHECKOUT: SINGLE SHIPMENT */
div.overlay div#single-shipment-content{
	width: 775px;
}

div.overlay div#single-shipment-content div.content-inner{
	padding: 30px;
}

div.overlay div#single-shipment-content div.content-inner h2{
	margin-bottom: 20px;
	width: 715px;
}

div.overlay div#single-shipment-content div.content-inner p{
	margin-bottom: 20px;
}

div.overlay div#single-shipment-content div.content-inner div.address-label label{
	font-size: 14px;
}

div.overlay div#single-shipment-content div.content-inner div.name{
	font-weight: bold;
}

div.overlay div#single-shipment-content div.content-inner div.name,
div.overlay div#single-shipment-content div.content-inner div.street-address{
	margin-left: 25px;
}

.lte7 div.overlay div#single-shipment-content div.content-inner div.name,
.lte7 div.overlay div#single-shipment-content div.content-inner div.street-address{
	margin-left: 30px;
	width: 170px;
}

div.overlay div#single-shipment-content input.radio{
	margin-right: 10px;
}

/* VIEW ALL FAVORITES OVERLAY */
div.overlay div#favorites-content {
	width: 605px;
}

div.overlay div#favorites-content div.content-inner{
	padding: 30px 40px 30px 30px;
}

div.overlay div#favorites-content div.content-inner h1{
	margin-bottom: 20px;
}

div.overlay div#favorites-content div.content-inner a{
	font-weight: bold;
}

div.overlay div#favorites-content div.content-inner table{
	width: 555px;
	background: url("/MOMASTORE1/redesign/images/background/bg-heading-bottom-border.png") repeat-x scroll center bottom transparent;
	margin: 10px 0;
}

div.overlay div#favorites-content div.content-inner th{
	text-align: left;
	color: #666;	
}

div.overlay div#favorites-content div.content-inner tr,
.lte7 div.overlay div#favorites-content div.content-inner td{
	background: url("/MOMASTORE1/redesign/images/background/bg-heading-bottom-border.png") repeat-x scroll center top transparent;
}

div.overlay div#favorites-content div.content-inner thead tr{
	background: none;
}

div.overlay div#favorites-content div.content-inner td{
	padding: 20px 20px 20px 0;
	vertical-align: top;
}

div.overlay div#favorites-content div.content-inner td.last{
	padding-right: 0;
}

div.overlay div#favorites-content div.content-inner td.image{
	width: 50px;
}

div.overlay div#favorites-content div.content-inner td.item{
	width: 275px;
}

div.overlay div#favorites-content div.content-inner td.item .item-product-title{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

div.overlay div#favorites-content div.content-inner td.item .item-product-info{
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

div.overlay div#favorites-content div.content-inner td.item .item-product-info.strong {
	font-weight: bold;
}

div.overlay div#favorites-content div.content-inner td.price{
	width: 85px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

div.overlay div#favorites-content div.content-inner td.action{
	width: 85px;
}

div.overlay div#favorites-content div.content-inner a.blue-bar{
	width: 176px;
}

/* ACCOUNT LOGIN */
div.overlay div#popup{
	width: 800px;
}

div.overlay div#popup div.content-inner{
	padding: 30px;
}


div.overlay div#enews-subscription{
	width: 365px;
	height:215px;
	
}

div.overlay div#course-type-selection{
	width: 300px;
	height:175px;
	
}



/* ENEWS SENT OVERLAY */
div.overlay div#enews-content{
	width: 500px;
}

div.overlay div#enews-content div.content-inner{
	padding: 30px;
}

div.overlay div#enews-content div.content-inner h1{
	margin-bottom: 20px;
	color: #000;
	font-family: 'FranklinGothicFSDemi', Arial, sans-serif;
	font-weight: normal;
    font-size: 30px;
    line-height: 32px;
}

div.overlay div#enews-content div.content-inner p{
	line-height: 20px;
	margin: 5px 0 20px 0;
}

div.overlay div#enews-content div.content-inner p.disclaimer {
	color: #666;
	font-size: 11px;
	margin: 0;
}

div.overlay div#enews-content div.content-inner a.blue-bar{
	width: 255px;
	float: left;
	margin-right: 10px;
}

/* ECARD OVERLAYS */
div.overlay div#ecard-overlay-content {
	width: 660px;
}

div.overlay div#ecard-overlay-content div.content-inner{
	padding: 30px;
}

div.overlay div#ecard-overlay-content div.content-inner h1{
	margin-bottom: 20px;
}

div.overlay div#ecard-overlay-content div.content-inner p{
	line-height: 20px;
	margin: 5px 0 20px 0;
}

/* EMAIL A FRIEND OVERLAY */
div.overlay div#email-friend-content{
	width: 660px;
}

div.overlay div#email-friend-content div.content-inner{
	padding: 30px 40px 30px 30px;
}

div.overlay div#email-friend-content div.content-inner h1{
	margin-bottom: 20px;
}

div.overlay div#email-friend-content div.content-inner p{
	line-height: 20px;
	margin: 5px 0 20px 0;
}

div.overlay div#email-friend-content div.content-inner p.disclaimer {
	color: #666;
	font-size: 11px;
	margin: 0;
}

div.overlay div#email-friend-content div.content-inner a.blue-bar{
	width: 176px;
	float: left;
	margin-right: 10px;
}

/* CVV OVERLAY */
div.overlay div#cvv-content{
	width: 680px;
}

div.overlay div#cvv-content div.content-inner{
	padding: 30px;
}

div.overlay div#cvv-content div.content-inner #cvv-image {
	height: 216px;
	width: 550px;
	display: block;
	background: url('/MOMASTORE1/redesign/images/customerservice/CVV_Cards.jpg') no-repeat;
	margin: 30px 0 65px 0;
}

div.overlay div#cvv-content div.content-inner p{
	margin: 15px 0 10px 0;
}

div.overlay div#cvv-content div.content-inner a.blue-bar{
	float: right;
	width: 176px;
	margin-top: 0;
}

/* DELIVERY METHOD OVERLAY */

div.overlay div#tax-content{
	width: 500px;
}

div.overlay div#shipping-content {
	width: 670px;
}

div.overlay div#membership-content{
	height: 410px;
	width: 700px;

}

div.overlay div#captcha-content{
	height: 200px;
	width: 500px;

}

div.overlay div#tnc-content{
	height: 518px;
	width: 800px;

}

div.overlay div#membership-applied{
	height: 210px;
	width: 700px;

}

div.overlay div#tax-content div.content-inner,
div.overlay div#shipping-content div.content-inner,
div.overlay div#membership-content div.content-inner,
div.overlay div#membership-applied div.content-inner,
div.overlay div#captcha-content div.content-inner,
div.overlay div#tnc-content div.content-inner{
	padding: 30px 40px 30px 30px;
}

div.overlay div#tax-content div.content-inner h1,
div.overlay div#shipping-content div.content-inner h1,
div.overlay div#membership-content div.content-inner h1,
div.overlay div#membership-applied div.content-inner h1,
div.overlay div#captcha-content div.content-inner h1{
	margin-bottom: 20px;
}

div.overlay div#tax-content div.content-inner p,
div.overlay div#shipping-content div.content-inner p,
div.overlay div#membership-content div.content-inner p,
div.overlay div#membership-applied div.content-inner p,
div.overlay div#captcha-content div.content-inner p {
	margin-bottom: 15px;
}

div.overlay div#shipping-content div.content-inner p.label {
	font-weight: bold;
	margin-bottom: 10px;
}

div.overlay div#shipping-content div.content-inner a {
	font-weight: bold;
}

div.overlay div#shipping-content div.content-inner a.blue-bar{
	width: 176px;
}

div.overlay div#shipping-content div.content-inner ul.shipping-info {
	margin: 0 0 30px 13px;
	list-style: disc;
}

div.overlay div#shipping-content div.content-inner ul.shipping-info li {
	font-size: 12px;
	line-height: 20px;
}

div.overlay div#shipping-content div.content-inner p#return-address {
	margin-left: 13px;
}

div.overlay div#shipping-content div.content-inner table{
	margin-bottom: 30px;
}

div.overlay div#shipping-content div.content-inner table th {
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

div.overlay div#shipping-content div.content-inner table td {
	width: 176px;
	padding: 5px 0;
}

div.overlay div#shipping-content div.content-inner table td.first {
	padding-top: 10px;
}

/* SWEEPSTAKES RULES OVERLAY */
div.overlay div#sweepstakes-rules-content{
	width: 670px;
}

div.overlay div#sweepstakes-rules-content div.content-inner{
	padding: 30px 40px 30px 30px;
}

div.overlay div#sweepstakes-rules-content div.content-inner h1{
	margin-bottom: 20px;
}

div.overlay div#sweepstakes-rules-content div.content-inner p{
	margin-bottom: 15px;
}

div.overlay div#sweepstakes-rules-content div.content-inner a.blue-bar{
	width: 176px;
}

/* FORGOT PASSWORD OVERLAY */
div.overlay div#forgot-password-content{
	width: 555px;
}

div.overlay div#forgot-password-content div.content-inner{
	padding: 30px;
}

div.overlay div#forgot-password-content h2{
	margin-bottom: 40px;
	width: 480px;
	font-size :27px;
}

div.overlay div#forgot-password-content .blue-bar{
	width: 196px;
}

div.overlay div#forgot-password-content #close-overlay.blue-bar{
	margin-top: 30px;
}

div.overlay div#forgot-password-content span.email-address{
	font-size: 24px;
}

/*CREATE ACCOUNT OVERLAY STARTS*/
div.overlay div#create-account {
	width: 770px;
}

div.overlay div#create-account-inner {
	float: left;
	padding: 30px;
}

div.overlay #account {
	height: 100px;
	border-bottom: 5px solid #eee;
}

/* R6 Create Account Overlay Fix for IE7 */
div#overlay #account{
	width: 677px;
}

div.overlay #account h2 {
	margin-bottom:14px;
	float:none;
}

div.overlay #member {
	height: 113px;
	padding-top: 30px;
	border-bottom: 5px solid #eee;
}

div.overlay #member h2
{
	font-size: 20px;
	margin-bottom: 0px;
}

div.overlay #member-body
{
	width:677px;
	float:left;
	margin-top:15px;
	
}

div.overlay #member-body table tr td
{
	vertical-align:middle;
}

div.overlay #memberbody
{
	width:677px;
	float:left;
	margin-top:15px;
	
}

div.overlay #memberbody table tr td
{
	vertical-align:middle;
}

div.overlay #member .left
{
	border-right:1px solid #cccccc;
	height:60px;
	float:left;
	width:240px;
}

div.overlay #member .left table
{
    float: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

div.overlay #member .left table tr td
{
padding: 5px 0px 0px 0px;
width: 0%;
}

div.overlay #member .right
{
	float:left;
	margin-left:20px;
	width:338px;
}

div.overlay #member .right table
{
    float: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px;
    
}

div.overlay #member .right table tr td
{
padding: 5px 0px 0px 0px;
width: 0%;
}

div.overlay #member .right-text
{
	float:left;
	padding-left:40px;	
}

div.overlay #not-member
{
	width:677px;
	float:left;
}

div.overlay #member
{
	width:677px;
	float:left;
}

div.overlay #information
{
	width:677px;
	float:left;
	border-bottom:5px solid #eeeeee;
	margin-top:20px;
	padding-bottom: 20px;
}

div.overlay #information .form-item
{
	padding-bottom: 10px;
}

div.overlay #non-member-overlay
{
	width:677px;
	float:left;
	display:block;
}

div.overlay #member-overlay
{
	width:677px;
	float:left;
	display:none;
	margin-top:20px;
}

div.overlay #member-overlay .blue-bar
{
	width: 220px;
	margin-top: 20px;
	float: none;
}

div.overlay #member-overlay .form-item
{
	padding-bottom: 10px;
}

div.overlay #member-overlay h2
{
	margin-bottom:10px;
	font-size: 20px;
}

div.overlay #member-overlay table
{
	float:left;
	margin-top:10px;
}

div.overlay #information ul
{
	margin:0px;
	padding:0px;
}

div.overlay #information table
{
	width:675px;
}

div.overlay #information h2
{
	margin-bottom:15px;
	font-size: 20px;
}

div.overlay #login
{
	width:677px;
	float:left;
	border-bottom:5px solid #eeeeee;
	margin-top:20px;
	padding-bottom: 20px;
}

div.overlay #login p
{
float: left;
clear: both;
}

div.overlay #login table
{
	float: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

div.overlay #login .box
{
	float: right;
	height: 30px;
	margin-top: 30px;
}

div.overlay #login h2
{
	margin-bottom:15px;
	font-size: 20px;
	float:none;
}

div.overlay #newsletter
{
	width:657px;
	float:left;
	padding-top:20px;
	padding-left:20px;
	background-color:#eeeeee;
	height:90px;
}

div.overlay #newsletter h2
{
	margin-bottom:15px;
	font-size: 20px;
	float:none;
}

div.overlay #newsletter p
{
	padding-bottom: 5px;
}

div.overlay #bottom
{
	height:80px;
	float:left;
	width:677px;
	margin-top:15px;
}

div.overlay #bottom-left
{
	width:240px;
	float:left;
}
div.overlay #bottom-right
{
	width:103px;
	float:left;
	margin-left:10px;
}


div.overlay #bottom ul
{
	margin:0px;
	padding:0px;
}

div.overlay #bottom ul li
{
	display:inline;
	list-style-type:none;
	float:left;
	margin-right:10px;
	padding:10px;
}
/*CREATE ACCOUNT OVERLAY ENDS*/

/*ACCOUNT SUCCESS OVERLAY STARTS*/
div.overlay div#account-success{
	width: 636px;
	overflow:auto;
}

div.overlay div#account-success-inner
{
	width:576px;
	float:left;
	padding: 30px 30px 30px 30px;

}

div.overlay div#account-success .content-container
{
	width: 576px;
	float: left;
	margin-top: 20px;
}

div.overlay div#account-success .content-container #left
{
	width: 263px;
	float: left;
}

div.overlay div#account-success .content-container #right
{
	width: 223px;
	float: right;
	padding: 20px 20px 20px 20px;
	background-color: #eeeeee;
}

div.overlay div#account-success .content-container #right h2
{
	font-size: 22px;
}

div.overlay div#account-success .content-container #right #heading h2
{
	font-size: 20px;
	color: #666666;
	font-weight: bold;
}
/*ACCOUNT SUCCESS OVERLAY ENDS*/

/* GIFT MESSAGE EDIT OVERLAY */
div.overlay div#gift-message-edit-content{
	width: 680px;
}

div.overlay div#gift-message-edit-content div.content-inner{
	padding: 30px;
}

div.overlay div#gift-message-edit-content div.content-inner h2{
	line-height: 36px;
	width: 620px;
}

.lte7 div.overlay div#gift-message-edit-content div.content-inner h2{
	line-height: 36px;
}

/* GIFT WRAP MESSAGING OVERLAY */
div.overlay div#gift-content {
	width: 650px;
}

div.overlay div#gift-content h2 {
	height: 154px;
	padding: 45px 370px 0px 30px;
	font-size: 35px;
	line-height: 33px;
	background: url('/MOMASTORE1/redesign/images/background/gift-hdr.jpg') no-repeat 0px 0px;	
}

div.overlay div#gift-content #left-column {
	float: left;
	width: 420px;
	padding-bottom: 30px;
}

div.overlay div#gift-content #left-column h3 {
	margin: 15px 20px 0px 30px;
}

div.overlay div#gift-content #left-column p {
	width: 270px;
	margin: 15px 20px 5px 30px;
	padding-left: 100px;
}

div.overlay div#gift-content #left-column p.gift-wrap {
	background: url('/MOMASTORE1/redesign/images/background/gift-wrap.jpg') no-repeat 0px 0px;	
}

div.overlay div#gift-content #left-column p.gift-message {
	background: url('/MOMASTORE1/redesign/images/background/gift-message.jpg') no-repeat 0px 0px;	
}

div.overlay div#gift-content #right-column {
	float: right;
	width: 165px;
	padding: 0px 30px;
	margin: 30px 0px 0px 0px;
	border-left: 1px solid #e5e5e5;
	padding-bottom: 30px;
}

div.overlay div#gift-content #right-column h3 {
    font-family: 'FranklinGothicFSDemi', Arial, sans-serif;
    font-weight: normal;
	padding-top: 100px;
	margin-bottom: 10px;
	display: block;
	text-transform: none;
	font-size: 20px;
	background: url('/MOMASTORE1/redesign/images/background/gift-conscience.jpg') no-repeat top center;	
}

/* Share overlay */
div.overlay div#share-content {
	width: 275px;
	overflow: hidden;
}

div.overlay div#share-content div#top {
	margin: 20px;
}

div.overlay div#share-content div#top ul {
	width: 240px;
	margin-top: 15px;
}

div.overlay div#share-content div#top ul li {
	float: left;
	display: block;
	width: 55px;
	margin-right: 5px;
}

div.overlay div#share-content ul li a {
	display: block;
	font-size: 11px;
}

div.overlay div#share-content div#top ul li.logo a {
	width: 55px;
	padding-top: 65px;
	line-height: 12px;
}

div.overlay div#share-content div#bottom {
	overflow-y: auto;
	overflow-x: hidden;
	background: #eee;
	width: 275px;
	height: 240px;
}

div.overlay div#share-content div#bottom ul {
	width: 235px;
	margin: 20px 20px 0px 20px;
}

div.overlay div#share-content div#bottom ul li {
	float: left;
	width: 115px;
	margin-bottom: 20px;
}

div.overlay div#share-content div#bottom ul li.logo a {
	height: 17px;
	line-height: 17px;
	padding-left: 25px;
}

/* share overlay logos */
div.overlay div#share-content li.logo a#email {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px 0px;
}

div.overlay div#share-content li.logo a#facebook {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px -80px;
}

div.overlay div#share-content li.logo a#twitter {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px -160px;
}

div.overlay div#share-content li.logo a#digg {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px -240px;
}

div.overlay div#share-content li.logo a#google-buzz {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px -323px;
}

div.overlay div#share-content li.logo a#blogger {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px -348px;
}

div.overlay div#share-content li.logo a#myspace {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px -371px;
}

div.overlay div#share-content li.logo a#aim-share {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px -395px;
}

div.overlay div#share-content li.logo a#stumbleupon {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px -418px;
}

div.overlay div#share-content li.logo a#messenger {
	background: url('/MOMASTORE1/redesign/images/sprites/share-logos.png') no-repeat 0px -445px;
}

/*account success overlay*/
#account-success-overlay
{
	width:670px;
	float:left;
}

#account-success-overlay #heading-div
{
	width: 400px;
	float: left;
	margin-bottom: 20px;
	clear: both;
}

#account-success-overlay #left
{
	width:325px;
	float:left;
}

#account-success-overlay #right
{
	width:305px;
	float:right;
	background-color: #ccc;
	height:110px;
	padding:15px;
}

#account-success-overlay #bottom
{
	width:640px;
	float:left;
	height:130px;
	background-color: #ccc;
	padding:15px;
	font-weight: bold;

}

/*warning message overlay starts*/
div.overlay #warning
{
width: 644px;
height: 307px;
}

div.overlay #warning-inner
{
width: 584px;
padding: 30px;
}
/*warning message overlay ends*/

/*delete message overlay starts*/
div.overlay #delete
{
width: 644px;
height: 307px;
}

div.overlay #delete-inner
{
width: 584px;
padding: 30px;
}
/*delete message overlay ends*/

/* FORCE CHANGE PASSWORD OVERLAY STARTS*/
div.overlay div#confirm-password-content{
      width: 560px;
}

div.overlay div#confirm-password-content div.content-inner{
      padding: 30px;
}
/* FORCE CHANGE PASSWORD OVERLAY  ENDS*/

/* CREATE ACCOUNT SUCCESS - PRODUCT RECOMMENDATIONS OVERLAY STARTS*/
div.overlay div#account-success div#account-success-inner div#account-success-overlay div#bottom {
      background: #eee;
      padding: 10px 30px 30px 30px;  
}

div.overlay div#account-success div#account-success-inner div#account-success-overlay div#bottom h3 {
	font-family: 'FranklinGothicFSDemiCondensed',Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	background: url('/MOMASTORE1/redesign/images/background/bg-heading-bottom-border.png') repeat-x bottom;
	padding-bottom: 3px;
	display:inline-block;
	float: none;
}

div.overlay div#account-success div#account-success-inner div#account-success-overlay div#bottom ul.popular-list {
      width: 675px;
}

div.overlay div#account-success div#account-success-inner div#account-success-overlay div#bottom  ul.popular-list li{
    margin-bottom:0;
}
div.overlay div#account-success div#account-success-inner div#account-success-overlay div#bottom  ul.popular-list li.product a.quickview{
	width: 125px;
	bottom: 30px;
	
}
div.overlay div#account-success div#account-success-inner div#account-success-overlay div#bottom  ul.popular-list li.product .info h2{
	padding-top: 50px;
}

/* CREATE ACCOUNT SUCCESS - PRODUCT RECOMMENDATIONS OVERLAY ENDS*/

/*ADD TO FAV OVERLAY STARTS*/
div.overlay div#add-fav-overlay{
	width: 750px;
}

div.overlay div#add-fav-overlay-inner
{
	width:690px;
	float:left;
	padding: 30px 30px 30px 30px;

}

div.overlay div#add-fav-overlay-inner .registered
{
	width: 345px;
	float: left;
	border-right: 1px solid #cccccc;
	margin-top: 25px;
}

div.overlay div#add-fav-overlay-inner .registered h2
{
	font-size: 22px;
}

div.overlay div#add-fav-overlay-inner .registered #signin
{
	float: left;
	clear: both;
	width: 190px;
	margin-top: 20px;
}

div.overlay div#add-fav-overlay-inner #text
{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.overlay div#add-fav-overlay-inner #text2
{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 300px;
}

div.overlay div#add-fav-overlay-inner .registered-right
{
	width: 296px;
	float: right;
	padding-left: 30px;
	margin-top: 25px;
}

div.overlay div#add-fav-overlay-inner .registered-right h2
{
	font-size: 22px;
}

/*ADD TO FAV OVERLAY ENDS*/

/* CATALOG THANK YOU OVERLAY */
div.overlay div#catalog-message-content{
	width: 680px;
}

div.overlay div#catalog-message-content-inner{
	padding: 30px;
}

div.overlay div#catalog-message-content-inner #text-flow
{
	width: 390px;
	margin-top: 90px;
	margin-left: 200px;
}

/* CATALOG THANK YOU OVERLAY OVERLAY */


/*GUEST USER INFO OVERLAY */
div.overlay div#guestuser-info-content{
	width: 560px;
	height: 200px;
}

div.overlay div#guestuser-info-content div.content-inner{
	padding: 30px;
}
div.overlay div#guestuser-info-content .blue-bar{
	width: 196px;
}

/* DISCONTINUED PRODUCT OVERLAY */

div.overlay div#discontinued-content{
	width: 880px;
}

#discontinued-content .content-inner{
		padding: 30px 0 43px 30px;
	}


#discontinued-message,
	#discontinued-recommandations,
	#discontinued-recommanded-products > li{
		float: left;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
	}
	
	#discontinued-message{
		width: 210px;
		height: 214px;
		border-right: solid 1px #f2f2f2;
		padding: 6px 30px 6px 0;
		line-height: 20px;
	}
	
	#discontinued-message h2{
		margin-top: 0;
		margin-bottom: 15px;
	}
	
	#discontinued-message ul{
		margin-bottom: 10px;
		list-style-type: disc;
	}
	
	#discontinued-message ul li{
		font-size: 12px;
		line-height: 20px;
	}
	
	#discontinued-message p{
		margin-bottom: 10px;
	}
	
	#discontinued-message a.blue-bar{
		margin-top: 23px;
	}
	
	#discontinued-message ul{
		margin-left: 15px;
	}
	
	#discontinued-message ul li{
		font-weight: bold;
	}
	
	#discontinued-recommanded-products > li,
	#discontinued-recommanded-products > li a{
		width: 130px;
		height: 183px;
	}
	
	#discontinued-recommanded-products > li{
		margin: 0 30px;
		padding-top: 30px;
	}
	
	#discontinued-recommanded-products > li a{
		display: block;
		text-decoration: none;
	}
	
	#discontinued-recommanded-products > li a img{
		margin-left: 8px;
	}
	
	#discontinued-recommandations .recommanded-product span{
		display: block;
	}
	
	.product h2{
		display: block;
		color: black;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		letter-spacing: 0px;
		margin: 0px 0px 3px;
		width: 100%;
	}
	
	#discontinued-recommanded-products span.price{
		color: #666;
		font-weight: bold;
	}
	
	#discontinued-recommanded-products .product .info{
		display: block;
		margin-top: 10px;
		font-size: 12px;
	}
	
	#discontinued-recommanded-products .product .info .eyebrow{
		font-size: 11px;
	}
	
	#discontinued-recommanded-products .product .info > *{
		line-height: 14px;
	}
	

/* DISCONTINUED PRODUCT OVERLAY */

.ie7 div#overlay #non-member-overlay #login p{
	width: 100%;
}

.ie7 div#overlay #member .left label,
.ie7 div#overlay #member .right label{
	position:relative;
	left:-115px;
	top: 4px;
}
.ie7 div#overlay #member .right label{
	left: -145px;
}

/* CUSTOM TAX OVERLAY CSS START */
div.overlay div#customtax-content{
	width: 670px;
}

div.overlay div#customtax-content div.content-inner{
	padding: 30px 40px 30px 30px;
}

div.overlay div#customtax-content div.content-inner h1 {
	margin-bottom: 20px;
}

div.overlay div#customtax-content div.content-inner p {
	margin-bottom: 15px;
}

div.overlay div#customtax-content div.content-inner p.label {
	font-weight: bold;
	margin-bottom: 10px;
}

div.overlay div#customtax-content div.content-inner a {
	font-weight: bold;
}

div.overlay div#customtax-content div.content-inner a.blue-bar{
	width: 176px;
}

div.overlay div#customtax-content div.content-inner ul.shipping-info {
	margin: 0 0 30px 13px;
	list-style: disc;
}

div.overlay div#customtax-content div.content-inner ul.shipping-info li {
	font-size: 12px;
	line-height: 20px;
}

div.overlay div#customtax-content div.content-inner p#return-address {
	margin-left: 13px;
}

div.overlay div#customtax-content div.content-inner table{
	margin-bottom: 30px;
}

div.overlay div#customtax-content div.content-inner table th {
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

div.overlay div#customtax-content div.content-inner table td {
	width: 176px;
	padding: 5px 0;
}

div.overlay div#customtax-content div.content-inner table td.first {
	padding-top: 10px;
}
/* CUSTOM TAX OVERLAY CSS END */


/*CREATE ACCOUNT OVERLAY STARTS-IFRAME*/
body#iFrame div#create-account {
	width: 770px;
}

body#iFrame  div#create-account-inner {
	float: left;
	padding: 30px;
}

body#iFrame  #account {
	height: 100px;
	border-bottom: 5px solid #eee;
}

/* R6 Create Account Overlay Fix for IE7 */
div#overlay #account{
	width: 677px;
}

body#iFrame  #account h2 {
	margin-bottom:14px;
	float:none;
}

body#iFrame  #member {
	height: 113px;
	padding-top: 30px;
	border-bottom: 5px solid #eee;
}

body#iFrame  #member h2
{
	font-size: 20px;
	margin-bottom: 0px;
}

body#iFrame  #member-body
{
	width:677px;
	float:left;
	margin-top:15px;
	
}

body#iFrame  #member-body table tr td
{
	vertical-align:middle;
}

body#iFrame  #memberbody
{
	width:677px;
	float:left;
	margin-top:15px;
	
}

body#iFrame  #memberbody table tr td
{
	vertical-align:middle;
}

body#iFrame  #member .left
{
	border-right:1px solid #cccccc;
	height:60px;
	float:left;
	width:240px;
}

body#iFrame  #member .left table
{
    float: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

body#iFrame  #member .left table tr td
{
padding: 5px 0px 0px 0px;
width: 0%;
}

body#iFrame  #member .right
{
	float:left;
	margin-left:20px;
	width:338px;
}

body#iFrame  #member .right table
{
    float: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px;
    
}

body#iFrame  #member .right table tr td
{
padding: 5px 0px 0px 0px;
width: 0%;
}

body#iFrame  #member .right-text
{
	float:left;
	padding-left:40px;	
}

body#iFrame  #not-member
{
	width:677px;
	float:left;
}

body#iFrame  #member
{
	width:677px;
	float:left;
}

body#iFrame  #information
{
	width:677px;
	float:left;
	border-bottom:5px solid #eeeeee;
	margin-top:20px;
	padding-bottom: 20px;
}

body#iFrame  #information .form-item
{
	padding-bottom: 10px;
}

body#iFrame  #non-member-overlay
{
	width:677px;
	float:left;
	display:block;
}

body#iFrame  #member-overlay
{
	width:677px;
	float:left;
	display:none;
	margin-top:20px;
}

body#iFrame  #member-overlay .blue-bar
{
	width: 220px;
	margin-top: 20px;
	float: none;
}

body#iFrame  #member-overlay .form-item
{
	padding-bottom: 10px;
}

body#iFrame  #member-overlay h2
{
	margin-bottom:10px;
	font-size: 20px;
}

body#iFrame  #member-overlay table
{
	float:left;
	margin-top:10px;
}

body#iFrame  #information ul
{
	margin:0px;
	padding:0px;
}

body#iFrame  #information table
{
	width:675px;
}

body#iFrame  #information h2
{
	margin-bottom:15px;
	font-size: 20px;
}

body#iFrame  #login
{
	width:677px;
	float:left;
	border-bottom:5px solid #eeeeee;
	margin-top:20px;
	padding-bottom: 20px;
}

body#iFrame  #login p
{
float: left;
clear: both;
}

body#iFrame  #login table
{
	float: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

body#iFrame  #login .box
{
	float: right;
	height: 30px;
	margin-top: 30px;
}

body#iFrame  #login h2
{
	margin-bottom:15px;
	font-size: 20px;
	float:none;
}

body#iFrame  #newsletter
{
	width:657px;
	float:left;
	padding-top:20px;
	padding-left:20px;
	background-color:#eeeeee;
	height:90px;
}

body#iFrame  #newsletter h2
{
	margin-bottom:15px;
	font-size: 20px;
	float:none;
}

body#iFrame  #newsletter p
{
	padding-bottom: 5px;
}

body#iFrame  #bottom
{
	height:80px;
	float:left;
	width:677px;
	margin-top:15px;
}

body#iFrame  #bottom-left
{
	width:240px;
	float:left;
}
body#iFrame  #bottom-right
{
	width:103px;
	float:left;
	margin-left:10px;
}


body#iFrame  #bottom ul
{
	margin:0px;
	padding:0px;
}

body#iFrame  #bottom ul li
{
	display:inline;
	list-style-type:none;
	float:left;
	margin-right:10px;
	padding:10px;
}

/*CREATE ACCOUNT OVERLAY ENDS-IFRAME*/
