/* CSS of popup.css */
.popup {
    text-align: left;
    background: url(../../../assets/images/bkg-signin.jpg) repeat-x 0 100% #d9d9d8;
    position: absolute;
    z-index: 99;
}
.popup a.btnClose {
    text-indent: -2000px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../../../assets/images/icons_0305.png) -249px -57px no-repeat;
    width: 22px;
    height: 22px;
    padding: 0!important;
    z-index: 8;
}
.popup div.divider {
    padding-top: 10px;
    margin-top: 10px;
    border-top: dotted 1px #4b4a4a;
    text-align: center;
}
.popup div.divider a.popupClose {
    float: none !important;
}
.overlay {
    display: none;
    position: absolute;
    z-index: 10;
    width: 472px;
    top: 0px;
    right: 0px;
}
.overlay .msg2 {
    width: 100%;
    overflow: hidden;
}
.overlay .buttons {
    padding: 0 !important;
    width: 100%;
    overflow: hidden;
}
.overlay .msg {
    font-size: 0.917em;
    color: #252e3c;
}
.overlay ul {
    clear: both;
    width: 350px;
    margin: 15px auto;
    padding: 0px 0;
    overflow: hidden;
}
.overlay li {
    padding: 6px 0 0 0!important;
    float: none!important;
}
.overlay label, .overlay a {
    display: inline;
}
.overlay h1 {
    font-size: 1.167em;
    font-weight: normal;
    line-height: 1.8em;
    color: #252e3c;
}
.overlay .button {
    display: inline;
    padding: 2em .5em;
    margin-right: 0;
    font-size: 10px;
    font-weight: bold;
}
.overlay span, .overlay .msg2 span, .overlay .msg2 a.button {
    display: block;
    float: left;
}
.overlay .msg2 a.button {
    max-width: 160px;
}
.overlay .msg2 span {
    padding: .65em;
    text-align: center;
    font-size: 1.077em;
}
.overlay p {
    padding: 10px 0;
}
.overlay .col1 {
    float: left;
    width: 440px;
}
.overlay .col2 {
    float: left;
    width: 230px;
    padding-left: 0px;
}
.overlay .col {
    width: 50%;
}
.overlay .required {
    display: inline;
    float: none;
    padding: 0 2px
}
.overlay .lookLink, .overlay .gotoLink {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
/*.overlay ul {width:355px; margin: 0 auto;}*/
.overlay .highlight {
    background: #fef8d2!important;
}
.overlay input.idleField {
    height: 24px;
    line-height: 30px;
    padding: 7px 0 0 5px;
}
.overlay input.idleField, .overlay textarea {
    background: url(../../../assets/images/bkg-input.jpg) repeat-x #fff;
    border: 1px solid #c3c1c2;
    border-top: none;
}
.overlay .msg p {
    width: 310px;
    padding: 5px 0 10px 0px;
}
#divSelectOrCreateLookbook {
    width: 435px;
    position: absolute;
    top: 10px;
    left: 0px;
}
#divSelectOrCreateLookbook h5, #divSelectOrCreateLookbook h5 span {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
#divSelectOrCreateLookbook h5 span {
    display: block;
    margin-bottom: 8px;
    float: none;
    margin-top: 8px;
}
#divSelectOrCreateLookbook ul ul {
    overflow: auto;
    margin-bottom: 6px;
    padding: 0px;
    height: 135px;
    background: url("../../../assets/images/bkg-input.jpg") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #C3C1C2;
    border-top: none;
}
#divSelectOrCreateLookbook ul ul li a {
    padding: 0 15px;
}
#divSelectOrCreateLookbook ul ul li:hover {
    color: #fff;
    background-color: #999;
}
#divSelectOrCreateLookbook a.backLink {
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
    padding: 3px 20px;
}
#divSelectOrCreateLookbook .createLookbook input {
    width: 355px;
}
.overlay li.createLookbook {
    padding: 0!important;
    margin: 0;
}
#divSelectOrCreateLookbook .createLookbook h5 {
    padding: 5px 0 0 0;
    margin: 0;
}
#divSelectOrCreateLookbook .createLookbook h5 span {
    padding: 0;
    margin: 0 0 3px 0;
}
.overlay p.errorMsg {
    padding: 3px 0;
}
#divItemAddedToLookbook {
    width: 440px;
}
#divItemAddedToLookbook .lookLink {
    text-decoration: none;
}
#divItemAddedToLookbook .or {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    margin-top: -8px;
    width: 10px;
}
#divItemAddedToLookbook .button {
    width: 124px;
    font-size: 10px;
}
#divItemAddedToLookbook #btnGoToLookbook {
    position: relative;
    left: 23px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}
#divItemAddedToLookbook h1 {
    background: url(../../../assets/images/icon-lookbook.gif) no-repeat 0 5px transparent;
    padding-left: 23px;
}
#divItemAddedToLookbook .iconLookbookPopup {
    padding-left: 0;
    background-image: url(https://d92fx4x4oq52j.cloudfront.net/assets/css/global_1102.css);
}
#divItemAddedToLookbook .msg2 {
    margin-top: 10px;
    padding: 10px 0 10px 5px !important;
}
#lookbookAddNoReg {
    color: #252e3c;
    display: none;
    width: 435px;
}
#lookbookAddNoReg ul {
    width: 340px; /*margin:0 auto;*/
}
#lookbookAddNoReg .hrLine {
    margin: 10px 0!important;
}
#lookbookAddNoReg .button {
    float: left;
    font-size: 10px
}
#lookbookAddNoReg a.lookLink {
    display: block;
    float: left;
    padding: 0px 10px;
    margin-top: 4px
}
#lookbookAddNoReg .lookLink a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
#lookbookAddNoReg li.buttons .ClosePopup a:active {
    padding-left: 15px;
    text-decoration: none;
}
#lookbookAddNoReg li.buttons .ClosePopup a:hover {
    text-decoration: underline;
}
#lookbookAddNoReg .iconLookbookPopup {
    margin-top: 4px;
    padding-left: 0
}
#lookbookAddNoReg h1 {
    padding-left: 27px
}
#emailOverlay {
    position: relative;
    display: none;
    width: 450px;
}
#emailOverlay ul, #emailConfirmationOverlay ul {
    width: 80%;
    margin: 0 auto;
}
#emailOverlay h1 {
    padding-top: 15px;
}
#emailOverlay .errorMsg ul {
    padding: 7px 0;
}
#emailOverlay .errorMsg {
    padding: 30px 0 0 0;
}
#emailOverlay li {
    padding: 0!important;
}
#emailOverlay .requiredStatement {
    text-align: right;
    padding: 15px 0px 20px 0;
    font-size: 11px;
    font-size: 11px;
}
#emailOverlay textarea {
    width: 360px;
    margin-bottom: 10px;
}
#emailOverlay input.idleField, #emailOverlay textarea {
    background: url(../../../assets/images/bkg-input.png) repeat-x #fff;
    border: 1px solid #c3c1c2;
}
#emailOverlay label span {
    display: inline;
    float: none!important;
}
#emailOverlay td.title {
    width: 110px
}
#emailOverlay td.value, #emailOverlay td.value input.idleField {
    width: 240px;
}
#emailOverlay .addAnother {
    text-transform: uppercase;
}
#emailOverlay .addAnother a {
    color: #fff;
    text-decoration: underline;
    font-size: 11px;
}
#emailOverlay .addAnother a:hover {
    color: #990008;
}
#emailOverlay .messageBox {
    padding: 20px 0 0 0;
}
#emailOverlay .radioSet {
    padding: 20px 0;
}
#emailOverlay .addAnother {
    padding: 0 0 20px 0;
}
#emailOverlay .radioSet label {
    width: 200px;
    padding-left: 5px;
}
#emailOverlay .radioSet input {
    width: auto;
}
#emailOverlay .buttons {
    padding-top: 0px;
}
#emailOverlay {
    color: #252e3c;
}
#emailOverlay td {
    padding: 5px 0;
}
#emailOverlay span.includeComments input, #emailOverlay span.sendYourself input {
    margin-right: 10px;
}
#emailOverlay span.includeComments label {
    margin-top: -5px !important;
    font-size: 11px;
    line-height: 14px;
}
#emailOverlay span.sendYourself input {
*float: left;
    _float: right;
}
#emailOverlay .sendYourself label {
    float: right;
