#content {
    padding: 5px 0px 0px 22px;
}

.checkout_actual_step,
.checkout_actual_step2,
.checkout_old_step {
    border: 1px solid #c3c3c3;
    padding: 10px 5px 10px 5px;
    text-align: left;
    width:213px;
}

.checkout_actual_step2_required{
    color:#6b6b6b;
    font-size:8px;
}

    .checkout_old_step .step,
    .checkout_old_step .step_action,
    .checkout_old_step .step_data {
        text-transform: uppercase;
        color: #000;
    }

    .checkout_old_step .step {
        font-weight: bold;
        color: #a7c8dd;
    }

    .checkout_old_step .step_action {
    }

    .checkout_old_step .small_link a:hover{
        text-decoration:underline;
    }
    .checkout_old_step .small_link a{
        text-transform: lowercase;
        font-size:9px;
        text-decoration:none;
        color:#522C0E;
    }

    .checkout_old_step .step_data {
        text-transform: lowercase;
        display: block;
    }

    .checkout_old_step .step_address {
        color:#000;
        text-transform:capitalize;
    }

.checkout_actual_step {
    background-color:#fcfaf1;
    border: 1px solid #e2d6c4;
}

.checkout_actual_step2 strong,
.checkout_actual_step strong {
    color:#522c1b;
    font-weight:bold;
}

.checkout_actual_step2{
    background-color:#fcfaf1;
    border: 1px solid #e2d6c4;
    padding-top:0px;
}

.checkout_actual_step .stitle .light,
.checkout_actual_step2 .stitle .light {
    color:#666;
}
.checkout_actual_step .stitle,
.checkout_actual_step2 .stitle {
    color: #98836C;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.checkout_actual_step2 td {
    font-size:9px;
    color:#000;
}

.checkout_actual_step2 .forgot a{
    font-size:8px;
    color:#8faabb;
}

.checkout_actual_step .message,
.checkout_actual_step2 .message {
    color: rgb(156,138,122);
    text-align: left;
    padding: 8px 0 8px 0;
    display: block;
    font-size:11px;
}

.checkout_old_step {
    color: #743612;
    text-align: left;
    background:#D3C8AF url(/images/cart/old_step_bg.png) repeat-x 0 0;
    text-transform:uppercase;
}

.checkout_old_step .step{
    font-weight: bold;
    color: #743612;
}

.checkout_step {
    background:url(/images/cart/checkout_step_bg.jpg);
    text-transform: uppercase;
    color: rgb(191,181,172);
    font-weight: bold;
    padding: 10px;
    border:1px solid #c3c3c3;
    margin: 5px 0px 5px 0px;
    width: 203px;
}

.checkout_step .step{
    color: rgb(156,138,122);
}

.cart_header {
    width: 524px;
    text-align: left;
    border-spacing: 0px;
    clear:both;
}

tr.cart_header_row {
    background:url("/images/footer/footer_links_bg.jpg");
    font-weight: bold;
    font-size: 7pt;
    line-height: 10px;
}

    tr.cart_header_row td {
        border-top: 1px solid #e2d6c4);
        border-bottom: 1px dotted #e2d6c4;
    }

    tr.cart_header_row a {
        font-size: 7pt;
    }

.cart_header a {
    text-transform: uppercase;
    font-size: 8pt;
    text-decoration: underline;
    font-weight: normal;
    color: black;
}

#cart {
}

a.cartblue, 
a.cartblue:visited,
span.cartblue  {
    color: #061953;
    text-transform: capitalize;
    text-decoration:  none;
    font-weight: bold;
    font-size: 10px;
}
a.cartblue:hover {
    text-decoration: underline;
}


#cont_shopping, #cont_shopping a {
    width: 150px;
    float: right;
    margin: 0px 10px 0 0;
    color: #000000;
    text-transform: uppercase;
    text-decoration:  none;
    font-weight: bold;
    font-size: 7pt;
    text-decoration: underline;
    text-align: right;
    padding-bottom: 1px;
}

#page_title {
    margin: 0px 0px 10px 0px;
    font-size: 13pt;
}

#checkout_title
{
    margin:1px 0pt 5px 0px;
    padding-left: 19px;
}

.checkout_oldstep_td{
    border-bottom-color:#CC3333 1px solid;
    width:360px;
}

.checkout_oldstep_td .floating_check{
    background:url(images/cart/check.png);
    margin-top:48px;
    margin-left:15px;

    position:absolute;
}


.checkout_oldstep_td #floating_checkmark{
    background:url(images/cart/check.png);
    margin-top:48px;
    margin-left:15px;
    position:fixed;
}

