/*-----------------------------------------
    MAIN CONTAINER
-------------------------------------------*/
#upper-content_main {
    margin: 0 25px;
}

.validation-rule {
    font-size: 10px;
}

/*-----------------------------------------
    HEADLINE BOX
-------------------------------------------*/
.headlines h1 {
    color: #323232;
    padding: 0;
    margin: 25px 0 10px 0;
    font-size: 21px;
    font-weight: bold;  
}

.headlines h2 {
    color: #6d7f8b;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: bold;
}

/*-----------------------------------------
    CART ITEMS
-------------------------------------------*/
#cart_items {
    margin-bottom: 10px;
}

#cart_items form {
    padding: 0;
    margin: 0;
}

#cart_items .cart_item {
    border-top: #e6e6e6 solid 1px;
    padding: 9px 0;
    width: 923px;
}

.cart_item .thumb {
    float: left;
    border: #e6e6e6 solid 1px;
    margin-right: 16px;
    position: relative;
}
.cart_item .thumb .flexible_overlay {
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 2;
        width: 101px;
        height: 46px;   
}
.cart_item .thumb :hover .thunmnail_resize_120_120 {
    border-color: #bebdbd;
}

.cart_item .thumb .thunmnail_resize_120_120 {
    border: 1px solid #E8E7E7;
    width: 120px;
    height: 121px;
    text-align: center;
    line-height: 120px;
}

.cart_item .thumb .thunmnail_resize_120_120 img.resize {
    max-width: 120px;
    max-height: 120px;
    margin: auto;
    vertical-align: middle;
    line-height: 120px;

}


.cart_item .info {
    float: left;
    width: 345px; 
}

.cart_item .info .shipping {
    display: block;
    font-weight: bold;
    font-size: 11px;
}

.cart_item .info .shipping .divider {
    color: #6d6d6d;
    margin: 0 3px;
}

.cart_item .info .price {
    font-size: 14px;
    font-weight: bold;
}

.cart_item .info .description {
    margin-bottom: 18px;
    color: #6d6d6d;
}

.cart_item .info .name {
    line-height: 22px;
    font-weight: bold;
}

.cart_item .add_cart {
    float: right;
    margin: 40px 120px 0 0; 
    display: inline;
    width: 255px;
}
    .cart_item .add_cart input {
        margin-right: 5px;  
        vertical-align: middle;
        
    }
    
    .cart_item .add_cart label {
        font-weight: bold;
        font-size: 11px;
        color: #323232;
    }   
    
/*-----------------------------------------
    CONTENT FOOTER
-------------------------------------------*/
 #cart_footer {
    position: relative;
    background: #ddeaf4;
    height: 69px;
    padding-bottom: 25px;
}

#cart_footer .footer_option_leave {
    font-weight: bold;
    font-size: 15px;
    float: right;
    display: inline;
    margin: 25px 50px 0 0;
    line-height: 40px;
}

#cart_footer .button_checkout button {
    border: none;
    background-color: #fff;
}

#cart_footer .botCardTopCorner { 
    position: absolute;
    bottom: 0;
    right: 37px;
    z-index: 2;
}

#cart_footer .submitMessage {
    display: none;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin: 25px 50px 0 0;
}

.footer_option_leave a, .footer_option_leave a:link, .footer_option_leave a:visited, .footer_option_leave a:focus {
    color: #323232;
    text-decoration: underline;
    font-size: 15px;    
}

.footer_option_leave a:hover {
    color: #084571;
}
.footer_option_leave input {
    vertical-align: middle;
}

.footer_option_leave .or {
    color: #9f9d9d;
    margin: 0 10px;
}



/*-----------------------------------------
    CART PROGRESS
-------------------------------------------*/

/* Vertical Centering Hack */
#cart_progress {
    margin-top: 25px;
    display: table !important;
    display: block;         
    /*margin-bottom: 1em;   */  
    width: 950px;
    padding-bottom: 40px;
}

#cart_progress .vert_center {
    display: table-row; /* Gecko */ 
}

#cart_progress .vert_center .progress, .vert_center .step, #cart_progress .vert_center .title, #cart_progress .vert_center .policies {
    display: table-cell !important;
    display: inline;
    zoom: 1;
    vertical-align: middle;
}

#cart_progress .vert_center .title {
    font-weight: bold;
    font-size: 21px;
    color: #323232;
    width: 160px;
    padding-right: 10px;
}