*float: left;
    _float: right;
    margin-top: 2px !important;
*margin-top: 5px !important;
    line-height: 14px;
    font-size: 11px;
}
/* Restlye Checkbox */
#emailOverlay span.lookbookCheckbox {
    height: 15px;
    width: 100%;
    padding: 0 15px 0px 25px;
    background: url(../../../assets/images/checkbox.gif);
    background-repeat: no-repeat;
    cursor: default;
}
#emailOverlay .lookbookCheckbox input {
    height: 15px;
    display: none;
}
#emailOverlay .lookbookCheckbox input.show {
    display: inline;
}
#emailOverlay .selected {
    background-position: 0 -19px;
}
#emailOverlay #checkboxDiv {
    margin: 20px 0;
    height: 13px
}
#emailOverlay #pValidationErrorEmail {/*position:absolute; float:left; top:25px; left:35;*/
}
#emailOverlay #pValidationErrorEmail ul {
    width: 100%
}
#emailOverlay .iconEmail {
    background: url("../../../assets/images/icons_0305.png") no-repeat scroll -145px 0px transparent;
    height: 20px;
    width: 25px;
}
#emailOverlay div ul li.buttons a.emailLink {
    line-height: 20px;
    padding: 4px 10px 36px 10px;
    text-decoration: underline;
    font-size: 10px;
}
#emailConfirmationOverlay h1 {
    text-align: center;
}
#emailConfirmationOverlay h1 img {
    padding-right: 10px;
}
#emailConfirmationOverlay p {
    text-align: center;
    font-size: 11px;
    padding: 0;
}
#emailConfirmationOverlay div.divider {
    padding: 18px 0 20px 0;
}
/*#emailConfirmationOverlay span {display:inline; float:none;}*/

/** turn this off, use the ones that are moved to the popup.css file.
#emailOverlay{ display:none; width:450px;font-size:0.917em;}
#emailOverlay ul, #emailConfirmationOverlay ul {width:80%; margin: 0 auto;}
#emailOverlay h1 {padding-top:15px;}
#emailOverlay .errorMsg ul {padding:5px 0;width:100%!IMPORTANT;}
#emailOverlay .errorMsg {padding:30px 0 0 0;}
#emailOverlay li{padding:0!important;}
#emailOverlay .requiredStatement {text-align:right;padding:30px 0px 20px 0;}
#emailOverlay textarea {width:350px;margin-bottom:10px;}
#emailOverlay input.idleField, #emailOverlay textarea {background: url(../../../assets/images/bkg-input.png) repeat-x #fff; border:1px solid #c3c1c2; }
#emailOverlay label span {display:inline;float:none!important;}
#emailOverlay td.title {width:110px}
#emailOverlay td.value, #emailOverlay td.value input.idleField{width:250px;}
#emailOverlay .addAnother { text-transform:uppercase;}
#emailOverlay .addAnother a{color:#fff;text-decoration:underline}
#emailOverlay .addAnother a:hover{color:#990008;}
#emailOverlay .messageBox {padding:20px 0 0 0;}
#emailOverlay .radioSet {padding: 20px 0;}
#emailOverlay .addAnother{padding: 0 0 20px 0;}
#emailOverlay .radioSet label {width:200px;padding-left:5px;}
#emailOverlay .radioSet input {width:auto;}
#emailOverlay .buttons {padding-top:0px;}

#emailOverlay .sendYourself label, #emailOverlay .sendYourself input{float:left; display:block;}
***/


/** Request Quote overlay from product detail page **/
#requestQuate {
    display: none;
    width: 800px;
    color: #333;
    right: 225px;
    top: 30px;
    font-size: .80em;
}
#requestQuate ul {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 18px 0 42px 0;
    width: 85%;
}
#requestQuate ul li p {
    font-size: 11px;
    padding: 0px;
    line-height: 16px
}
#requestQuate .title {
    float: left;
    width: 50%;
    font-size: 20px
}
#requestQuate .overlay .col2 {
    float: left;
    width: 190px;
}
#requestQuate .col {
    float: left;
    width: 50!important;
}
#requestQuate .leftPanel {
    width: 200px;
    padding-left: 14px;
}
#requestQuate .col1 p {
    float: left;
    width: 90%;
    margin-bottom: 20px;
}
#requestQuate .requiredStatement {
    float: right;
    width: 50%;
    text-align: right;
}
#requestQuate input, #requestQuate label {
    display: block;
}
#requestQuate label {
    font-size: 1em;
}
#requestQuate input.idleField {
    width: 192px;
}
#requestQuate input.idleField, #requestQuate textarea.idleField {
    background: url(../../../assets/images/bkg-input.png) repeat-x #fff;
    border: 1px solid #c3c1c2;
}
#requestQuate input.city, #requestQuate input.country {
    width: 88px;
}
#requestQuate input.state, #requestQuate input.zip {
    width: 82px;
}
#requestQuate .radioSet {
    margin-top: 5px;
    margin-bottom: 10px;
}
#requestQuate .radioSet label {
    width: 30px;
    display: inline;
    line-height: .4em;
}
#requestQuate .radioSet input {
    width: 30px;
    display: inline;
}
#requestQuate .strangebuttonset {
    position: relative;
    margin-top: 5px !important;
}
#requestQuate .designerSet label.designerFor {
    display: block;
    clear: both;
}
#requestQuate input.highlight, #requestQuate textarea.highlight {
    background: #fef8d2;
}
#requestQuate #designerDiv input, #requestQuate #designerDiv label {
    display: inline;
}
#requestQuate #designerDiv input {
    margin: 4px;
    margin-left: 8px
}
#requestQuate #designerDiv label {
    position: relative;
    bottom: 2px
}
#requestQuate fieldset.sendCopy {
    margin-bottom: 10px;
}
#requestQuate .col2 a.emailLinka {
    padding-top: 6px !important;
}
.overlay h1.requestQuoteBold {
    font-size: 15px;
    padding: 13px 0;
    margin-bottom: 0px;
}
/** Edit Lookbook Overlay**/
#divItemAddedToLookbook, #divSelectOrCreateLookbook {
    position: absolute;
    width: 435px;
    left: 20px;
    top: 0px;
}
#editLookbookName {
    left: 280px;
    top: 0px;
    position: absolute;
    display: none;
    width: 435px;
    padding-bottom: 10px;
}
#editLookbookName .iconLookbookPopup {
    width: 12px;
    padding-left: 10px;
}
#editLookbookName input.idleField, #divSelectOrCreateLookbook input.idleField {
    width: 343px;
}
#editLookbookName h1 {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 5px;
}
#editLookbookName .buttons .cancelLink {
    color: #fff!important;
    text-decoration: underline;
    font-weight: bold;
    padding: 7px 20px;
}
#editLookbookName .errorMsg {
    padding: 10px 0;
}
#divItemAddedToLookbook a.lookLink {
    padding-left: 20px;
}
#divAddToLookbook {
    position: relative;
}
#divAddToLookbook label.dropdown {
    font-size: 11px;
    color: #252525;
}
#editLookbookName.overlay .buttons {
    margin-top: 10px;
}
h1.con_pref {
    margin-bottom: 15px;
}
a.emailLinka {
    display: block;
    float: right;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 12px 27px;
    color: #fff!important;
}
#requestQuate p.requiredStatementa {
    margin-bottom: -15px !important;
    padding: 0;
    width: 145px;
    float: none;
    font-weight: bold;
}
.recipientList .title label, table .title label {
    font-size: 11px;
    font-size: 11px\0/;
*font-size: 11px;
}
table tr td.title label {
    width: 110px !important;
    padding-left: 4px;
    display: block;
*display: block;
}
#tblAddEmails .title {
    font-size: 11px;
