/**
 * Detail.css
 * ProductDetailpages for Glasses & Sunglasses
 */
#ProductGallery{ height:423px; }

#ProductGallery .enlarge
{
  bottom:6px;
  cursor:pointer;
  position:absolute;
  right:6px;
}
  #ProductGallery .currentImage{ cursor:pointer; }

#OnlineFitting
{
  margin:0 auto;
  padding-top:24px;
  position:relative;
  width:533px;
}
  #OnlineFitting .closeFitting
  {
    position:absolute;
    top:24px;
    right:12px;
    z-index:1;
  }
    #OnlineFitting .closeFitting:after
    {
      font-size:16px;
      line-height:18px;
    }

.contentBreakBorder
{
  border-bottom:1px solid #fff;
  margin-bottom:0;
}

#Tools li,
#AvailableColors a.photo
{
  float:left;
  margin-right:12px;
  position:relative;
}
  #AvailableColors a.photo{ margin:0 10px 12px 0; }
    #AvailableColors a.photo:nth-child(13n+14){ margin-right:0; }

  #Tools li button{ width:135px; }
  #Tools li img,
  #AvailableColors a.photo img
  {
    border:1px solid #fff;
    margin-top:1px;

    transition:border 250ms ease-out; 
    -webkit-transition:border 250ms ease-out; 
    -moz-transition:border 250ms ease-out;
    -o-transition:border 250ms ease-out;
  }
    #Tools li .active img,
    #Tools li img:hover,
    #AvailableColors a.active img,
    #AvailableColors a.photo img:hover{ border:1px solid #222; }

#SocialMediaButtons
{
  position:absolute;
  right:0;
  width:316px;
}
#SocialMediaButtons li,
#SocialMediaButtons .dummy_btn
{
  height:26px;
  position:relative;
}
  #SocialMediaButtons .facebook,
  #SocialMediaButtons .twitter
  {
    clear:left;
    width:164px;
  }
  #SocialMediaButtons .gplus,
  #SocialMediaButtons .pinterest{ width:152px; }
  
  #SocialMediaButtons .settings_info
  {
    top:-28px;
    right:54px;
  }
  
  #SocialMediaButtons .tooltip span
  {
    bottom:35px;
    width:270px;
  }
    #SocialMediaButtons .gplus .tooltip span,
    #SocialMediaButtons .pinterest .tooltip span,
    #SocialMediaButtons .gplus .tooltip span,
    #SocialMediaButtons .pinterest .tooltip span
    {
      left:auto;
      right:12px;
    }
    #SocialMediaButtons .gplus .tooltip span:after,
    #SocialMediaButtons .pinterest .tooltip span:after,
    #SocialMediaButtons .gplus .tooltip span:before,
    #SocialMediaButtons .pinterest .tooltip span:before
    {
      left:auto;
      right:6px;
    }
      #SocialMediaButtons .gplus .tooltip:before,
      #SocialMediaButtons .pinterest .tooltip:before{ right:5px; }
      #SocialMediaButtons .pinterest .tooltip span span{ width:30px; }

/** Order
----------------------------------------------------------------------*/
#Order .grid
{
  border-bottom:1px solid #ccc;
  padding-bottom:12px;
}

  #Order .grid.last{ border:none; }

.brandList li
{
  float:left;
  width:193px;
}
  .brandList li.first
  {
    height:63px;
    margin-right:12px;
    width:111px;
  }
.shippingCosts{ width:193px; }
.addToCart
{
  margin-bottom:6px;
  width:193px;
}

#Order .pricing
{ 
	float:left;
	font-size:11px; 
	line-height:14px;
  position:relative;
}
  
  #Order .pricing strong{ font-size:20px; }
  #Order .pricing del{ line-height:20px}
  #Order .pricing .tooltip span {width:202px}
#Order .noStp { margin-top:20px }

.ltSpacing {letter-spacing:-1px}  

.top12{ margin-top:12px; }

#Order .deliveryTime { clear:right; }

#Order .pricing li.tintedPrice{
  font-size:14px;
  font-weight:bold;
  position:absolute;
}
  #Order .pricing.noStp li.tintedPrice{ top:-20px; }
  #Order .pricing li.tintedPrice{ top:-14px; }

/** Description
----------------------------------------------------------------------*/
#Properties{ width:304px; }

.bottom24{ margin-bottom:24px }