#cart_progress .vert_center .title h1 {
    padding: 0;
    font-size: 20px;
}   

#cart_progress .vert_center .title img {
    vertical-align: middle;
}
    
#cart_progress .vert_center .progress {
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #c1c1c1;     
}

#cart_progress .vert_center .selected {
    color: #323232;
}

#cart_progress .vert_center .step {
    width: 42px;
}

#cart_progress .vert_center .progress img {
    vertical-align: middle;
}

#cart_progress .policies {
    width: 135px;
    text-align: right;
    padding-left: 10px;
}

#cart_progress .policies li {
    margin: 0 0 2px 0;
    list-style-type: none;
    padding: 0;
    font-weight: bold;
}

#cart_progress .policies li a { 
    font-size: 11px;
}

#cart_progress .your_cart {
    width: 166px;
}

#cart_progress .check {
    width: 143px;
}

#cart_progress .ship {
    width: 84px;    
}

#cart_progress .bill {
    width: 65px;    
}

#cart_progress .confirm {
    width: 100px;       
}


/*-----------------------------------------
    CART SUMMARY
-------------------------------------------*/

#cart_summary {
    margin-bottom: 24px;
    width: 905px;
}

#cart_summary h2 {
    font-size: 16px;
    color: #323232;
    border: none;
    margin-bottom: 19px;
    padding-right: 5px;
    padding-top: 1em;
}

#cart_summary .titles {
    background-color: #f9f9f9;
    border-top: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;   
    padding: 15px;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: bold;
}

#cart_summary .product {
    border-bottom: #e6e6e6 solid 1px;
    padding: 15px;  
    font-size: 14px;
    color: #323232;
    font-weight: bold;  
}

#cart_summary .sub {
    background-color: #f9f9f9;
    border-bottom: #e6e6e6 solid 1px;
    padding: 15px;  
    font-size: 14px;    
    font-weight: bold;   
}

#cart_summary .item {
    width: 310px;
    display: inline;
    float: left;    
}

#cart_summary .quantity {
    width: 146px;
    display: inline;
    float: left;    
}

#cart_summary .miles {
    width: 100px;
    display: inline;
    float: left;    
}

#cart_summary .plus {
    width: 10px;
    display: inline;
    float: left;
    color: #9a9999;
}

#cart_summary .cash {
    width: 120px;   
    display: inline;
    float: left;
    text-align: right;
}

#cart_summary .links {
    width: 190px;
    display: inline;
    float: right;
    margin-left: 30px;
    text-align: right;
}

#cart_summary .links .remove {
    /* SPICY-109 Hide/Disable Wishlist
    border-right: 1px solid #cbcbcb; */
    padding: 2px 10px 2px 0;
}

#cart_summary .links .wishlist {
    /* SPICY-109 Hide/Disable Wishlist */
    border-left: 1px solid #cbcbcb;
    padding: 2px 0 2px 10px;
}

#cart_summary .taxes {
    width: 200px;
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 3px;
}

#cart_summary .quantity input {
    width: 40px;
    text-align: right;
    font-size: 14px;
    color: #6d6d6d;
    padding: 2px;
}

#cart_summary .quantity img {
    vertical-align: middle;
    margin-right: 6px;
}

#cart_summary .product .cash, #cart_summary .sub .cash {
    width: 110px;
}

#cart_summary .titles .quantity, #cart_summary .sub .quantity {
    margin-left: 16px;
    width: 130px;
}

#cart_summary .sub .item {
    font-weight: bold;
    color: #006599;
}

#cart_summary .sub .plus {
    font-weight: bold;
}


/*-----------------------------------------
    SHIPPING ADDRESS
-------------------------------------------*/

#ship_address {
    margin-bottom: 50px;
}

#ship_address h2 {
    padding: 0 0 15px 0;
    margin: 0;
    color: #323232;
    border-bottom: #e6e6e6 solid 1px;
    font-size: 16px;
    /*width: 650px;*/
}

#ship_address p {
    padding: 1em 0 0;
}

#ship_address input {
    margin: 3px 3px 0px 5px;
}

#ship_address .address_container {
    margin: 20px 0 0 0;
    width: 930px;
}

#ship_address .address {
    float: left;
    display: inline;
    width: 330px;
    margin-right: 15px
}

#ship_address .email {
    float: left;
    display: inline;
    margin-right: 15px;
    width: 320px;
}

#ship_address .title {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    margin: 5px 0 10px;
}