*font-size: 11px;
    padding-left: 5px;
}
#tblAddEmails > .title {
    font-size: 11px;
*font-size: 11px;
    padding-left: 5px;
}
.addAnother .addAnch {
    font-size: 10px;
    font-weight: bold;
}
/*global css overwrite*/

a.lookLink:visited {
    text-decoration: none;
    color: #ffffff;
}
a.lookLink:active {
    text-decoration: none;
    color: #ffffff;
}
a.lookLink:hover {
    text-decoration: underline;
    color: #ffffff;
}
/* CSS of shadow.css */
.popup {
    background: url(../../../assets/images/bkg-popup-g.jpg) repeat-x;
    position: relative;
}
.popup-shadow {
    -moz-box-shadow: 1px 3px 10px #777;
    -webkit-box-shadow: 1px 3px 10px #777;
    box-shadow: 1px 3px 10px #777;
}
.popup-shadow2 {
    -moz-box-shadow: 3px 6px 10px 10px #444444;
    -webkit-box-shadow: 3px 6px 10px 10px #444444;
    box-shadow: 3px 6px 10px 10px #444444;
}
.popup-shadow3, .popup-shadow2, .popup-shadow {
    -moz-box-shadow: 1px 3px 3px #d0d0d0;
    -webkit-box-shadow: 1px 3px 3px #eee;
    box-shadow: 1px 3px 3px #d0d0d0;
}
.popup-shadow2, .popup-shadow {
    -moz-box-shadow: 10px 10px 20px #222; /* Firefox */
    -webkit-box-shadow: 10px 10px 20px #222; /* Safari and Chrome */
}
/* CSS of global.css */
html, body {
    height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f9f9f9;
    color: #666;
    font-size: 100%;
}
form {
}
/* Fix textareas in Chrome */
textarea {
    resize: none
}
span#litCategoryName {
    font-family: Georgia, serif;
    font-size: x-large;
    padding-top: 75px;
    display: block;
}
span#litSubCategoryName {
    font-size: small;
    padding-top: 10px;
    display: block;
}
/** Anchor / Buttons **/
a {
    text-decoration: none;
}
a:link {
    color: #666;
}
a:visited {
    color: #666;
}
a:hover {
    color: #666;
    text-decoration: unerline;
}
a.button {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    background: #3c5279;
    padding: 8px 16px!important;
    height: 14px !important;
    line-height: normal !important;
    text-align: center;
}
a.button:not(.btnCart) {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    background: #3c5279;
    padding: 0px 16px!important;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center;
}
a.button:link {
    color: #fff;
}
a.button:visited {
    color: #fff;
}
a.button:hover {
    color: #95B1DC!important;
}
a.backLink, a.emailLink {
    display: block;
    float: right;
    text-transform: uppercase;
    padding: 1em 2em;
    color: #fff!important;
}
a.emailLink:link, a.emailLink:hover, a.backLink:hover {
    text-decoration: underline;
    color: #fff;
}
/** Popup Links : White / Text underline / Uppercase**/
a.lookLink {
    padding: 0 .5em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
a.lookLink:link {
    text-decoration: none;
}
a.lookLink:visited {
    text-decoration: underline;
}
a.lookLink:hover, a.lookLink:active {
    text-decoration: underline;
}
/** Cursor **/
a, button, .ajax__tab_inner span, label.dropdown, #productInfo h1 a {
    cursor: pointer;
}
/*** fix for dropdown extar set of li lne height issues : hoping this is a gloal fix.**/
.dlist .dropdownInclusive {
    float: left;
	position: relative;
}
.dropdownInclusive {
    float: none;
}
.dropdownInclusive li {
    margin: 0px;
}
.dropdownInclusive li a {
    padding-left: 10px;
    padding-right: 0px;
    margin-right: 0px
}
/**  **/
li, p {
    line-height: 1.8em;
}
.last {
    border: none!important;
    padding-right: 0!important;
}
.replace {
    padding: 20px;
    margin: 0 auto;
    width: 90%;
    font-size: 1.35em;
    line-height: 1.8em;
}
.leftCol {
    width: 300px;
    float: left;
}
.mainCol {
    width: 653px;
    float: right;
}
.floatLeft, .col {
    float: left;
}
.floatRight {
    float: right;
}
.strong {
    color: #9f3a1a;
}
em {
    font-style: italic;
}
hr {
    border-bottom: 1px dotted #666;
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
}
strong {
    font-weight: bold;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
/*** to apply bullet to our lists per psd: assign the 'bulletList class.**/
/*** to apply separator line per psd: assign the 'separator-line' class.**/
/*** to apply error icon per psd: assign the 'error' class.**/
.bulletList li {
    background: url(../../../assets/images/icon-bullet.jpg) no-repeat 0 10px;
    padding: .35em 0 .35em 1.25em;
    line-height: 1.35em;
}
.separator-line {
    background: url(../../../assets/images/separator-products.jpg) 0 100% no-repeat;
    clear: both;
    border: none;
    padding: 1em 0;
}
.error {
    background: url(../../../assets/images/icon-error.gif) no-repeat 10px 10px #af242e;
    padding: 1em 0 0 4em;
    color: #fff!important;
    margin-bottom: 1em;
}
/** Global Icons : See ie6.css for .gifs **/
.iconClose {
    background: url(../../../assets/images/icons_0305.jpg) no-repeat -247px -56px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 22px;
    top: 16px;
    width: 25px;
}
.iconArrowRight {
    background: url(../../../assets/images/icons_0305.jpg) no-repeat -334px -2px;
    width: 22px;
    height: 22px;
}
.icon {
    display: block;
    float: left;
}
.iconPrint span, .iconEmail span, .iconLookbook span, .iconClose span {
    display: none;
}
.iconPrint {
    background: url(../../../assets/images/icons_0305.png) -27px -2px no-repeat;
    width: 20px;
    height: 20px;
}
.iconEmail {
    background: url(../../../assets/images/icons_0305.png) no-repeat -55px -2px;
    width: 19px;
    height: 20px;
}
.iconArrowRight {
    display: inline-block;
    margin-left: 5px;
    background: url(../../../assets/images/icons_0305.png) -335px -6px no-repeat;
    width: 10px;
    height: 9px;
    zoom: 1; /*position:relative;*/
}
.iconArrowRight1 {
    display: block;
    background: url(../../../assets/images/icon-arrow-right1.jpg) 100% 50% no-repeat;
    padding-right: 15px;
}
.iconArrowLeft {
    display: inline-block;
    margin-left: 5px;
    background: url(../../../assets/images/icons_0305.png) -345px -5px no-repeat;
    width: 10px;
    height: 10px;
    position: relative;
}
.iconArrowUp {
    display: inline-block;
    margin-left: 5px;
    padding-right: 10px;
    background: url(../../../assets/images/icons_0305.png) -357px -6px no-repeat;
    width: 3px;
    height: 10px;
}
.iconLookbook {
    background: url(../../../assets/images/icons_0305.png) no-repeat -110px 0px;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.iconDealerView {
    background: url(../../../assets/images/icons_0305.png) no-repeat -27px -23px;
    width: 20px;
    height: 20px;
}
.iconLookbookPopup {
    background: url(../../../assets/images/icon-lookbook.gif) no-repeat 0 4px;
    width: 25px;
    height: 17px;
    padding-left: 25px;
}
.iconCart {
    background: url(../../../assets/images/icon-cart.gif) no-repeat 0 50%;
    width: 25px;
    height: 17px;
    padding-left: 25px;
}
.iconK {
    display: inline-block;
    background: url(../../../assets/images/icons_0305.jpg) no-repeat -94px -80px;
    width: 22px;
    height: 26px;
    vertical-align: middle;
}
.iconU {
    display: inline-block;
    background: url(../../../assets/images/icons_0305.png) no-repeat -80px -20px;
    width: 22px;
    height: 26px;
    vertical-align: middle;
}
.iconA {
    display: inline-block;
    background: url(../../../assets/images/icons_0305.jpg) no-repeat -122px -80px;
    width: 22px;
    height: 26px;
    vertical-align: middle;
}
.iconP {
    display: inline-block;
    background: url(../../../assets/images/icons_0305.png) no-repeat -51px -20px;
    width: 22px;
    height: 26px;
    vertical-align: middle;
}
.iconFavorite {
    width: 22px;
    height: 26px;
}
.iconMakeFav {
    background: url(../../../assets/images/icons_0305.jpg) no-repeat -332px -55px;
}
.iconIsFav {
    background: url(../../../assets/images/icons_0305.jpg) no-repeat -310px -55px;
}
.iconHelp {
    background: url(../../../assets/images/icons_0305.jpg) no-repeat -1px -27px;
    width: 18px;
    height: 16px;
}
.iconM {
    display: inline-block;
    background: url(../../../assets/images/icons_0305.jpg) no-repeat -94px -55px;
    width: 22px;
    height: 26px;
    vertical-align: middle;
}
/*** FORM.CSS ***/
.required, .required li {
    color: #990000;
}
fieldset label, fieldset input {
    display: block;
}
.idleField {
    background: url("../../../assets/images/bkg-input.png") repeat-x #fff;
    font-size: 12px;
    line-height: 15px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
.focusField {
    background: #f0f0f0 !important;
}
.note {
    float: left;
}
.errorMsg, .errorMsg li {
    color: #b0252e!important;
    font-weight: normal!important;
}
.errorQty {
    background-color: #ecd8d1!important;
    border: 1px solid #86232a!important;
}
.dottedPanel {
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    padding: 1em 0;
    margin: 1em 0;
}
.dottedTop {
    border-top: 1px dotted #666;
    padding: 1em 0;
    margin: 1em 0;
}
.dottedBottom {
    border-bottom: 1px dotted #666;
    padding: 1em 0;
    margin: 1em 0;
}
.altProductMsg {
    display: block;
    padding: 10px;
    margin: 10px 0;
    clear: both;
    text-align: center;
    color: #252525;
}
.btnCancel {
    line-height: 4em;
}
.radioSet label, .radioSet input[type!=text] {
display:inline;
width:50px;
background:none!important;
border:none!important;
}
/*** DROP DOWN CSS : BASIC LAYOUT **/
label.dropdown {
    display: block;
    background: url(../../../assets/images/icon-arrow.gif) 68% 50% no-repeat;
    border: 1px solid #c3c1c2;
    padding: 10px;
}
ul.dropdown li {
    float: none;
    width: 100%;
    overflow: hidden;
    margin: .15em 0;
}
ul.dropdown li img {
    float: left;
    padding-right: 6px;
    width: 30px;
}
ul.dropdown li a {
    display: block;
    color: #333;
    padding: 3px 3px 3px 3px; /*margin-right:6px;*/
    font-size: 11px;
}
ul.dropdown li a:hover {
    text-decoration: none!important;
}
div.alpha-shadow {
    position: absolute;
    z-index: 2;
    float: left;
    -moz-box-shadow: 3px 3px 5px #D0D0D0;
    -webkit-box-shadow: 3px 5px 5px #D0D0D0;
    padding: 0px 1px 0px 0;
    background-color: #fff;
}
div.alpha-shadow ul {
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-top: 0px solid transparent;
    padding: 0px -1px 0px 0px;
}
div.alpha-shadow ul li {
    margin: 0 0 0 0;
}
.dropdown .over {
    background-color: #333;
    color: #fff!important;
    text-decoration: none;
}
a.button {
    margin-right: 1em;
    color: #fff;
    float: right;
    background: #3c5279;
}
a.button:not(.btnCart) {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    background: #3c5279;
    padding: 0px 16px!important;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center;
}
.bcActive {
    color: #363636;
}
.bcLink {
    color: #a03720;
}
.over {
    background: #333;
    color: #fff!important;
}
div.alpha-shadow.lookbookdd {
    position: absolute;
    z-index: 2;
    float: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px 1px 0px 0;
    background-color: #262525;
}
div.alpha-shadow.lookbookdd ul {
    border-left: 1px solid #262525;
    border-bottom: 1px solid #262525;
}
div.alpha-box {
    position: absolute;
    z-index: 2;
    float: left;
    padding: 0px;
    border: 1px solid #C3C1C2;
    border-top: none;
    background-color: #fff;
}
div.alpha-box ul {
    border: none;
}
div.alpha-box ul li {
    margin: 0 0 0 0;
}
div.alpha-box ul li a {
    padding-left: 10px;
}
div.alpha-box.lookbookdd {
    position: absolute;
    z-index: 2;
    float: left;
    padding: 0px 1px 0px 0;
    background-color: #262525;
    border: none;
}
div.alpha-box.lookbookdd ul {
    border-left: none;
    border-bottom: none;
}
/*** BACKGROUND : GLOBAL***/
#container {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 100%;
}
#topper {
    background: url(../../../assets/images/ta_bkg_top_0801.png) 0 0 transparent repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    height: 297px;
    width: 100%;
}
#bottomer {
    min-height: 100%;
    min-width: 981px;
    background: url(../../../assets/images/ta_bkg_bottom_0305.png) bottom left repeat-x
}
#lefter {
    background: none;
    position: absolute;
    left: 0;
    height: 100%;
}
#righter {
    background: url(../../../assets/images/ta_bkg-middle.png) 0 0 transparent;
    position: absolute;
    right: 0;
    height: 100%;
}
* html #lefter {
    height: 999999em;
}
/*** Z-INDEX***/
#topper, #lefter, #righter {
    z-index: -1;
}
.signIn {
    z-index: 9;
}
.popup-shadow {
    z-index: 6;
}
.iconClose {
    z-index: 7;
}
/*** GLOBAL BUTTONS ***/
.btn {
    background: url(../../../assets/images/btn-bkg.jpg) repeat-x;
    padding: 0 20px;
    font: bold .85em/1.5em Arial, Helvetica, Verdana, sans-serif;
}
.btn-cart {
    background-position: 0 0;
}
.btn-gen {
    background-position: 0 -8px;
}
/** GLOBAL BREADCRUMB SETTINGS **/
.breadcrumbs a, .breadcrumbs a span {
    font-size: 11px;
    color: #a03720;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs {
    margin: 0;
    clear: both;
    padding: 37px 0 22px 50px;
    overflow: hidden;
    color: #9f3a1a;
    line-height: 17px;
    font-family: Arial;
    font-size: 11px;
}
.breadcrumbs li .landing {
    color: #333;
}
.breadcrumbs .category {
    top: 40px;
    left: 40px;
}
/*** LAYOUT DECLARATIONS : **/
#page {
    width: 981px;
    margin: 0 auto;
    text-align: left;
    font-size: .75em;
    background: none;
}
#optionalHeadingImage {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
/** Overlay utilized with popups **/
#fuzz {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    display: none;
    text-align: left;
    min-height: 100vh !important;
    height: 999999em;
}
#blob {
    position: absolute;
    top: 0;
    z-index: 5;
    background: #030303;
    background: -moz-linear-gradient(top, #312e2f, #030303);
    background: -webkit-gradient(linear, left top, left bottom, from(#312e2f), to(#030303));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #a1340e;
}
/**** CONTENT  GLOBAL ***/
#content {
    clear: both;
    background: url(../../../assets/images/bkg-content.jpg) no-repeat 0 245px #fff;
    width: 981px;
    height: auto!important;
    min-height: 360px;
}
#taSlogan {
    position: relative;
    top: 56px;
    font-size: 24px;
    line-height: 32px;
    color: #f5f5f5;
    opacity: .4;
    text-align: right;
}
#taExploreSlogan {
    display: block;
    font-family: georgia, garamond, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    text-align: right;
}
/**** CONTENT : homeflashContent ***/
#homeflashContent {
    width: 981px;
    height: 400px;
}
/**** CONTENT : homesupportContent***/
#homesupportContent {
}
/*** FOOTER **/
#footer {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    font-size: .75em;
    background: #EBEBEB;
    margin-top: 22px
}
#footer .row ul li {
    float: left;
}
#footer .leftCol li {
    width: 130px;
}
#footer a {
    color: #333;
    display: block;
    position: relative;
}
#footer .leftCol {
    padding-left: 0px;
}
#footer .mainCol {
    width: auto;
    float: right;
}
#footer .mainCol a.lowerMenuRight {
    color: #888;
}
#footer .mainCol li {
    padding-left: 25px;
}
/*#footer ul {padding-top:6px;} : are they saying too much?*/
#footer ul ul {
    margin-top: 0px;
    padding-top: 0!important;
}
#footer .mainCol .tallLink a {
    text-transform: uppercase;
}
/*** SHOPPING CART POPUP**/
.AddToCartConfirmation #imgAddToCart_productDetails_wrapper {
    float: left;
    overflow: hidden;
    padding: 16px 0
}
.AddToCartConfirmation img, .AddToCartConfirmation .productDetails {
    float: left;
}
.AddToCartConfirmation h1 {
    font-weight: normal
}
.AddToCartConfirmation .productDetails ul, .AddToCartConfirmation .productDetails {
    width: 240px;
}
.AddToCartConfirmation .productDetails {
    padding-left: 10px;
}
.AddToCartConfirmation img {
    width: 97px;
}
.AddToCartConfirmation .productDetails span {
    display: block;
    float: none;
}
.AddToCartConfirmation .pricing {
    font-weight: normal
}
.AddToCartConfirmation .dottedPanel, .AddToCartConfirmation .buttons {
    overflow: hidden;
    width: 100%;
}
.AddToCartConfirmation h1.cartSummary {
    font-family: Arial, sans-serif !important;
    font-size: 12px;
    font-weight: bold;
}
.AddToCartConfirmation .options {
    padding: .5em 0;
    margin: 0!important;
}
.AddToCartConfirmation .options span {
    display: inline;
}
.AddToCartConfirmation .options li {
    font-size: 11px;
    padding: 0!important;
    color: #333;
}
.AddToCartConfirmation .sku {
    padding: .5em 0;
}
.AddToCartConfirmation table {
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.AddToCartConfirmation table .highlight {
    background: #e6e6e6 !important;
    font-weight: bold;
}
.AddToCartConfirmation td {
    padding: .5em;
}
.AddToCartConfirmation .sku li {
    float: left;
}
.AddToCartConfirmation .button {
    width: 129px;
}
.AddToCartConfirmation .buttons a, .AddToCartConfirmation .buttons span {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}
.AddToCartConfirmation {
    width: 430px;
}
.AddToCartConfirmation .buttons span {
    padding: .5em;
    color: #333;
    font-size: 0.833em;
}
div.productDetails label#lblAddToCartSKU 
/*** LOOKBOOK POPUP **/
#LookbookAddRegistered {
    display: block;
}
#LookbookAddRegistered h3 {
    font-weight: bold;
}
#existingLookbookList {
    background-color: #fff;
    width: 350px;
    height: 130px;
}
#existingLookbookList {
    padding: 0px;
    background-color: #fff;
}
#existingLookbookList input, #existingLookbookList ul {
    width: 328px;
}
#existingLookbookList li {
    padding: 0 1em;
}
/***** FONTS / FONT SIZING / FONT COLORING ****/
/*** Arial Font **/
h3, #megaStyles h4, #megaCollections ul li a, #megaCollections .collectionDiscover a, #megaStyles .Discover a, #megaStyles span, #megaCatalog ul li a, #megaStyles a #megaCatalog .catalogDiscover, #megaStyles li span, #megaStyles .stylesDiscover a, .mega #megaStyles li a, #contactForms .floatRight h2, #productInfo p, .hpLink, #dlrResults h1, #seeVideos .videoText h3, #seeVideos .videoText p, #dlrResults h3, #dlrResults address, #googleMap h3 span, #googleMap h3, #shoppingCart thead, .btnCancel, #cartShipping #shippingInstructions, a.button, #lookBook .floatLeft table, #orderReceived p, #productInfo h1 a, .videoText p, #shoppingCart h1.heading span, fieldset label, #searchResults legend, #advancedSearchPanel h1, #emailOverlay h2, #breadcrumbs, .contactUsLink, #house-ta-sidebar #featured-video h2, #productDetails .ajax__tab_body .videoText p {
    font-family: Arial, Helvetica, Sans-Serif !important;
}
/** Georgia Font **/
h1, h2, #nav li, #taSlogan, #megaCollections h2 a, #collectionLogos, #megaCollections #collectionLogos .althorp, #megaCollections #collectionLogos .keno, #productDetails p, #contactUs .floatRight h1 a, #searchResults .dlrSearch a, #shoppingCart h1, #shoppingCart .totals, .signIn h2, .signIn label, #cartShipping address, #registerLogin label, #billingInfo address, #gridView .productname h1 {
    font-family: georgia, garamond, serif!important;
}
/*** FONT SIZING : 
Base set to 16px : However,
Page set to .75em = 12px by default
Only need to size up or down based on greater less than 12

=======================
20px = 1.667em
18px = 1.5em;
16px = 1.333em
14px = 1.167em
13px = 1.077em
12px = 1em
11px = 0.917em
10px = 0.833em
========================*/

