.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mobile-box {
  padding: 3%;
  margin: 3% 0;
  background: #F7ECCC;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
  box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  background: #f5e3ba url('../../../wwzdw-v4/i-bg-mid.gif');
  font-family: lucida sans, sans-serif;
  font-size: 12px;
  color: #5b2d14;
}
a {
  color: #c54c54;
}
a:hover {
  color: #0ba0d1;
}
@media handheld,only screen and (max-width: 960px) {
  a:hover {
    color: #c54c54;
  }
}
.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}
.clr {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.txt-center {
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
.constrain {
  width: 80%;
  min-width: 960px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  .constrain {
    width: 98%;
    min-width: 1px;
  }
}
@media handheld,only screen and (max-width: 422px) {
  .constrain {
    width: 99%;
    min-width: 1px;
  }
}
#header {
  position: relative;
  z-index: 5;
}
#header #logo {
  margin: 15px 0;
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #header #logo {
    margin: 15px auto 10px auto;
    max-width: 59%;
    height: auto;
    vertical-align: middle;
  }
}
@media handheld,only screen and (max-width: 422px) {
  #header #logo {
    display: none;
  }
}
#header #logo-large {
  display: none;
}
@media handheld,only screen and (max-width: 422px) {
  #header #logo-large {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 60%;
    height: auto;
    vertical-align: middle;
  }
}
#header #tumblrlink {
  vertical-align: top;
  padding-top: 5px;
}
@media handheld,only screen and (max-width: 960px) {
  #header #tumblrlink {
    display: none;
  }
}
#header #mobile-toggles {
  display: none;
}
@media handheld,only screen and (max-width: 422px) {
  #header #mobile-toggles {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 35%;
    vertical-align: middle;
    padding: 0 0 0 3%;
  }
}
#header #mobile-toggles .nav-toggle {
  background: #C54C54;
  color: #fff;
  display: block;
  padding: 10px;
  margin: 8% 0;
  text-align: left;
  text-transform: uppercase;
}
#header #mobile-toggles .nav-toggle img {
  width: 22px;
  height: 22px;
  float: right;
  margin: -3px 0 0 0;
  vertical-align: top;
}
#header #header-social {
  position: absolute;
  right: 0;
  top: 20px;
}
@media handheld,only screen and (max-width: 960px) {
  #header #header-social {
    display: none;
  }
}
#header #header-social img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
#header #header-search {
  position: absolute;
  right: 15%;
  top: 14px;
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #header #header-search {
    position: relative;
    top: 0;
    right: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: right;
    width: 40%;
  }
}
@media handheld,only screen and (max-width: 422px) {
  #header #header-search {
    position: relative;
    top: 0;
    right: auto;
    width: 94%;
    margin: 0 3%;
    overflow: hidden;
    padding: 0;
    height: 0px;
    -webkit-transition: height linear 0.3s;
    -moz-transition: height linear 0.3s;
    -o-transition: height linear 0.3s;
    transition: height linear 0.3s;
  }
}
@media handheld,only screen and (max-width: 422px) {
  #header #header-search.open {
    height: 30px;
    -webkit-transition: height linear 0.3s;
    -moz-transition: height linear 0.3s;
    -o-transition: height linear 0.3s;
    transition: height linear 0.3s;
    padding: 0 0 1% 0;
  }
}
#header #header-search label {
  color: #5b2d14;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
