body
{
    background-color: #fff;
    font-family: "宋体";
    font-size: 12px;
}
A:link
{
    color: #2f2f2f;
    text-decoration: none;
}
A:visited
{
    color: #2f2f2f;
    text-decoration: none;
}
A:hover
{
    color: #f60;
    text-decoration: none;
}
td
{
    font-family: "宋体";
    font-size: 12px;
}/* 后台管理类别树-------------------------------------- */
.SortFolderOpen
{
    background-image: url(../image/duc_c1.jpg);
    background-repeat: no-repeat;
    width: 40px;
    height: 23px;
    cursor: pointer;
    color: #fff;
}
.SortFolderClose
{
    background-image: url(../image/Sort_Folder_Open.gif);
    background-repeat: no-repeat;
    width: 40px;
    height: 23px;
    cursor: pointer;
    color: #fff;
}
.SortEndFolderOpen
{
    background-image: url(../image/duc_c1.jpg);
    background-repeat: no-repeat;
    width: 40px;
    height: 23px;
    cursor: pointer;
    color: #fff;
}
.SortEndFolderClose
{
    background-image: url(../image/Sort_Folder_Open.gif);
    background-repeat: no-repeat;
    width: 40px;
    height: 23px;
    cursor: pointer;
    color: #fff;
}
.SortListline
{
    height: 23px;
    background-image: url(../image/Sort_Listline.gif);
    background-repeat: repeat-y;
}
.SortEndListline
{
    height: 23px;
}
.SortFile
{
    background-image: url(../image/duc_c1.jpg);
    background-repeat: no-repeat;
    width: 40px;
    height: 23px;
    cursor: pointer;
}
.SortFileEnd
{
    background-image: url(../image/duc_c1.jpg);
    background-repeat: no-repeat;
    width: 40px;
    height: 23px;
    cursor: pointer;
}