@charset "utf-8";

/* GLOBAL DEFAULT STYLES
* Used to declare default HTML tag styling for the site as per brand.
* Default font color, font family, link color and header tag defaults should be set here to override browser defaults.
* Changes here will effect entire site.
* These are specific to HTML tags only and not layout structure positioning.
---------------------------- */
body {
	color:#666;
	/* 5star edit @  2010/07/05 
	font-family: Arial, Helvetica, Verdana, sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
h1 {
    font-size: 26px;
    font-weight: normal;
}
h2 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
h3.spacing {
    color: #003066;
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
    margin-top: 6px;
}
h3 {
	font-size: 16px;
    font-weight:normal;
}
h4 {
	font-size: 12px;
    font-weight:normal;
}
a {
    color:#5C88E1;
    cursor:pointer;
    text-decoration: none;
}

input {
	padding: 2px;
} 



input[type=text]{
	/* 5star remove @ 2010/07/06
	margin:3px 0px 3px 0px;*/
	width: 180px;
	
	/* 5star add @ 2010/07/08 */
	height: 14px;
}


#registration-wrapper .label input {
    border: 1px solid #7a7a7a !important;
}
input.error, select.error, label.error { color:#b50404; } /* 54168 COG May 31 2010 - Added style to error field */
input[type=hidden], input[type=image] {
	border: 0;
	padding: 0;
}
select { margin:3px 0px 3px 0px;}
#registration select { margin:3px 0px 3px 0px; } /* 54801 - COG June 10 2010 - Alignment issues for form elements fixed */
fieldset,img { border: 0; }
ol,ul { list-style: none; }float: left; width: 663px;
caption,th { text-align: left; }
abbr,acronym { border: 0; }
address { font-style: normal; }

.alignleft { text-align:left; }

/* BROWSER SPACING RESET
* Override default browser spacing to keep HTML margin and padding
* consistent on all browsers.
---------------------------- */
* { margin: 0; padding: 0; }



/* LAYOUT DEFAULT STYLES
* Styles specific to layout positioning on the sites as required by each brand.
* Changing these styles will effect global layout and should be done cautiously.
* .body-container is used to control the overall width and justification of the
*  page content.
* #header is the global id for the header wrapper.
* #content is the global id for main content area.
* #sidebar is used for navigational elements or checkout status info.
* #footer is the global container for all footer elements.
---------------------------- */
.body-container {
	width: 965px;
	margin: 0 auto;
}
/*  Interferes with styles in el_global.css
 *  #header { margin-bottom: 20px; } */

/* 5star remove @ 2010/07/06
#breadcrumb { margin-bottom: 20px; }*/

#cat_root_link {
	display: block;
	margin: 25px 0;
	clear: both;
}
#checkout-navigation { margin: 0 0 25px; }

#wrappercontain {
    background: #fff;
    width: 100%;
    float: left;
    clear: both;
    padding-top:8px;
	
	min-height: 450px;
	
	/* 5star remove @ 2010/07/10 
    padding-bottom:8px;*/
}

#wrapper {
    width: 970px;
    background: #fff;
    /* color: #333; 5star removed to inherit font color from body */
    margin: 0 auto;
}

#content {
    background: #fff;
    /* color: #333; 5star removed to inherit font color from body */
    width: 745px; /* 54799 - COG June 10 2010 - Page alignment issue fixed */
    margin-right: 30px;
    float: left;
}

#sidebar {
    background: #fff;
	
    /*5star edit @ 2010/07/04
	color: #333;
    width: 195px;*/
	width: 140px;
    float: left;
}
#questions {
    width: 400px;
    margin: 0 auto;
    line-height: 1.2;
}
/* Interferes with styles in el_global.css
 * #footer { margin-top: 50px; clear: both; } */
.error_messages {
    color: #b50404;
    background: #fff;
	
	/* 5ster remove @ 2010/07/10
    margin-bottom: 5px;*/
}
/*li .s { margin-left: 25px; }*/
li .s { margin-left: 200px; }
.error_messages li.message {
    color: #000000;
}
.optionsDivInvisible { display:none; }
.form-submit { border: none; }
.clear { clear: both; }
.hidden { display:none; }


