/* ez-hide - start */
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
    background: transparent url('../images/checkbox-red.png') 0 1px no-repeat;
    display:inline-block;
}

.ez-radio {
    background: transparent url('../images/radio-black.png') 0 1px no-repeat;
    display:inline-block;
}

.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -19px; }

.checkbox-green {
    background: transparent url('../images/checkbox-green.png') 0 1px no-repeat;
    display:inline-block;
    *display: inline;
}
.checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }

div.checkbox {
    background: url("../images/sprites/icon.gif") no-repeat scroll -5px -820px transparent;
    display:inline-block;
}

div.radio {
    background: url("../images/sprites/icon.gif") no-repeat scroll -3px -166px transparent;
    display:inline-block;
}

div.checked { background-position: -5px -847px; }
div.selected { background-position: -3px -195px; }

div.radio div.radio{
    background: none repeat scroll 0 0 transparent;
    display: inline;
    margin: 0;
}
/* ez-hide - end */



/*css for refactored overall html layout - start*/


/*div#lc-main-content{ padding-right:5px; }*/

/*div#lc-sidebar{ width:150px; }*/


.article{
    float:left;
    position:relative;
}
.article-type1{
    width:232px;
    margin-right:14px;
}
.article-type2{ width:313px; }

.items .item .type{
    line-height:1em;
}

#sub-content .line, div#lc-sidebar .line, div#lc-main-content .line{
    margin: 8px 0;
    padding:0px;
    border-top:1px solid #666;
}
div#lc-sidebar .line{
    margin:2px 0px 8px;
}
#sub-content{
    float:none;
}
#page div#lc-sidebar .item .figcaption .link1{
    line-height: 14px;
}
#page div#lc-sidebar #right-top-shop-item .item .figcaption{
    width:78%;
}
#page .w-top-left .figcaption, #page .w-top-right .figcaption{
    width:80%;
}

#home #page div#lc-sidebar #right-top-shop-item .item .figcaption{
    width:100%;
}
#home #page .w-top-left .figcaption, #page .w-top-right .figcaption{
    width:100%;
}

.live-update .twitter {
    width:60px;
}
#footer #newslettersArea{
    margin:0px;
}

#sub-content .item{
    width: 232px !important;
    min-height:100px;
}
div#lc-sidebar .item{
    width:150px;
    min-height:100px;
}
.articleStyle-wide{
    width:313px;
    min-height:100px;
}
.articleStyle-narrow{
    width:232px;
    min-height:100px;
}

/* LC-1215 */
#columnName {   /*Library: suspect to move*/
    font-family:'Avenir LT W01 95 Black';
    font-size:1.3em;
    text-align: center;
}

#subTitle {     /*Library: suspect to move*/
    font-family: Georgia,serif;
    margin:1em auto;
    text-align: center;
    line-height:1.2em;
    font-size:100%;
    width:700px;
}

/*suspect to move*/
.button_1, .button_2{
    float:none;
    position:relative;
}



/* Image Sprite - start */
.img_sprite_icon{
    background-image: url("../images/sprites/icon.png");
}
.img_sprite_button{
    background-image: url("../images/sprites/button.png");
}
/* Image Sprite - end */





/*=====================================
  Site Refresh Main Nav
=======================================*/
#productDetails .is-on .has-menu:after,
#new-in .is-on .has-menu:after,
.PLP_css #category_common .is-on .has-menu:after, .nav-main .hover .has-menu:after, .landing .is-on .has-menu:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f4f4f4;
}

.nav-main .hover .nav-root-menu, .landing .hover .nav-sub-menu, #productDetails .is-on .nav-root-menu,
#new-in .is-on .nav-root-menu,
.PLP_css #category_common .is-on .nav-root-menu,
#women .nav-women-root-menu,
#men .nav-men-root-menu,
#beauty .nav-beauty-root-menu,
#homeAndGift .nav-lifestyle-root-menu {
  left: 0;
  visibility: visible;
  opacity: 1;
}

