/* CSS Document */

.left
{
    float: left;
    width: 212px;
    margin-top: 0px;
    height: 600px;
}
.aright
{
    margin-top: 10px;
    padding-left: 20px;
    width: 740px;
}
.left .classes
{
    margin-top: 10px;
    width: 200px;
    height: 180px;
    border: #999 solid 1px;
}
.left .itclasses
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;
    height: 180px;
    border: #999 solid 1px;
}
.left .title
{
    padding: 6px 0px 3px 15px;
    margin: 0px;
    width: 80px;
    border-right: #666 solid 1px;
    background-image: url(../images/09_bg.jpg);
}
.left .note
{
    width: 190px;
    padding: 10px 5px 10px 5px;
}
.right
{
    width: 680px;
    height: 600px;
    float: left;
}
.right_title
{
    font-size: 16px;
    color: #ff6600;
    font-weight: 600;
    padding: 50px 0px 35px 40px;
    background-image: url(../images/bg_b.jpg);
    background-repeat: no-repeat;
}
.right_bottom
{
    background-image: url(../images/bg_b_1.jpg);
    background-repeat: no-repeat;
    margin-top: 40px;
    height: 30px;
}

.showT
{
    color: red;
}


