﻿
/*以下是ShowDetail页*/

#divShowDetail
{
    background-image: url(../Images/show_02.gif);
    background-repeat: repeat;
}
#divShowDetail .top
{
    background-repeat: no-repeat;
    background-image: url(../Images/show_01.gif);
    height: 42px;
}
#divShowDetail .cont
{
    padding-left: 60px;
    padding-right: 60px;
    overflow:auto;
}
#divShowDetail .bottom
{
    background-image: url(../Images/show_04.gif);
    background-repeat:no-repeat;
    height: 40px;
}
#divShowDetail .title .ShowDetailTitle
{
    font-family: 宋体;
    font-size: 20px;
    line-height: 300%;
    text-align: center;
    color: #ff0000;
}
#divShowDetail .cont .ShowDetailSubTitle
{
    font-family: 宋体;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}
#divShowDetail .cont .ShowDetailAttribute
{
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    font-family: 宋体;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
#divShowDetail .cont .ShowDetailDescription
{
    font-family: 宋体;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    line-height: 130%;
}
#divShowDetail .cont .ShowDetailContent
{
    padding-top: 20px;
    line-height: 180%;
    text-align: left;
    font-family: 宋体;
    font-size: 14px;
    min-height: 500px;
    overflow: auto;
}
