﻿.ShoppingList tr
{
    line-height:28px;
}

.ShoppingList .RightValue
{
    border-bottom: gray 1px dotted;
    line-height: 28px;
    width:120px;
}

.ShoppingList .Method
{
    border-bottom: gray 1px dotted;
    line-height: 28px;
    width:120px;
}

.ShoppingList .Sum
{
    color: #330000;
}

.ShoppingList .Total
{
    color: #ff8c00;
}

.ShoppingList .FeeMemo
{
    color:Gray;
}

.List_Header
{
    background-image: url(/images/ADBg/AD_BG01.gif);
    color: gray;
    letter-spacing: 2px;
    line-height: 25px;
    font-size: 13px;
    font-weight: normal;
}

.grdAlterItem
{
    background-color: #F9FAEC;
    font-size: 13px;
    line-height:20px;
}

.grdItem
{
    background-color: #fffff6;
    font-size: 13px;
    line-height:20px;
}

.PayDescOut
{
    font-size: 12px;
    background-color: #fffff6;
    border-right: lightblue 1px solid;
    border-top: lightblue 1px solid;
    border-left: lightblue 1px solid;
    border-bottom: lightblue 1px solid;
}

.PayDescOut td
{
    text-align:left;
}

.PayDesc
{
    background-color:White;
}

.PayDesc .FieldName
{
    text-align: left;
    width: 80px;
    color: steelblue;
}


.PayDesc .FieldValue
{
    text-align: left;
    border-bottom: gainsboro 1px dotted;
    color:Gray;
}

.OrderDetail .Title
{
    font-size: 15px;
    font-weight: bold;
    color: #ff3399;
    line-height:40px;
}

.OrderDetail .Description
{
    font-size: 13px;
    color: #696969;
}

.PayInfo
{
    font-size:13px;
    line-height:28px;
}

.PayInfo .Method
{
    font-size:15px;
    font-weight:bold;
    border-bottom: #dcdcdc 1px dotted;
    width:150px;
    text-align:left;
}


.PayInfo .FieldName
{
    
}

.PayInfo .FieldValue
{
    border-bottom: #dcdcdc 1px dotted;
    width:350px;
}

.Message
{
    border-bottom: #dcdcdc 1px dotted;
    width:100%;
    text-align:left;
}