/**********************************************************************************************************************
        COMMENTS: Common Components
**********************************************************************************************************************/

#checkout_shipping h2 {
    
}

#checkout_shipping h3 {
    
}

#checkout_shipping .shipping_element {
    margin: 0 0 20px;
}


/**********************************************************************************************************************
        COMMENTS: Comment box
**********************************************************************************************************************/

#checkout_shipping #shipping_element_comments .input_fields {
    padding: 5px 0;
}

#checkout_shipping #shipping_element_comments .input_fields textarea {
    border: 1px solid #809DBF;
    width: 350px;
}


/**********************************************************************************************************************
        COMMENTS: Address box
**********************************************************************************************************************/

#checkout_shipping #shipping_element_address #hidenshow,
#checkout_shipping #shipping_element_address #addressBox {
    margin: 0;
}

#checkout_shipping #shipping_element_address #addressBox .boxadd {
    margin: 10px 10px 10px 0;
}

#checkout_shipping #shipping_element_address #addressBox .boxadd h3 {
    margin: 0 !important;
}


/**********************************************************************************************************************
        COMMENTS: Payment
**********************************************************************************************************************/

#checkout_shipping .payment_box br {
    display: none;
}

#checkout_shipping_address .buttonwrap, #checkout_payment_address .buttonwrap { clear: both; float: left; width: 100%; text-align: left !important; }
#checkout_shipping_address .button-save, #checkout_payment_address .button { float: right; }
#checkout_shipping_address .clear, #checkout_payment_address .clear { clear: both; }

#checkout_shipping .sep {
    background: url(/images/pinocchio/design/seperater.gif) no-repeat left bottom;
    height: 2px;
    margin-bottom: 12px;
    margin-top: 12px;
}

#checkout_shipping div.buttonwrap div.right button.button {
    margin-right: 340px;
    _margin-right: 150px;
}

#checkout_shipping div.buttonwrap div.left { display: none; }

#checkout_shipping .buttonwrap button {
    float: right;
    border: 0;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    cursor: pointer;
    overflow: visible;
    width: 100px; 
    height: 37px; 
    background: url("http://image.outfitt.dk/100/x/scale/p/design/knap.png") no-repeat scroll center top transparent;
}

#checkout_shipping .buttonwrap button span {
    display: block;
    margin-top: -2px;
    line-height: 15pt;
}


#checkout-process a {
    cursor: pointer;
    text-decoration: none;
}

#checkout-process { _height: 10px; }

#checkout-process div.stepone,
#checkout-process div.steptwo,
#checkout-process div.stepthree,
#checkout-process div.stepfour {
    height: 37px;
    float: left;
    padding: 9px 0px 0px 14px;
    display: block;
    font-size: 10pt;
    background: url("http://image.outfitt.dk/100/x/scale/p/design/knap.png") no-repeat;
    width: 86px; 
    color: white;
}
                
#checkout-process div.active {
    color: black;
}

#checkout_shipping form #comment-box h3,
#checkout_shipping form .topmarging {
    background: url(/images/pinocchio/design/seperater.gif) no-repeat;
    padding-top: 15px;
}

#checkout_shipping textarea {
    border: 1px solid #809dbf;
    width: 350px;
}

#checkout_confirmation table thead tr.thheader,
#checkout_confirmation table tr td.tdid {
    display: none;
}

#checkout_confirmation table tr td.tdname,
#checkout_confirmation table tr td.tdprice,
#checkout_confirmation table tr td.tdqty,
#checkout_confirmation table tr td.tdx {
    border-bottom: 1px dotted #cdcdcd;
    height: 60px;
}

#checkout_confirmation table tr td.tdqty { width: 14px; }
#checkout_confirmation table tr td.tdx { width: 11px; }


div#checkout_confirmation table.listitems { border: none; }

div#checkout_confirmation h3,
div#checkout_confirmation div.confirm_payment_info_header,
div#checkout_confirmation div.confirm_billing_header,
div#checkout_confirmation div.confirm_payment_method_change_header,
div#checkout_confirmation div.confirm_policy_header {
    background: url(/images/pinocchio/design/seperater.gif) no-repeat;
    padding-top: 15px;
}

div#checkout_confirmation div.confirm_totals table {
    border: 0;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
}

div#checkout_confirmation div.confirm_payment_info,
div#checkout_confirmation div.confirm_billing,
div#checkout_confirmation div.confirm_policy {
    margin-left: 0px;
}
