#header, #right_main, gray_bar, #footer, #print_btn, #innertitle, #modify-order-link {
    display:none
}

#preview {
    margin-bottom:2em
}

#thank_you #cart {
    background-color:transparent;
    border:thin solid #666666;
}

#checkout {
    font-size:80%;
    border:thin solid black
}

#checkout > h3, #checkout > h4, #checkout > h5 {
    border-bottom:thin solid black;
    padding:.5em
}

table {
    width:100%
}

td {
    text-align:center;
}

.subtotal td, .total td, .product-line td {
    border-top:thin solid black;
    border-right:thin solid black
}

td.last {
    border-right: none
}

#thank_you_header {
    height:80px;
    min-width:254px;
    width:100%;
    background-color:gray;
    background-image: url(../images/elements/logo.png);
    background-position: top left;
    background-repeat:no-repeat;
}
