/* Define Shipments */
div.shipment {
    clear: left;
    float: left;
    width: 572px;
    margin-bottom: 10px;
    padding: 0 10px 10px;
    background: url(images/shipment-round-bot.png) no-repeat center bottom;
}

div.shipment.shipment_inactive {
    display: none;
    background: url(images/shipment-round-gray-bot.png) no-repeat center bottom;
}

div.shipment b.shipment {
    display: block;
    margin: 0 -10px;
    padding: 10px 10px 0;
    background: url(images/shipment-round-top.png) no-repeat center top;
}

div.shipment.shipment_inactive b.shipment {
    background: url(images/shipment-round-gray-top.png) no-repeat center top;
}

div.shipment div.help_shipment_empty {
    display: none;
    padding-top: 1ex;
    color: #2b6fb7;
}

div.shipment.shipment_inactive div.help_shipment_empty {
    color: #717171;
}

div.shipment p {
    margin: 0 0 1ex;
}

div.shipment a {
    color: #2b6fb7;
}

div.shipment.shipment_inactive a {
    color: #717171;
}

div.shipment ul.products {
    padding: 0 0 10px;
}

div.shipment ul.products li.product {
    width: 572px;
    margin-top: 10px;
    background: url(images/product-round-bot.png) no-repeat center bottom;
}

div.shipment ul.products li.product div.product {
    padding: 10px;
    background: url(images/product-round-top.png) no-repeat center top;
}

div.shipment ul.products li.product div.product div.image {
    display: inline;
    float: left;
    width: 125px;
}

div.shipment ul.products li.product div.product div.info {
    display: inline;
    float: left;
    width: 300px;
    margin-left: 20px;
}

div.shipment ul.products li.product div.product div.info div.name {
    font-weight: bold;
}

div.shipment ul.products li.product div.product div.move_to {
    display: inline;
    float: right;
}

div.clear {
    clear: both;
    font-size: 1%;
}

div.shipment ul.addresses {
    margin-bottom: 1em;
}

div.shipment ul.addresses li input.radio {
    position: absolute;
    left: -2em;
}

div.shipment ul.addresses li label {
    position: relative;
    display: block;
    margin-left: 2em;
    margin-right: 1em;
}

div.shipment ul.addresses div.address {
    margin-bottom: 1em;
    margin-left: 3em;
    font-size: 90%;
}

div.shipment table.shipaddress {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

div.shipment table.shipaddress td {
    padding: 0;
}

div.product_placeholder {
    position: absolute;
    background: #ffff96;
    height: 20px;
    z-index: 1 !important;
}

div.shipment table.SubHeaderGrey,
div.shipment td.SubHeaderGrey {
    font-size: 100%;
    color: black;
}

div.shipment table.SubHeaderGrey {
    margin-top: 1.25em;
    margin-bottom: 0;
}

div.shipment td.SubHeaderGreyLine {
    background: transparent;
}

div.shipment table.cart_contents {
    width: 572px;
}

div.shipment table.cart_contents tr.even {
    background: #a4d0f6;
}

div.shipment table.cart_contents td {
    padding: 1ex 4px;
}

div.shipment table.cart_contents td td {
    padding: 0;
}

div.shipment table.cart_contents td.price {
    text-align: right;
}

/* Confirm Shipments */
ul.bare_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.bare_list li {
    margin: 0;
    padding: 0;
}

table.confirm_shipments {
    width: 100%;
}

table.confirm_shipments td.items,
table.confirm_shipments td.address,
table.confirm_shipments td.message,
table.confirm_shipments td.ship_date,
table.confirm_shipments td.status,
table.confirm_shipments td.updated {
    vertical-align: top;
    padding-bottom: 1.25em;
}

table.confirm_shipments td.address div {
    white-space: nowrap;
}

table.confirm_shipments td.items ul li {
    margin-bottom: 1ex;
}

table.confirm_shipments td.SubHeaderGrey {
    height: 3em;
    vertical-align: bottom;
}

span.divide_qty {
    font-size: 80%;
}
