﻿   #list
        {
            padding: 10px;
            border: 1px solid #cccccc;
        }
        #list table
        {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }
        #list th
        {
            width: 100px;
            padding-right: 10px;
            padding-left: 10px;
            border-bottom: 1px solid #dddddd;
            vertical-align: top;
        }
        #list th img
        {
            width: 100%;
            height: 100%;
        }
        #list th img.one
        {
            background: url(images/PayMode1.gif) no-repeat;
        }
        #list th img.two
        {
            background: url(images/PayMode2.gif) no-repeat;
        }
        #list th img.three
        {
            background: url(images/PayMode3.gif) no-repeat;
        }
        #list th img.four
        {
            background: url(images/PayMode4.gif) no-repeat;
        }
        #list th img.five
        {
            background: url(images/PayMode5.gif) no-repeat;
        }
        #list th img.six
        {
            background: url(images/PayMode6.gif) no-repeat;
        }
        #list td
        {
            padding-right: 10px;
            padding-left: 10px;
            border-bottom: 1px solid #dddddd;
            vertical-align: top;
            padding-top: 4px;
            padding-bottom: 10px;
            line-height: 22px;
        }
        #list td h2.item
        {
            font-size: 14px;
            color: #666666;
            line-height: 30px;
        }