body {
  padding-bottom: 60px;
  color: #111;
}

#page-body {
  border-top: 1px dashed #c4c4c4;
  padding: 40px 260px 0 0;
  font-family: Georgia, serif;
  font-size: 15px;
}

#page-body p {
  margin-bottom:1.5em;
  line-height: 24px;
}

#page-body h1 {
  color: #111;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 26px;
}

a, a:visited {
  color: #0181b0;
  text-decoration: none;
}

a:hover {
  color: #01688e;
}

#blouse, 
#skirt {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 25px;
  width: 970px;
}

#header {
  overflow: hidden;
  padding: 29px 0;
}

#logo {
  float: left;
  height: 73px;
  width: 206px;
}

#logo a {
  display: block;
  height: 73px;
  width: 181px;
}

#logo a img {
  height: 73px;
}

#pitch {
  color: #999;
  float: left;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 26px;
}

#pitch a {
  font-style: italic;
}

#cart {
  background: #FFF url(cart-icon.png) no-repeat left;
  float: right;
  height: 63px;
  padding: 10px 25px 0 82px;
}

#cart strong {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0 0;
  text-transform: uppercase;
}

#cart a {
  display: block;
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  padding: 5px 0;
}

#showcase {
  background: #f5f5f5;
  // border-top: 1px dashed #c4c4c4;
  // height: 528px;
  width: 960px;
}

#showcase-image {
  height: 500px;
  overflow: hidden;
  width: 960px;
}

#showcase-nav {
  background: #222;
  text-align: center;
}

#showcase-nav ol {
  display: inline;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

#showcase-nav ol li {
  color: #656565;
  display: inline;
}

#showcase-nav ol li a {
  color: #656565;
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  letter-spacing: 1px;
}

#showcase-nav ol li.selected a {
  color: #FFF;
  background: url(showcase-selected.png) no-repeat bottom;
}

#products-list {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
  width: 990px;
}

#products-list li {
  float: left;
  margin: 0 30px 50px 0;
}

#products-list li a {
  background: #FFF;
  border-top: 1px dashed #dddddd;
  // border-bottom: 1px dashed #bbbbbb;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 300px;
  height: 500px;
}

#products-list li a .image {
  width: 300px;
  height: 445px;
  display: table-cell;
  vertical-align: middle
}

#products-list li a img {
  display: block;
  max-width: 300px;
  max-height: 445px;
  margin: 0 auto;
}

#products-list li a strong {
  display: block;
  color: #333;
  line-height: 28px;
  // text-transform: uppercase;
  width: 300px;
  text-align: center;
}

#products-list li a strong span {
  color: #999;
}

.products-list-name {
  margin-top: 13px;
}

.add-to-cart-button, 
.update-cart-button {
  background: #0181b0 url(add-to-cart-icon.png) no-repeat 260px 50%;
  border: 0;
  color: #FFF;
  display: block;
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  padding: 15px 0 15px 15px;
  text-align: left;
  width: 300px;
}

.add-to-cart-button:hover,
.update-cart-button:hover {
  background-color: #01688e;
  color: #FFF;
}

.update-cart-button {
  background-color: #333;
}

.update-cart-button:hover {
  background-color: #111;
}

.back-to-store-button,
.checkout-button {
  background: #FFF url(back-to-store-button.png) no-repeat top left;
  clear: both;
  color: #999;
  display: block;
  float: left;
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  height: 47px;
  line-height: 47px;
  text-align: center;
  width: 300px;
}

.back-to-store-button:hover,
.checkout-button:hover {
  background-position: bottom left;
  color: #666;
}

.checkout-button {
  background-image: url(checkout-button.png);
  border: 0;
  color: #FFF;
}

.checkout-button:hover {
  color: #FFF;
}



/***********************
 *                     *
 * Product & Cart Page *
 *                     *
 **********************/

#page-product #main,
#page-cart #main {
  float: left;
  margin-right: 20px
  width: 640px;
}

#page-product #main #product-showcase {
  border-bottom: 1px dashed #c4c4c4;
  margin-bottom: 20px
}

#page-product #main #product-showcase-image {
  overflow: hidden;
  width: 640px;
}

#page-product #main #product-showcase-image img {
  width: 640px;
}

#page-product #main #product-showcase-nav ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 20px 0;
  width: 640px;
}

#page-product #main #product-showcase-nav ul li {
  float: left;
  margin-left: 20px;
}

#page-product #main #product-showcase-nav ul li:first-child {
  margin-left: 0;
}

#page-product #main #product-showcase-nav ul li img {
  width: 200px;
}

#page-product #sidebar,
#page-cart #sidebar {
  float: right;
  border-top: 1px dashed #c4c4c4;
  padding-top: 30px;
  width: 300px;
}

#page-product #sidebar h2 {
  color: #111;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 26px;
  text-align: center;
}

#page-product #sidebar p {
  margin-bottom: 1.5em;
}

#page-product #sidebar h2 strong {
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px
}

#page-product #product-description {
  color: #111;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 17px;
}

#page-product #sidebar #product-name {
  background: #f5f5f5;
  border-bottom: 1px dashed #c4c4c4;
  border-top: 1px dashed #c4c4c4;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

#page-product #sidebar #product-name strong {
  color: #333;
  line-height: 40px;
  text-transform: uppercase;
}

#page-product #sidebar #product-name strong span {
  color: #999;
}

#page-product #sidebar #product-add {
  border-bottom: 1px dashed #c4c4c4;
  padding: 4px 0 20px;
  margin-bottom: 0px;
}

#page-product #sidebar #product-variants {
  padding: 0 0 10px 0;
}

#page-product #sidebar #product-share {
  overflow: hidden;
  padding: 20px 0 0 0;
}

#page-product #sidebar #product-share .facebook-like {
  float: left;
}

#page-cart #sidebar {
  padding-top: 0;
}

#page-cart #cart-instructions {
  padding-bottom: 20px;
}

#page-cart #cart-instructions label {
  display: block;
  font-family: Verdana, serif;
  font-size: 11px;
  padding-top: 30px;
  padding-bottom: 20px;
}

#page-cart #cart-instructions textarea {
  background: #f5f5f5;
  border: 1px solid #c4c4c4;
  width: 300px;
  height: 100px;
}

#page-cart #cart-update {
  border-bottom: 1px dashed #c4c4c4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#page-cart #cart-table {
  border-top: 1px dashed #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
  margin-bottom: 20px;
  padding: 15px 0;
}

#page-cart #cart-table table {
  width: 640px;
}

#page-cart #cart-table table thead {
  border-bottom: 1px dashed #b2b2b2;
}

#page-cart #cart-table table th {
  color: #111;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

#page-cart #cart-table table th.item {
  text-align: left;
}

#page-cart #cart-table table td {
  color: #333;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 15px 0
}

#page-cart #cart-table table td.price,
#page-cart #cart-table table td.quantity,
#page-cart #cart-table table td.total {
  text-align: center;
}

#page-cart #cart-table table td.quantity input {
  background: #f5f5f5;
  border: 1px solid #c4c4c4;
  color: #333;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  width: 57px;
  height: 32px;
  text-align: center;
}

#page-cart #cart-table table td img {
  vertical-align: middle;
}

#page-cart #cart-footer {
  overflow: hidden;
  width: 640px;
}

#page-cart #cart-footer h3 {
  color: #333;
  float: right;
  font-family: Verdana, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 47px;
}

#page-cart #cart-footer h3 strong {
  font-weight: bold;
}



















