/*---------------------------------------
GENERIC
---------------------------------------*/
.btn-default-products, .action-panel .btn-where-to-buy, .action-panel .btn-add-wishlist {
  background: url("../images/Desktop/bg-button-gradient.png") repeat-x scroll 0 0 transparent;
  border: 1px solid #C8C8C8;
  color: #333333;
  font-size: 13px;
  padding: 0 12px; }
  .btn-default-products span, .action-panel .btn-where-to-buy span, .action-panel .btn-add-wishlist span {
    background: url("../images/Desktop/buttons.png") no-repeat scroll right 11px transparent;
    display: block;
    padding: 7px 10px 6px 0; }
  .btn-default-products:hover, .action-panel .btn-where-to-buy:hover, .action-panel .btn-add-wishlist:hover {
    background: url("../images/Desktop/bg-button-hover.png") repeat-x; }
    .btn-default-products:hover span, .action-panel .btn-where-to-buy:hover span, .action-panel .btn-add-wishlist:hover span {
      font-family: "proxima_nova_ltbold", Arial; }

.btn-red-arrow, .animation-container .product-detail-container .tabs-container .tabs .tab .btn-detail-tab, .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-download, .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-see-more, .animation-container .community-container .highlighted-profile .btn-show-us {
  font-family: "proxima_nova_rgbold", Arial;
  cursor: pointer;
  border: 1px solid #AA0000;
  background: #CC0000;
  color: #FFFFFF;
  float: left;
  margin: 15px 0 0;
  font-size: 13px;
  padding: 0 13px 0 4px; }
  .btn-red-arrow span, .animation-container .product-detail-container .tabs-container .tabs .tab .btn-detail-tab span, .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-download span, .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-see-more span, .animation-container .community-container .highlighted-profile .btn-show-us span {
    background: url("../images/Desktop/sprite-arrows-1.png") no-repeat scroll right -281px;
    padding: 7px 12px;
    display: block; }
  .btn-red-arrow:hover, .animation-container .product-detail-container .tabs-container .tabs .tab .btn-detail-tab:hover, .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-download:hover, .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-see-more:hover, .animation-container .community-container .highlighted-profile .btn-show-us:hover {
    background: url("../images/Desktop/bg-red-hover.png") repeat-x 0 0 darkred;
    border: solid 1px #000; }

.btn-green-button, .action-panel .btn-buy {
  background: none repeat scroll 0 0 #43983A;
  border: 1px solid #10590A;
  color: #FFFFFF;
  display: block;
  font-family: "proxima_nova", Arial;
  font-size: 13px;
  padding: 7px 12px; }
  .btn-green-button:hover, .action-panel .btn-buy:hover {
    background: url(../images/Desktop/bg-buy-button-hover.png) repeat-x;
    font-family: "proxima_nova_rgbold", Arial; }

.opacityzero, .animation-container .product-detail-container .product-carousel .view-strip .jcarousel-prev.jcarousel-prev-disabled, .animation-container .product-detail-container .product-carousel .view-strip .jcarousel-next.jcarousel-next-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.opacityfull, .animation-container .product-detail-container .product-header .product-navigation-container .nav-left:hover .bg-opacity,
.animation-container .product-detail-container .product-header .product-navigation-container .nav-right:hover .bg-opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.jcarousel-prev,
.jcarousel-next {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none; }

.community-padding .fb_edge_widget_with_comment {
  margin: 20px 0 10px; }
.community-padding .fb-comments {
  padding: 0 0 30px; }

.animation-container {
  position: relative;
  min-height: 500px;
  /*---------------------------------------
  PRODUCT DETAIL PAGE
  ---------------------------------------*/
  /*---------------------------------------
  COMMUNITY PAGE
  ---------------------------------------*/
  /*---------------------------------------
  CLICK TO GO COMMUNITY PAGE (RIGHT)
  ---------------------------------------*/ }
  .animation-container .hide-overflow {
    overflow: hidden;
    position: relative;
    z-index: 10; }
  .animation-container .product-detail-container {
    left: 0;
    position: absolute;
    top: 0;
    width: 1250px;
    padding: 0 0 20px;
    z-index: 20;
    background: white;
    /*---------------------------------------
    PRODUCT CAROUSEL
    ---------------------------------------*/
    /*---------------------------------------
    PRODUCT BOTTOM CONTENT
    ---------------------------------------*/ }
    .animation-container .product-detail-container .buttons-panel {
      list-style: none outside none;
      margin: 0;
      padding: 0; }
      .animation-container .product-detail-container .buttons-panel li {
        background: url(../images/Desktop/bg-action-button.png) repeat-x 0 bottom; }
        .animation-container .product-detail-container .buttons-panel li:hover {
          background-position: 0 -5px; }
      .animation-container .product-detail-container .buttons-panel a {
        font-family: "proxima_nova_ltbold", Arial;
        background: url("../images/Desktop/sprite-icons.png") no-repeat scroll 0 0 transparent;
        color: #333333;
        display: block;
        float: none;
        font-size: 12px;
        height: 23px;
        margin: 0 0 2px;
        padding: 10px 0 0 40px; }
        .animation-container .product-detail-container .buttons-panel a:hover {
          color: #b00000; }
      .animation-container .product-detail-container .buttons-panel .btn-brochure {
        background-position: 7px -783px; }
      .animation-container .product-detail-container .buttons-panel .btn-compare {
        background-position: 7px -815px; }
      .animation-container .product-detail-container .buttons-panel .btn-print {
        background-position: 7px -851px; }
      .animation-container .product-detail-container .buttons-panel .btn-support {
        background-position: 7px -884px; }
    .animation-container .product-detail-container .product-header {
      position: relative;
      width: 887px;
      /*---------------------------------------
      PRODUCT NAVIGATION
      ---------------------------------------*/ }
      .animation-container .product-detail-container .product-header .logo-brand {
        position: absolute;
        top: 10px;
        left: 10px; }
      .animation-container .product-detail-container .product-header .product-image {
        display: table-cell;
        *display: block;
        height: 270px;
        margin: 0 auto;
        padding: 70px 382px 30px;
        text-align: center;
        vertical-align: middle;
         }
      .animation-container .product-detail-container .product-header .btn-industry-awards {
        cursor: pointer;
        left: 60px;
        position: absolute;
        top: 73px;
        z-index: 2; }
      .animation-container .product-detail-container .product-header .like-container {
        left: 1000px;
        position: absolute;
        top: 58px;
        z-index: 2; }
        .animation-container .product-detail-container .product-header .like-container .fb-product-like-container {
          float: left;
          height: 22px;
          margin: 5px 10px 0 0;
          overflow: hidden;
          width: 75px; }
        .animation-container .product-detail-container .product-header .like-container .btn-pinit {
          float: left;
          height: 19px;
          margin: 5px 0 0;
          width: 42px; }
          .animation-container .product-detail-container .product-header .like-container .btn-pinit a {
            background: none !Important; }
      .animation-container .product-detail-container .product-header.dark {
        background: #000; }
        .animation-container .product-detail-container .product-header.dark .product-navigation-container .nav-left,
        .animation-container .product-detail-container .product-header.dark .product-navigation-container .nav-right {
          color: #c1c1c1; }
          .animation-container .product-detail-container .product-header.dark .product-navigation-container .nav-left:hover .bg-opacity,
          .animation-container .product-detail-container .product-header.dark .product-navigation-container .nav-right:hover .bg-opacity {
            background-color: #444; }
        .animation-container .product-detail-container .product-header.dark .product-navigation-container .nav-left {
          background-position: 0 -627px; }
        .animation-container .product-detail-container .product-header.dark .product-navigation-container .nav-right {
          background-position: right -662px; }
      .animation-container .product-detail-container .product-header .product-navigation-container {
        font-family: "proxima_nova", Arial;
        font-size: 11px;
        height: 27px;
        left: 0;
        position: absolute;
        top: 20px;
        width: 125%; }
        .animation-container .product-detail-container .product-header .product-navigation-container .bg-opacity {
          background: #949494;
          height: 27px;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
          filter: alpha(opacity=20);
          -moz-opacity: .2;
          -khtml-opacity: .2;
          opacity: .2; }
        .animation-container .product-detail-container .product-header .product-navigation-container .nav-left,
        .animation-container .product-detail-container .product-header .product-navigation-container .nav-right {
          color: #808080;
          display: block;
          float: left;
          padding: 0 10px;
          position: absolute;
          top: 0;
          z-index: 2;
          overflow: hidden; }
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-left .bg-opacity,
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-right .bg-opacity {
            background: #D1D1D1;
            height: 100%;
            display: block;
            left: 0;
            opacity: 0.3;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            -moz-opacity: .3;
            -khtml-opacity: .3;
            opacity: .3; }
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-left .name,
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-right .name {
            background: url("../images/Desktop/sprite-arrows-1.png") no-repeat scroll right -242px;
            display: block;
            padding: 8px 0 5px 0;
            position: relative;
            z-index: 11; }
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-left:hover,
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-right:hover {
            color: #fff; }
        .animation-container .product-detail-container .product-header .product-navigation-container .nav-left {
          left: 0; }
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-left .name {
            background-position: 0px -582px;
            padding-left: 10px; }
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-left:hover .name {
            background-position: -1px -249px; }
        .animation-container .product-detail-container .product-header .product-navigation-container .nav-right {
          right: 0; }
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-right .name {
            background-position: right -537px;
            padding-right: 10px; }
          .animation-container .product-detail-container .product-header .product-navigation-container .nav-right:hover .name {
            background-position: right -282px; }
        .animation-container .product-detail-container .product-header .product-navigation-container h1 {
          font-family: "proxima_nova_rgbold", Arial;
          color: #9a9a9b;
          font-size: 11px;
          margin: 0;
          padding: 8px 0 6px;
          position: relative;
          text-align: center;
          z-index: 0; }
    .animation-container .product-detail-container .product-carousel {
      position: relative;
      width: 887px;
      /*---------------------------------------
      COLOR SWAP
      ---------------------------------------*/ }
      .animation-container .product-detail-container .product-carousel .view-strip {
        background: url("../images/Desktop/bg-product-detail.png") no-repeat scroll center -5px transparent;
        height: 31px;
        margin: 0 auto;
        overflow: hidden;
        padding: 1px 0 0;
        position: relative;
        width: 1107px; }
        .animation-container .product-detail-container .product-carousel .view-strip ul {
          list-style: none;
          padding: 0;
          margin: 0 auto;
          width: 210px; }
          .animation-container .product-detail-container .product-carousel .view-strip ul li {
            background: #D2D2D2;
            cursor: pointer;
            float: left;
            margin: 0 1px 0 0;
            text-align: center;
            width: 54px; }
            .animation-container .product-detail-container .product-carousel .view-strip ul li:hover {
              background: #e1e1e1; }
        .animation-container .product-detail-container .product-carousel .view-strip .jcarousel-clip {
          margin: 0 auto;
          overflow: hidden;
          width: 275px; }
          .animation-container .product-detail-container .product-carousel .view-strip .jcarousel-clip .thumbnail {
            background: #D2D2D2;
            color: #d2d2d2;
            cursor: pointer;
            display: block;
            float: left;
            height: 31px;
            line-height: 0.5;
            overflow: hidden;
            text-align: center;
            width: 54px;
            line-height: .5;
            margin: 0 1px 0 0; }
            .animation-container .product-detail-container .product-carousel .view-strip .jcarousel-clip .thumbnail:hover {
              background: #e1e1e1; }
        .animation-container .product-detail-container .product-carousel .view-strip .jcarousel-prev,
        .animation-container .product-detail-container .product-carousel .view-strip .jcarousel-next {
          background: url("../images/Desktop/sprite-arrows-2.png") no-repeat scroll 0 0 transparent;
          display: block;
          height: 22px;
          position: absolute;
          top: 4px;
          width: 26px; }
        .animation-container .product-detail-container .product-carousel .view-strip .jcarousel-prev {
          background-position: 0 -370px;
          left: 380px; }
        .animation-container .product-detail-container .product-carousel .view-strip .jcarousel-next {
          background-position: 0 -294px;
          left: 700px; }
      .animation-container .product-detail-container .product-carousel .color-swap-container {
        left: 730px;
        position: absolute;
        top: 18px; }
        .animation-container .product-detail-container .product-carousel .color-swap-container a {
          float: left;
          display: block;
          height: 17px;
          width: 17px;
          margin: 0 1px 0 0; }
          .animation-container .product-detail-container .product-carousel .color-swap-container a.selected {
            position: relative; }
            .animation-container .product-detail-container .product-carousel .color-swap-container a.selected span {
              top: 19px;
              left: 0;
              position: absolute;
              display: block;
              height: 2px;
              width: 17px;
              background: #9d9d9d; }
    .animation-container .product-detail-container .product-content {
      color: #333;
      font-family: "proxima_nova_ltregular", Arial;
      float: left;
      padding: 40px;
      overflow: hidden; }
      .animation-container .product-detail-container .product-content h2.title {
        font-size: 35px;
        font-weight: lighter; }
      .animation-container .product-detail-container .product-content p {
        line-height: 1.7; }
      .animation-container .product-detail-container .product-content .review-container {
        overflow: hidden;
        padding: 0 0 10px;
        position: relative;
        top: -10px;
        line-height: 22px;
        width: 240px; }
        .animation-container .product-detail-container .product-content .review-container .img-review {
          float: left;
          margin: 1px 14px 0 0; }
        .animation-container .product-detail-container .product-content .review-container a {
          font-family: "proxima_nova", Arial;
          font-style: italic;
          font-size: 13px;
          color: #777777;
          cursor: pointer; }
          .animation-container .product-detail-container .product-content .review-container a:hover {
            color: #cc0000; }
      .animation-container .product-detail-container .product-content .product-desc {
        font-family: Arial;
        font-size: 12px;
        line-height: 1.7;
        margin: 0 0 25px;
         width: 750px;
      }
    .animation-container .product-detail-container .main-content {
      float: left;
      width: 560px; }
    .animation-container .product-detail-container .offer-side-container {
      float: right;
      left: 3px;
      margin: 0 40px 0 240px;
      position: relative;
      width: 190px; }
      .animation-container .product-detail-container .offer-side-container .special-desc {
        background: url("../images/Desktop/bg-special-offer.png") no-repeat scroll center center transparent;
        color: #A20000;
        cursor: pointer;
        font-size: 13px;
        font-style: italic;
        font-weight: bold;
        min-height: 28px;
        padding: 0 18px 0 30px;
        margin: 0 0 10px;
        display: block; }
        .animation-container .product-detail-container .offer-side-container .special-desc .blurb {
          font-size: 11px;
          font-weight: normal;
          font-style: normal;
          margin: 2px 0 0 1px;
          display: block;
          line-height: 1.4; }
        .animation-container .product-detail-container .offer-side-container .special-desc:hover .blurb {
          color: #000; }
      .animation-container .product-detail-container .offer-side-container .buttons-panel {
        list-style: none outside none;
        margin: 0;
        padding: 0; }
        .animation-container .product-detail-container .offer-side-container .buttons-panel li {
          background: url(../images/Desktop/bg-action-button.png) repeat-x 0 bottom; }
          .animation-container .product-detail-container .offer-side-container .buttons-panel li:hover {
            background-position: 0 -5px; }
        .animation-container .product-detail-container .offer-side-container .buttons-panel a {
          font-family: "proxima_nova_ltbold", Arial;
          background: url("../images/Desktop/sprite-icons.png") no-repeat scroll 0 0 transparent;
          color: #333333;
          display: block;
          float: none;
          font-size: 12px;
          height: 24px;
          margin: 0 0 2px;
          padding: 10px 0 0 40px; }
          .animation-container .product-detail-container .offer-side-container .buttons-panel a:hover {
            color: #b00000; }
        .animation-container .product-detail-container .offer-side-container .buttons-panel .btn-brochure {
          background-position: 7px -783px; }
        .animation-container .product-detail-container .offer-side-container .buttons-panel .btn-compare {
          background-position: 7px -815px; }
        .animation-container .product-detail-container .offer-side-container .buttons-panel .btn-print {
          background-position: 7px -851px; }
        .animation-container .product-detail-container .offer-side-container .buttons-panel .btn-support {
          background-position: 7px -884px; }
      .animation-container .product-detail-container .offer-side-container .add-this-container {
        height: 57px;
        margin: 0; }
        .animation-container .product-detail-container .offer-side-container .add-this-container h4.share {
          font-family: Arial;
          float: left;
          font-size: 11px;
          line-height: 1.2;
          margin: 10px 0 5px 10px;
          width: 63px;
          color: #777; }
        .animation-container .product-detail-container .offer-side-container .add-this-container .content {
          background: none;
          float: left;
          margin: 10px 0 0;
          min-width: 0;
          padding: 0; }
          .animation-container .product-detail-container .offer-side-container .add-this-container .content .at300b span {
            margin: 0; }
    .animation-container .product-detail-container .product-help-detail-container {
      width: auto;
      font-family: "proxima_nova_ltregular", Arial;
      font-size: 12px;
      color: #333; }
    .animation-container .product-detail-container .tabs-container {
      width: 1300px;
      /*-----------------------
      AT A GLANCE
      ------------------------*/ }
      .animation-container .product-detail-container .tabs-container #pAdobeReader {
        clear: both;
        float: left;
        text-align: center; }
        .animation-container .product-detail-container .tabs-container #pAdobeReader .pdf-msg {
          display: inline-block;
          font-size: 12px;
          padding: 7px 0 0 10px;
          vertical-align: top; }
      .animation-container .product-detail-container .tabs-container .spectrum-container {
        background: url("../images/Desktop/bg-rainbow.png") no-repeat bottom left;
        padding-bottom: 5px;
        margin-left: -30px;
        margin-bottom: 30px;
        width: 890px; }
        .animation-container .product-detail-container .tabs-container .spectrum-container .inner {
          background: url("../images/Desktop/bg-ataglance-spectrum-gradient.png") repeat-x top left;
          height: 341px;
          overflow: hidden; }
          .animation-container .product-detail-container .tabs-container .spectrum-container .inner .headline {
            text-align: center;
            padding: 20px 0;
            width: 220px;
            margin-left: 45px;
            margin-right: 45px;
            float: left; }
            .animation-container .product-detail-container .tabs-container .spectrum-container .inner .headline h2 {
              margin: 5px 0 0 0;
              color: #fff;
              font-size: 12px;
              padding: 15px;
              border-top: 1px solid #37534f; }
            .animation-container .product-detail-container .tabs-container .spectrum-container .inner .headline a.btn {
              display: inline-block;
              padding: 3px  25px 2px 10px;
              background: #428460;
              font-size: 12px;
              font-family: "proxima_nova_rgbold", Arial;
              color: white;
              text-transform: uppercase; }
          .animation-container .product-detail-container .tabs-container .spectrum-container .inner ul.panels-container {
            float: left;
            clear: none; }
            .animation-container .product-detail-container .tabs-container .spectrum-container .inner ul.panels-container h4 {
              font-family: "proxima_nova_rgbold", Arial;
              color: white;
              margin: 17px 0 5px 20px; }
      .animation-container .product-detail-container .tabs-container.product-help-detail-container {
        width: auto;
        font-family: "proxima_nova_ltregular", Arial;
        font-size: 12px;
        color: #333; }
        .animation-container .product-detail-container .tabs-container.product-help-detail-container strong {
          font-family: "proxima_nova_rgbold", Arial;
          font-weight: normal; }
        .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab {
          padding-bottom: 40px;
          width: 777px; }
          .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .buttons-panel {
            float: right;
            width: 200px;
            text-align: right;
            padding-bottom: 30px; }
            .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .buttons-panel li {
              border: 1px solid #ccc;
              margin-left: 6px;
              display: inline-block; }
              .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .buttons-panel li a {
                display: inline-block;
                height: 24px;
                width: 38px;
                padding: 0; }
          .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .panel {
            margin-right: 65px;
            padding: 0;
            width: 198px;
            height: 300px;
            float: left; }
            .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .panel .image-holder {
              height: 140px;
              text-align: center; }
            .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .panel.last {
              margin-right: 0px; }
          .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .specifications {
            line-height: 1.8;
            overflow: hidden;
            line-height: 1.4; }
            .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .specifications .col {
              width: 370px;
              float: left;
              margin-top: 30px;
              word-wrap: break-word; }
              .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .specifications .col.first {
                margin-right: 30px; }
            .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .specifications h3 {
              color: #CC0000;
              font-size: 15px;
              font-weight: bold;
              margin: 10px 0 0; }
            .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .specifications dl, .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .specifications dd, .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .specifications dt {
              margin: 0;
              padding: 0;
              font-family: Arial;
              font-size: 12px; }
            .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .specifications dl {
              margin-bottom: 15px; }
            .animation-container .product-detail-container .tabs-container.product-help-detail-container .tabs .tab .specifications dt {
              font-weight: bold;
              margin: 15px 0 3px; }
      .animation-container .product-detail-container .tabs-container .menu {
        background: #51555f;
        list-style: none outside none;
        margin: 0 0 30px;
        overflow: hidden;
        padding: 0 40px;
        border-top: solid 2px #70737b;
        clear: both; }
        .animation-container .product-detail-container .tabs-container .menu li {
          background: #51555F;
          border-right: 1px solid #C8C8C8;
          float: left; }
          .animation-container .product-detail-container .tabs-container .menu li a {
            font-family: "proxima_nova_ltregular", Arial;
            color: #FFFFFF;
            cursor: pointer;
            display: block;
            font-size: 16px;
            padding: 10px 7px 9px 13px; }
            .animation-container .product-detail-container .tabs-container .menu li a.selected {
              color: #333333;
              background: #fff; }
              .animation-container .product-detail-container .tabs-container .menu li a.selected:hover {
                background: #fff;
                font-family: "proxima_nova_ltregular", Arial; }
            .animation-container .product-detail-container .tabs-container .menu li a:hover {
              font-family: "proxima_nova_ltbold", Arial;
              background: #2e3240; }
          .animation-container .product-detail-container .tabs-container .menu li:last-child {
            border-right: 0; }
      .animation-container .product-detail-container .tabs-container .tabs {
        font-family: Arial;
        overflow: hidden;
        position: relative;
        width: 100%; }
        .animation-container .product-detail-container .tabs-container .tabs .tab {
          display: none;
          float: left;
          padding: 0 30px;
          width: 1050px;
          /*-----------------------
          AT A GLANCE
          ------------------------*/
          /*-----------------------
          IN DETAIL
          ------------------------*/
          /*-----------------------
          ACCESSORIES
          ------------------------*/
          /*-----------------------
          DOWNLOADS FORM
          ------------------------*/
          /*-----------------------
          DOWNLOADS NEWS
          ------------------------*/
          /*-----------------------
          DOWNLOAD/SUPPORT FEATURES
          ------------------------*/
          /*-----------------------
          KIT OPTIONS
          ------------------------*/ }
          .animation-container .product-detail-container .tabs-container .tabs .tab.selected {
            display: block; }
          .animation-container .product-detail-container .tabs-container .tabs .tab.tab-help {
            padding: 0 5px; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .float-button-container {
            overflow: hidden;
            margin: 0 0 10px;
            width: 100%; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .feature {
            float: left;
            font-size: 12px;
            height: 240px;
            margin: 0 15px 0 0;
            overflow: hidden;
            padding: 10px 20px;
            position: relative;
            width: 290px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .feature img {
              height: 130px;
              margin: 0 0 2px;
              max-width: 220px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .feature h4 {
              font-family: "proxima_nova_ltbold", Arial;
              font-size: 14px;
              margin: 10px 0 5px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .feature .short-desc {
              max-height: 57px;
              line-height: 1.5;
              margin: 0 0 3px;
              overflow: hidden;
                width: 220px;
            }
          .animation-container .product-detail-container .tabs-container .tabs .tab .btn-detail-tab {
            float: right;
            margin: 0; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels {
            padding: 0;
            margin: 0;
            list-style: none; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content {
              font-size: 12px;
              line-height: 1.3;
              margin: 0 0 30px;
              overflow: hidden;
              width: 100%; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content h4 {
                font-family: "proxima_nova_ltbold", Arial;
                font-size: 16px; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content .image-container {
                float: left;
                width: 269px;
                margin: 0 20px 0 0; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content .content-container {
                float: left;
                width: 420px; }
                .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content .content-container .truncate {
                  overflow: hidden; }
                  .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content .content-container .truncate.active {
                    height: 110px; }
                    .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content .content-container .truncate.active p {
                      margin: 0; }
                .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content .content-container .btn-read-more {
                  display: none;
                  background: url(../images/Desktop/btn-read-more.png) no-repeat 0 0;
                  font-family: "proxima_nova_ltbold", Arial;
                  color: #333333;
                  cursor: pointer;
                  font-size: 10px;
                  height: 16px;
                  margin: 15px 0 0;
                  padding: 2px 0 0 5px;
                  text-align: center;
                  width: 415px; }
                  .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content .content-container .btn-read-more:hover {
                    color: #cc0000;
                    text-decoration: none; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content a {
                color: #cc0000; }
                .animation-container .product-detail-container .tabs-container .tabs .tab .feature-panels .feature-content a:hover {
                  text-decoration: underline; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .ruler {
            border-top: 1px solid #E5E5E5;
            clear: both;
            height: 1px;
            padding: 0 0 20px; }
          .animation-container .product-detail-container .tabs-container .tabs .tab h3.section-header {
            font-size: 22px;
            clear: both;
            margin-left: 75px;
          }
          .animation-container .product-detail-container .tabs-container .tabs .tab h4.specs-header {
            color: #CC0000;
            font-size: 15px;
            font-weight: bold;
            margin: 10px 0 0; }
          .animation-container .product-detail-container .tabs-container .tabs .tab h5 {
            font-family: Arial;
            font-size: 12px;
            font-weight: bold;
            margin: 15px 0 3px; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .specs-item {
            font-size: 12px;
            margin: 0 0 15px;
            line-height: 1.4;
            word-wrap: break-word; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .col-left {
            float: left;
            padding: 0 30px 0 0;
            width: 390px; 
              margin-left: 125px;
          }
          .animation-container .product-detail-container .tabs-container .tabs .tab .col-right {
            float: left;
            width: 390px; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .accessories-panels {
            list-style: none;
            padding: 0; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .accessories-panels .item {
              margin: 30px 0 0;
              float: left;
              overflow: visible;
              width: 100%;
                   margin-left: 120px;
            }
            .animation-container .product-detail-container .tabs-container .tabs .tab .accessories-panels .accessory-image {
              background: url("../images/Desktop/bg-product-gradient.png") no-repeat scroll 0 0 transparent;
              float: left;
              height: 172px;
              margin: 0 27px 0 0;
              padding: 12px 0 0;
              text-align: center;
              width: 269px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .accessories-panels .content-container {
              font-size: 12px;
              float: left;
              width: 400px; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .accessories-panels .content-container .accessory-name {
                font-size: 16px;
                font-family: "proxima_nova_ltbold", Arial; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .accessories-panels .action-panel {
              padding: 0 0 10px; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .form-register-product {
            position: relative;
            padding: 18px;
            background: #525560;
            margin: 0 0 22px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .form-register-product h3 {
              color: #fff;
              font-size: 22px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .form-register-product ul {
              padding: 0 0 0 16px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .form-register-product ul, .animation-container .product-detail-container .tabs-container .tabs .tab .form-register-product p {
              color: #fff;
              font-size: 16px;
              margin: 0 0 5px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .form-register-product .btn-register-product {
              background: url("../images/Desktop/sprite-arrows-1.png") no-repeat scroll 247px -202px #858990;
              top: 76px;
              color: #FFFFFF;
              cursor: pointer;
              font-family: "proxima_nova", Arial;
              font-size: 18px;
              padding: 8px 28px 8px 16px;
              position: absolute;
              right: 47px;
              width: 224px; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .form-register-product .btn-register-product:hover {
                background-color: #000; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item {
            font-size: 12px;
            margin: 0 0 20px;
            overflow: hidden;
            width: 100%; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .date {
              font-size: 16px;
              font-family: "proxima_nova_ltbold", Arial; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .title {
              font-size: 16px;
              margin: 0 0 1px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item p {
              line-height: 1.3; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-download {
              float: left;
              margin: 0 7px 0 0; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-see-more {
              background: #858990;
              border: 1px solid #666666;
              margin: 0 7px 0 0; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-see-more span {
                background: none; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-see-more:hover {
                background: #525560; }
                .animation-container .product-detail-container .tabs-container .tabs .tab .news-container .item .btn-see-more:hover span {
                  background: none; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .downloads-container .feature {
            width: 190px;
            margin: 0 19px 20px 0;
            padding: 0; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .downloads-container .feature a {
              cursor: pointer; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .downloads-container .feature a:hover {
                text-decoration: underline; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .kit-contents {
            background: url("../images/Desktop/bg-kit-options.png") repeat-x scroll 0 0 #dbdde0;
            clear: both;
            left: -30px;
            display: none;
            margin: 10px 0 0;
            padding: 0 0 20px;
            position: relative;
            width: 887px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .kit-contents .carousel-content-container {
              margin: 0 auto;
              padding: 13px 0 0;
              width: 836px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .kit-contents .jcarousel-prev {
              left: 4px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .kit-contents .jcarousel-next {
              right: 5px; }
          .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container {
            background: none repeat scroll 0 0 #DBDDE0;
            left: -30px;
            padding: 13px 0;
            position: relative;
            width: 887px; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container.closed {
              background: none;
              left: 0;
              width: 834px;
              padding: 13px 0 0; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container.closed .btn-hide-kit {
                background: url(../images/Desktop/btn-center-ruler.png) repeat-x 0 6px; }
                .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container.closed .btn-hide-kit .show {
                  display: inline; }
                .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container.closed .btn-hide-kit .hide {
                  display: none; }
                .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container.closed .btn-hide-kit .arrow {
                  background-position: 5px -33px;
                  background-color: #fff; }
            .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container .btn-hide-kit {
              background: #D0D3D7;
              cursor: pointer;
              display: block;
              line-height: 1;
              margin: 0 auto;
              padding: 1px 0 3px;
              text-align: center;
              width: 834px; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container .btn-hide-kit .arrow {
                font-family: "proxima_nova_ltbold", Arial;
                background: url("../images/Desktop/sprite-kit-toggle.png") no-repeat scroll 0 3px transparent;
                color: #333333;
                font-size: 10px;
                padding: 0 5px 0 16px; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container .btn-hide-kit .hide {
                display: inline; }
              .animation-container .product-detail-container .tabs-container .tabs .tab .btn-hide-kit-container .btn-hide-kit .show {
                display: none; }
  .animation-container .community-container {
    background: #FFFFFF;
    left: 0;
    padding: 20px 0 0 174px;
    position: absolute;
    top: 0;
    width: 936px;
    z-index: 10;
    /*---------------------------------------
    SELECTED STORY
    ---------------------------------------*/ }
    .animation-container .community-container .image-container {
      position: relative; }
      .animation-container .community-container .image-container .image-caption {
        font-family: "proxima_nova_ltregular", Arial;
        font-style: italic;
        font-size: 12px;
        padding-left: 32px; }
      .animation-container .community-container .image-container .profile-pic {
        background: url("../images/Desktop/bg-profile.png") no-repeat scroll 0 0 transparent;
        bottom: -40px;
        height: 93px;
        left: 25px;
        position: absolute;
        width: 97px; }
        .animation-container .community-container .image-container .profile-pic img {
          margin: 4px 0 0 9px; }
    .animation-container .community-container .community-padding {
      padding: 0 37px 0 32px; }
    .animation-container .community-container .highlighted-profile {
      font-family: "proxima_nova", Arial;
      position: relative;
      border-bottom: solid 1px #c3c4c7;
      padding: 65px 0 40px;
      /*---------------------------------------
      STORY LIGHTBOX
      ---------------------------------------*/ }
      .animation-container .community-container .highlighted-profile h2 {
        font-size: 38px; }
        .animation-container .community-container .highlighted-profile h2 .profile-name {
          color: #cc0000; }
      .animation-container .community-container .highlighted-profile p {
        font-size: 12px; }
      .animation-container .community-container .highlighted-profile .selected-shots-lightbox {
        background: url("../images/Desktop/bg-story.png") repeat scroll 0 0 transparent;
        height: 265px;
        left: 6330px;
        padding: 22px 0 0 20px;
        position: absolute;
        top: 21px;
        width: 558px; }
        .animation-container .community-container .highlighted-profile .selected-shots-lightbox .btn-view-all-featured {
          background: #9EA0A3;
          cursor: pointer;
          color: #FFFFFF;
          font-size: 11px;
          left: 390px;
          padding: 3px 9px 1px;
          position: absolute;
          text-transform: uppercase;
          top: 28px; }
          .animation-container .community-container .highlighted-profile .selected-shots-lightbox .btn-view-all-featured:hover {
            background: #848588; }
        .animation-container .community-container .highlighted-profile .selected-shots-lightbox .jcarousel-container {
          top: 4px; }
          .animation-container .community-container .highlighted-profile .selected-shots-lightbox .jcarousel-container .jcarousel-clip {
            height: 111px;
            width: 540px;
            overflow: hidden; }
            .animation-container .community-container .highlighted-profile .selected-shots-lightbox .jcarousel-container .jcarousel-clip ul {
              list-style: none;
              margin: 0;
              padding: 0; }
              .animation-container .community-container .highlighted-profile .selected-shots-lightbox .jcarousel-container .jcarousel-clip ul li {
                float: left;
                margin: 0 1px 0 0;
                position: relative;
                padding: 11px 0 20px; }
                .animation-container .community-container .highlighted-profile .selected-shots-lightbox .jcarousel-container .jcarousel-clip ul li a {
                  float: left;
                  overflow: hidden;
                  height: 84px;
                  width: 134px;
                  display: block; }
          .animation-container .community-container .highlighted-profile .selected-shots-lightbox .jcarousel-container .jcarousel-prev,
          .animation-container .community-container .highlighted-profile .selected-shots-lightbox .jcarousel-container .jcarousel-next {
            background: url("../images/Desktop/sprite-community.png") no-repeat scroll -6px -76px transparent;
            display: block;
            height: 37px;
            position: absolute;
            top: 145px; }
          .animation-container .community-container .highlighted-profile .selected-shots-lightbox .jcarousel-container .jcarousel-prev {
            background-position: -4px -76px;
            left: 504px;
            width: 27px; }
          .animation-container .community-container .highlighted-profile .selected-shots-lightbox .jcarousel-container .jcarousel-next {
            background-position: -31px -76px;
            left: 531px;
            width: 29px; }
        .animation-container .community-container .highlighted-profile .selected-shots-lightbox .image-hover {
          background: url("../images/Desktop/bg-thumbnail-hover.png") no-repeat scroll 0 0 transparent;
          cursor: pointer;
          display: none;
          height: 113px;
          left: 0;
          padding: 7px 0 0 20px;
          position: absolute;
          top: 66px;
          width: 179px;
          z-index: 2; }
        .animation-container .community-container .highlighted-profile .selected-shots-lightbox .image-profile {
          float: left;
          margin: 18px 8px 0 2px;
          background: url(../images/Desktop/sprite-community.png) no-repeat 0 0;
          height: 67px;
          width: 67px; }
          .animation-container .community-container .highlighted-profile .selected-shots-lightbox .image-profile img {
            margin: 8px; }
        .animation-container .community-container .highlighted-profile .selected-shots-lightbox .summary {
          color: #333333;
          float: left;
          line-height: 1.3;
          margin: 20px 0 0;
          width: 420px; }
          .animation-container .community-container .highlighted-profile .selected-shots-lightbox .summary h4 {
            font-family: "proxima_nova_ltbold", Arial;
            font-size: 14px;
            margin: 0 0 2px; }
          .animation-container .community-container .highlighted-profile .selected-shots-lightbox .summary .desc {
            font-family: "proxima_nova_ltregular", Arial;
            font-size: 12px; }
    .animation-container .community-container .click-overlay {
      background: none repeat scroll 0 0 transparent;
      cursor: pointer;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 310px;
      z-index: 5; }
    .animation-container .community-container .white-overlay {
      background: none repeat scroll 0 0 #FFFFFF;
      height: 100%;
      left: 0;
      opacity: 0.8;
      position: absolute;
      top: 570px;
      width: 100%;
      z-index: 2; }
  .animation-container .btn-community-page {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50px;
    width: 235px;
    z-index: 15; }
    .animation-container .btn-community-page .top {
      background: url("../images/Desktop/btn-community-page.png") no-repeat scroll right 0 transparent;
      left: 16px;
      padding: 10px;
      position: relative; }
    .animation-container .btn-community-page .bottom {
      background: url("../images/Desktop/btn-community-page.png") no-repeat scroll right bottom transparent;
      height: 20px;
      left: 16px;
      position: relative;
      width: 235px; }
    .animation-container .btn-community-page .blurb {
      color: #FFFFFF;
      font-family: "proxima_nova", Arial;
      font-size: 14px;
      padding: 4px 30px 10px 10px; }
      .animation-container .btn-community-page .blurb span {
        font-family: "proxima_nova_ltbold", Arial; }
    .animation-container .btn-community-page .pointers {
      color: #4B0000;
      font-size: 11px;
      font-style: italic;
      padding: 0 10px;
      font-family: "proxima_nova_ltbold", Arial; }
      .animation-container .btn-community-page .pointers img {
        vertical-align: middle; }
    .animation-container .btn-community-page.fixed {
      position: fixed;
      top: 0;
      right: auto;
      margin: 0 0 0 871px; }
  .animation-container .btn-product-page-image {
    background: url("../images/Desktop/bg-product-content.png") repeat-y scroll right 0 transparent;
    cursor: pointer;
    left: -200px;
    position: absolute;
    top: 0;
    width: 171px;
    z-index: 25; }
    .animation-container .btn-product-page-image .product-image-overlay {
      left: 0;
      overflow: hidden;
      position: relative;
      top: 60px;
      width: 188px;
      height: 250px; }
      .animation-container .btn-product-page-image .product-image-overlay img {
        height: auto;
        margin: 0 15px 0 0;
        max-height: 225px;
        max-width: none;
        position: absolute;
        right: 0;
        top: 0;
        width: auto; }

/*---------------------------------------
CLICK TO GO PRODUCT PAGE (LEFT)
---------------------------------------*/
.btn-product-page {
  position: absolute;
  cursor: pointer;
  top: 310px;
  z-index: 22;
  display: none; }
  .btn-product-page .content .top {
    background: url("../images/Desktop/btn-product-page.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: "proxima_nova", Arial;
    font-size: 14px;
    padding: 17px 10px 10px 40px;
    position: relative;
    right: 40px;
    width: 135px; }
  .btn-product-page .content .bottom {
    background: url("../images/Desktop/btn-product-page.png") no-repeat scroll 0 bottom transparent;
    height: 20px;
    position: relative;
    right: 40px;
    top: 0;
    width: 185px; }
  .btn-product-page.fixed {
    position: fixed;
    top: 0;
    right: auto;
    margin: 0; }

/*---------------------------------------
THREE BY TWO CAROUSEL
---------------------------------------*/
.three-by-two-carousel-container {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px;
  width: 830px;
  /*FOR PANELS*/ }
  .three-by-two-carousel-container .three-by-two-carousel {
    list-style: none;
    padding: 0;
    margin: 0; }
    .three-by-two-carousel-container .three-by-two-carousel.selected-shots li > a {
      margin: 0 10px 10px 0;
      float: left; }
      .three-by-two-carousel-container .three-by-two-carousel.selected-shots li > a.last {
        margin-right: 0; }
  .three-by-two-carousel-container.panels-container {
    width: 837px; }
    .three-by-two-carousel-container.panels-container .jcarousel-clip li, .three-by-two-carousel-container.panels-container li {
      width: 837px; }
    .three-by-two-carousel-container.panels-container .jcarousel-clip {
      height: 642px; }
    .three-by-two-carousel-container.panels-container .jcarousel-prev, .three-by-two-carousel-container.panels-container .jcarousel-next {
      top: 620px; }
    .three-by-two-carousel-container.panels-container .jcarousel-control {
      top: -29px; }
    .three-by-two-carousel-container.panels-container.thin-panels-container {
      width: 780px; }
  .three-by-two-carousel-container h3 span.name {
    font-family: "proxima_nova_rgbold", Arial; }
  .three-by-two-carousel-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .three-by-two-carousel-container .jcarousel-clip {
    height: 380px;
    overflow: hidden;
    width: 100%; }
    .three-by-two-carousel-container .jcarousel-clip li {
      width: 830px; }
  .three-by-two-carousel-container .jcarousel-prev, .three-by-two-carousel-container .jcarousel-next {
    top: 370px; }
  .three-by-two-carousel-container .jcarousel-next {
    right: 4px; }
  .three-by-two-carousel-container .jcarousel-control {
    top: -15px; }
    .three-by-two-carousel-container .jcarousel-control a {
      background: url("../images/Desktop/sprite-jcarousel-lighter.png") no-repeat scroll -38px -2px transparent; }
      .three-by-two-carousel-container .jcarousel-control a.selected {
        background-position: -68px -2px; }

.enlarge-image {
  padding: 60px 30px 30px; }

.selected-shots-scroller {
  float: right;
  margin: 0 0 0 60px;
  width: 272px; }
  .selected-shots-scroller h3 .red-italic {
    color: #cc0000;
    font-style: italic; }
  .selected-shots-scroller ul {
    cursor: pointer;
    background: #fff;
    list-style: none;
    /*height:172px;*/
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .selected-shots-scroller ul li {
      float: left;
      margin: 0 1px 1px 0; }
    .selected-shots-scroller ul img {
      float: left;
      height: 85px;
      width: 135px; }

/*---------------------------------------
PRODUCT ENLARGE IMAGE SLIDESHOW
---------------------------------------*/
#enlargeImageSlideshowFancybox .slideshow-pager .cycle-thumbnail-paginator {
  position: relative;
  margin: 0 auto;
  top: -12px;
  overflow: hidden;
  height: 67px;
  max-width: 504px;
  height: 76px; }
  #enlargeImageSlideshowFancybox .slideshow-pager .cycle-thumbnail-paginator li {
    float: left;
    margin: 0 0 5px;
    width: 55px; }
    #enlargeImageSlideshowFancybox .slideshow-pager .cycle-thumbnail-paginator li.activeSlide {
      background: #9D9D9D; }
    #enlargeImageSlideshowFancybox .slideshow-pager .cycle-thumbnail-paginator li a {
      background: #D2D2D2;
      display: block;
      height: 30px;
      margin: 0;
      overflow: hidden;
      width: 55px; }
#enlargeImageSlideshowFancybox .pager-container {
  padding: 10px 0 0; }
#enlargeImageSlideshowFancybox .fancybox-inner {
  overflow: hidden; }

/*---------------------------------------
BASE + SELECTED SHOTS SLIDESHOW
---------------------------------------*/
.product-slideshow-container {
  padding: 0 30px;
  height: 540px;
  position: relative;
  min-width: 590px;
  max-width: 650px; }
  .product-slideshow-container.selected-shots-container {
    height: auto;
    padding: 0;
    max-width: 749px; }
    .product-slideshow-container.selected-shots-container .slideshow {
      padding: 0 6px;
      width: 737px; }
      .product-slideshow-container.selected-shots-container .slideshow ul li img {
        margin: 7px 0 0;
        max-height: 390px; }
    .product-slideshow-container.selected-shots-container .pager-container {
      height: 24px;
      padding: 20px 0 0;
      position: absolute;
      top: 399px;
      width: 749px;
      z-index: 21; }
    .product-slideshow-container.selected-shots-container .left {
      border-right: 2px solid #CFCFCF;
      float: left;
      height: 183px;
      margin: 60px 30px 0 0;
      overflow-y: auto;
      padding: 0 30px 0 20px;
      text-align: left;
      width: 400px; }
      .product-slideshow-container.selected-shots-container .left h3 {
        font-family: "proxima_nova", Arial;
        font-size: 30px;
        font-weight: lighter;
        margin: 0 0 10px; }
      .product-slideshow-container.selected-shots-container .left .desc {
        font-family: Arial;
        font-size: 14px;
        text-align: left; }
    .product-slideshow-container.selected-shots-container .right {
      color: #555;
      float: left;
      width: 240px;
      margin: 60px 0 0; }
      .product-slideshow-container.selected-shots-container .right .row {
        float: left;
        margin: 0 0 4px; }
      .product-slideshow-container.selected-shots-container .right .key, .product-slideshow-container.selected-shots-container .right .value {
        float: left;
        width: 82px;
        text-align: right;
        font-family: Arial;
        font-size: 12px;
        margin: 0 15px 0 0; }
      .product-slideshow-container.selected-shots-container .right .value {
        margin: 0;
        text-align: left;
        width: 140px;
        word-wrap: break-word; }
  .product-slideshow-container .slideshow {
    margin: 0 auto;
    overflow: hidden;
    width: 650px; }
    .product-slideshow-container .slideshow ul {
      list-style: none;
      min-height: 450px;
      margin: 0;
      padding: 0; }
      .product-slideshow-container .slideshow ul li {
        background: none !important;
        width: 100%;
        text-align: center;
        min-height: 405px; }
        .product-slideshow-container .slideshow ul li img {
          margin: 60px 0 0;
          max-height: 338px; }
  .product-slideshow-container .desc {
    font-family: "proxima_nova", Arial;
    font-style: italic;
    color: #333;
    font-size: 12px;
    margin: 0 0 10px;
    max-height: 100px;
    overflow: hidden;
    text-align: center; }
  .product-slideshow-container .pager-container {
    padding: 20px 0 0;
    height: 50px; }
  .product-slideshow-container .slideshow-pager {
    background: #CCCCCC;
    height: 18px;
    position: relative; }
    .product-slideshow-container .slideshow-pager .cycle-prev,
    .product-slideshow-container .slideshow-pager .cycle-next {
      background: url(../images/Desktop/product-slideshow-nav.png) no-repeat 0 0;
      height: 18px;
      cursor: pointer;
      display: block;
      width: 60px;
      position: absolute;
      top: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none; }
    .product-slideshow-container .slideshow-pager .cycle-prev {
      background-position: 0 0;
      left: 0; }
    .product-slideshow-container .slideshow-pager .cycle-next {
      background-position: 0 -18px;
      right: 0; }
    .product-slideshow-container .slideshow-pager .pager-wrapper {
      height: 51px;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      top: -28px;
      width: 561px; }
    .product-slideshow-container .slideshow-pager .cycle-thumbnail-paginator {
      border-left: 1px solid #FFFFFF;
      list-style: none outside none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 16px;
      width: 560px; }
      .product-slideshow-container .slideshow-pager .cycle-thumbnail-paginator li {
        float: left;
        border-right: 1px solid #FFFFFF;
        width: 55px;
        height: 35px;
        margin: 0 0 18px; }
        .product-slideshow-container .slideshow-pager .cycle-thumbnail-paginator li a {
          background: none repeat scroll 0 0 #D2D2D2;
          float: left;
          height: 30px;
          overflow: hidden;
          text-align: center;
          width: 55px; }
          .product-slideshow-container .slideshow-pager .cycle-thumbnail-paginator li a img {
            max-width: 55px;
            max-height: 30px; }
        .product-slideshow-container .slideshow-pager .cycle-thumbnail-paginator li.activeSlide {
          background: #9D9D9D; }

/*---------------------------------------
PRODUCT ACTION PANEL
---------------------------------------*/
.action-panel {
  float: left; }
  .action-panel a {
    float: left;
    display: block;
    margin: 0 10px 0 0; }
  .action-panel .btn-buy {
    width: 60px;
    text-align: center;
      cursor: pointer;
  }
  .action-panel .btn-where-to-buy {
    width: 91px; }
  .action-panel .btn-add-wishlist {
    width: 97px; }
    .action-panel .btn-add-wishlist span {
      background-position: right -61px; }


/*---------------------------------------
LOADER
---------------------------------------*/
.product-tab-loader {
  position: relative; }
  .product-tab-loader .wheel {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 32px;
    z-index: 2; }
  .product-tab-loader .bg {
    background: #FFFFFF;
    height: 100px;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 887px; }

/*---------------------------------------
SIMPLE IMAGE CONTAINER
---------------------------------------*/
.simple-image-container .inner {
  margin: 0 auto;
  width: 1106px;
  text-align: center;
  line-height: 0; }

/*---------------------------------------
TABS FROM OLD SITE
---------------------------------------*/
.mainContainer {
  background-color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  padding: 30px; }
  .mainContainer h3,
  .mainContainer .greenHeading {
    color: #619600;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px; }
  .mainContainer h3 {
    color: #333; }
    .mainContainer h3 .highlight {
      color: #cc0000; }
  .mainContainer .greenSection li a, .mainContainer .greenSection p a {
    margin: 0; }
  .mainContainer .greenSection a {
    margin-left: 20px; }

.mainTabsContainer {
  background-color: #fff; }
  .mainTabsContainer #underlineStatusSelection {
    display: none; }
  .mainTabsContainer .mainTabs {
    background: #51555f;
    border-spacing: 0;
    overflow: hidden;
    padding: 0 40px;
    border-top: solid 2px #70737b;
    clear: both;
    width: 100%; }
    .mainTabsContainer .mainTabs tr td {
      background-color: #51555F;
      vertical-align: middle;
      float: left; }
      .mainTabsContainer .mainTabs tr td:last-child > div {
        border-right: 0 none; }
      .mainTabsContainer .mainTabs tr td > div {
        border-right: 1px solid #C8C8C8;
        position: relative;
        margin-right: -2px;
        top: 1px; }
      .mainTabsContainer .mainTabs tr td a {
        font-family: "proxima_nova_ltregular", Arial;
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        font-size: 16px;
        padding: 10px 20px 9px; }
        .mainTabsContainer .mainTabs tr td a:hover {
          font-family: "proxima_nova_ltbold", Arial;
          background: #2e3240; }
      .mainTabsContainer .mainTabs tr td .active a {
        color: #333333;
        background: #fff; }
        .mainTabsContainer .mainTabs tr td .active a:hover {
          background: #fff;
          font-family: "proxima_nova_ltregular", Arial; }
  .mainTabsContainer .tabs {
    font-family: Arial;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .mainTabsContainer .tabs .tab {
      display: none;
      float: left;
      padding: 0 30px;
      width: 837px; }
      .mainTabsContainer .tabs .tab.selected {
        display: block; }

.reviewtabauto{ height: auto;
    background: white;
}
#main_0_onecolumn_1_animationcontainer_0_productpagebottom_0_pAtAGlance {
    margin-left: 22px;
}