/*filter swatch colors */
/*expects <div class='center-image-class'><img/></div>*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, sans-serif; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

.daBody {
  color: #201f1e;
  background-color: #f4f3f1;
  padding: 0;
  font-size: 14px;
  margin: 0 auto;
  width: 903px; }

.daOutsideContainer {
  margin: auto;
  display: block;
  position: absolute; }

.daMainContainer {
  background-color: white;
  display: block;
  width: 903px;
  margin: 0 auto 0 auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: 0 0 3px 3px #888;
  box-shadow: 0 0 3px 3px #888; }

/* Top Banner */
#daBanner {
  position: relative;
  background-color: #201f1e;
  height: 60px;
  margin: 0 auto;
  padding: 0 20px 0 15px;
  overflow: hidden; }

#daBannerLogo {
  position: absolute;
  left: 15px;
  top: 10px; }

.daBannerTopTitle {
  color: white;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 50px 0 0 17px; }

.daBannerHeaderSide {
  padding-top: 5px;
  width: 100%; }

.daMenuAnchor {
  font-size: 12px;
  text-decoration: none;
  padding-top: 2px;
  padding-right: 8px; }

.daBannerMySale {
  float: right;
  width: 75px;
  padding-top: 5px; }

/* Body */
.daBodyContainer {
  color: #201f1e;
  height: auto; }

/* Categories on the left panel */
.daCategoryList {
  color: #201f1e;
  float: left;
  margin: 0 10px 0 0;
  padding: 20px 10px 10px 30px;
  width: 140px; }

.daCategoryTitle {
  font-size: 12px;
  font-weight: bold; }

.daCategoryItem:hover {
  background-color: #201f1e;
  color: white; }