#ship_address .editlink {
    color: #959595;
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin: 0 30px;
}

#ship_address .email_holder {
    margin: 0 0 10px;
}

#ship_address .address p {
    font-size: 13px;
    margin-bottom: 40px;
    color: #525252;
    line-height: 17px;
    padding: 0;
    margin-top: 22px;
}

#ship_address .address .links {
    font-size: 11px;
    color: #959595;
    font-weight: bold;
}

#ship_address .address .links .or {
    font-size: 11px;    
    margin: 0 4px;
}

#ship_address .email #txt_email {
    width: 225px;
    color: #676767;
    display: block;
    margin: 20px 0 10px 0;
}

#ship_address .email #chk_email {
    margin: 1px 6px 3px 0;
    padding: 0;
}

#ship_address .email .checkbox_holder {
    display: inline;
    float: left;
}

#ship_address .email .label_holder {
    display: inline;
    float: left;
    color: #676767;
    font-size: 10px;
    width: 265px;
}

#ship_address .email .selection {
    display: block;
    margin-bottom: 5px;
}

#ship_address .email .selection label {
    color: #323232;
    font-size: 11px;
    font-weight: bold;
    padding-right: 0;
}

#ship_address #different_email .category input {
    color: #818080;
    font-size: 11px;
    font-weight: bold;
}

#ship_address #different_email input {
    width: 225px;
    margin: 0;
    padding: 2px;
}

#ship_address #different_email .category {
    margin-top: 10px;
}

#ship_address #shipping_address {
    display: none;
    margin-top: 40px;
}
#ship_address #shipping_address .category {
    margin-top: 20px;
}

#ship_address #shipping_address .category label {
    float: left;
    width: 90px;    
    font-size: 11px;
    font-weight: bold;
    color: #333;    
}

#ship_address #shipping_address .category input {
    font-size: 11px;
    font-weight: bold;
    color: #818080;
    margin: 0;
    padding: 2px;
}

#ship_address #shipping_address input {
        width: 225px;
    }
    #ship_address #shipping_address #city, #ship_address #shipping_address #postal_code {
        width: 150px;
    }

#ship_address #shipping_address #gift_flag {
    width: 25px;
}

#ship_address #shipping_address .category .gift_flag {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

/*-----------------------------------------
    HINT BUBBLE
-------------------------------------------*/
.hint_box {
    float: right;
    display: inline;    
    width: 240px;
}

.hint_box .arrow {
    float: left;
    margin-top: 27px;
}

.hint_box .bubble {
    float: left;
    position: relative;
    padding: 30px 20px; 
    background: #e2eef7;        
    color: #3e5f79; 
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    width: 180px;
}

.hint_box .bubble .title {
    color: #323232; 
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}


/*-----------------------------------------
    SHIPPING INFO
-------------------------------------------*/

#ship_info {
    margin-bottom: 25px;
}

#ship_info h2 {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    color: #323232;
    border-bottom: #e6e6e6 solid 1px;
    font-size: 16px;
    width: 650px;
}

#ship_info .titles {
    background: #f1f1f1;
    padding: 7px 12px;
    position: relative;
    font-weight: bold;
    color: #333333;
    width: 625px
}

#ship_info .info {
    margin: 8px 0 0 12px;   
    font-weight: bold;
    color: #525252;
    width: 625px;
}

#ship_info .courier {
    display: inline; 
    float: left;
    width: 215px;
}

#ship_info .time {
    display: inline; 
    float: left;
    width: 180px;
}

#ship_info .cost {
    display: inline; 
    float: left;
    width: 200px;
}


/*-----------------------------------------
    BILLING TOTAL
-------------------------------------------*/

#bill_total {
    margin-bottom: 25px;
}

#bill_total h2 {
    padding: 0 0 15px 0;
    margin: 5px 0 15px 0;
    color: #323232;
    border-bottom: #e6e6e6 solid 1px;
    font-size: 16px;
    width: 670px;
}

#bill_total .details {
    margin-left: 10px;
}

#bill_total .titles {
    background: #f1f1f1;
    padding: 7px 12px;
    position: relative;
    font-weight: bold;
    color: #333333;
    width: 625px
}

#bill_total .product {
    border-bottom: 1px solid #e6e6e6;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0;
    margin-left: 10px;
    color: #525252; 
    width: 625px;
}

#bill_total .shipping { 
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 25px 0;
    margin-left: 10px;
    color: #525252; 
    width: 625px;
}


