/* for /prices/upgrade_info.htm */
.UpgradeTable { margin-bottom: 2em;
                width: 755px;
                margin-left:auto;
                margin-right:auto;
                background: #eee;
              }

.UpgradeTable hr {
    height: 2px ;
    padding:0;
    width:60%;
    background:#ddd;
    margin-top:0.5em;
    margin-bottom:0.5em
}

.UpgradeTable .UTTitle {color: #fff;
                        font-size: 105%;
                        font-weight: bold;
                        display: block;
                        clear: both;
                        background: #7698c5;
                        line-height: 150% }

.UpgradeTable .UTRow {font-size: 90%;
                      display: block;
                      clear: both;
                      line-height: 150%;
                      border-top: 3px solid white}

.UpgradeTable .UTProduct {
    display: block;
    float: left;
    width: 190px;
    margin-right: 1px;
    padding-left: 5px;
    vertical-align: center;
    text-align: center}

.UpgradeTable .UTLastUpgrade	{
    display: block;
    float: left;
    width: 140px;
    margin-right: 1px;
    vertical-align: center;
    text-align: center }

.UpgradeTable .UTCost {
    display: block;
    float: left;
    width: 165px;
    margin-right: 1px;
    text-align: right;
    vertical-align: middle;
    padding-right: 5px;
    text-align:center}

.UpgradeTable .UTFeatures {
    display: block;
    float: left;
    width: 256px ;
    margin-right: 1px;
    padding-left: 10px;
    vertical-align: middle }

.UpgradeTable .UTTitle .UTProduct {background: #7698c5;}
.UpgradeTable .UTTitle .UTLastUpgrade {background: #7698c5;}
.UpgradeTable .UTTitle .UTCost {background: #7698c5}
.UpgradeTable .UTTitle .UTFeatures {background: #7698c5;}
.UpgradeTable .UTRow .UTFeatures ul {font-size: 80%;
                                  line-height: 120%;
                                  margin-left: 0px;
                                  padding-left: 2ex;
                                  padding-bottom: 0.5em;
                                  margin-top:0; padding-top: 5px;
                                  margin-bottom:0; padding-bottom: 5px;
                                  }
.UpgradeTable .UTRow .UTFeatures ul li {margin-left: 0;
                                        padding-bottom: 0.5em;
                                       }
.UpLbl {font-size: 80%}
