﻿*
{
    padding: 0px;
    margin: 0px;
}

body
{
    padding: 0px;
    margin: 15px;
    font-size: 12px;
}

td
{
    padding: 0;
    margin: 0;
    text-indent: 0;
}

.red
{
    color: Red;
}

.bold
{
    font-weight: bold;
}

.input
{
    border: solid 1px #94A0AF;
}

ul li
{
    list-style-type: none;
    line-height: 25px;
    text-indent: 27px;
}

span.sortno
{
    background-color: #ccc;
    width: 20px;
    padding: 0 10px;
}

li.more
{
    text-align: right;
    padding-right: 100px;
}

li.bookitem
{
    border: solid 1px #ccc;
    padding: 5px;
    margin-bottom: 5px;
    text-indent: 0;
}

.num_container
{
    background: url(../img/num_bg.gif) no-repeat 2px 8px;
}

.num
{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

span.rule
{
    padding-left: 30px;
}

div.rule
{
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

#zoom
{
    font-size: 13px;
    line-height: 23px;
    text-align: left;
}

.news_item
{
    background-image: url(../img/bg_line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
dl.comment
{
    border: #a5b5c0 1px solid;
    margin: 0px 0px 5px 10px;
    width: 90%;
}
dd.content
{
    border-bottom: #ccc 1px dotted;
    padding: 5px 10px;
    margin: 0 5px;
}
dd.remark
{
    margin: 5px 0px 0px 10px;
    color: #ccc;
}