/*** 22 px **/
#cartShipping #top h1, #shoppingCart h1.heading {
    font-size: 22px;
} /** should ask to clarify if this should be 20px... psd is 22.**/
h1, #productInfo h2, #contactForms .floatRight h1, #productInfo h2 {
    font-size: 1.667em;
}
/** 16 px**/
h2, .tooltip2 span, #productInfo h1 a, #searchResults legend, .listContents .productInfo h1 {
    font-size: 1.333em;
}
.totals strong, #layout2 h2, #contactForms .floatRight h1, #house-ta-content h2 {
    font-size: 1.5em;
}
/** 14 px **/
h3, .mega #megaStyles li a, #ddlSearchOptions label.dropdown #cartShipping address, .productList label.dropdown, #shoppingCart #selectCategory label.dropdown, .address address, #nav .newpieces a, #nav .upholstery a, .custom-finishes a {
    font-size: 1.167em;
}
h4, .shortStory, #seeVideos h1, #emailOverlay h2, #nav .mega a {
    font-size: 13px;
}
/*** 12 PX**/
h5, #productDetails, #productInfo h1, #productInfo h1 a, .CareHeader {
    font-size: 1em;
}
/*** 11 px **/
#dlrResults h3, #searchResults address, #googleMap address, #dlrResults h1, #dlrResults .storeName, .signIn a, #layout2 .radioSet p, #registerEmail label, .msg2 .button, .ajax__tab_body, #lookBookList ul.dropdown li a, .pricing .m, #cartShipping #top p, #cartShipping .shippingOptions .radioSet label, #cartShipping .shippingOptions span, #cartShipping .specialInstructions, .m, .address span, .productInfo .extendeddescription, .listContents .pricingContent table, #breadcrumbs, #registerLogin p, .contactUsLink, .sku .first span, .mega #megaStyles li span {
    font-size: .917em;
}
#productImage .exploreButton, #productInfo .button, #addToCart, #storePrice, .lookLink, .dlrHeader label, #cartShipping .backLink, .listContents .options, .sku .last span, .requestLink {
    font-size: .833em;
}
.mega #megaStyles li a, #cartShipping address {
    font-style: normal!important;
}
/* normal weight */
#house-ta-sidebar #featured-video h2, #house-ta-content h2 {
    font-weight: normal;
}
/*** Italic**/
.mega #megaStyles li span, #seeVideos h2, #storePrice, #seeVideos h1, pricingContent .collectionInfo .storeprice {
    font-style: italic;
}
/*** TEXT TRANSFORM : UPPERCASE **/
a.btnCancel {
    text-transform: uppercase;
}
#searchResults legend, #searchResults h3 {
    font-weight: bold;
    padding: 10px 0;
}
/*** LINE HEIGHT:
Default set to 1.8
over ride below: **/
.radioSet li {
    line-height: 14px;
}
#cartShipping address {
    line-height: 2em;
}
#cartShipping address, .billingInfo label.dropdown {
    margin-top: 5px;
}
.mega #megaStyles li a {
    line-height: 1.5em;
}
/*** FONT COLORS move to colors.css file. 
GREEN: {color:#74c9c2;}
WHITE : #FFF;
BLUE : 809cd6
BLUE 2 : 889ac1
BLUE 3: 252e3c
BLUE 4: 3d537b;
ORANGE (light) :  ffdab4;
ORANGE (DARK) : #9f3a1a   BREADCRUMBS, PRODUCT DETAIL COLLECTION LINKS,
GREY 1 : #333
GREY 2 : #666
RED : #a03720;
**/



