/**********************************************************************************************************************
        COMMENTS: Common Components
**********************************************************************************************************************/

#checkout_confirmation h3,
#checkout_confirmation .confirmation_items h3 {
    margin: 0 0 10px !important;
    text-transform: none;
}


/**********************************************************************************************************************
        COMMENTS: Order products
**********************************************************************************************************************/

#checkout_confirmation #confirmation_element_products {
    padding: 8px 0 0;
}

#checkout_confirmation #confirmation_element_products .listitems {
    border: 0;
}

#checkout_confirmation #confirmation_element_products .listitems .thprice,
#checkout_confirmation #confirmation_element_products .listitems .tdprice {
    text-align: right;
}

#checkout_confirmation #confirmation_element_products .listitems .odd {

}

#checkout_confirmation #confirmation_element_order_totals .confirm_totals .object,
#checkout_confirmation #confirmation_element_order_totals .confirm_totals .value {
    text-align: right;
}

#checkout_confirmation #confirmation_element_order_totals .obitem_ot_total {
    background: #EEEEEE none repeat scroll 0 0;
}

/**********************************************************************************************************************
        COMMENTS: Comment box
**********************************************************************************************************************/

#checkout_confirmation #confirmation_element_comments {
    padding: 0;
}

#checkout_confirmation #confirmation_element_comments .confirm_comments {
    background: white url(http://image.akudim.com/p/design/product_list_shade.gif) repeat-x scroll left bottom;
    border: 1px solid #BBBBBB;
    padding: 5px;
}


/**********************************************************************************************************************
        COMMENTS: Button Wrap
**********************************************************************************************************************/

#checkout_confirmation .buttonwrap.end button.button {
    margin: 0;
    padding: 0;
}