dl.prices {
 margin: 1em;
 text-align: left;
 overflow: hidden;
}

dl.prices dt {
 font-weight: bold;
 width: 25em;
 float: left;
 clear: left;
 margin-top: .5em;
}

dl.prices dd {
 margin-top: .5em;
 float: left;
 *float: none;
}