#main-product {
  position:relative;
  float:left;
  z-index:1;
  width:600px;
  width: auto;
  height:100%;
}
.product-title {
  color:#1f1f1f;
  text-transform: uppercase;
  font-size:16px;
  margin-bottom:10px;
}
#product-image-spacer {
  width:472px;
  height:100%;
  display:block;
  margin: 0 0 0 200px;
  float:left;
  background: url(/images/colors/white.png) repeat;
}

#product-image-holder {
  position:relative;
  float:left;
  width:100%;
  margin:auto;
  margin-left: 90px;
  float:left;
  text-align:left;
}
.main-image {
  height:100%;
  margin:auto;
}
#product-info {
  background-position:right top;

  position:absolute;
  right:4%;
  top:30px;
  width:260px;
  z-index:4;
}
#product-description {
	width: 240px;
}
.product-price {
  color:#808080;
  text-transform: uppercase;
  font-size:14px;
  margin-bottom:6px;
}
.color-swatch {
  position:relative;
  height:16px;
  width:20px;
  border:1px solid #000000;
  float: left;
}
#quantity-select span {
  position: absolute;
  width: 73px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 24px;
  color: #fff;
  padding:1px 0 2px 8px;
  font: 11px/21px arial,sans-serif;
  background: url(/images/edun/quantity-selector.png) no-repeat;
  overflow: hidden;
}
#variant-size-select, #product-size-select {
  float:left;
  position:relative;
  display:inline-block;
  top:20px;
  width:160px;
}
#quantity-select {
  position:relative;
  display:block;
  top:20px;
  left:-7px;
}
.one-size {
  font-size:11px;
  float:left;
  position:relative;
  display:inline-block;
  top:24px;
  width:70px;
}