/*  cart + product specific  */
.price_old {
    font-size:          .9em;
    text-decoration:    line-through;
}
#content h2 {
    background:     #CCFF9A;
    padding:        .5em;
    margin:         1em 0;
    position:       relative;
}
#content h2 .right {
    position:       absolute;
    right:          .5em;
    font-weight:    normal;
}