/* HEADER
 * Styles specifc to the global header of the site.
-----------------------------*/
#header #accountbar {
	margin: 10px 0;
	float: right;
	clear: both;
	position: relative;
}

#header #accountbar ul.account-buttons li {
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:0 1px 0 0;
	white-space:nowrap;
}

#header div.utility-nav {
	text-align: right;
	border-width: 0 0 1px 0;
	border-color: #5C88E1;
	border-style: solid;
}
#header div.utility-nav ul {
	float:right;
	margin: 5px;
}
#header div.utility-nav li {
	float:left;
	margin: 0 5px 0 5px;
}
#header div.utility-nav input[type=image] {
	vertical-align: -6px;
}

#logo {
    height: 56px;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 441px;
    z-index: 9999;
    background: url(/images/brand/logo_estee_lauder_navy.png) top center;
    margin-bottom: 15px;
}
#logo a .logolink {
    display: block;
    width: 441px;
    height: 56px;
    min-width: 441px;
    min-height: 56px;
}
/* VIEW CART OVERLAY
 * Styles specific to the view cart overlay.
 * The overlay is broken up into the .cart-content div and
 * .viewcart-button-container.
 * .cart-content contains the product information.
 * .viewcart-button-container holds the link to the view cart page.
-----------------------------*/
.cart-overlay {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 10px;
    width: 295px;
    z-index: 190;
}

.cart-overlay .cart-content table {
    border-collapse:collapse;
    margin:0 0 15px;
    width:100%;
}
.cart-overlay .cart-content table thead th {
    border-bottom: 1px solid #cccccc;
    padding: 3px 0;
    text-align: left;
}
.cart-overlay .cart-content table td {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    vertical-align: top;
}
.cart-overlay .cart-content table td.qty, .cart-overlay .cart-content table th.qty {
    text-align: center;
    width: 40px;
}
.cart-overlay .cart-content table td.price, .cart-overlay .cart-content table th.price {
    text-align: center;
}
.cart-overlay .cart-content dl.thumb-75x75 {
    margin: 0;
    min-height: 77px;
    padding: 0 0 15px 0;
    position: relative;
}
.cart-overlay .cart-content dl.thumb-75x75 dt {
	float: left;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    width: 77px;
}
.cart-overlay .cart-content dl.thumb-75x75 dd {
    margin: 0 0 4px 87px;
    padding: 0;
}
.cart-overlay .cart-content dl.thumb-75x75 dd.price {
}
.cart-overlay .cart-content dl.thumb-75x75 dd.details {
    margin-top: 7px;
}
.cart-overlay .viewcart-button-container .viewcart-button {
    float: right;
}
.cart-overlay .viewcart-button-container {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}
.cart-overlay .viewcart-button-container .total-items {
    float: left;
}

.cart-overlay .swatch {
	display:block;
	float:left;
	height:8px;
	margin:3px 3px 0 0;
	width:20px;
}



/* OVERLAYS
 * Generic overlay styles for the site.
 * .overlay-container is generic css class used to control
 * the positioning of the overlay layer.
 * This should not be modified unless necessary.
-----------------------------*/
.overlay-container {
	background-color: #ffffff;
	color: #333;
	border: 1px solid #cccccc;
	padding: 20px;
	position: absolute;
	z-index: 201;
	overflow-x:hidden; /* 5star */
	overflow-y:auto; /* 5star */
}
.overlay-background {
    background-color: white;
	filter: alpha(opacity=50);
	left: 0;
    opacity: 0.5;
	position: absolute;
	top: 0;
	z-index: 200;
}

.overlay-container .close-container {
    margin: 5px 0;
	float: right;
	/* left: 711px; 
    position: absolute;  5star : removed to set position relatively */
    z-index: 10;
}

#quickshop-overlay-container .close-container {
    /*margin: 5px 0 !important;*/ margin: 0px 0 !important;
	                              top:10px; /* 57018 COG July 26 2010 - Alignment of Close button issue fixed */
    float: right !important;
	
	/* 5star edit @ 2010/07/12 
    left: 715px !important;*/
	left: 705px !important;
	
    position: absolute !important;
    z-index: 10 !important;
}

#favorites-overlay-container .close-container {
    margin: -6px 0 !important;
    float: right !important;
    position: relative !important;
    z-index: 10 !important;
    left: auto !important;
}