#bill_total .info {
    margin: 8px 0 0 12px;   
    font-weight: bold;
    width: 625px;
}

#bill_total .item {
    display: inline; 
    float: left;
    width: 285px;
    margin-right: 5px;
}

#bill_total .miles {
    display: inline; 
    float: left;
    width: 120px;
    margin-right: 5px;  
}

#bill_total .miles.na {
    color: #a4a4a4;
    padding-left: 15px;
    width: 105px;   
}

#bill_total .cash {
    display: inline; 
    float: left;
    width: 160px;
    text-align: right;
}

#bill_total .totals {
    float: left;
    width: 645px;
    border-top: 1px solid #cdcdcd;
}

#bill_total .totals .title {
    color: #417095;
}

#bill_total .sub_total {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    color: #525252; 
    width: 625px;
    background: #f9f9f9;    
    border-bottom: 1px solid #e6e6e6;
}

#bill_total .taxes {
    font-size: 11px;
    padding: 10px 0 10px 20px;
    color: #525252; 
    width: 625px;
    background: #f9f9f9;    
}

#bill_total .total {
    border-bottom: 1px solid #cdcdcd;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    color: #525252; 
    width: 625px;
    background: #e2eef7;    
}

#bill_total .hint_box {
    margin-top: 15px;
}

#bill_total .totals .asterisk {
    width: 10px;
    font-size: 19px;
    font-weight: bold;
    color: #31a9a8;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

#bill_total .taxes .label {
    float: left;
    color: #525252;
}

#bill_total .taxes .tax {
    float: right;
}

#bill_total .taxes .miles {
    width: 180px;
}

#bill_total .taxes .cash {
    width: 100px;
}

#bill_total .totals .disclaimer {
    float: right;
}

#bill_total .more_miles {
    text-align: center;
    color: #31a9a8;
    background-color: #d7f3f3;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    width: 195px;
    margin-top: 10px;
    position: relative;
}

/*-----------------------------------------
    BILLING INFO
-------------------------------------------*/

#bill_info {
    margin-bottom: 25px;
}

#bill_info h2 {
    padding: 0 0 15px 0;
    margin: 5px 0 15px 0;
    color: #323232;
    border-bottom: #e6e6e6 solid 1px;
    font-size: 16px;
    width: 670px;
}

#bill_info .card_selection {
    width: 645px;   
}

#bill_info .card_selection p {
    font-size: 11px;
    color: #333;
    font-weight: bold;
}   

#bill_info .card_selection .balance {
    font-size: 13px;
    margin-left: 15px;
}

#bill_info .card_selection .required {
    font-size: 10px;
    line-height: 15px;
    color: #929191;
    display: block;
}

#bill_info .card_selection .card_holder {
    margin-top: 20px;
    width: 535px;
    border-bottom: #e6e6e6 solid 1px;
}

#bill_info .card_selection .card_holder .title {
    width: 90px;    
    font-size: 11px;
    font-weight: bold;
    color: #333;    
    float: left;
    margin-top: 52px;
}

#bill_info .card_selection .card_holder .cards {
    float: left;
    background: url(/arrow/webresource/templates/images/pages/rewards/rewards/background/bg_credit_cards.gif) top left no-repeat;   
    height: 105px;
    padding: 7px 0 0 7px;
}

#bill_info .card_selection .card_holder .cards .description {
    width: 190px;
    font-size: 11px;
    line-height: 13px;
    color: #7e7e7e;
    margin-left: 2px;
}

#bill_info .card_selection .card_holder .cards .images label {
    width: 88px;
    padding: 0;
    margin: 0 10px 0 0 !important;
    margin: 0px; 
}

#bill_info .card_selection .cards input {
    padding: 0;
    margin: 0;
}

#bill_info .card_selection .cards img {
    vertical-align: middle;
}

#bill_info .card_info {
    width: 645px;
}

#bill_info .card_info .category, #bill_info #billing_address .category {
    margin-top: 20px;
}

#bill_info .card_info .category label, #bill_info #billing_address .category label {
    float: left;
    width: 90px;    
    font-size: 11px;
    font-weight: bold;
    color: #333;    
}

#bill_info .card_info .category input, #bill_info #billing_address .category input {
    font-size: 11px;
    font-weight: bold;
    color: #818080;
}

#bill_info .card_info .tip {
    font-size: 10px;
    line-height: 15px;
    color: #929191;
    margin-left: 15px;
}

