p.dcm {
 font-weight: bold;
}

div.car {
 background-color: #cccccc;
 position: relative;
 left: 3px;
 top: 5px;
 margin: 1em 1em 2em;
 width: 25em;
 float: left;
}

div.car div {
 background-color: #fafcff;
 position: relative;
 bottom: 5px;
 right: 5px;
 border: 1px solid #000000;
 padding: .5em;
 background-image: url('../images/highlightboxbg.gif');
 background-repeat: repeat-x;
 background-position: bottom left;
}

div.car dl {
 margin-left: 1em;
}

div.car dl dt {
 font-weight: bold;
 float: left;
 width: 3em;
}

span.paid {
 background-image: url('../images/flyinglist-paid.gif');
 background-position: right top;
 background-repeat: no-repeat;
 display: inline-block;
 text-indent: -9999px;
 width: 21px;
}