/* ------------------------------------------------------------------------- */
/* MAIN LAYOUT
/* ------------------------------------------------------------------------- */

   /* main box */
    .product-hp-box
    {
      border-top:  1px solid #CCCCCC;
      margin: 10px 50px 30px 50px;
    }


  /* content box frame */
    .product-box-frame
    {
      margin: 0px -50px 0px -50px;
      overflow: hidden;
      height: 290px;
      position: relative;
    }

  /* scroll left */
    .product-box-scroll-left
    {
      position: absolute;
      height: 290px;
      width: 50px;
      left: 0px;
      top: 0px;
      background:  url(img/arrow-left.png) no-repeat center center;
      cursor: pointer;
      z-index: 1;
      display: block;

    }



  /* scroll right */
    .product-box-scroll-right
    {
      display: block;
      position: absolute;
      height: 290px;
      width: 50px;
      right: 0px;
      top: 0px;
      background:  url(img/arrow-right.png) no-repeat center center;
      cursor: pointer;
      z-index: 1;
    }

    .product-box-scroll-disabled
    {
      opacity: 0.25;
      cursor: default;
    }

/* ------------------------------------------------------------------------- */
/* SCROLL BEHAVIOR
/* ------------------------------------------------------------------------- */


  /* content frame and content */
    .product-box-content
    {
      text-align: left;
      overflow: hidden;
      position: relative;
      left: 50px;
      top: 0px;
      width: 1180px;
    }

    .product-box-content-scroll
    {
      white-space: nowrap;
      ^white-space: normal;
      z-index: 5 !important;
      width: 100000px;
    }


/* ------------------------------------------------------------------------- */
/* CONTENT FORMATING
/* ------------------------------------------------------------------------- */

  /* box caption */
    .product-hp-box h2
    {
      font-weight: 200;
      color:#D1232A;
      margin: 30px 0px 5px 0px;
      font-size: 220%;
      text-align: center;
    }

  /* box item */
    .product-box-item
    {
      float: left;
      width: 216px;
      margin-right: 20px;
      text-align: center;
      white-space: normal;
    }

    .product-box-item h3
    {
      font-size: 110%;
      font-weight: 200;
      color: #666666;
      margin: 0;
    }


    .product-box-item .price-current
    {
      color: #D1232A;
      font-weight: 400;
      font-size: 170%;
      line-height: 130%;
    }

    .product-box-item .price-common
    {
       font-weight: 200;
    }






  .product-box-item .product-caption a         { color: #666666; text-decoration: none; }
  .product-box-item .product-caption a:link    { color: #666666; text-decoration: none; }
  .product-box-item .product-caption a:visited { color: #666666; text-decoration: none; }
  .product-box-item .product-caption a:active  { color: #666666; text-decoration: none; }
  .product-box-item .product-caption a:hover   { color: #666666; text-decoration: underline; }