#bill_info .card_info .slash {
    font-size: 11px;
    line-height: 15px;
    color: #929191;
    font-weight: bold;
}

#bill_info #name, #bill_info #card {
    width: 225px;
}

#bill_info #expiry_month {
    width: 36px;
}

#bill_info #expiry_year, #bill_info #security {
    width: 46px;
}

#bill_info .card_info .whats_this {
    font-size: 9px;
    font-weight: bold;
}

#bill_info .card_info .whats_this img {
    margin-top: 2px;
}

#bill_info #security_desc {
    display: none;
    font-size: 11px;
    line-height: 15px;
    color: #929191;
    margin: 3px 0 0 7px;
}

#bill_info #security_desc .description {
    width: 335px;
    float: left;
}

#bill_info #security_desc .diagrams {
    float: left;
    width: 300px;
}

#bill_info #security_desc img {
    margin-left: 25px;
}

#bill_info #security_desc #ccv_front {
    display: none;
}

#bill_info .address_option {
    width: 530px;   
    padding-top: 25px;  
}

#bill_info .address_option .selection {
    display: block;
    margin-bottom: 5px;
}

#bill_info #billing_address {
    display: none;
    margin-top: 30px;
}
    #bill_info #billing_address input {
        width: 225px;
    }
    #bill_info #billing_address #city, #bill_info #billing_address #postal_code {
        width: 150px;
    }

/*-----------------------------------------
    TERMS AND CONDITIONS
-------------------------------------------*/

#terms_conditions {
    margin: 0 0 25px 25px;
}

#terms_conditions h2 {
    padding: 0 0 15px 0;
    margin: 5px 0 15px 0;
    color: #323232;
    border-bottom: #e6e6e6 solid 1px;
    font-size: 16px;
    width: 670px;
}

#terms_conditions label {
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

#terms_conditions label a {
    font-size: 11px;    
}


/*-----------------------------------------
    COPY BLOCK
-------------------------------------------*/

.copy_block {
    font-size: 13px;
    color: #525252;
    width: 665px;
    margin: 10px 0 15px 0;      
    line-height: 17px;
    padding: 0;
    
}

.copy_block a {
    font-weight: bold;
    font-size: 13px;
}

.copy_block .reference {
    color: #006599;
    font-weight: bold;
}


/*-----------------------------------------
    RECEIPT
-------------------------------------------*/

#receipt {
    margin-bottom: 25px;
}

#receipt .copy_block {
    margin: 20px 0 30px 0;
}

#receipt .headline {
    width: 655px;
    margin-bottom: 10px;
}

    #receipt .headline .title {
        float: left;
    }
    
    #receipt .headline h2 {
        padding: 0;
        margin: 5px 0 15px 0;
        color: #323232;
        font-size: 16px;
        width: 270px;
        border: none;
        display: inline;
    }

    #receipt .headline .print {
        float: right;
    }
    
    #receipt .headline .print img { 
        text-align: center;
    }

#receipt .details {
    float: left;
    border-top: 1px solid #e6e6e6;
    background: #f9f9f9;
    width: 655px;
}

#receipt .titles {
    padding: 15px 0 5px 10px;
    font-weight: bold;
    color: #333333;
    width: 620px;
    margin-left: 10px;
    border-bottom: 1px solid #cdcdcd;
}

#receipt .product {
    border-bottom: 1px solid #e6e6e6;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0;
    margin-left: 20px;
    color: #525252; 
    width: 610px;
}

#receipt .shipping {    
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 25px 10px;
    margin-left: 10px;
    color: #525252; 
    width: 620px;
    border-bottom: 1px solid #cdcdcd;   
}


#receipt .info {
    margin: 8px 0 0 20px;   
    font-weight: bold;
    width: 625px;
}

#receipt .item {
    display: inline; 
    float: left;
    width: 285px;
    margin-right: 5px;
}

#receipt .miles {
    display: inline; 
    float: left;
    width: 100px;
    margin-right: 5px;  
}

#receipt .miles.na {
    color: #a4a4a4;
    padding-left: 15px;
    width: 85px;    
}

#receipt .cash {
    display: inline; 
    float: left;
    width: 115px;
    text-align: right;
}

#receipt .sub_total {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 10px 0;
    margin-left: 20px;
    color: #525252; 
    width: 610px;
    border-bottom: 1px solid #e6e6e6;
}

#receipt .taxes {
    font-size: 11px;
    padding: 10px 0 10px 20px;
    color: #525252; 
    width: 620px;
}