/*** RED : A03720 **/
.hpLink {
    color: #a03720!important;
}
#AddToCart label {
    color: #252525;
}
#megaCatalog .catalogDiscover {
    color: #000;
}
/*** Grey / brown **/
#nav .mega a {
    color: #000000;
}
/*** ORANGE DARK : #9f3a1a ***/
#breadcrumbs .category, #breadcrumbs #pagination, #productInfo .errorMsg label, .contactUsLink, .requestLink {
    color: #9f3a1a !important;
}
/*** ORAGEN : ba6d3d**/


/*** orange LIGHT : ffdab4;***/
#menu .mega #megaCollections h2 {
    color: #000;
}
/*** WHITE : #FFF ***/
#menu .catalog #megaCatalog h2 a:hover, #menu .catalog #megaCatalog h2 a:active, #megaCollections .collectionDiscover a, #megaCatalog .catalogDiscover span, #megaStyles a, #contactUs .floatRight h1, #contactUs .floatRight h1 a, #shoppingCart #selectHeader, .btnCancel, .productList #showFilter li {
    color: #000 !important;
}
.productList #showFilter li {
    color: #666 !important
}
/*** BLUE : #809CD6***/
#menu .catalog.selected a {
    color: #fff;
}
#menu .catalog a:active, #menu .catalog a:hover {
    color: #555 !important;
}
#menu .catalog > a:active, #menu .catalog > a:hover {
    color: #fff !important;
}
#menu .collections.selected a {
    color: #fff;
}
#menu .collections a:active, #menu .collections a:hover, #megaCollections h2 {
    color: #fff;
}
#productDetails li h2, #productDetails li p, #productDetails li a, .ProductNotAvailableMSG, h1.heading, #shoppingCart thead, h1, h2, ul#cartFooter .totals, #cartShipping, #shoppingCart, #searchResults {
    color: #252e3c;
}
#cartShipping address {
    color: #3d537b;
}
/*** GREEN 74C9C2 **/
#menu .styles.selected a {
    color: #74c9c2;
}
#menu .styles li a:active, #menu .styles li a:hover {
    color: #ccfffb !important;
}
#megaStyles li span {
    color: #3dc3b8;
}
#megaStyles h2 {
    color: #fff !important;
}
#menu .rooms.selected a {
    color: #fff;
}
#menu .rooms a:active, #menu .rooms a:hover, #megaRooms h2 {
    color: #fff;
}
#menu li.newpieces a, #menu li.upholstery a, #menu li.custom-finishes a {
    color: #000000;
    display: block;
    letter-spacing: 1px
}
#menu li.newpieces a:hover {
    color: #777777;
    display: block;
}
#menu li.upholstery a:hover {
    color: #777777
}
#menu li.custom-finishes a:hover {
    color: #777777
}
/*** RED : PRODUCT DETAIL **/
#productContainer a {
    color: #9f3a1a;
}
#megaCatalog a, #megaCollections a, #megaCatalog ul li {
    color: #000 !important;
}
/*** GREY 1 : #666***/
#productDetails .itemTitle, #AddToCart .availability, #storePrice .pricingContent .collectionInfo title, .pricingContent .collectionInfo .storeprice {
    color: #666;
}
/*** GREY 2 : #333 ***/
#productDetails .itemValue, #productInfo, #layout2, #LookbookAddRegistered h5, .separator .tooltip2 span, .address address, #registerAccount .privacy h3, .productInfo .extendeddescription, .pricingContent .collectionInfo .value, #breadcrumbs {
    color: #333;
}
/*** BACKGROUND COLORS ***/
/** PRODUCT DETAIL PAGE, Site Wide MSGS : background-color:#e6e6e6; **/
.highlight, .altProductMsg {
    background-color: #e6e6e6;
}
/*** SHADOWS **/
.popup {
    background: url(../../../assets/images/bkg-popup-g.jpg) repeat-x;
    position: relative;
}
.popup-shadow {
    -moz-box-shadow: 1px 3px 10px #777;
    -webkit-box-shadow: 1px 3px 10px #777;
    box-shadow: 1px 3px 10px #777;
}
.popup-shadow2 {
    -moz-box-shadow: 3px 6px 10px 10px #444444;
    -webkit-box-shadow: 3px 6px 10px 10px #444444;
    box-shadow: 3px 6px 10px 10px #444444;
}
.popup-shadow3 {
    -moz-box-shadow: 1px 3px 3px #d0d0d0;
    -webkit-box-shadow: 1px 3px 3px #eee;
    box-shadow: 1px 3px 3px #d0d0d0;
}
/* STYLES PRE & POST STYLING */
#megaStyles h2 span {
    font-size: .8em;
    font-family: georgia, garamond, serif !important;
}
a.first {
    color: #9F3A1A
}
/* 404 page */