#productDetails #new-in .nav-sub-menu,
#new-in .nav-sub-menu, .PLP_css #category_common .nav-sub-menu, .nav-root .nav-root-menu, .landing .nav-sub-menu {
  left: -9999px;
  visibility: hidden;
  opacity: 0;
}

#productDetails #new-in .hover .nav-sub-menu,
#new-in .hover .nav-sub-menu, .PLP_css #category_common .hover .nav-sub-menu{
        left: 0;
        visibility: visible;
        opacity: 1;
}

.landing #page, #productDetails #page,
#new-in #page, .PLP_css #category_common #page {
}

.is-on .nav-sub-menu {
  display: none;
}

.hover .nav-sub-menu {
  display: block;
}

nav.float {
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 988px;
}

.nav-main {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 986px;
  z-index: 100;
}
.nav-main .nav-main-inner {
  width: 986px;
  margin: 0 auto;
  display: table;
  *display: block;
}
.nav-main ul {
  list-style: none;
  padding: 0;
}
.nav-main a:hover,
.nav-main .hover .nav-major-title {
  color: rgba(17, 17, 17, 0.2);
  text-decoration: none;
  font-weight: normal;
}
.nav-main .is-on .nav-major-title {
  text-decoration: none;
  font-weight: bold;
}
.nav-main .hover .nav-root-menu {
  z-index: 998;
}

