.thumb {
  display: block;
  margin: 2px;
  /*width: 30px;
  height: 30px;
  */
  padding: 2px;
  float: left;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
.thumbSelected {
  border: 2px solid #6F6F6F;
}

.textthumb {
  font-weight: bold;
  padding: 5px 5px;
}

.option-hint {
  font-weight: bold;
}


.l1column .product-shop {
  width: 593px;
}

#product-img-box-place {
  position:relative;
  z-index: 100;
}

.loading-image {
  background-image: url(../images/loading.gif);
  background-position: top right;
  background-repeat: no-repeat;
  width: 355px;
  height: 355px;
  position: absolute;
  z-index: 200;
}

.optionImage1 {
  float:left;
  margin-top: 7px;
  margin-right: 10px;
}

.product-options-bottom .price-box {
  float: left !important;
  width: 190px;
  background: url(../images/bg/dashes_v_b.gif) repeat-y;
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.product-options-bottom .price-box-label {
  display: none;
}
.product-options-bottom .price {
  font-size: 20px !important;
  font-weight: bold !important;
}

.product-description  .price-box-label {
  display: inline !important;
  font-weight: bold !important;
}
.product-link-share {
  margin-top: 5px;
}

.option-container-hidden
{
	display: none;
}