.checkout_oldstep_td #floating_check1{
    background:url(images/cart/check.png);
    margin-top:48px;
    margin-left:15px;
    position:fixed;
    z-index:2;
}

.checkout_oldstep_td #floating_check2{
    background:url(/images/cart/check.png);
    margin-top:78px;
    margin-left:15px;
    position:fixed;
    z-index:3;
}




div.title {
    font-size: 11pt;
}

    #page_title, div.title {
        color: rgb(71,71,71);
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
    }

.cart_line_links {
    height: 20px;
}

.cart_line_links a, a.cart_line_links {
    text-transform: uppercase;
    font-size: 7pt;
    text-decoration: underline;
    color: rgb(71,71,71);
}

.cart_line_links #small_link a{
    text-decoration:underline;
}

    .cart_line_links img {
        vertical-align: middle;
    }

    .cart_line_links ul {
        margin-top: 21px;
        list-style-type: none;
    }

        .cart_line_links ul li {
            float: left;
            padding-right: 8px;
            padding-left: 5px;
            border-right: 1px dotted #000;
        }

            .cart_line_links ul li.first {
            }

            .cart_line_links ul li.last {
                border-right: none;
            }

#items_table {
    padding: 5px 0px;
}

#summary {
    width: 522px;
    font-size: 9px;
}

#cart_summary {
    background-color: #FBF9F1;
    padding: 20px 0px 20px 12px;
    margin: 0px 0px 20px 0px;
    width: 510px;
    border: 1px solid #e2d6c4;
}

    #cart_summary .label {
        text-transform: uppercase;
    }
    #cart_summary .value_b{
        font-size:12px;
        font-weight:bold;
    }

#errors {
    border: 4px solid #c70303;
    color: #9C8A7A;
    margin:25px 40px 10px 0;
    padding: 10px 25px;
}
#errors h2 {color: #c70303;}

#giftwrapping {
    margin-bottom: 5px;
}

#giftwrap_selection {
    margin-bottom: 18px;
    color:#474747;
    font-size:7pt;
}


#giftwrap_message_area {
    padding-bottom: 6px;
    margin-bottom: 10px;
}
    #giftwrap_message_area h1 {
        color: #b9916e;
        font-size: 10pt;
        margin-bottom: 8px;
    }

    #giftwrap_message_area .title {
        color: #c58161;
        font-weight: bold;
        font-size: 9pt;
    }

    #giftwrap_message_area span.small {
        font-size: 6pt;
    }

#loyalty_entry {
    border-bottom: 1px dotted rgb(188, 188, 153);
    padding-bottom: 10px;
}

#loyalty_entry a {
    color: #B9916E;
}

#loyalty_entry span.info a {
    font-size: 8px;
}

#source_entry {
    margin: 5px 0px;
    clear: both;
}

    #loyalty_entry span.title, #source_entry span.title, #giftwrap_message_area span.title {
        color: #b9916e;
        font-size: 10pt;
        margin-bottom: 8px;
    }

    #source_entry .inpt_btn_align {

    }

        #loyalty_entry input, #source_entry input {
            margin-right: 5px;
            float: left;
        }

            #loyalty_entry input.btn, #source_entry input.btn {
                margin: 0;
                margin-top: 2px;
            }

#coupon_code, #giftwrap_message, #loyalty_id {
    border: 1px solid #cecccd;
    padding: 3px;
    font-size: 8pt;
    color: #6b6b6b;
}

#giftwrap_message {
    width: 260px;
    height: 42px;
    overflow: auto;
    width: 200px;
}

#coupon_code {
    width: 13em;
}

    #error_for_coupon_code {
        clear: both;
        margin-top: 5px;
        font-size: 10pt;
    }

.qmark_container {
    padding-top:4px;
    padding-left:4px;
    float:right;
}

.qmark a{
    text-decoration:none;
    font-weight:bold;
}

.qmark a{
    text-decoration:none;
}

tr.cart_header_row td.shipto {
    padding-left: 29px;
}

tr.cart_header_row td.price {
    padding-right: 5px;
    padding-left: 5px;
}

tr.cart_header_row td.total {
    padding-right: 5px;
}


tr.cart_line {
    padding-bottom: 3px;
}

    tr.cart_line td .backorder{
        color:#A9121B;
        font-weight:bold;
    }

    tr.cart_line td {
        border-top: 1px dotted rgb(156,138,122);
        /*padding: 10px 5px;*/
        color: #6b6b6b;
    }
    
    tr.cart_line td.card_price {
        vertical-align: top; 
        padding-top: 34px;
        padding-right: 10px;
        color: #ff0000;
        text-align: right;
    }

    tr.cart_line td.total {
        padding-right: 13px;
    }

    tr.cart_line td.price {
        padding-right: 5px;
    }

    table.cart_header tr.first td {
        border-top: none;
    }