.nav-root {
  display: table-cell;
  zoom: 1;
  *display: inline;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-root a {
  display: block;
  color: #111111;
  font-family: "Sabon LT", Georgia, Times, serif;
  font-size: 13px;
}
.nav-root .nav-item-title {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Engravers Gothic", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
.nav-root .nav-major-title {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
}
.nav-root .nav-root-menu {
  position: absolute;
  display: table;
  padding: 0;
  background: #f4f4f4;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  *display: block;
  *width: 986px;
  *margin-top: 30px;
}

.nav-lifestyle {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nav-beauty-root-menu .col {
  width: 100px;
}
.nav-beauty-root-menu .col-small {
  width: 80px;
  *width: 110px;
}

.nav-root-menu .col {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 30px;
  white-space: normal;
  width: 134px;
  zoom: 1;
  *display: inline;
  _width: 130px;
}
.nav-root-menu .col li {
  padding-bottom: 10px;
}
.nav-root-menu .col-small {
  width: 114px;
  _width: 130px;
}
.nav-root-menu .nav-item-title {
  line-height: 1;
  white-space: nowrap;
  margin: 15px 0;
}
.nav-root-menu .nav-sub-menu {
  margin: 15px 0;
}

.nav-all a {
  font-style: italic;
}

.landing .nav-sub-menu {
  margin: 0;
  position: relative;
  zoom: 1;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.landing .hover .nav-sub-menu {
  height: auto;
  margin: 15px 0;
}

#productDetails .is-on .nav-root-menu,
#new-in .is-on .nav-root-menu,
.PLP_css #category_common .is-on .nav-root-menu,
#women .nav-women-root-menu,
#men .nav-men-root-menu,
#beauty .nav-beauty-root-menu,
#homeAndGift .nav-lifestyle-root-menu {
  z-index: 997;
}

/*
.cosmetics {
    .nav-root {
        // when main nav has 4 items
        //width: $nav-inner-width / 4;
        width: auto;
		padding-left: 20px;
		padding-right: 20px;
    }
    .nav-lifestyle {
		padding-left:0 !important;
		padding-right:0 !important;
	}
    .nav-beauty-root-menu {
        .col{
            width: 100px;
        }
        .col-small{
            width: 80px;

            *width: 110px;
        }
    }
    // no longer needed if grooming moved to beauty

    // .nav-men-root-menu {
    //     .col{
    //         width: 100px;
    //     }
    //     .col-small{
    //         width: 80px;

    //         *width: 110px;
    //     }
    // }
}
*/
/* =====================================
  END: Site Refresh Main Nav
======================================= */




/* New Form Style */
.formTxtField{
    border: 1px solid #b5b5b5;
    padding: 3px 5px 2px;
    margin: 5px 2px;
    width: auto;
}
.formSelectField{
    border: 1px solid #b5b5b5;
    padding: 1px;
    margin: 5px 2px;
}
.formCheckbox{
    width: 14px;
}
input.withError{
    border: 2px solid red;
    padding: 2px 4px 1px;
}
select.withError{
    border: 2px solid red;
    padding: 0;
}
.fieldErrorMsg{
    color: #CF1010;
}

.site-locale-en_US p.HKonly,
.site-locale-en_US p.CNonly{
    display: none;
}
.zh_HK .site-locale-en_US p.HKonly,
.zh_CN .site-locale-en_US p.CNonly{
    display: block
}

.lc-tabs-wraper{
    position: relative;
    float: left;
    left: 50%;  
}
.lc-tabs-wraper .ui-tabs-nav{
    position: relative;
    float: left;
    right: 50%;
    margin-bottom: 0;
    border: 0;
}
.lc-tabs-panels {
	border-top: 2px solid black;
}



/* Legal Compliance - start */
/* Legal Compliance : master */
.legal-compliance-signup p,
.legal-compliance-signup label {
	font-size: 10px;
	line-height: 1.2em;
	font-family: Arial;
	color: #666;
}
.legal-compliance-signup p a{
	color: #666;
}
.legal-compliance-signup-upperpart-statement{
	margin-top: 12px;
}
.legal-compliance-signup-lowerpart-statement{
	margin-bottom: 12px;
}
.legal-compliance-signup .labelOptIn{
	font-weight: normal;
	font-size: 12px;
	color: black;
}
.legal-compliance-signup .labelOptOut{
	font-weight: normal;
}
.dialog-change-pw .legal-compliance-signup{
	margin-bottom: 20px;
}
/* Legal Compliance : checkout */
#placeOrderQuickRegisterFieldSet .placeorderQuickRegLegalCompliance{
	clear: both;	
}

#placeOrderQuickRegisterFieldSet .placeorderQuickRegLegalCompliance .labelOptIn{
	font-size: 11px;	
}

#placeOrderQuickRegisterFieldSet .placeorderQuickRegLegalCompliance .legal-compliance-signup p{
	padding-top: 10px;	
}
#checkout_register_create .legal-compliance-signup p{
	margin-top:12px;
	/*width: 460px;*/
}
.legal-compliance-upper-fieldset {
	height: 60px;
}
#checkout_order_conf .legal-compliance-upper-fieldset .labelOptIn{
	position: absolute;
	left: 20px;
	line-height: 14px;
}
#checkout_order_conf .legal-compliance-signup-lowerpart-statement {
	margin-top: 12px;
	text-align: left;
}
#checkout_register_create #main-content .fieldset-legal-compliance{
	margin-top: 12px;
}
/* Legal Compliance : ipad */
.field-optInOut .legal-compliance-signup{
	padding-left: 120px;
	line-height: 0.5em;
}

#ipad-form-newsLetter .field-optInOut .legal-compliance-signup{
	padding-left: 110px;
	line-height: 0.5em;
	height: 50px;
	margin:10px 0;
	position: relative;
	width: auto;
	font-size: inherit;
}

.field-optInOut .legal-compliance-signup label{
	position: absolute;
	width: 350px;
	left: 134px;
	color: black;
}

#view-ipad-form .legal-compliance-signup{
	width: 540px;
	margin: 0 auto 20px;
	font-size: 0.85em;
	color: black;
}

