/**************************************************
    COMMON ELEMENTS
**************************************************/

#checkout_confirmation .confirmation_element { margin: 0 0 20px; padding: 0; }
#checkout_confirmation th, #checkout_confirmation td.tdid { padding: 3px; background: #F9F9F9; }
#checkout_confirmation th { font-weight: bold; }
#checkout_confirmation th.thid, #checkout_confirmation td.tdid, #checkout_confirmation td.tdqty { text-align: center; }
#checkout_confirmation th.thprice, #checkout_confirmation td.tdprice, #checkout_confirmation td.value { text-align: right; }
#checkout_confirmation td.tdname, #checkout_confirmation td.tdprice { padding: 3px; }

/**************************************************
    ADDRESSES
**************************************************/

#confirmation_element_address_shipping .holder { margin: 0; border: 0; padding: 0; }

/**************************************************
    PRODUCTS
**************************************************/

#checkout_confirmation #confirmation_element_products .listitems { border: 0; }

/**************************************************
    ORDER TOTALS
**************************************************/

#confirmation_element_order_totals h3 { display: none; }
#confirmation_element_order_totals .confirm_totals { margin: 10px 0; border-top: 1px solid #CCCCCC; padding: 5px 0 0 0; line-height: 22px; }

/**************************************************
    ACCEPT CONDITIONS
**************************************************/

.confirm_accept_conditions { margin: 10px 0 0 0; }