﻿#order-container
{
    width: 940px;
    position: relative;
    font-family: Arial;
}

#order-line-item-header
{
    width: 940px;
}

#order-line-item-header div
{
    float: right;
    width: 185px;
}

.order-line-item
{
    width: 940px;
    float: left;
    padding: 5px 0px;
    border-bottom: 1px solid red;
}

.order-line-item div
{
    float: right;
    width: 185px;
}

.order-details
{
    float: right;
    width: 470px;
    padding-bottom: 15px;
}

.order-detail
{
    padding: 10px;
}

.order-detail-head
{
    font-weight: bold;
    float: right;
    padding-right: 10px;
    width: 200px;
    text-align: right;
}

.order-detail-value
{
    float: right;
    width: 185px;
}

.order-promo-codes
{
    float: right;
}

.order-addresses
{
    float: left;
    width: 470px;
    
}

.order-address
{
    float: left;

}

.order-line-item
{
    width: 940px;
    float: right;
    padding: 5px 0px;
    border-bottom: 1px solid red;
}

.ship-to
{
    float: left;
    width: 205px;
    padding: 15px;
}

.ship-to p, .pay-to p
{
    text-align: center;
    text-decoration: underline;
    padding-bottom: 3px;
}

.pay-to
{
    float: right;
    width: 205px;
    padding: 15px;
}

.payment-info
{
    float: right;
    width: 470px;
    padding-top: 10px;
    border-top: 1px solid black;
}

.payment-info p
{
    text-align: center;
    text-decoration: underline;
    padding-bottom: 3px;
}