
div.orderlinks {
display: table;
}

div.orderlinks div {
display: table-cell;
padding: 5px;
text-align: center;
width: 50%;
}

div.orderlinks h4 {
font-weight: bold !important;
font-size: 110% !important;
margin-top: .5em;
margin-bottom: 0px !important;
}
div.orderlinks p {
margin-top: 0 !important;
line-height: 1;
}


table.cart {
border: 1px solid #dfe0e6;
width: 100%;
}
table.cart thead th {
background: #DFE0E6 url(/dd/images/thead_bg.gif) bottom left repeat-x;
padding: 3px 4px;
}
table.cart tr.totals td,
table.cart tr.totals th {
background: #DFE0E6 url(/dd/images/tfoot_bg.gif) top left repeat-x;
padding: 3px 0;
}
table.cart tr.aftershipping td,
table.cart tr.aftershipping th {
background-image: none;
}

table.cart tbody td {
text-align: center;
}
table.cart tbody td.itemname {
text-align: left;
padding: 1px 5px;
}

table.cart tr.buttons a.continueshopping {
float: left;
}
table.cart tr.buttons input.checkout {
float: right;
}

table.cart tr.buttons td {
padding: 8px 2px;

}