#ipad-form-newsLetter .legal-compliance-signup .labelOptIn {
	font-size: 14px;
	color: #725C44;
}
/* Legal Compliance : partnership promotion */
#partnershipPromotions .tab_content .legal-compliance-signup a,
#partnershipPromotions .tab_content .legal-compliance-signup label,
#partnershipPromotions .legal-compliance-signup p, .legal-compliance-signup label {
	color: #666;
}
#partnershipPromotions .tab_content .legal-compliance-signup label {
	line-height: 20px;
}
#partnershipPromotions .tab_content .legal-compliance-signup .labelOptIn{
	line-height: 16px;
	padding-top: 2px;
	position: absolute;
	color: black;
	font-size: 12px;
}
#partnershipPromotions .tab_content .legal-compliance-signup .labelOptOut{
	font-size: 10px;	
}
/* Legal Compliance : Sale Preview */
#salePreviewCreateAccountFormContainer .legal-compliance-signup{
	text-align: left;
	margin-top: 20px;
}

#salePreviewCreateAccountFormContainer .legal-compliance-signup label{
	line-height: 2em;	
}

#salePreviewCreateAccountFormContainer .saleGatewaySignupConsent .legal-compliance-signup{
	height: 60px;
	position: relative;	
}

#salePreviewCreateAccountFormContainer .saleGatewaySignupConsent .legal-compliance-signup label{
	font-size: 12px;
	line-height: 1.4em;
	position: absolute;
}
/* Legal Compliance - end */



/* checkout flow */
#main-content .edit, #main-content .delete, #main-content .change {
    font-family: 'Engravers Gothic', Arial, Helvetica, sans-serif;
    border:1px solid #000000;
    line-height: 1.2;
    padding: 0 3px;
}

.checkoutFlow .cart_table {
    width: 100%;
}
.edit-disable, .edit-disable:hover{
    background-color: transparent !important;
    color: #cccccc !important;
    border-color: #cccccc !important;
    cursor: default !important;
}
#cartSummaryContentContainer {
    background: #ffffff;
    margin-bottom: 20px;
}

/* END: checkout flow */

/* Sign up form */
fieldset .mobilePhone {
/*     width: 137px; */
}
fieldset .last {
    margin-right: 0!important;
}

/* Sign In - Dropdown */

.account-dropdown-wrap {
  position: relative;
  *z-index: 1010;
  _z-index: 1010;
}

.account-dropdown {
  position: absolute;
  z-index: 1010;
}

.account-dropdown > .account-dropdown-inner {
  min-width: 100px;
}

.lt-ie7 .account-dropdown .account-dropdown-inner {
  width: 100px;
}

#account .account-dropdown,
#account .account-dropdown-header {
  border: 3px solid #000;
  background: #fff;
}

#account .account-dropdown {
  top: 16px;
  left: -1.1em;
  padding: 10px;
}

#account .account-dropdown-header {
  position: absolute;
  top: -27px;
  left: -3px;
  padding: 3px 0.3em;
  border-bottom: 0;
  white-space: nowrap;
}

#account .account-dropdown-header a {
  display: block;
  padding: 2px 0.5em;
  height: 14px;
  background: #000;
  color: #fff;
  text-decoration: none;
}

/* -- Social Login - New Form Style --*/

input, textarea, select {
  outline: none;
}