.daCategoryItem a {
  display: block;
  font-size: 12px;
  color: #201f1e;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 4px 0 4px 0; }

.daCategoryItem a:hover {
  color: white; }

.indentLevel0 {
  margin-left: 0; }

.indentLevel1 {
  margin-left: 12px; }

.indentLevel2 {
  margin-left: 24px; }

.indentLevel3 {
  margin-left: 36px; }

.indentLevel4 {
  margin-left: 48px; }

/* Search */
.daSearchBrand {
  background-color: #ccc;
  float: left;
  height: 35px;
  margin: 0 auto 10px 0;
  padding: 2px 0 5px 5px;
  width: 510px; }

.daSearchBrandInnerContainer {
  margin: 0 auto; }

.daSearchBrandContainer {
  padding-top: 5px; }

.daSearchBox {
  color: #939598;
  float: left;
  font-size: 13px;
  margin: 0 0 0 2px;
  vertical-align: middle; }

.daSearchBoxInput {
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  width: 250px;
  border-style: solid;
  border-color: #201f1e;
  color: #999; }

.daSearchButton {
  float: left;
  margin: 0 10px; }

.daSearchOr {
  color: #666;
  float: left;
  font-size: 12px;
  margin: 7px 10px 0 0; }

.daSearchCategory {
  float: left;
  padding: 4px 0 0; }

/* Right Body */
.daRightBody {
  float: left;
  width: 515px; }

/* Left Body */
.daLeftBody {
  background-color: #ebebeb;
  float: left;
  margin: -52px 0 0 10px;
  min-height: 489px;
  width: 198px; }

.daNoResShopByDesigner {
  float: left;
  margin: 0 20px; }

.daShopByBrandContainer {
  background-color: #ebebeb;
  float: left; }

.daShopByBrand {
  background-color: #201f1e;
  height: 20px;
  text-align: center; }

.daBrandList {
  color: #201f1e;
  font-size: 10px; }

.daBrandListCol {
  vertical-align: top;
  padding: 0 14px 0 15px; }

.daBrandListColSeeAll {
  padding: 0 0 0 15px; }

.daBrandMenu {
  color: #201f1e;
  font-size: 11px;
  cursor: pointer;
  text-decoration: none;
  padding: 4px 0 4px 0; }

.daBrandMenu a:hover {
  color: #ee0066; }

.daBrandMenuWide {
  color: #201f1e;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  padding: 4px 40px 4px 0; }

.daBrandMenuWide a:hover {
  color: #ee0066; }

.daBrandMenuSeeAll {
  color: #ee0066;
  font-weight: bold; }

.daGoogleAdsContainer {
  margin: auto; }

/*bottom banner styles*/
.daBottomBanner {
  background-color: #201f1e;
  background-image: url("../im/da/top-banner-bg.jpg");
  background-repeat: repeat-x;
  font-size: 10px;
  text-decoration: none;
  color: white;
  padding: 10px 10px 10px 20px; }

.daBottomBannerNav {
  text-align: right;
  float: left;
  margin-right: -2px; }

.daBottomBannerNav a {
  color: white;
  font-size: 12px;
  text-decoration: none; }

.daBottomBannerNav a:link {
  text-decoration: none; }

.daBottomLegalTag {
  text-align: left;
  color: #ebebeb; }

.daBottomSearches {
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding-top: 5px;
  text-align: left; }

.daBottomSearches p {
  color: #ee0066;
  font-size: 11px;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 17px;
  width: 100%; }

/* Search component */
.daPopularSearchesTable {
  width: 920px;
  margin-left: -30px; }

.daPopularSearchesTable td {
  padding-left: 30px;
  border-right: dashed 1px white; }

.daPopularSearchesTable a {
  color: white;
  text-decoration: none; }

/* Browse Page */
.daSearchBrand2 {
  height: 42px;
  padding: 2px 0 5px 175px;
  background-color: #3c3a38; }

.daSearchBrand3 {
  background-color: #ccc;
  height: 50px;
  padding: 10px 10px 5px 60px; }

/* Product Cell */
.daBrowseContainer {
  overflow: hidden;
  min-height: 975px;
  margin-left: 10px; }

.daBrowsePagination {
  width: 100%;
  background-color: #959595;
  bottom: 0;
  height: 26px; }

.daBrowseHeader {
  text-align: right;
  padding: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #201f1e; }

#daBrowseHeaderSort {
  float: left;
  margin-right: 10px; }

#daBrowseHeaderGender {
  float: left; }

.daBrowseBody {
  margin: 0 0 0 0; }

.daBrowseHeaderItems {
  font-size: 11px;
  font-weight: bold;
  color: #201f1e;
  margin-right: 10px; }

.daBrowseNoMatchPanel {
  padding: 40px 0 0 20px;
  min-height: 1000px; }

.daBrowsePanel, .daBrowseDepartmentPanel {
  display: inline;
  float: left;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  text-align: center;
  font-size: 11px; }

.daBottomRow {
  border-bottom: 0; }

.daBrowseImagePanel, .daBrowseImageDepartmentPanel {
  position: relative; }

.daBrowsePanel {
  padding: 8px 15px;
  width: 180px;
  height: 220px; }

.daBrowseDepartmentPanel {
  padding: 7px;
  width: 91px;
  height: 110px; }

.daBrowseImage {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.daBrowsePanelLink {
  display: inline; }

.daBrowsePanelTextTitle {
  color: #36c;
  font-weight: bold;
  font-size: 12px;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 5px; }

.daBrowsePanelTextTitleSafari {
  color: #36c;
  font-weight: bold;
  font-size: 12px;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 5px; }

.daBrowsePanelTextRetailer {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.daBrowsePanelTextPrice {
  height: 32px; }

.daOriginalPrice {
  color: #777;
  text-decoration: line-through;
  font-size: 11px; }

.daPrice {
  color: #339;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 5px; }

.daPercentOff {
  color: #ee0066;
  font-size: 11px;
  font-weight: normal;
  width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.daBrowseImageSpaceBottom {
  padding-bottom: 5px;
  min-height: 110px; }

.daBrowseLeftside {
  width: 155px;
  background-color: #f4f3f1;
  margin-bottom: -20px; }

.daBrowseRightsideSort {
  font-size: 11px;
  font-weight: normal;
  background-color: #959595;
  position: relative; }

.daBrowseLeftsideTitle {
  font-size: 12px;
  font-weight: bold;
  background: #201f1e;
  color: white;
  text-align: left;
  padding-left: 10px; }

.daBrowseLeftsideBreadcrumb {
  font-size: 11px;
  font-weight: bold;
  color: #201f1e;
  text-decoration: none;
  padding: 5px 0; }

.daBrowseLeftsideBreadcrumb a {
  color: #201f1e; }

.daBrowseRightsideSearches {
  font-size: 11px;
  color: #999999;
  padding: 5px 0;
  text-align: right; }

/* Pagination */
.daPaginationPrompt, .daPaginationButton {
  font-size: 11px;
  font-weight: bold;
  color: white; }

/* Override by DA to set background to black instead of bold */
.proseBold {
  background-color: #201f1e; }

.daPaginationPrompt {
  padding-right: 5px; }

.daPaginationButton {
  border: 1px solid #cdccca;
  float: left;
  height: 15px;
  margin: 0 3px;
  width: 15px;
  text-align: center; }

.daCategoryLinks {
  border-top: 1px solid #cdccca;
  width: 723px;
  height: 310px;
  float: left; }

.daCategoryBox {
  float: left;
  max-width: 270px;
  min-width: 230px;
  min-height: 100px;
  margin-top: 15px; }

.daCatgoryTextBox {
  float: left; }

p .daCatgoryTextBox {
  margin: -4px 0 2px 0;
  padding: 0 0 0 0;
  color: #707070;
  font-size: 18px; }

.daCatgoryBoxLink {
  color: #201f1e;
  text-decoration: none;
  font-size: 11px; }

.daCatgeoryBoxImage {
  float: left;
  margin: 10px 15px 0 15px; }

.daSignupContainer {
  border-top: 1px solid #ccc;
  width: 723px;
  height: 240px;
  padding-top: 10px;
  float: left;
  margin-left: 160px;
  background-color: white; }

.daJoinUsContainer {
  font-size: 11px;
  height: 40px;
  padding: 5px 0 10px 10px; }

.daSelectedCat {
  padding: 2px 0 2px 0; }

.daFilterValue, .daIndentLevel1, daIndentLevel2 {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.daFilterValue a {
  font-size: 11px;
  color: #201f1e;
  text-decoration: none; }

.daFilterValue:hover a {
  color: #ee0066; }

.daFilterCount {
  color: #666666;
  font-size: 11px; }

.daIndentLevel1 {
  padding: 2px 0 2px 8px; }

.daIndentLevel2 {
  padding: 2px 0 2px 20px; }

.daSpacedFont {
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1.5px; }

.daFilterSection {
  margin: 0 0 15px 0; }

.daFilterTitle {
  white-space: nowrap;
  color: #201f1e;
  padding-left: 8px;
  font-weight: bold; }

.daFilterActive {
  background-color: #ee0066; }
  .daFilterActive .daFilterCount {
    color: white; }

.daFilterActive a, .daFilterActive a:link, .daFilterActive a:visited, .daFilterActive a:hover, .daFilterActive a:active {
  color: white; }

/***** Related Searches *****/
.relatedSearches {
  font-size: 11px;
  color: #999999;
  max-width: 500px;
  float: right; }

.relatedSearches .title {
  font-weight: bold; }

.relatedSearches a, .relatedSearches a:hover {
  color: #999999;
  white-space: normal; }

.moredaRelatedSearches {
  font-size: 11px;
  color: #999999; }

/* About page */
.daAboutTitle, .daHelpTitle, .daTermTitle, .daPrivacyTitle, .daAdvertiserTitle, .daMerchantTitle, .daContactTitle {
  font-size: 16px;
  font-weight: bold; }

.daAboutBody, .daHelpBody, .daTermBody, .daPrivacyBody, .daAdvertiserBody, .daMerchantBody, .daContactBody {
  font-size: 13px; }
  .daAboutBody a, .daHelpBody a, .daTermBody a, .daPrivacyBody a, .daAdvertiserBody a, .daMerchantBody a, .daContactBody a {
    color: #ee0066; }

/* Help page */
/* Term page */
.daTermBody {
  font-size: 11px; }

/* Privacy page */
.daPrivacyBody {
  font-size: 11px; }

/* Advertiser page */
/* Merchant page */
/* Contact page */
/* Share page */
.daShareLabel {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 3px; }

.daShareFromBox {
  width: 350px;
  padding: 3px; }

.daShareToBox {
  width: 350px;
  height: 120px;
  padding: 3px; }

.daShareMessageBox {
  width: 350px;
  height: 175px;
  padding: 3px; }

.daSortBar {
  padding: 0 10px;
  float: left;
  margin: 2px auto auto 0; }

.daSortBarItem {
  font-size: 11px;
  color: #201f1e;
  text-decoration: none;
  font-weight: bold; }

.daSortBarItemSelected {
  color: white; }

.daSortBarDivider {
  color: #201f1e; }

/* More Menu */
.daMoreMenuContainer {
  font-size: 77%;
  font-weight: bold;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0; }

.daMenu {
  position: absolute;
  visibility: hidden;
  width: auto;
  top: 79px;
  left: 979px; }

.daMenu ul {
  background-color: white;
  border: 1px solid #333;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 1px;
  z-index: 100;
  font-size: 10px; }

.daMenu li {
  background-color: #eaeaea;
  color: #999;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.daMenu li a {
  border-color: white;
  border-style: solid;
  border-width: thin;
  color: #201f1e;
  text-decoration: none;
  width: 150px;
  background: #eaeaea url("../im/da/dot.gif") repeat-x 0 0;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 3px; }

.daMenu li a:hover {
  background-color: #ccc; }

/* To prevent the related searches from showing up on top of the More pop up menu */
.relatedSearches.truncated {
  position: static; }

/* All Brands Page */
.daRightBody2 {
  float: left;
  width: 683px;
  background-color: #ebebeb;
  margin: 0 0 20px 0;
  padding: 20px 0 20px 30px; }

.daAllBrandSearch {
  background-color: #ccc;
  float: left;
  height: 35px;
  margin: 0 auto 10px 0;
  padding: 2px 0 5px 5px;
  width: 707px; }

.daAllBrandsContainer {
  float: left;
  margin: 0;
  padding: 0; }

.daAllBrandsColumn {
  float: left;
  margin: 3px 0;
  width: 160px; }

.daAllBrandsMenu {
  color: #201f1e;
  font-size: 14px;
  text-decoration: none;
  margin: 3px 0; }

/* Site Map */
.daSiteMapTitle {
  color: #201f1e;
  letter-spacing: 3.5px;
  margin: 25px 0 25px 0;
  text-transform: uppercase;
  text-align: center; }

.daSiteMapContainer {
  width: 500px;
  margin: auto;
  font-size: 12px;
  min-height: 400px;
  height: auto; }

.daSiteMapLeft {
  float: left;
  width: 35%;
  padding-bottom: 20px; }

.daSiteMapRight {
  float: right;
  width: 35%; }

.daSiteMapColumnContainer {
  width: 800px;
  margin: auto;
  font-size: 12px;
  min-height: 400px; }

.daSiteMapColumn {
  float: left;
  margin: 0 5px; }

.daSiteMapSection {
  padding: 40px 0 0 0; }

.daSiteMapSectionLabel {
  color: #201f1e;
  letter-spacing: 3.5px;
  margin: 16px 0 8px;
  text-transform: uppercase; }

.daSiteMapText {
  color: #606060;
  white-space: nowrap;
  line-height: 1.25; }

/******* User *******/
.headerUserBlock {
  padding: 10px 0 0 600px;
  text-align: right;
  color: white; }

.headerUserBlock a {
  color: white; }

.fblike {
  float: right;
  padding-right: 20px;
  padding-top: 11px; }

/***** Sign in page *****/
#signInHeader {
  height: 60px;
  text-align: left;
  background-color: #d8d8d8; }

.signInHeaderContent {
  padding: 20px 30px;
  font-weight: bold;
  font-size: 12px; }
  .signInHeaderContent a:link, .signInHeaderContent a:visited, .signInHeaderContent a:active {
    color: #ee0066; }

#signInContainer {
  margin: 50px 70px;
  height: 150px;
  text-align: left; }

.signInContent {
  font-weight: bold;
  font-size: 14px;
  display: inline;
  padding: 10px; }

.signInButton {
  padding: 10px; }

/****************************************
*	MPS SEM Landing page
*****************************************/
.mpsSignupBody {
  bottom: 0;
  background-color: black; }

img.mpsBackground {
  /* Set rules to fill background */
  min-height: auto;
  min-width: 620px;
  /* Set up proportionate scaling */
  width: auto;
  height: 100%;
  /* Set up positioning */
  position: fixed;
  bottom: 0;
  right: 0; }

@media screen and (max-width: 1024px) {
  img.mpsBackground {
    left: 50%;
    margin-left: -510px; } }
.mpsBlackOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1001;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50); }

.mpsWhiteContent {
  display: none;
  position: absolute;
  top: 40%;
  left: 35%;
  width: 30%;
  height: 20%;
  padding: 16px;
  border: 10px solid #333;
  background-color: #ccc;
  color: #333;
  z-index: 1002;
  overflow: auto;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px; }

#mpsSignupError {
  position: absolute;
  width: 75%;
  padding: 5% 10%;
  top: 0;
  color: #333;
  font-size: 12px;
  text-align: center; }

#mpsLogoWrap {
  min-width: 250px;
  padding: 20px;
  margin: 5% auto auto 7%;
  position: absolute; }

#mpsPageWrap {
  padding: 30px;
  background: white;
  width: 375px;
  border-radius: 0;
  background-image: url("/im/dot_pattern.png"); }

#mpsTransparentBox a {
  color: #ee0066;
  font-size: 14px;
  font-weight: bold; }

.signupBlack {
  font-weight: bold; }

.signupTextbox {
  width: 100%;
  height: 35px;
  border: 0.5px, solid;
  font-size: 14px; }

#mpsFooterWrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: auto;
  background-color: #201f1e;
  height: 36px;
  background-repeat: repeat-x;
  line-height: 36px; }

#mpsTransparentBox {
  width: auto; }

#signupSlogan {
  color: #201f1e;
  font-size: 12px; }

#signupInfoSection {
  color: #201f1e;
  font-size: 21px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px; }

#signupInfoSectionJoin {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px; }

#signupAlreadyAMember {
  color: #000;
  font-size: 14px; }

#signupAlreadyAMemberHere {
  color: #a64c2e; }

.signupInputContainer {
  margin: 12px 0; }

.mpsSignupSubmit {
  padding-top: 15px;
  opacity: 1; }

.mpsSignupDisclaimer {
  color: #ccc;
  padding: 10px;
  font-family: helvetica;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 10px;
  width: 300px; }

.mpsSignupDisclaimer a {
  color: #ccc;
  text-decoration: none; }

#saleAlertLeftNav {
  background-color: #ededed;
  overflow: hidden;
  height: auto; }

#saleAlertTable {
  height: auto;
  width: 100%; }

#shoppingProfileOverview {
  background-color: #ededed;
  padding: 0 10px; }

#saleAlertSignupContainer {
  width: 100%; }

.saleAlertContainer {
  width: 850px;
  margin: 0 auto;
  position: relative; }

.seeMyProductsButton {
  background: #ee0066; }

#saleAlertContentCell {
  font-size: 12px; }

.rawInlineBrandPickerContainer {
  width: 850px; }

.pickerContainer-3Col td, .pickerContainer-3Col p {
  width: 194px; }

#saleAlertHeader {
  margin: 20px 0;
  border-bottom: 5px solid black;
  padding: 0; }
  #saleAlertHeader img {
    display: none; }

#saleAlertHeader a {
  color: #201f1e;
  font-size: 30pt;
  font-weight: 100; }

#notEnoughBrands {
  padding-top: 20px; }

#notEnoughBrands span {
  font-size: 16px;
  color: #ee0066; }

.shoppingProfileBody {
  border-bottom: 0; }

#seeMyProductsButton {
  background: #ee0066; }

.legal {
  margin: 30px 10px 20px 10px; }

.legal ol {
  margin-left: 0;
  padding-left: 1.5em;
  position: relative;
  left: -1.5em; }

.SSContainer {
  font-size: 12px; }

.dialog {
  padding: 5px;
  background-color: white;
  border: 1px solid #9f9f9f; }

.modalDialog {
  background-color: #201f1e;
  opacity: .2; }

.productImageSize {
  max-height: 100px; }

.detailsFetcher {
  display: inline; }

.daDetailsContents {
  padding: 0;
  margin: 0; }

#daFBLogin {
  padding-bottom: 15px; }

.footerDisclaimer {
  float: left;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 10px; }
  .footerDisclaimer a {
    color: white;
    letter-spacing: 1px;
    font-size: 12px;
    text-decoration: none; }

#mpsSignupTermsBox {
  padding-top: 5px;
  width: 375px; }

#mpsSignupTermsBox span {
  font-size: 11px;
  color: #ccc; }

#mpsSignupTermsBox a {
  text-decoration: underline;
  color: #ccc; }

.saleAlertForm .formHeader {
  font-size: 25px;
  border-bottom: 1px #d5d3d3 solid;
  width: 100%; }
.saleAlertForm .btn {
  width: 100%;
  margin-bottom: 10px; }
.saleAlertForm .memberText {
  margin-top: 5px; }