#receipt .total {
    border-top: 1px solid #cdcdcd;  
    border-bottom: 1px solid #cdcdcd;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    margin-left: 10px;
    color: #333;    
    width: 620px;
    background: #fff;   
}

#receipt .earned {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 35px 20px;
    color: #525252; 
    width: 620px;
}

#receipt .addresses {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    margin-left: 10px;
    color: #333;
    width: 620px;
}

#receipt .addresses .titles {
    border-bottom: 1px solid #cdcdcd;   
}

#receipt .addresses .bill {
    display: inline; 
    float: left;
    width: 285px;
    margin-right: 5px;
}

#receipt .addresses .ship {
    display: inline; 
    float: left;
    margin-right: 5px;      
    width: 280px;   
}

#receipt .addresses p {
    font-weight: normal;
    margin-bottom: 10px;
}

#receipt .addresses .bill .name, #receipt .addresses .ship .name {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
}

#receipt .earned {
    font-size: 13px;
    color: #333;
}

#receipt .earned .title {
    display: inline; 
    float: left;
    width: 285px;
    margin-right: 5px;
}

#receipt .earned .amount {
    display: inline; 
    float: left;
    margin-right: 5px;      
    width: 220px;   
    text-align: right;      
}

#receipt .taxes .label {
    float: left;
    color: #525252;
}

#receipt .taxes .tax {
    float: right;
}

#receipt .taxes .miles {
    width: 115px;
}

#receipt .taxes .cash {
    width: 100px;
}


/*-----------------------------------------
    TRACKING YOUR REWARD - BLOCK 
-------------------------------------------*/

#track_reward {
    margin-bottom: 40px;
}

#track_reward h2 {
    padding: 0 0 15px 0;
    margin: 5px 0 15px 0;
    color: #323232;
    border-bottom: #e6e6e6 solid 1px;
    font-size: 16px;
    width: 670px;
}

/*CHECKOUT STEP 3*/
#almost_done {
    width: 670px;
    margin: 0 25px;
}
#almost_done h2 {
    padding: 0 0 15px 0;
}
.ccv_info {
    background: #f9f9f9;
    margin-top: 8px;
    padding: 20px;
}
.ccv_info .label_security {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}
.ccv_info .ccv_input {
    width: 45px;
}
.ccv_info .info_bubble {
    width: 616px;
    background: url(/arrow/webresource/images/rewards/info_bubble_top.gif) no-repeat left top;
    margin: 4px 0 0 4px;
}
.ccv_info .info_bubble .info_bubble_content {
    padding: 40px 30px 15px 30px;
    background: url(/arrow/webresource/images/rewards/ccv_info.gif) no-repeat 375px 50px;
}
.ccv_info .info_bubble .info_bubble_content h3 {
    padding-top: 0;
    font-size: 18px;
    font-weight: bold;
}
.ccv_info .info_bubble .info_bubble_content p {
    width: 320px;
    font-size: 11px;
    line-height: 14px;
    padding: 5px 0 0 0;
}
.ccv_info .info_bubble .info_bubble_bottom {
    background: url(/arrow/webresource/images/rewards/info_bubble_bottom.gif) no-repeat left top;
    width: 616px;
    height: 10px;
    font-size: 0;
}
#payment_details {
    width: 670px;
    position: relative;
    
    padding-bottom: 25px;
}
#payment_details h2 {
    padding: 0 0 15px 0;
}
#payment_details iframe {
    width: 670px;
    height: 410px;
    margin-top: 16px;
    border: none;
    margin-bottom:16px;
}
#corner_footer {
    position: relative;
    background: #fff;
    width: 980px;
    height: 25px;
    margin-top: 20px;
}
#corner_footer .botCardTopCorner {
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    right: 37px;
    z-index: 2;
}
#payment_details  .collector_tip {
    position: absolute;
    top: 80px;
    right: -260px;
}

#payment_details  .payment_info {
    position: absolute;
    top: 220px;
    right: -260px;
}

#payment_details .hint_box .corner_bl,
#payment_details .hint_box .corner_br {
    bottom: 0 !important;
    bottom: -1px;
}
/* Override existing styles. These should be propagated to the actual CSS files */
#bill_total .totals .disclaimer {
    float: right;
    margin-top: 20px;
}
#bill_total .hint_box {
    margin: 0;
}
#bill_total .hint_box .arrow {
    margin-top: 45px;
}