

/**********************************************************************************************************************
        COMMON COMPONENTS
**********************************************************************************************************************/
div#checkout_confirmation {
	position:static !important;
}
#checkout_confirmation .trail {
    position: relative !important;
    float: left;
    margin: 0 0 15px;
    top: 0 !important;
}

#checkout_confirmation .trail .current a {
    color: #80B91E !important;
}

#checkout_confirmation h3 {
	margin: 0 !important;
    border-bottom: 1px solid #777777;
    padding: 0 0 1px !important;
    font-weight: bold;
}

#checkout_confirmation h3 a {
    color: #666666;
    text-decoration: none;
}

#checkout_confirmation h3 a:hover,
#checkout_confirmation h3 a:active {
    color: #000000;
}

#checkout_confirmation .confirmation_element,
#checkout_confirmation #confirmation_element_address .confirm_address,
#checkout_confirmation #confirmation_element_address_shipping .confirm_address {
    margin: 0 0 20px;
    padding: 0;
}

#checkout_confirmation .confirmation_element .content,
div#checkout_confirmation #confirmation_element_address_shipping #shipping_address .content, 
div#checkout_confirmation #confirmation_element_address_shipping #billing_address .content {
	margin: 4px 0 0;
	padding: 5px;
    font-weight: bold;
    color: #999999;
	background: #F6F6F6;
}

#checkout_confirmation .confirmation_element ol {
    background: none;
}

/**********************************************************************************************************************
        SERVICES
**********************************************************************************************************************/

#checkout_confirmation #confirmation_element_services .content .selected_services_title,
#checkout_confirmation #confirmation_element_services .content .selected_services_notes {
    display: inline;
}

/**********************************************************************************************************************
        DELIVERY ADDRESS
**********************************************************************************************************************/

#checkout_confirmation #confirmation_element_address .confirm_address ol,
#checkout_confirmation #confirmation_element_address_shipping .confirm_address ol {
    margin: 0;
    padding: 0px !important;
    line-height: 14pt;
}

#checkout_confirmation #confirmation_element_address .confirm_address ol li,
#checkout_confirmation #confirmation_element_address_shipping .confirm_address ol li {
    clear: both;
}

#checkout_confirmation #confirmation_element_address .confirm_address label,
#checkout_confirmation #confirmation_element_address_shipping .confirm_address label {
    float: left;
    width: 150px;
    font-weight: bold;
    color: #666666;
}

#checkout_confirmation #confirmation_element_address #delivery_overview_footer,
#checkout_confirmation #confirmation_element_address #confirmation_address_shipping_footer,
#checkout_confirmation #confirmation_element_address_shipping #delivery_overview_footer,
#checkout_confirmation #confirmation_element_address_shipping #confirmation_address_shipping_footer {
    clear: both;
}

#checkout_confirmation #confirmation_element_address #shipping_address,
#checkout_confirmation #confirmation_element_address #billing_address,
#checkout_confirmation #confirmation_element_address_shipping #shipping_address,
#checkout_confirmation #confirmation_element_address_shipping #billing_address {
    float: left;
    width: 50%;
}

#checkout_confirmation #confirmation_element_address #delivery_billing_address .content,
#checkout_confirmation #confirmation_element_address #shipping_address .content,
#checkout_confirmation #confirmation_element_address #billing_address .content,
#checkout_confirmation #confirmation_element_address_shipping #shipping_address .content,
#checkout_confirmation #confirmation_element_address_shipping #billing_address .content {
    padding: 0;
    background: none;
}

/**********************************************************************************************************************
        COMMENTS
**********************************************************************************************************************/

#checkout_confirmation #confirmation_element_comments .confirm_comments {
    margin: 4px 0 0;
    padding: 5px !important;
    background: #F6F6F6;
}

/**********************************************************************************************************************
        PRODUCTS
**********************************************************************************************************************/

#checkout_confirmation #confirmation_element_products .listitems {
    border: 0;
}

/**********************************************************************************************************************
        BUTTONS
**********************************************************************************************************************/

#checkout_shipping .buttonwrap.end a.button {
    float: left;
    background: transparent url(http://image.whiteaway.com/p/design/dk/back.gif) no-repeat scroll 0 0;
    width: 62px;
    height: 15px;
}

#checkout_shipping .buttonwrap.end a.button span {
    display: none;
}

#checkout_shipping .buttonwrap.end button.button {
    float: right;
}