/**********************************************************************************************************************
        COMMENTS: Common Components
**********************************************************************************************************************/

#checkout_confirmation .confirmation_element {
	margin: 0 0 10px;
}

#checkout_shipping h3 {
    margin: 0;
}

#checkout_confirmation #confirmation_element_address,
#checkout_confirmation #confirmation_element_address_shipping,
#checkout_confirmation #confirmation_element_shipping_methods.confirmation_element,
#checkout_confirmation #confirmation_element_payment_methods,
#checkout_confirmation #confirmation_element_comments {
    float: left;
    background: transparent url(http://images-sportigan.dk/p/design/account-history-boxbg.gif) repeat-x scroll left bottom;
    border: 1px solid #C9C9C9;
    margin: 0 0 10px;
    padding: 10px;
    width: 441px;
    height: 120px;
}

#checkout_confirmation #confirmation_element_address_shipping,
#checkout_confirmation #confirmation_element_payment_methods {
    float: right;
}

#checkout_confirmation #confirmation_element_products,
#checkout_confirmation .confirm_accept_conditions {
    clear: both;
}

#checkout_confirmation #confirmation_element_address .confirm_delivery,
#checkout_confirmation #confirmation_element_address_shipping .confirm_delivery,
#checkout_confirmation #confirmation_element_shipping_methods .confirm_shipping_method,
#checkout_confirmation #confirmation_element_comments .confirm_comments {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}


/**********************************************************************************************************************
        COMMENTS: Shipping (Delivery Method)
**********************************************************************************************************************/

#checkout_confirmation #confirmation_element_shipping_methods.confirmation_items {
    margin: 0;
}


/**********************************************************************************************************************
        COMMENTS: Order products
**********************************************************************************************************************/

#checkout_confirmation #confirmation_element_products {
    border: 1px solid #C9C9C9;
    border-bottom: 0;
    margin: 0;
    padding: 10px 10px 5px;
    height: auto;
}

#checkout_confirmation #confirmation_element_products h3 {
    margin: 0 0 5px !important;
    padding: 0;
}

#checkout_confirmation #confirmation_element_products .listitems {
    border: 0;
}

#checkout_confirmation #confirmation_element_products .listitems td {
    border-bottom: 1px solid #EAEAEA;
}

#checkout_confirmation #confirmation_element_products .listitems .tdname {
    font-weight: bold;
}

#checkout_confirmation #confirmation_element_products .listitems .tdname .att {
    display: block;
    font-weight: normal;
}


/**********************************************************************************************************************
        COMMENTS: Order totals
**********************************************************************************************************************/

#checkout_confirmation #confirmation_element_order_totals {
    border: 1px solid #C9C9C9;
    border-top: 0;
    background: transparent url(http://images-sportigan.dk/p/design/account-history-boxbg.gif) repeat-x scroll left bottom;
	padding: 0 10px 10px;
}

#checkout_confirmation #confirmation_element_order_totals .obitem_ot_total td {
    border-top: 1px solid #EAEAEA;
    padding: 5px 0;
}
