﻿/* #frmLeft
    {
        float: left;
        width: 200px;
    }
    #frmRight
    {
        float: right;
        width: 740px;
    }*/
    #RightT
    {
        background: url(images/right1.gif) no-repeat 4px center;
        line-height: 35px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 32px;
        margin-bottom: 5px;
        color: #fff;
    }
    .cash
    {
        background: url(/CourseCenter/Images/cash.gif) no-repeat;
        width: 16px;
        height: 18px;
        vertical-align: middle;
    }
    #Top
    {
        width: 960px;
        height: 130px;
        background: url(images/top.jpg) no-repeat;
        margin-bottom: 5px;
    }
    #Top ul
    {
        float: right;
        margin-right: 10px;
    }
    #Top ul li
    {
        float: left;
        margin-left: 10px;
        line-height: 30px;
    }
    #Top ul li a
    {
        color: #333333;
    }
    #Top ul li a:hover
    {
        color: #cc0000;
    }