.errormsg {
    height: 475px;
    position: relative;
}
.errormsg h2 {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 20px;
    color: #a19581;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 25px;
}
.errormsg p {
    color: #333333;
    font-size: 11px;
    font-face: Arial, Verdana, Helvetica, serif;
    text-align: center;
    padding-bottom: 25px;
}
.errormsg .buttons {
    margin: 0 auto;
    padding: 25px 82px 0 113px;
    width: 327px;
    background: url(../../../assets/images/sep404.gif) repeat-x left -3px;
}
.errormsg span {
    padding: 5px 20px 0 20px;
}
.errormsg .buttons a {
    width: 85px;
}
.errormsg .buttons a, .errormsg .buttons span {
    float: left;
    margin: 0;
}
.errormsg .footer {
    background: none !important;
    height: 90px;
    width: 981px;
    top: 385px;
    position: absolute;
    left: 0;
}
#backtotopz {
    clear: both;
    float: right;
    margin-right: 30px;
}
#divSelectOrCreateLB {
    width: 435px;
}
#divSelectOrCreateLB h5, #divSelectOrCreateLB h5 span {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
#divSelectOrCreateLB h5 span {
    display: block;
    margin-bottom: 8px;
    float: none;
    margin-top: 8px;
}
#divSelectOrCreateLB ul {
    padding: 20px 0 30px 0;
}
#divSelectOrCreateLB ul ul {
    overflow: auto;
    margin-bottom: 6px;
    padding: 0px;
    height: 135px;
    background: url("../../../assets/images/bkg-input.jpg") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #C3C1C2;
    border-top: none;
}
#divSelectOrCreateLB ul ul li a {
    padding: 0 15px;
    font-size: 12px;
}
#divSelectOrCreateLB ul ul li a:hover {
    color: #fff;
}
#divSelectOrCreateLB a.backLink {
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
    margin-top: -11px;
}
#divSelectOrCreateLB .createLookbook input {
    width: 355px;
    height: 28px;
}
#divSelectOrCreateLB .createLookbook h5 {
    padding: 5px 0 0 0;
    margin: 0;
}
#divSelectOrCreateLB .createLookbook h5 span {
    padding: 0;
    margin: 0 0 3px 0;
}
/* Lookbook header drop down over ride */
div.alpha-box.lookbookdd ul.dropdown .lastItem {
    width: 256px;
    margin-left: -1px;
}
div.alpha-box.lookbookdd ul.dropdown .lastItem a {
    font-size: 11px !important;
    color: #b8a990 !important;
}
/*Dthang Css to add logo and effect*/
#footer .main-tag {
    margin-top: 0px;
}
#footer .main-about {
    margin-top: 10px;
}
#footer .main-tag img {
    border: 0;
}
/*Effect for tag*/
#footer .effect_tag {
    opacity: 0.6;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    -moz-transition: 1s ease 0.2s;
    -o-transition: 1s ease 0.2s;
    -ms-transition: 1s ease 0.2s;
    -webkit-transition: 1s ease 0.2s;
}
#footer .effect_tag:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -moz-transition: 1s ease 0.2s;
    -o-transition: 1s ease 0.2s;
    -ms-transition: 1s ease 0.2s;
    -webkit-transition: 1s ease 0.2ss;
}
/*Dthang Css to add logo and effect*/