.features dt,
.features dd
{
  float:left;
  width:140px;
}
  .features dt
  {
    margin-right:12px;
    width:152px;
  }
  .features dd{ font-weight:bold; }

#FrameDimension
{
  background:url('../img/detail-dimension-figure.png') no-repeat 0 0;
  height:180px;
}
  #FrameDimension span
  {
    position:absolute;
    text-align:center;
  }
    .glassesWidth,
    .templeLength
    {
      top:48px;
      width:123px;
    }
      .glassesWidth{ left:0; }
      .templeLength
      {
        right:15px;
        width:141px;
      }

    .lensHeight,
    .lensWidth
    {
      left:0;
      top:146px;
      width:58px;
    }
      .lensWidth{ left:67px; }

    .bridgeWidth
    {
      right:15px;
      top:146px;
      width:127px;
    }

/** Available Colors
----------------------------------------------------------------------*/
#AvailableColors .tooltipImg
{
  background:#ffffff;
  bottom:53px;
  color:#444444;
  display:block;
  left:50%;
  margin-left:-93px;
  padding:6px;
  position:absolute;
  visibility:hidden;
  width:192px;
  z-index:1;
  
  box-shadow: 0 0 3px #aaa;
  -moz-box-shadow: 0 0 3px #aaa;
  -webkit-box-shadow: 0 0 3px #aaa;
}
  #AvailableColors .tooltipImg img,
  #AvailableColors .tooltipImg img:hover
  {
    border:none !important;
    margin:0 auto;
    margin-bottom:6px;
  }
  #AvailableColors .tooltipImg em 
  { 
    border:7px solid #fff;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent;
    bottom:-14px;
    display:block;
    font-size:0;
    height:0;
    left:50%;
    line-height:0;
    margin-left:-10px;  
    padding:0;
    position:absolute;
    width:1px;
  }

  #AvailableColors a.photo:hover .tooltipImg
  {
    visibility:visible;

    -webkit-transition-delay:0.2s;
    -moz-transition-delay:0.2s;
    -ms-transition-delay:0.2s;
    -o-transition-delay:0.2s;
    transition-delay:0.2s;
  }
    .isMobile #AvailableColors a.photo:hover .tooltipImg{ visibility:hidden; }

  #AvailableColors img.sold
  {
    opacity:0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }


/* BADGES
----------------------------------------------------------------------*/
#ProductGallery .badge
{
  bottom:0;
  left:0;
  font-size:21px;
  height:75px;
  width:75px;
  z-index:1;

  -webkit-border-radius:50%;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius:50%;
  -moz-border-radius-topright: 0;
  border-radius:50%;
  border-top-right-radius: 0;
}
  #ProductGallery .badge.new,
  #ProductGallery .badge.discounted{ line-height:75px; }

    #ProductGallery .badge.new span,
    #ProductGallery .badge.discounted span{ font-size:30px; }

    #ProductGallery .badge.polarized span,
    #ProductGallery .badge.notinstock span,
    #ProductGallery .badge.discontinued span,
    #ProductGallery .badge.lowprice span
    {
      line-height:21px;
      padding-top:16px;
    }
    #ProductGallery .badge.polarized span{ cursor:pointer; }

#ProductGallery .badge.xs
{
  bottom:80px;
  font-size:15px;
  height:auto;
  left:0;
  right:auto;
  -webkit-border-radius:3px;
  border-radius:3px;
}

/** 3D-Fitting
----------------------------------------------------------------------*/
#Brand4Player
{
  left:42px;
  position:absolute;
  top:24px;
  width:316px;
}
#PriceBox4Player
{
  bottom:18px;
  font-size:11px;
  line-height:13px;
  position:absolute;
  right:45px;
  width:190px;
}
  #PriceBox4Player .grid:first-child{ margin-bottom:12px; }
  #PriceBox4Player .itemPrice{
    display:block;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
  }
    #PriceBox4Player .itemPrice span{
      font-size: 12px;
      font-weight: normal;
      line-height: 21px;
      padding-left: 6px;
    }
  #PriceBox4Player .threeDNote{
    display:block;
    float:left;
    margin-top: 6px;
    width:100%;
  }
  #PriceBox4Player button{ width:100% ;}

  
  #PriceBox4Player button:not(.twoLines){
    font-size:15px;
    line-height:41px;
  }
  /*#PriceBox4Player button.twoLines em{ line-height:22px; }*/

.msie8 button#StartFitting, 
.msie9 button#StartFitting,
.msie #FBX_CreateDownload{ display:none; }