body {
    margin:0;
    background:#d5dde6;
    font-family:"Helvetica", "Arial", sans-serif;
    font-size:10px;
    color:#000;
    background:#fff;
}

ul {
    padding:0;
    margin:0;
    list-style:none;
}

#header, #footer, hr, .meta, .actions, h1 {
    display:none;
}

table#print_info {
    text-align:left;
    width:100%;
    display:block;
}

table#print_info td {
    text-align:left;
}

table.location {
    border-collapse:collapse;
}

#cart table.location {
    margin:15px 0;
}

#cart table.location tr:first-child {
    background:#d3dfe4;
}

#cart table.location tr:first-child th {
    padding:5px;
}

#cart table {
    text-align:center;
    width:100%;
    clear:both;
}

#cart table.location .qty input {
    border:1px #231f20 solid;
}

#cart table tr td {
    padding:2px 0;
}

#cart table.location .item, #cart table.location .price, #cart table.location .size, #cart table.location .qty, #cart table.location .color, #cart table.location .amount {
    width:5%;
}

#cart table.location .desc {
    width:20%;
}

.metainfo {
    display:block;
    width:100%;
    clear:both;
}

.metainfo li {
    display:block;
    margin:10px 0 0px 0;
    float:left;
    font-weight:bold;
}

.metainfo li.order {
    width:50%;
}

.metainfo li.date {
    width:25%;
    text-align:right;
    font-size:10px;
    position:relative;
    top:3px;
}

.metainfo li.account {
    width:25%;
    text-align:right;
    font-size:10px;
    position:relative;
    top:3px;
}

.total {
    font-weight:bold;
    width:25%;
    float:right;
    text-align:right;
    padding:5px;
    margin:5px 0;
}

#siteseal {
	display:none;
}

#processing_message {
    display:none;
}