.price, 
td.price,
.price span {
    color: #aaa;
}
.product {
    width: 300px;
}
.total { 
    width: 280px;
}
td.price, td.cost, th.cost{
    width: 150px;
    text-align: right;
}
.youpay, .bundleprice{
    display: none;
}
tr.bundled .bundleable {
    color: #999;
    text-decoration: line-through;
}
tr.bundled .bundleprice {
    display: inline;
    padding-right: 0.5em;
}

tr.costs td{
    border-top: solid 2px #62b44b;
    background: #DAECC6;
}
caption {
    margin: 0.5em 0 0.2em 0;
    text-align: left;
}

legend, legend a {/**/
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    padding: 0;

}
fieldset {
    border: none;
    padding-left: 10px;
    padding-top: 1em;
    margin: 0;
}
div.content_box table {
    margin: 0;
}
div.content_box table td,
div.content_box table th {
    padding: 0;
}
div.content_box label {
    font-weight: normal;
}
div.minor {
    padding-left: 70px;
}
span.minor {
    font-size:10px;
    color: #999;
}
.content_box .order td {
    padding: 0 5px;
}
.content_box .order input {
    width: 250px;
}
#submit {
    width: auto;
}