.overlay-container a.close-link {
    background: transparent url(/images/btn/btn_close_small.gif) no-repeat scroll right center;
    color: #999999;
    padding-right: 14px;

}
select.overlay-hidden {
    display: none;
}

.overlay-background {
    height: 100%;
    width: 100%;
    }

/* CUSTOMER SERVICE
 * Specific to the the customer service infomation
 * box in the sidebar column.  These are the
 * default styles for the site.  Some pages target this
 * box so look to either section or page level styles
 * for more detail.
-----------------------------*/

/* 5star edit @ 2010/07/04
#customer-service {
	width: 195px;
    height: 103px;
	border: none;
    background: url(/images/common/bdr_cs_layer.gif) top left no-repeat;
	padding: 12px;
    margin-top: 60px;
    padding-right: 4px;
    margin-left:30px;
}
#customer-service h3 {
	margin-bottom: 8px;
	font-size: 12px;
}
#customer-service p {
	width: 192px;
    line-height: 1.1;
}
*/

#customer-service {
	width: 195px;
    /*height: 103px;*/
	border: none;
	padding: 20px 10px 20px 10px;
    margin-top: 60px;
    margin-left:30px;
	border: solid 1px #CCC;}
}
#customer-service h3 {
	margin-bottom: 8px;
	font-size: 12px;
}
#customer-service p {
	width: 140px;
	/* 5star edit @ 2010/07/04
    line-height: 1.1;*/
	font-size:10px;
	line-height: 14px;
	margin-top: 10px;
}


/* ADDRESS FORMS
 * This handles the address forms used throughout the site
 * whether used in-page or in an overlay.
 * Altering styles here will effect multiple pages so do not
 * change unless that is the desired effect.
---------------------------*/
#address_form_container {
    background-color:#FFFFFF;
}
.address_lookup_wrapper {
	border:1px solid #b50404;
	margin:10px 0 0;
	padding:10px;
	width:200px;
}
.address-form-popover {
    height: 100%;
    }
/* Delete Address form specific styles */
.address-delete-confirm {
	width: 300px;
	line-height:15px; /* 54491 COG June 03 2010 - Fixed line space on the Delete Address Popup window under My account page */
}
.address-delete-confirm .close-container { margin: 0; }


/* Edit Address form specific styles */
#address_form_container .required-message { margin-bottom: 10px; }
#address_form_container .form-item {
	float: left;
	margin: 0 10px 10px 0;
}
#address_form_container .form-item input {
	display: block;
	width: 194px;
}
#address_form_container .form-item span { display: block; }
#address_form_container .form-item select {
	width: 200px; 
	display: block;
}
#address_form_container .form-item span.required_mark {	display: inline; }
#address_form_container .name-info span {
	color: #8F8F8F;
	font-style: italic;
}
#address_form_container #phone-requirements { margin-bottom: 8px; }
#address_form_container #phone-requirements em { margin-left: 15px; }
#address_form_container #profile-postal {
	margin-bottom: 10px;
	position: relative;
}
#address_form_container #profile-postal input { width: 100px; }
#address_form_container .fieldset-note {
	
	position: absolute;
	top: 15px;
	left: 120px; /* 55358- 22 june 2010 Returning Customer for Migrated User Registration page, alignment isuue fixed */
}
#address_form_container .fieldset-note span { display: inline; }
#address_form_container .fieldset-note .form-note {
	left: 150px; /* 55358 - 22 june 2010 Returning Customer for Migrated User Registration page, alignment isuue fixed */
	line-height:15px; /* 55358 - 22 june 2010  Returning Customer for Migrated User Registration page, alignment isuue fixed */
	position: absolute;
	top: -11px;
	width:150px;/* 55358 - 22 june 2010 Returning Customer for Migrated User Registration page, alignment isuue fixed */
}
#address_form_container #form-opt-terms { margin: 0 10px 0 0; vertical-align:middle; }
#address_form_container #form-opt-terms input {
	display: inline;
	width: 20px;
}
#address_form_container #continiue-btn {
	border: none;
	float: right;
    left: 350px;
	position: absolute;
}
#address_form_container div.full_name {
	margin-bottom: 10px;
}