/** Dthang Add Social Function **/

#social_bt {
    border-right: 0px !important;
}
.iconFacebook span, .iconTwitter span, .iconPin span {
    display: none;
}
.iconFacebook {
    background: url(../../../assets/images/Icon_social_0305.png) 0px 5px no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 4px;
}
.iconTwitter {
    background: url(../../../assets/images/Icon_social_0305.png) -24px 5px no-repeat;
    width: 20px;
    height: 20px;
    margin: 0px 3px;
}
.iconPin {
    background: url(../../../assets/images/Icon_social_0305.png) -48px 5px no-repeat;
    width: 20px;
    height: 20px;
}
.fclookbook {
    margin-right: 8px !important;
}
/** Dthang Add Social Icon On Footer **/

#social_bt_footer {
    width: 120px;
    height: 20px;
}
#social_bt_footer ul {
    margin-top: 2px !important;
    margin-left: 2px;
}
#social_bt_footer li {
    width: 16px !important;
    margin-right: 6px;
}
a.icon_facebook_footer {
    background: url(../../../assets/images/Icon_social_footer_off_0305.png) 0px 0px no-repeat;
    width: 16px;
    height: 16px;
}
a.icon_twitter_footer {
    background: url(../../../assets/images/Icon_social_footer_off_0305.png) -35px 0px no-repeat;
    width: 16px;
    height: 16px;
}
a.icon_google_footer {
    background: url(../../../assets/images/Icon_social_footer_off_0305.png) -70px 0px no-repeat;
    width: 16px;
    height: 16px;
}
a.icon_pin_footer {
    background: url(../../../assets/images/Icon_social_footer_off_0305.png) -105px 0px no-repeat;
    width: 16px;
    height: 16px;
}
a.icon_instargam_footer {
    background: url(../../../assets/images/Icon_social_footer_off_0305.png) -140px 0px no-repeat;
    width: 16px;
    height: 16px;
}
/*When hover*/
a.icon_facebook_footer:hover {
    background: url(../../../assets/images/Icon_social_footer_on_0305.png) 0px 0px no-repeat;
}
a.icon_twitter_footer:hover {
    background: url(../../../assets/images/Icon_social_footer_on_0305.png) -35px 0px no-repeat;
}
a.icon_google_footer:hover {
    background: url(../../../assets/images/Icon_social_footer_on_0305.png) -70px 0px no-repeat;
}
a.icon_pin_footer:hover {
    background: url(../../../assets/images/Icon_social_footer_on_0305.png) -105px 0px no-repeat;
}
a.icon_instargam_footer:hover {
    background: url(../../../assets/images/Icon_social_footer_on_0305.png) -140px 0px no-repeat;
}
/** Dthang Add Social Icon On Footer **/

