#leftLane {
    float: left;
    width: 177px;
    bottom: 0;
    background-color: #ffffff;
    background-image:
        url(/is-bin/intershop.static/WFS/Sony-SonyStyle-Site/-/zh_TW/images/bg_left_bar.gif)
        ;
    background-repeat: repeat-y;
}

#rightLane {
    float: left;
    width: 760px;
    margin-left: 25px;
    background-color: #ffffff;
}


/*
 * Promotion Products
 */

#leftLane .title {
  float: left;
}

#leftLane .productList {
    float: left;
}

#leftLane .product {
    float: left;
    width: 141px;
    margin: 13px 8px 0px 8px;
    padding-bottom: 10px;
    padding-left: 22px;
    border-bottom: 1px dashed #dadada;
}

#leftLane .productThumbnail {
  float: left;
  width: 120px;
}

#leftLane .productThumbnail img {
    max-width: 75px;
    width: expression(this.width > 75 ? "75px" : this.width + "px");
}

#leftLane .productName {
  float: left;
  width: 120px;
  margin-top: 5px;
    color: #666666;
}

#leftLane .productSKU {
  float: left;
  width: 120px;
  margin-top: 2px;
}

#leftLane .productSKU a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #336699;
}

#leftLane .productListPrice {
    display: none;
}

#leftLane .productPrice {
  display: none;
}


#leftLane .productRequisition {
    display: none;
}



#leftLane .productReqBox {
    display: none;
}


#leftLane .productDescription {
    display: none;
}
