/* One-Page checkout */

ol#checkoutSteps{
    position: relative;
    margin-left: 30px;
    font-size: 12px;
}

.one-page-checkout-progress{
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
    display: none;
}
.one-page-checkout-progress h3{
    font-size: 16px;
    color: #969696;
}
.one-page-checkout-progress h4.complete{
    font-size: 16px;
    color: #969696;
}

fieldset{
    border: none;
    padding: 5px;
}

.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 20px;
    background:#faf7ee;
}
.one-page-checkout .head {
    margin-bottom:0;
    padding:4px 8px 6px 8px;
    background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee;
    border: 3px solid #D9DDE3;
}
.one-page-checkout .tool-tip { right:8px; }

.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */

.one-page-checkout h3 {
    color:#999;
    font-size: 16px;
}
.one-page-checkout h4 {
    border-bottom:1px solid #E4E4E4;
    padding-bottom:2px;
    text-transform:uppercase;
}
.one-page-checkout h4.title {
    border-bottom:0;
    text-transform:none;
}

.one-page-checkout .step-count {
    background:#fff;
    font-size: 16px;
    padding:0 4px;
}

.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#3462D4; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#3462D4; }
.one-page-checkout .active .box { display:block; border-color:#BBAFA0; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }

.one-page-checkout-progress .page-head { margin-bottom: 10px; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 a { text-transform:none; text-decoration: none; color: #808080; }
.one-page-checkout-progress .content { padding:8px 13px; }

#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }

.data-table { border:1px solid #C0C0C0; width:90%; margin: 10px; border-collapse: collapse; margin-top: 20px;}

.data-table th{
    background: #E6E6E6;
}
.data-table .even {background:#aeaeae;}
.data-table tr td.label{padding-left:10px;    text-transform:uppercase; border: 1px solid #C0C0C0;} 
.data-table tr td.data{padding-right:10px;    text-transform:uppercase; border: 1px solid #C0C0C0;}
.data-table td{
    border: 1px solid #C0C0C0;
    padding: 5px;
}


.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }


.checkout-progress { margin-right: 20px; border: 2px solid #000; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }
