#topbackground, #footer, #mode, #image_viewer ul, #right_side_products h4 {
    display: none;
}

#left_side_products {
    width: 180px;
}

#right_side_products {
    float: right;
    width: 500px;
    text-align: left;
}

.product_list {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.product_list a {
    text-decoration: none;
    color: #000;
}

tr th {
    text-align: right;
    padding-right: 10px;
}

tr th, tr td {
    vertical-align: top;
}

#view_image {
    max-width: 180px;
}