#address_form_container .address-desc { display: none; }


#address_form_container ul.address-list li.address-item {
	margin-bottom: 10px;
}
/* -------- Emailed Suggested Changes ---------- */
fieldset.fs {
   margin: 15px 0 15px 0;
   width: 500px;
}
fieldset.fs div.form_element {
   float: left;
   margin: 5px 15px 10px 0;
   position: relative;
   width: 190px;
}
fieldset.fs div.form_element input,
fieldset.fs div.form_element select {
   display: block;
}
fieldset.profile div.pc_email_container,
fieldset.profile div.password_container,
fieldset.profile div.password_hint_container {
   clear: both;
}


/* EMAIL OPT-IN AREA
 * Used on registration, account profile
 * and checkout confirm pages.
 * Displays the input boxes by floating left since when
 * opt-in radio buttons are hidden, the none hidden
 * radio boxes will fall to the left properly.
-------------------------- */
#newsletter-info {
	margin-top: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#newsletter-info h3 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#newsletter-info p {
	margin: 15px 0;
	width: 500px;
}
#newsletter-info div {
	float: left;
	margin: 0 25px 0 0;
	width: 230px;
}
#newsletter-info div input {
	display: block;
	float: left;
	margin: 0 10px 20px 0;
}
#newsletter-info #newsletter-container {
	float: none;
	width: 550px; /* 54801 - COG June 10 2010 - Alignment issues for form elements fixed */
	margin-left: 12px;
	line-height:15px; /* 55358 - Registration page; estee lauder news letter, line spacing, issue fixed */
}

#newsletter-info #terms-conditions {
	margin:30px 0 15px;
	clear: both;
}


/* LIVE CHAT */
#contact_cs {
    background: url(/images/common/arr_bf9034.gif) no-repeat right center;
    float: right;
    font-size: 10px;
    margin-top: -1px;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 1;
    }
#contact_cs .btn_label {
                background: transparent url(/images/btn/btn_chat_live_with_a_beauty_advisor.gif) no-repeat 0 0;
                color: #20558A;
                display: block;
                font-size: 11px;
                height: 12px;
                text-indent: -999em;
                text-transform: lowercase;
                width: 163px;
            }
            #contact_cs.open,
            #contact_cs.over,
            #contact_cs:hover {
                background-image: url(/images/common/arr_dn_bf9034.gif);
                z-index: 800;
            }
            #contact_cs_layer {
                position: absolute;
                left: -999em;
                z-index: 800;
            }
                #contact_cs.open #contact_cs_layer,
                #contact_cs.over #contact_cs_layer,
                #contact_cs:hover #contact_cs_layer {
                    left: auto;
                    right: 0;
                }
                #contact_cs_layer .callout_wrapper {
                    background: #fff url(/images/common/bdr_cs_layer.gif) no-repeat left top;
                    border-top: 4px solid #fff;
                    height: 70px;
                    overflow: hidden;
                    text-align: right;
                    text-transform: none;
                    width: 190px;
                }
                    .callout {
                        border: 1px solid #ccc;
                        padding: 12px 10px 10px 12px;
                    }
                    #contact_cs_layer .callout {
                        border: 0;
                        color: #888;
                        padding-top: 9px;
                    }
                        .callout_hdr {
/*                            padding-bottom: 10px; */
                            text-align: right;
                            font-size: 12px;
                            letter-spacing: 0.015em;
                            color: #666666;
                            line-height: 16px;
                        }
                        .callout_content {
/*                            background: url(/images/common/bg_dotted.gif) repeat-x left top; */
                            font-size: 11px;
                            letter-spacing: 0.025em;
                            line-height: 18px;
/*                            padding-top: 8px; */
                            text-align: right;
                            color: #999999;
                        }
                            .callout_content a {
                                color: #20558a;
                            }
                            #contact_cs_layer .callout_content a {
                                text-decoration: underline;
                            }

        #contact_cs_phone {
            position: relative;
            margin-top: 3px;
            margin-bottom: -2px;
        }
        #contact_cs_phone:after {/* clearfix */content:".";display:block;height:0;clear:both;visibility:hidden;}
        #contact_cs_phone img {
            float: right;
            width: 242px;
        }

