@charset "UTF-8";

/**
 * Container Elements
 */
#product_content.product_family,
#product_content.product_single {
  position: relative;
  margin: 0;
}

/**
 * Product Image
 */

.product_family .carousel {
  height: 400px;
  width: 935px;
  overflow: hidden;
}

.product_family .inner {
  width: 7000px;
}

.product_family .slide {
  float: left;
  width: 935px;
  height: 410px;
}

p.product_claim {
  margin-top: 15px;
  margin-right: 20px;
  text-align: right;
  font-size: 18px !important;
}

.sIFR-hasFlash p.product_claim {
  visibility: hidden;
  letter-spacing: -1px;
  font-size: 18px;
}

.product_single p.product_claim {
  position: absolute;
  top: 0px;
  right: 0px;
}

#logo_bar {
  position: absolute;
  top: 270px;
  left: 20px;
  z-index: 900;
  width: 900px;
  height: 80px;
  background: url(../img/bg_product_family_logo.png) no-repeat;
}

.product_single #logo_bar {

}

#logo_bar #product_logo {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

#product_family_image, #product_image {
  margin-bottom: -36px;
}

.product_single h1 {
  position: absolute;
  bottom: 17px;
  left: 15px;
  margin-bottom: 0;
  padding: 0;
  width: 600px;
  font-size: 19px;
}

.sIFR-hasFlash .product_single h1 {
  visibility: hidden;
  letter-spacing: -1px;
  font-size: 19px;
}


ul.product_details {
  position: absolute;
  top: 279px;
  left: 30px;
  z-index: 901;
  list-style: none;
}

ul.product_details li {
  display: inline;
}

ul.product_details li a {
}

ul.product_details li img {
  z-index: 900;
  border: 1px solid #FFF;
  border-right: none
}

ul.product_details li a:hover, ul.product_details li a.carousel-selected {
  border-bottom: 4px solid #369;
}

ul.product_details li:hover div {
  visibility: visible;
}

ul.product_details li div {
  visibility: hidden;
  position: absolute;
  top: -290px;
  left: -30px;
  z-index: 100;
}

ul.product_details li div#product_text {
  top: -258px;
  left: -10px;
  width: 893px;
  height: 228px;
  overflow: auto;
  padding-top: 20px;
  background: #FFF;
  opacity: 0.8
}

#product_text h1 {
  font-weight: normal;
  font-size: 24px;
  margin: 20px 12.5% 0.5em 12.5%;
  color: #000;
}

#product_text p {
  font-size: 13px;
  margin: 0 12.5% 1em 12.5%;
  color: #000;
}

.related_products {
  margin: 0 15px;
  padding: 15px 0;
  width: 903px;
  overflow: hidden;
}

.related_products_wrapper {
  width: 905px;
}

.related_product {
  width: 300px;
  height: 110px;
  overflow: hidden;
  float: left;
  border-bottom: 1px dotted #D9D9D9;
  border-right: 1px dotted #D9D9D9;
  background: url(../../img/sample.jpg) -10px 30px no-repeat;
}

.related_product h3 {
  font-weight: bold;
  font-size: 13px;
  color: #666;
  padding: 10px 0 0 14px;
  background: url(../img/arrow.gif) no-repeat 5px 5px;
}

.related_product h3 span.price_tag { font-weight: normal }

.related_product a {
  display: block;
  height: 80px;
  color: #666;
  text-decoration: none;
}

.related_product a:hover {
  color: #000;
  text-decoration: underline;
}

#product_content.product_single .tab-content {
  margin: 15px 12% 30px 12%;
}