@media handheld,only screen and (max-width: 422px) {
  #header #header-search label {
    display: none;
  }
}
#header #header-search input {
  font-family: lucida sans, sans-serif;
  padding: 6px;
  width: 150px;
  color: #333;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 422px) {
  #header #header-search input {
    width: 83%;
  }
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #header #header-search input {
    width: 42%;
  }
}
#header #header-search input.disabled {
  color: #ccc;
  font-style: italic;
}
#header #header-search input#searchsubmit {
  width: 30px;
  height: 30px;
  background: #c54c54 url('../../../wwzdw-v4/search.png') no-repeat center;
  margin: 0 0 0 4px;
  cursor: pointer;
  border: 0;
}
#nav-wrap {
  background: #c54c54;
  position: relative;
  z-index: 10;
  height: 42px;
}
@media handheld,only screen and (max-width: 422px) {
  #nav-wrap {
    margin: 0 10px;
    background: none;
    overflow: hidden;
    padding: 0;
    height: auto;
    height: 0px;
    -webkit-transition: height linear 0.3s;
    -moz-transition: height linear 0.3s;
    -o-transition: height linear 0.3s;
    transition: height linear 0.3s;
  }
}
@media handheld,only screen and (max-width: 422px) {
  #nav-wrap.open {
    height: 490px;
    -webkit-transition: height linear 0.3s;
    -moz-transition: height linear 0.3s;
    -o-transition: height linear 0.3s;
    transition: height linear 0.3s;
  }
}
#header-nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 110;
}
@media handheld,only screen and (max-width: 422px) {
  #header-nav {
    position: absolute;
    top: 98px;
    left: 0;
    right: 0;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    overflow: hidden;
  }
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #header-nav {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30%;
  }
}
#header-nav ul {
  list-style-type: none;
}
#header-nav ul li {
  position: relative;
}
#header-nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 35px 0 15px;
  line-height: 42px;
  background: #5b2d14;
}
@media handheld,only screen and (max-width: 422px) {
  #header-nav ul li a {
    line-height: 20px;
    padding: 5px 10px;
  }
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #header-nav ul li a {
    padding: 0;
    white-space: nowrap;
    text-align: center;
  }
}
#header-nav ul li a:hover,
#header-nav ul li.sfhover a,
#header-nav li:hover a {
  background: #5b2d14;
}
#header-nav ul ul {
  position: absolute;
  right: 0;
  top: 28px;
  width: 405px;
  background: #5b2d14;
  padding: 5px;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  height: 1px;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 422px) {
  #header-nav ul ul {
    height: auto;
    top: auto !important;
    visibility: visible;
    width: auto;
    display: block;
    position: relative;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
  }
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #header-nav ul ul {
    left: 0;
    width: 405px;
    right: auto;
    text-align: left;
  }
}
#header-nav ul li.sfhover ul,
#header-nav ul li:hover ul {
  height: auto;
  top: 41px;
  visibility: visible;
  transition: top linear 0.1s;
  -webkit-transition: top linear 0.1s;
  -moz-transition: top linear 0.1s;
}
#header-nav ul ul li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 2px 0;
}
@media handheld,only screen and (max-width: 422px) {
  #header-nav ul ul li {
    width: auto;
    display: block;
    margin: 0;
  }
}
#header-nav ul ul li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 11px;
  font-weight: normal;
  background: none;
  display: block;
  line-height: 22px;
  padding: 0 5px;
}
@media handheld,only screen and (max-width: 422px) {
  #header-nav ul ul li a {
    font-size: 12px;
    line-height: 25px;
  }
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #header-nav ul ul li a {
    text-align: left;
  }
}
#header-nav ul ul li a:hover {
  background: #754227 !important;
}
@media handheld,only screen and (max-width: 422px) {
  #header-nav ul ul li a:hover {
    background: none !important;
  }
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #header-nav ul ul li a:hover {
    background: none !important;
  }
}
.arrow {
  display: inline-block;
  vertical-align: top;
  width: 5px;
  line-height: 42px;
  height: 42px;
  background: transparent url('../../../wwzdw-v4/arrow-down-white.gif') no-repeat left center;
}
@media handheld,only screen and (max-width: 422px) {
  .arrow {
    display: none;
  }
}
.shadow,
.shadow-up {
  background: transparent url('../../../wwzdw-v4/shadow-up.png') repeat-x;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 9px;
  pointer-events: none;
}
@media handheld,only screen and (max-width: 422px) {
  .shadow,
  .shadow-up {
    display: none;
  }
}
.shadow-up {
  background: transparent url('../../../wwzdw-v4/shadow.png') repeat-x;
  bottom: 0;
  top: auto;
  z-index: 101;
  opacity: 0.5;
  height: 6px;
}
#nav {
  position: relative;
  z-index: 11;
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #nav {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    white-space: nowrap;
    width: 69%;
    margin-left: 1%;
  }
}
#nav ul {
  list-style-type: none;
}
@media handheld,only screen and (max-width: 422px) {
  #nav ul {
    margin: 0 -1%;
  }
}
#nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background-repeat: none;
  margin: 0 8px 0 0;
}
@media handheld,only screen and (max-width: 422px) {
  #nav ul li {
    width: 48%;
    margin: 1% 1%;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
  }
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #nav ul li {
    margin: 0 1% 0 0;
    width: 24%;
  }
}
#nav ul li.nav-summer {
  background-image: url('../../../wwzdw-v4/nav-bg-summer.jpg');
}
#nav ul li.nav-winter {
  background-image: url('../../../wwzdw-v4/nav-bg-winter.jpg');
}
#nav ul li.nav-casual {
  background-image: url('../../../wwzdw-v4/nav-bg-casual.jpg');
}
#nav ul li.nav-fancy {
  background-image: url('../../../wwzdw-v4/nav-bg-fancy.jpg');
}
#nav ul li a {
  display: block;
  width: 155px;
  height: 42px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 42px;
  background-repeat: no-repeat;
  background-position: -100px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 422px) {
  #nav ul li a {
    width: auto;
    height: auto;
    background: none !important;
  }
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #nav ul li a {
    padding: 0;
    text-align: center;
    width: auto;
    font-size: 14px;
    background: none !important;
  }
}
#nav ul li.nav-summer a {
  background-image: url('../../../wwzdw-v4/nav-summer.png');
}
#nav ul li.nav-winter a {
  background-image: url('../../../wwzdw-v4/nav-winter.png');
}
#nav ul li.nav-casual a {
  background-image: url('../../../wwzdw-v4/nav-casual.png');
}
#nav ul li.nav-fancy a {
  background-image: url('../../../wwzdw-v4/nav-fancy.png');
}
#nav ul li.nav-summer a:hover {
  background-position: 98px 3px;
}
#nav ul li.nav-winter a:hover {
  background-position: 105px 5px;
}
#nav ul li.nav-casual a:hover {
  background-position: 107px 5px;
}
#nav ul li.nav-fancy a:hover {
  background-position: 96px 6px;
}
#logo-post img {
  background: #F7ECCC;
  padding: 30px 20px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
}
@media handheld,only screen and (max-width: 422px) {
  #logo-post img {
    display: none;
  }
}
.post {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0;
  float: left;
  width: 33%;
  margin: 5px 0;
}
@media handheld,only screen and (max-width: 422px) {
  .post {
    float: none;
    width: 96%;
    margin: 3% 2%;
    top: 0 !important;
    position: relative !important;
  }
}
.post img {
  max-width: 98%;
  max-height: 450px;
  height: auto;
  width: auto;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
}
@media handheld,only screen and (max-width: 422px) {
  .post img {
    max-width: 100%;
    max-height: 350px;
  }
}
.post h3 {
  font-size: 14px;
}
@media handheld,only screen and (max-width: 422px) {
  .post h3 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
  }
}
.post .post-arrow {
  width: 24px;
  height: 24px;
  float: right;
  margin: 3px 0 0 10px;
}
.post-over {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: left;
  padding: 10px 5px 5px 10px;
  opacity: 0;
  background: transparent url('../../../wornontv/i-over-view.png') no-repeat right center;
  white-space: normal;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
@media handheld,only screen and (max-width: 422px) {
  .post-over {
    opacity: 1;
    background: rgba(247,236,204,0.8);
    padding: 2%;
  }
}
a .post-over {
  color: #6a4a3c;
}
.post a:visited .post-over {
  color: #493329;
}
a:hover .post-over {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.iexact-match {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  z-index: 5;
}
.isimilars {
  background: transparent url('../../../wornontv/i-circle-pink.png') no-repeat;
  width: 41px;
  line-height: 12px;
  height: 39px;
  padding: 2px 0 0 0;
  color: #fff;
  font-size: 11px;
  font-family: arial, sans-serif;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  z-index: 5;
}
.navigation {
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
}
.navigation .wp-pagenavi a,
.navigation .wp-pagenavi .current,
.navigation .wp-pagenavi .pages,
.navigation .wp-pagenavi .extend {
  background: #5b2d14;
  color: #fff;
  border: 0;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media handheld,only screen and (max-width: 422px) {
  .navigation .wp-pagenavi a,
  .navigation .wp-pagenavi .current,
  .navigation .wp-pagenavi .pages,
  .navigation .wp-pagenavi .extend {
    padding: 8px !important;
  }
}
.navigation .wp-pagenavi .current {
  background: #c54c54;
  padding: 4px 6px;
}
.navigation .wp-pagenavi .pages,
.navigation .wp-pagenavi .extend {
  background: #894a28;
  opacity: 0.7;
}
@media handheld,only screen and (max-width: 422px) {
  .navigation .wp-pagenavi .pages {
    background: none;
    display: block;
    color: #5B2D14;
  }
}
.navigation .wp-pagenavi a {
  -webkit-transition: background-color ease-out 2s;
  -moz-transition: background-color ease-out 2s;
  -o-transition: background-color ease-out 2s;
  transition: background-color ease-out 2s;
  padding: 4px 6px;
}
@media handheld,only screen and (max-width: 422px) {
  .navigation .wp-pagenavi a {
    padding: 8px;
  }
}
.navigation .wp-pagenavi a:hover {
  background: #c54c54;
  -webkit-transition: background ease-out 0.5s;
  -moz-transition: background ease-out 0.5s;
  -o-transition: background ease-out 0.5s;
  transition: background ease-out 0.5s;
}
#footer {
  margin: 20px 0 0 0;
  position: relative;
  padding: 10px 0 0 0;
  background: #f7eccc;
}
@media handheld,only screen and (max-width: 422px) {
  #footer {
    padding: 2%;
  }
}
#footer .shadow-up {
  top: -9px;
  bottom: auto;
  opacity: 0.5;
  height: 9px;
}
#footer .stitch {
  top: 3px;
}
#footer .footer-section {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 34%;
}
@media handheld,only screen and (max-width: 422px) {
  #footer .footer-section {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
#footer .footer-section h5 {
  color: #5b2d14;
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 10px 0;
}
#footer .footer-section ul {
  list-style-type: none;
  margin: 20px 0 0 0;
}
#footer .footer-section ul li {
  vertical-align: top;
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #333;
}
#footer .footer-section ul li a {
  color: #c54c54;
  text-decoration: none;
}
#footer .footer-section-1 {
  width: 28%;
}
@media handheld,only screen and (max-width: 422px) {
  #footer .footer-section-1 {
    width: 95%;
  }
}
#footer .footer-section-1 img {
  margin: 2px 0 2px 0;
}
@media handheld,only screen and (max-width: 422px) {
  #footer .footer-section-1 img {
    margin: 0 !important;
  }
}
#footer .footer-section-2 img {
  margin: 0 3px 0 0;
}
#footer .footer-section-3 img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#tile {
  text-align: center;
}
@media handheld,only screen and (max-width: 422px) {
  #tile {
    padding: 3%;
    margin: 3% 0;
    background: #F7ECCC;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
  }
}
@media handheld,only screen and (max-width: 422px) {
  #tile img {
    width: 100%;
    height: auto;
  }
}
#tilelink {
  text-decoration: underline;
  cursor: pointer;
}
.hidetile {
  display: none;
}
.stitch {
  position: absolute;
  right: 0;
  left: 0;
  top: 3px;
  height: 1px;
  background: transparent url('../../../wwzdw-v4/i-stitch-pink.png') repeat-x;
}
#header .stitch {
  bottom: 3px;
  top: auto;
}
@media handheld,only screen and (max-width: 422px) {
  #header .stitch {
    display: none;
  }
}
#content {
  margin-top: 20px;
}
@media handheld,only screen and (max-width: 422px) {
  #content {
    margin-top: 0;
  }
}
.product {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: none;
  position: relative;
  margin-top: 10px;
}
@media handheld,only screen and (max-width: 422px) {
  .product {
    padding: 3%;
    margin: 3% 0;
    background: #F7ECCC;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
  }
}
.exact-match {
  position: absolute;
  left: -3px;
  top: 3px;
}
.bargain-buy {
  position: absolute;
  right: 11px;
  top: 165px;
}
.product-logo {
  max-width: 134px;
  height: auto;
  padding: 3px;
  background: #fff;
}
.product-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 152px;
  position: relative;
  padding: 5px 0;
  margin: 0 28px 0 0;
}
@media handheld,only screen and (max-width: 422px) {
  .product-item {
    width: 47%;
    margin: 0 3% 10px 0;
    padding: 5px 0 0 0;
  }
}
.product-item-image {
  width: 150px;
  height: 214px;
  overflow: hidden;
  border: 1px solid #e2c891;
  display: block;
  background: #fff;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media handheld,only screen and (max-width: 422px) {
  .product-item-image {
    width: 100%;
    height: 170px;
  }
}
.product a {
  color: #884a28;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.product a:hover {
  color: #c54c54;
  background: transparent;
}
.product img.product-image {
  max-width: 150px;
  max-height: 214px;
  height: auto;
  width: auto;
}
.product a:hover .product-item-image {
  border: 1px solid #c54c54;
}
.clicknum {
  position: absolute;
  padding: 3px;
  background: #eee;
  color: #333;
  font-size: 11px;
  opacity: 0.4;
  left: 50%;
  top: 40%;
}
.hr {
  background: transparent url('../../../wwzdw-v4/i-stitch-pink.png') repeat-x left center;
  min-height: 3px;
  width: auto;
  margin: 1em 0;
  text-align: center;
}
.hr h3 {
  background: #f7eccc;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0;
}
.hr h3 img {
  vertical-align: middle;
  margin-top: -2px;
}
.dressbreak .product {
  margin: 0;
}
@media handheld,only screen and (max-width: 422px) {
  .dressbreak .product {
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    max-height: 230px;
    overflow: hidden;
  }
}
.dressbreak .product-item {
  width: 110px;
  margin-top: 5px;
  margin-right: 7px;
}
@media handheld,only screen and (max-width: 422px) {
  .dressbreak .product-item {
    width: 46%;
    margin: 0 2%;
  }
}
.dressbreak .product-logo {
  margin-top: 3px;
}
.dressbreak .product-item-image {
  width: 110px;
  height: 180px;
}
@media handheld,only screen and (max-width: 422px) {
  .dressbreak .product-item-image {
    width: 100%;
    height: 190px;
  }
}
.dressbreak .product img.product-image {
  min-width: 110px;
  min-height: 180px;
  height: auto;
  width: auto;
  max-width: auto;
  max-height: auto;
}
#sidebar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 33%;
  margin: 0 1% 0 0;
}
@media handheld,only screen and (max-width: 422px) {
  #sidebar {
    display: block;
    margin: 0;
    width: 94%;
    margin: 0 3%;
  }
}
@media handheld,only screen and (max-width: 422px) {
  #sidebar .box {
    display: none;
  }
}
@media handheld,only screen and (max-width: 422px) {
  #sidebar .box#single-info {
    display: block;
  }
}
#main {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 66%;
}
@media handheld,only screen and (max-width: 422px) {
  #main {
    display: block;
    width: 94%;
    margin: 0 3%;
  }
}
.box {
  background: #f7eccc;
  padding: 10px;
  margin: 0 0 10px 0;
}
@media handheld,only screen and (max-width: 422px) {
  .box {
    padding: 3%;
    margin: 3% 0;
    background: #F7ECCC;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
  }
}
@media handheld,only screen and (max-width: 422px) {
  #main > .box {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media handheld,only screen and (max-width: 422px) {
  #main > .box > #entry-content {
    padding: 3%;
    margin: 3% 0;
    background: #F7ECCC;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    text-align: center;
  }
}
#main > .box > #entry-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
}
.related-post-item {
  display: inline-block;
  vertical-align: top;
  max-width: 45%;
  margin: 0 15px 15px 0;
  height: auto;
  max-height: 200px;
}
.related-post-item img {
  height: auto;
  width: auto;
  max-height: 200px;
}
h1 {
  margin-bottom: 10px;
  color: #5b2d14;
  font-size: 20px;
}
@media handheld,only screen and (max-width: 422px) {
  h1 {
    font-size: 18px;
  }
}
.sic-facebook {
  width: 90px;
}
.sic-twitter {
  width: 90px;
}
.sic-pinterest {
  width: 90px;
}
.sic-tumblr {
  width: 60px;
}
#sidebar .post {
  width: auto;
  float: none;
}
#sidebar .dressbreak .product-item {
  width: 114px;
}
#sidebar .dressbreak .product-item-image {
  width: 112px;
  height: 160px;
}
#sidebar .dressbreak .product img.product-image {
  min-width: 112px;
  min-height: 160px;
  height: auto;
  width: auto;
  max-width: auto;
  max-height: auto;
}
#sidebar .dressbreak .product-logo {
  margin-top: 3px;
  max-width: 100px;
}
h3 {
  color: #5b2d14;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.entry-description {
  border: 2px solid #c3a984;
  padding: 10px;
  margin: 10px 0;
}
@media handheld,only screen and (max-width: 422px) {
  .entry-description {
    padding: 3%;
    margin: 3% 0;
    background: #F7ECCC;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border: 0;
  }
}
.entry-meta {
  background: #e7d9b9;
  padding: 10px;
  margin: 10px 0;
}
@media handheld,only screen and (max-width: 422px) {
  .entry-meta {
    padding: 3%;
    margin: 3% 0;
    background: #F7ECCC;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
  }
}
.entry-meta p {
  font-size: 11px;
  line-height: 20px;
}
hr {
  height: 1px;
  color: #e7d9b9;
  background: #e7d9b9;
  margin: 4px -10px;
  padding: 0 10px;
}
.ebay-item {
  text-align: left;
  font-size: 12px;
  height: 85px;
  overflow: hidden;
}
.ebay-item a {
  display: block;
  padding: 5px;
  height: 75px;
  text-decoration: none;
}
.ebay-item a:hover {
  background: #f3e6c9;
}
.ebay-item .ebay-image-wrap {
  float: left;
  margin: 0 10px 0 0;
  display: block;
  width: 50px;
}
.ebay-image-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 75px;
  border: 1px solid #6a4a3c;
}
.ebay-price {
  display: block;
  color: #6a4a3c;
  padding-top: 3px;
}
@media handheld,only screen and (max-width: 422px) {
  .comments-wrap {
    padding: 3%;
    margin: 3% 0;
    background: #F7ECCC;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
  }
}
.comment-title {
  text-align: left;
}
.comment-title h3 {
  font-size: 18px;
  margin: 5px 0;
  font-weight: normal;
}
@media handheld,only screen and (max-width: 422px) {
  .comment-title h3 {
    display: none;
  }
}
.comment-title h3.blue {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.form-allowed-tags {
  display: none;
}
ol.commentlist {
  list-style-type: none;
}
ol.commentlist li {
  background: #f9f2db;
  padding: 20px;
  margin: 10px 0;
}
.comment-meta {
  font-size: 11px;
}
.comment-meta a {
  text-decoration: none;
  color: #a5885f;
}
.commentlist p {
  margin: 5px 0;
}
.comment-author {
  color: #6A4A3C;
  font-weight: bold;
  font-size: 12px;
}
.avatar {
  display: none;
}
.comment.byuser .says {
  background: transparent url('../../../wwzdw-v4/admin.png') no-repeat right center;
  padding: 0 60px 0 0;
}
.comment-awaiting-moderation {
  background: #00a0b0;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 3px;
  margin: 3px 0 0 0;
}
#main p.commentlink {
  font-size: 10px;
  opacity: 0.7;
}
input,
select,
textarea {
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #b8b8b8;
  color: #4c4c4c;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 4px;
  font-family: lucida sans, sans-serif;
}
@media handheld,only screen and (max-width: 422px) {
  textarea {
    width: 95%;
  }
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  textarea {
    width: 90%;
  }
}
.disabled {
  font-style: italic !important;
  color: #b8b8b8 !important;
}
input.submit,
input#submit {
  background: #c54c54;
  color: #fff;
  border-bottom: 1px solid #b73f47;
  border-right: 1px solid #b73f47;
  border-left: 1px solid #d9686f;
  border-top: 1px solid #d9686f;
  cursor: pointer;
}
input.submit:hover,
input.submit:focus,
input#submit:hover,
input#submit:focus {
  background: #f05470;
  border-bottom: 1px solid #e03a58;
  border-right: 1px solid #e03a58;
  border-left: 1px solid #f77089;
  border-top: 1px solid #f77089;
}
#respond label {
  width: 100px;
  display: block;
  float: left;
  padding: 7px 0 0 0;
}
p.form-submit {
  padding-left: 100px;
}
p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}
#feature {
  position: relative;
  overflow: hidden;
  max-width: 315px;
  margin: 0 auto;
  height: 400px !important;
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  #feature {
    height: 360px !important;
  }
}
#feature li {
  max-width: 100%;
}
.bjqs-wrapper {
  z-index: 5;
  position: relative;
}
.feature-post img {
  max-width: 100%;
  min-width: 317px;
  height: auto;
}
@media handheld,only screen and (max-width: 960px) and (min-width: 422px) {
  .feature-post img {
    min-width: 1px;
  }
}
.feature-post p {
  margin: 5px 0;
}
#feature .flex-control-paging {
  list-style-type: none;
  text-align: center;
  z-index: 100;
  position: relative;
}
#feature .flex-control-paging li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px 4px 0 4px;
}
#feature .flex-control-paging li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background: #c3a984;
  overflow: hidden;
  text-indent: 100px;
  cursor: pointer;
}
#feature .flex-control-paging li a.flex-active {
  background: #9e0013;
}
#feature .flex-direction-nav {
  display: none;
}
#mobile-disclosure {
  display: none;
}
@media handheld,only screen and (max-width: 422px) {
  #mobile-disclosure {
    display: block;
    padding: 3%;
    margin: 3% 0;
    background: #F7ECCC;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    box-shadow: 0px 0px 3px 0px rgba(91,45,20,0.5);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    margin: 3%;
  }
}
body #main .singletile {
  position: relative;
}
body #main .singletile img {
  position: relative;
  z-index: 2;
}
body #main .singletile a {
  position: absolute !important;
  z-index: 3 !important;
  top: 10px !important;
  left: 125px !important;
  display: block;
  width: 40px;
  height: 20px;
}