.fineprint, .fineprint a {
    color: #6b6b6b;
    font-size: 7pt;
}

    .fineprint a {
        text-decoration: underline;
    }

#accounting {
}

#accounting .label {
    font-size: 7pt;
    font-weight: bold;
}

#accounting .primary {
    color: #000;
}

#accounting .subordinate {
    color: #6b6b6b;
}

#accounting td.price {
    padding-right: 12px;
}

#accounting td.label_total {
    padding-right: 10px;
}

#accounting td.subtotal {
    border-top: 1px dotted #bcbc99;
    border-bottom: 1px dotted #bcbc99;
    color: #bcbc99;
    text-align: right;
}

#accounting a {
    text-decoration:underline;
    color:#BCBC99;
}


/** IMAGE thumbnail **/
tr.cart_line td.thumb {
    padding: 0 10px 3px 0;
    width: 80px;
    vertical-align: top;
    text-align: center;
}
img.cart-thumb {
    padding-bottom: 5px;
    margin-top:8px;
}
img.cart-thumb-noedit {
    padding-bottom: 5px;
    margin-top:8px;
}


/** FROM DETAIL (need to merge this into main) **/
div.swatch-div {
    margin-top: 3px;
}

div.swatch-div .swatch {
    cursor: pointer;
    float: left;
    margin-right: 4px;
    height:15px;
    width:15px;
    margin:2px;
}

div.swatch-div .selected  {
    height:9px;
    width:9px;
    margin-top:2px;
    border: 3px solid #AF9999;
}

div.swatch-div .swatch .swatchName{
    visibility:hidden;
    height:auto;
    position:absolute;
    margin-top: -15px;
    margin-left: -8px;
}

div.swatch-div .swatch .swatchName_label{
    position:absolute;
    height:17px;
    width:200px;
    min-width: 200px;
    width:expression((document.documentElement.offsetWidth < 200)? '200px': 'auto' );
    padding-left: 5px;
    padding-top: 2px;
    font-size:9px;
    background: url('/images/swatchName_bg.jpg') repeat-x;
    color: white;
    overflow:hidden;
    text-transform:none
}

div.swatch-div .swatch .swatchName_bottom{
    margin-left: 8px;
    margin-top:17px!important;
    position:absolute;
    display:block;
    /*border: 1px solid black;*/
    background: url('/images/swatchName_peak.gif') no-repeat;
    height: 7px;
    width: 100px;
    overflow:hidden;
}
 .color_name {
    background:transparent url(/images/limited_shelf_bg.gif) no-repeat scroll 0% 0%;
    white-space: nowrap;
    color:white;
    display:block;
    font-size:7pt;
    height:20px;
    margin-top:-18px;
    margin-left:-3px;
    overflow:hidden;
    padding:3px 2px 0px 4px;
    position:absolute;
    max-width:280px;
    font-weight: normal;
    text-transform:none;
}
.swatch_container {
    float:left;
    width:15px;
    height:15px;
    margin-right:3px;
}

.item_label{
    color: #666666;
    font-size:9px;
}

#cart_errors {
    border: 3px solid red;
    padding: 4px 10px;
    color: #6b6b6b;
    font-size: 10px;
}
#cart_errors span.title {
    color: red;
    font-size: 12px;
}

#giftwrap_panel {
    margin-left:40%;
    margin-top:-170px;
}

.mask{

}

#ltd_card_discount {
    font-size: 10pt;
}

    #ltd_card_discount h4 {
        font-size: 11pt;
    }

    #ltd_card_discount img {
        float: left;
        width: 200px;
    }

    #ltd_card_discount span.amount {
        font-weight: bold;
        color: #6b6b6b;
    }
                
.tbl_shipping{
    width: 95%;
    border-collapse: collapse;
    color:#6B6B6B;
    background-color:rgb(228, 237, 242);
}

.tbl_shipping thead{
    background-color: rgb(228, 237, 242);
    color: rgb(122, 167, 196);
}

.tbl_shipping th,
.tbl_shipping td{
    padding: 4px 15px;
    border-left: 1px solid #D4DDE2;
}
.tbl_shipping tr.odd{
    background-color:#DBE4E9;
}
ul.shipping_def{
    list-style-position:outside;
    margin-top:5px;
    padding:15px;
}

/** blocks **/
.checkout_sidebar_block {
    width: 224px;
    overflow: hidden;
    margin-left: 21px;
}

.checkout_main_block {
    width: 524px;
    overflow: hidden;
}

.mcaffee {
    padding: 17px 0px 0px 100px;
}

.loyalty_alert_text {
    color: #6B6B6B;
    text-align:left;
}