.cf-download {
    width: 100%;
    margin-top: 25px;
    background: url(../../../assets/images/ColorRow_1109.jpg) top left no-repeat;
    background-size: 100%;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 38px 10px 10px;
    font-size: 12px;
    background-color: #f6f6ee;
    float: left;
	letter-spacing: 0.5px;
}
/*
.cf-download a {
    display: block;
    text-align: center;
    padding: 20px 0 10px;
}
*/
.storePriceDisclaimer {
    padding: 20px 16px;
    float: left;
    font-size: 10px;
    font-style: italic;
}
.storePriceDisclaimer p {
    color: #666;
    line-height: 12pt;
    padding-bottom: 7pt;
}
.storePriceDisclaimer p:first-child {
    text-indent: -14px
}
.BrowseView {
    float: left;
    width: 100%;
}
div#ctl00_ContentPlaceHolderMiddle_DownloadCatalogue {
    margin-top: 25px;
    display: inline-block
}
.banner-link {
    margin-bottom: 13px
}
#footer > ul {
    padding: 30px 0;
    width: 981px;
    margin: 0 auto
}
a.icon_facebook_footer, a.icon_twitter_footer, a.icon_google_footer, a.icon_pin_footer, a.icon_instargam_footer {
    width: 25px;
    height: 25px;
}
#footer .row ul.footer-social li {
    margin-right: 5px;
    padding-top: 20px
}
#megaCatalog ul {
    padding-top: 10px;
    margin-top: 10px !important;
    border-top: 1px solid #94c3de;
    width: 185px
}
#megaStyles ul {
    padding-top: 10px;
    margin-top: 10px !important;
    border-top: 1px solid #64b7b0;
    width: 185px
}
#content {
    background: #fff !important;
    border: 1px solid #ececec !important;
    margin-bottom: 8px !important;
    margin-top: 30px !important;
    padding-top: 0 !important;
}
.footer-bottom, #footer-bottom-image, #randomFooter, .footer-contact {
    display: none !important;
}
#shoppingCart {
    padding-top: 0px !important
}
.wrapper {
    border: none !important;
    margin-top: 0pc !important;
}
ul#categoryList > li {
    margin-left: 14px !important;
}
.breadcrumbs, #breadcrumbs {
    padding-top: 37px !important;
    background-image: none !important;
}
#house-ta-content-phil {
    background-image: none !important;
}
#philosophy-highlights li {
    height: 70px !important;
}
#house-ta-content-diversity {
    background-image: none !important;
    padding-bottom: 20px !important;
}
.content-no-sidebar, .content-glossary, .content-sidebar-right, .content-no-sidebar-full {
    background-image: none !important;
    padding-bottom: 0px !important;
}
a.backToTop {
    bottom: 20px !important;
}
#backtotopz {
    float: right !important;
    padding: 20px 0 !important;
}
#craft-container, #house-ta-content-social {
    background-image: none !important;
    padding-bottom: 40px !important;
}
.content-no-sidebar div, .content-no-sidebar-full div, .content-sidebar-right div {
    margin-bottom: 0px !important;
}
.productList.lookBook table.paging td.buttons {
    padding-bottom: 20px;
}
div#replceFlash {
    padding-bottom: 70px !important;
}
.arraw_div {
    top: 85% !important;
}
.footer-image.footer-register {
    display: none !important;
}
#registerLogin {
    margin-bottom: 30px !important;
}
ul#aboutUsGlanceUL {
    padding-bottom: 30px !important
}
.content-sidebar-right div.pressreleases {
    margin-bottom: 30px !important
}
#productInfo li img {
    margin-top: -1.5px !important;
}
#content > img[alt="footer image"] {
    display: none;
}
div#ctl00_ContentPlaceHolderMiddle_pnlInStockMsg {
    width: 100%;
}
div#ctl00_ContentPlaceHolderMiddle_pnlInStockMsg > div {
    width: calc(100% - 27px) !important;
    left: 0px !important;
    margin: 0px auto 10px auto !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
}
.customize {
    position: absolute;
    top: 17px;
    left: 32px;
    background: url("../../../assets/images/CP-icon_1102.png") no-repeat;
    width: auto;
    height: 25px;
    text-align: left;
    padding-left: 30px;
    text-transform: uppercase;
    color: #666;
    text-indent: -9999px;
    font-size: 11px;
    letter-spacing: 1px;
	
}
.listing-cutomize {
    width: 21px;
    height: 18px;
    margin-left: 3px;
    padding-right: 5px;
    background: url("../../../assets/images/CP-icon_1102.png") no-repeat;
    background-size: contain;
    float: left;
}
.detail-cutomize {
    width: 19px;
    height: 18px;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 3px;
    background: url("../../../assets/images/CP-icon_1102.png") no-repeat;
    background-size: contain;
    float: right;
}
#ctl00_ContentPlaceHolderFCA_ta_CF_nav {
    background: #ebebeb;
    float: left;
    padding: 0px 0px 0 23px;
    height: 245px;
    width: 100%;
    text-align: justify;
    box-sizing: border-box;/* background: #42ab9e; */
}
#ta-CF-nav-content {
    background: url(../../../assets/images/ta-CF-title_0628.png) no-repeat left 20px;
    padding-top: 59px;
    font-size: 12px;
    font-family: arial;
    line-height: 18px;
    width: 304px;
    float: left;
}
#ta-CF-nav-content p {
    padding-top: 15px;
    width: 280px;
    margin: 0;
    color: #000;
    line-height: 1.7;
}
#ta-CF-nav-image {
    background: url(../../../assets/images/CF-nav-image_0423.jpg) no-repeat center;
    width: 654px;
    height: 245px;
    float: right;
}
#ta-CF-nav-content p a {
    padding: 9px 17px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    background: #d0d0d0;
    color: #000;
}
/* 04 july */
.banner-greyBg {
    background: #ebebeb;
    float: left;
    padding: 0px 0px 0 23px;
    height: 245px;
    width: 100%;
    text-align: justify;
    box-sizing: border-box;/* background: #42ab9e; */
}
.baner-content {
    padding-top: 59px;
    font-size: 12px;
    font-family: arial;
    line-height: 18px;
    width: 304px;
    float: left;
}
#Echoes-nav-content {
    background: url(../../../assets/images/Echoes_title.jpg) no-repeat left 31px;
}
.baner-content p {
    padding-top: 15px;
    width: 280px;
    margin: 0;
    color: #000;
    line-height: 1.7;
}
#Echoes-nav-image {
    background: url(../../../assets/images/Echoes_banner.jpg) no-repeat center;
}
.banner-img {
    width: 654px;
    height: 245px;
    float: right;
}
.baner-content p a {
    padding: 9px 17px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    background: #d0d0d0;
    color: #000;
}
/* 04 july*/
.FabricAndLeather {
    width: 130% !important;
    margin-top: 25px !important;
}
ul.FabricAndLeather li {
    float: left;
    background: url(../../../assets/images/arrow-down_0420.jpg) 12px center no-repeat;
    padding: 3px 12px 3px 26px;
    border: 1px solid #b7b7b7;
}
li.chooseFabric {
    margin-right: 6px
}
.FabricAndLeather a, .FabricAndLeather > li > a:hover {
    color: #3e3e3e !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none !important;
}
.mycss1 {
    display: table !important;
}
label#ctl00_ContentPlaceHolderFCA_lblCollectionName {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 30px;
}
.mycss1 label#ctl00_ContentPlaceHolderFCA_lblCollectionName ~ br[style="line-height:110px"] {
    display: none;
}
.mycss1 label#ctl00_ContentPlaceHolderFCA_lblCollectionName ~ div[style="height: 5px;"] {
    display: none;
}
/*Add banner TAS*/
#ctl00_ContentPlaceHolderFCA_ta_tas_nav {
    background: #ebebeb;
    float: left;
    padding: 0px 0px 0 23px;
    height: 245px;
    width: 100%;
    text-align: justify;
    box-sizing: border-box;/* background: #42ab9e; */
}
#TAS-nav-content {
    background: url(../../../assets/images/TAS-nav-logo.png) no-repeat left 40px;
    padding-top: 130px;
    font-size: 12px;
    font-family: arial;
    line-height: 18px;
    width: 304px;
    float: left;
}
#TAS-nav-content p {
    padding-top: 10px;
    width: 280px;
    margin: 0;
    color: #000;
    line-height: 1.7;
}
#TAS-nav-image {
    width: 654px;
    height: 245px;
    float: right;
}
#TAS-nav-image.dbe311ac{
    background: url(../../../assets/images/TAS-bed.jpg) no-repeat center;
}
#TAS-nav-image[class="02812ccf"]{
    background: url(../../../assets/images/TAS-dining.jpg) no-repeat center;
}
#TAS-nav-image.ee6344a6{
    background: url(../../../assets/images/TAS-living.jpg) no-repeat center;
}

#TAS-nav-image.e3185e73{
    background: url(../../../assets/images/TAS-office.jpg) no-repeat center;
}
#TAS-nav-content p a {
    padding: 9px 17px;
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    background: #d0d0d0;
    color: #000;
}
/*End add banner TAS*/
#bannerFadeout{
	background: url(../../../assets/images/BannerFadeout.png) no-repeat;
	background-size: contain;
	width: 545px;
	height: 193px;
	position: absolute;
	top: 63px;
	left: 90px;
  -webkit-animation: hide 6s forwards;
  animation: hide 8s forwards;
}
@-webkit-keyframes hide {
  from {
    opacity: 1;
	left: 90px;
  }
  60% {
    opacity: 1;
	left: 90px;
  }
  99% {
    position: absolute;
    opacity: 0;	 
	left: 90px

  }
  100%{
	  left: -9999px;
  }
	
}
.hero-banner-link {
	background: #000;
}

.hero-banner-link a:hover{
	opacity: .8 !important;	
}

#TASfinishes{
	margin-bottom: 30px;
	float: left;
}

#TASfinishes .TAS-header-optional{
	background: #ebebeb;
	padding: 10px;
	float:  left;
	width: 290px;
	box-sizing: border-box;
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#TASfinishes .AD742A70{
	background: url(../../../assets/images/TAS-optional.jpg) no-repeat;
	width: 290px;
	height: 260px;
	margin-top: 5px;
	float: left;
}

#TASfinishes div[class="3B957809"]{
	background: url(../../../assets/images/TAS-optional.jpg) no-repeat 0px -260px;
	width: 290px;
	height: 260px;
	margin-top: 5px;
	float: left;
}
#productInfo .iconList{
	width: 110% !important;
}