
#product_image {
    margin-bottom: 2px;
}

#product_images {
    float: left;
    text-align: center;
    width: 30%;
}

#additional_images ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#additional_images li {
    float: left;
}

#additional_images li a {
    display: block;
    padding: 5px;
}

#product_content {
    float: left;
    width: 70%;
}

#product_images h4, #product_content h4 {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 4px;
    padding-bottom: 2px;
}

#product_extra {
}

table.product_attributes {
    width: 100%;
}

table.product_attributes th, table.product_attributes td {
    border: 1px solid #d6d6d6;
    padding: 5px;
}

table.product_attributes th {
    background: #e8e8e8;
    width: 40%;
}

table.product_attributes td {
    text-align: center;
    width: 60%;
}