input.input-box, textarea {
  width: 242px;
  border: 1px #cccccc solid;
  padding: 6px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin: 0 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

input.input-box {
  height: 18px;
}

input::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
input:-ms-input-placeholder {
  color: #999999;
}
input.input-box:hover:not([disabled]), input.input-box.hover {
  border-color: #999999;
}

textarea:hover:not([disabled]), textarea.hover {
  border-color: #999999;
}

input.input-box:focus, input.input-box.focus {
  border-color: #000000 !important;
}

textarea:focus:not([disabled]), textarea.focus {
  border-color: #000000 !important;
}

input.input-box.error, textarea.error {
  border-color: #cc0000;
  color: #000;
}

input[disabled], textarea[disabled] {
  background: #eeeeee;
}

input[type=radio].css-radio, input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

.lt-ie9 input[type=radio].css-radio, .lt-ie9 input[type=checkbox].css-checkbox {
  position: static;
  height: auto;
  width: auto;
  margin: 0 0 10px 0;
  padding: auto;
}

/* the base style for radio and checkbox */
input[type=radio].css-radio + .css-label:before, input[type=checkbox].css-checkbox + .css-label:before {
  font-family: "lc-icons" !important;
  margin-right: 0.5em;
  margin-top: -1px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 18px;
  color: #CCCCCC;
}
input[type=radio].css-radio:hover + .css-label:before, input[type=checkbox].css-checkbox:hover + .css-label:before {
  cursor: pointer;
}
input[type=radio].css-radio:active + .css-label:before {
  color: #000000;
}
input[type=checkbox].css-checkbox:active + .css-label:before, input[type=checkbox].css-checkbox:focus + .css-label:before {
  color: #000000;
}
input[type=radio].css-radio:focus + .css-label, input[type=checkbox].css-checkbox:focus + .css-label {
/*  color: #999999;*/
}
input[type=radio].css-radio + .css-label:before {
  content: "\e012";
}

input[type=radio].css-radio + .css-label.radio-mini:before, 
input[type=checkbox].css-checkbox + .css-label.checkbox-mini:before {
  font-size: 12px;
  margin: 0;
}

/* radio and checkbox active and focus style */
/* radio and checkbox focus style */
/* radio uncheck icon font */
.lt-ie9 input[type=radio].css-radio + .css-label:before {
  content: "";
}

/* checkbox uncheck icon font */
input[type=checkbox].css-checkbox + .css-label:before {
  content: "\e014";
}

.lt-ie9 input[type=checkbox].css-checkbox + .css-label:before {
  content: "";
}

/* radio checked icon font and style */
input[type=radio].css-radio:checked + .css-label:before {
  content: "\e013";
  color: #000000;
}

.lt-ie9 input[type=radio].css-radio:checked + .css-label:before {
  content: "";
}

/* checkbox checked icon font and style */
input[type=checkbox].css-checkbox:checked + .css-label:before {
  content: "\e015";
  color: #000000;
}

.lt-ie9 input[type=checkbox].css-checkbox:checked + .css-label:before {
  content: "";
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}

input.input-search {
  width: 400px;
}

.single-field .input-box {
  margin-bottom: 0;
  margin-right: 10px;
  float: left;
}
.single-field .btn {
  float: left;
}

.input-wrap {
  margin-bottom: 10px;
}

.noCustom select {
  width: 242px;
  border: 1px #cccccc solid;
  padding: 6px 0 6px 6px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin: 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.noCustom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-radius: 0;
  margin: 0;
  display: inline;
  vertical-align: middle;
  height: 32px;
}
.noCustom .select {
  margin: 0 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  overflow: hidden;
  width: 242px;
}

.lt-ie9 .noCustom .select{
	border-right: 1px solid #CCC;
}

.lt-ie9 .noCustom .select:hover {
	border-color: #999999;
}

.noCustom .select:after {
  content: "\e008";
  font-family: "lc-icons";
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
  font-size: 12px;
  pointer-events: none;
}

.ie .noCustom .select:after {
  content: "";
}

.noCustom select:hover:not([disabled]), .noCustom select.hover {
  border-color: #999999;
}
.noCustom select.error {
  border-color: #cc0000;
  color: #000;
}
.noCustom select[disabled] {
  background: #eeeeee;
}

.noCustom .error {
  background: #fff;
}

/* New Button */

/*.btn {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #666666;
  font-family: "Lane Crawford", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  border: 0;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 12px;
  height: 30px;
  padding: 0 24px;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  line-height: 32px;
}
.btn:hover {
  opacity: 0.7;
}*/

/* New Form Elements */

form.noCustom,
.noCustom-form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.modal-layout {
	margin: 20px 0 0 0;
}

.noCustom fieldset {
  padding: 0 0 10px 0;
}

.noCustom legend,
.noCustom label {
  display: block;
  color: #000;
  font-family: "Lane Crawford", "Brandon Grot", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
}

.noCustom legend {
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
}

.noCustom label {
  font-weight: 200;
}

.noCustom .css-label {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

.noCustom .label-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;

  position: relative;
  top: 2px;

  /*padding: 9px 0 5px;*/
  margin-bottom: 10px;
}

.noCustom .label-block {
  margin: 10px 0;
  text-align: left;
  text-transform: none;
}

.noCustom .label-empty {
  margin: 0;
}

.noCustom .label-general {
  text-align: left;
  text-transform: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 19px;
}

.noCustom .form-info {
  color: #666666;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 10px 0;
}

.noCustom .form-error-message {
  display: block;
  color: #cc0000;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-style: normal;
  line-height: 12px;
  margin: 0 0 5px 0;
}

.noCustom .form-error-message a {
  color: #cc0000;
}

.control-group {
  overflow: hidden;
  *overflow: visible;
  _overflow: visible;
  _zoom: 1;
}

.control-group .btn,
.control-group > p {
  margin: 0 0 0.5em;
}

.control-group > p {
  font-size: 12px;
  line-height: 14px;
}

.control-inline .control-unit{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  vertical-align: top;
}

.control-unit {
  *display: inline;
  *zoom: 1;
  _zoom: 1;
  margin-right: 10px;
  float: left;
  position: relative;
}

.lastUnit {
  margin-right: 0;
  float: none;
  overflow: hidden;
  _position:relative; 
  _left:-3px; 
  _margin-right: -3px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.alert,
.errorBox {
  margin: 0 0 20px 0;
  padding: 10px;
}

.alert-error,
.errorBox {
  background-color: #c00;
  color: #fff;
  text-align: center;
}

/*------------------------------------*\
  BUTTONS
/*------------------------------------*/

/* -- Reset -- */

.btn.greyButton {
  float: none;
}

/* -- */

.btn {
  display: inline-block;
  cursor: pointer;

  text-align: center;

  font-family: 'BrandonGrotW01-Regular', 'Arial', 'san-serif';
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
  .btn:hover, 
  .btn.hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    text-decoration: none;
  }

  .disabled .btn,
  .disabled .btn:hover,
  .btn.disabled,
  .btn:hover.disabled {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    cursor: default;
    text-decoration: none;
  }
  .btn.hide {
    visibility: hidden;
  }
  .btn[data-icon]:before,
  .btn[data-icon] > i {
    padding-right: 8px;
    font-size: 16px;
    vertical-align: bottom;
  }

  .btn--big {
    height: 40px;
    line-height: 40px;

    padding: 0px 40px;
    min-width: 40px; /* 120 - 40 - 40 */

    font-size: 14px;
  }
  .btn--regular {
    height: 32px;
    line-height: 32px;

    padding: 0px 24px;
    min-width: 52px; /* 100 - 24 - 24 */

    font-size: 12px;
  }
  .btn--small {
    height: 24px;
    line-height: 24px;

    padding: 0px 16px;
    min-width: 48px; /* 80 - 16 - 16 */

    font-size: 10px;
  }

  .btn--white-text {
    color: #fff;
  }

  .btn__transparent {
    font-family: "Brandon Grot W01 Medium";

    background-color: transparent;
    border: 1px solid #000;
  }
    .btn__transparent--regular {
      font-family: "BrandonGrotW01-Regular";
    }
    .btn__transparent--inverted,
    .btn.btn__transparent--inverted {
      border-color: #fff;
      color: #fff;
    }
    .btn__transparent.disabled,
    .disabled .btn__transparent {
      opacity: 0.3;
      filter: alpha(opacity=30);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }

  .btn--regular.btn__transparent {
    height: 30px;
    line-height: 30px;
  }
  
  .fl .btn--regular.btn__transparent,
  .fr .btn--regular.btn__transparent {
    margin: 0.5em;
  }


  .btn__generic,
  .btn.btn__generic {
    background-color: #999;

    font-family: "Brandon Grot W01 Medium";
    color: #fff;
  }
    .btn__generic.disabled,
    .btn.btn__generic.disabled,
    .disabled .btn__generic {
      color: #ccc;
    }

  .btn__major,
  .btn.btn__major {
    background-color: #666;

    font-family: "Brandon Grot W01 Medium";
    color: #fff;
  }
    .btn__major.disabled,
    .btn.btn__major.disabled,
    .disabled .btn__major {
      color: #999;
    }

  .btn__important,
  .btn.btn__important {
    background-color: #333;

    font-family: "Brandon Grot W01 Bold";
    color: #fff;
  }
    .btn__important.disabled,
    .btn.btn__important.disabled,
    .disabled .btn__important {
      color: #666;
      
    }

  .btn__ultimate,
  .btn.btn__ultimate {
    background-color: #000;

    font-family: "Brandon Grot W01 Black";
    color: #fff;

    border: 1px solid white;
    box-shadow: 0 0 0 2px #000;
  }
    .btn__ultimate.disabled,
    .btn.btn__ultimate.disabled,
    .disabled .btn__ultimate {
      color: #333;
    }


.btn[data-icon],
.btn[data-icon]:hover {
	text-decoration: none;
}

/* -- Divider -- */

.lineGroup-horizontal {
    position: relative;
    text-align: center;
    margin: 0.4em 0;
}

.lc-product-major .lineGroup-horizontal{ /*PDP203*/
margin:0;
padding: 0.1em 0;
}

.lineGroup-horizontal .lineGroup-line {
    position: absolute;
    z-index: 0;
    top: 0;
    right:0;
    left: 0;
    height: 8px;
    border-bottom: 1px dotted #999;
}

.lineGroup-horizontal .lineGroup-text {
    position: relative;
    z-index: 1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    line-height: 16px;
    font-family: "Lane Crawford", "Brandon Grot", Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #999;
}

/* --- */

.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;

  padding: 6px 0;
  line-height: 20px;
}

/*-- Legal --*/

.legal-compliance-signup .label-general {
  font-weight: normal;
}

.modal-content input.css-radio[type="radio"] + .css-label.radio-mini:before,
input.css-checkbox[type="checkbox"] + .css-label.checkbox-mini:before {
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  vertical-align: top;
}

.field-container-optOut {
  margin-top: 0.5em;
}

/* --- */

#headerSignInContainer {
  width: 286px;
}

#headerSignInContainer #headerSignInOutputMsgContainer{
  margin: 0;
  width: auto;
}

#headerSignInContainer .errorBox{
  padding: 10px;
}

#headerSignInContainer .lineGroup-horizontal {
	margin: 0;
}

#headerGigyaSignInContainer .control-unit {
  width: 138px;
  display: inline-block;
}

.lt-ie8 #headerGigyaSignInContainer .control-unit {
	display: block;
}

#headerGigyaSignInContainer .btn {
  display: block;
}

#headerGigyaSignInContainer .btn:hover {
  text-decoration: none;
}

#headerSignInForm .password {
  width: 138px;
  float: left;
}

#headerSignInForm .headerBtn {
  width: 138px;
}

#headerSignInForm .btn{
  display: block;
}

#headerSignInForm fieldset.signIn {
  padding: 0 0 0;
}

#headerSignInForm p {
  font-size: 100%;
}

#headerSignInForm a.help {
  color: #666666;
}

#accountCreatedInputAdditionalInfoForm a.help {
  color: #666666;
}

.gigyaLoginExistingAccount #existingAccountForm {
	margin:0;
}

#forgottenPasswordSuccessContent{
	margin:0;
}

.FBFacepile {
	width: 340px;
	margin: auto;	
}