#other {
  float: right;
  width: 200px; }
  #other .head {
    background: #ccc;
    color: #fff;
    padding: 2px 15px;
    margin-bottom: 10px; }
  #other #scroll_left a, #other #scroll_right a {
    display: block;
    padding-top: 30px;
    width: 15px;
    height: 75px;
    text-align: center; }
  #other #scroll_left {
    float: left; }
  #other #scroll_right {
    float: right; }
  #other .other_bag {
    float: left;
    margin: 0 5px; }
    #other .other_bag img {
      width: 75px;
      height: 75px;
      color: #fff; }

#preview {
  float: left;
  width: 243px;
  text-align: right;
  position: relative; }
  #preview a.preview {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0; }
    #preview a.preview img {
      display: block; }
  #preview img {
    display: block;
    width: 242px;
    height: 315px;
    color: #fff;
    left: 0px; }
  #preview img.sub {
    z-index: 9; }
  #preview .title {
    margin-top: 20px;
    font-size: 1.1em;
    color: #333333; }
  #preview .price {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2em; }
  #preview .buy {
    margin-top: 5px;
    font-size: 1em;
    text-decoration: underline;
    color: #6A6A6C; }

#info {
  margin-left: 286px;
  width: 346px; }
  #info #gallery_images {
    overflow: hidden;
    height: 130px; }
    #info #gallery_images a {
      display: block;
      float: left; }
    #info #gallery_images .gallery_image {
      margin-right: 22px;
      width: 100px;
      height: 130px;
      color: #fff; }
    #info #gallery_images .gallery_image.third {
      margin-right: 0; }
  #info .description {
    margin-top: 22px;
    color: #333333; }
  #info .prices, #info .shipping, #info .availability {
    font-weight: bold; }
    #info .prices span,     #info .shipping span,     #info .availability span {
      font-weight: normal; }
    #info .prices a, #info .prices a:visited,     #info .shipping a, #info .shipping a:visited,     #info .availability a, #info .availability a:visited {
      color: #f41e66; }
  #info .prices {
    margin-top: 50px; }
    #info .prices .discounted_price {
      color: #6ec81e; }
    #info .prices .old_price span {
      text-decoration: line-through; }
  #info .shipping, #info .availability {
    margin-top: 10px;
    margin-top-font-weight: normal; }

#ibox_close_a:hover {
  background: #6A6A6C;
  color: #FFF; }
