div.book h2, div.film h2 {
    text-align: left;
}

div.book, div.film {
    width: 100%;
    margin-bottom: 40px;
}

div.book img, div.film img {
    float: left;
    margin-right: 20px;
    padding-top: 5px;
}

div.book p, div.film p {
    text-align: left;
    margin-top: 0;
}

div.book p.preview, div.film p.preview {
    clear: both;
    text-align: center;
    font-weight: bold;
}

div.book p.preview img, div.film p.preview img {
    display: inline;
    float: none;
    margin-right: 5px;
}

div.book p.price, div.film p.price {
    clear: both;
    text-align: right;
    width: 100%;
    background-color: #ffeaea;
    padding-right: 10px;
    margin: 0;
}

p.price a {
    font-weight: bold;
}

p.footer {
    text-align: left;
}