/* --- image positioning --- */

img.positioned.left {
    float: left;
}

img.positioned.center {
    float: none;
    display: block;
    text-align: center;
}

img.positioned.right {
    float: right;
}

img.positioned {
    padding: 0.5ex 0.5em;
}

table.price-list {
    font-size: smaller;
    border-collapse: collapse;
}

table.price-list tbody td {
    border-top: 1px solid #CCC;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
}
