﻿
.InformationShow
{
    border:1px solid #DEDEDE;
    margin:10px 0;
    padding:13px 20px;
}
.InformationShow .InformationTitle
{
    background:url("/Content/Show/images/InformationTitlebg.jpg") no-repeat scroll 0 bottom;
    line-height:30px;
    font-size:15px;
    color:#333333;
    font-weight:bold;
    padding-left:10px;
}
.InformationShow .InformationContent
{
    margin-top:10px;
}

.InformationList
{
    border:1px solid #DEDEDE;
    margin:10px 0;
    padding:13px 20px;
}
.InformationList .InformationListTitle
{
    background:url("/Content/Show/images/InformationTitlebg.jpg") no-repeat scroll 0 bottom;
    line-height:30px;
    font-size:15px;
    color:#333333;
    font-weight:bold;
    padding-left:10px;
}
.InformationList .InformationListShow
{
    margin:10px 0 0 0;
    width:670px;
}
.InformationList .InformationListShow ul li
{
    line-height:30px;
    border-bottom:1px dotted #979797;
}
.InformationList .InformationListShow ul li a:hover
{
    background:url("/Content/Show/images/SubMenuSelectedIcon.jpg") no-repeat scroll 0 50%;
}
.InformationList .InformationListShow ul li a
{
    background:url("/Content/Show/images/InformationListIndexIcon.jpg") no-repeat scroll 0 50%;
    font-size:13px;
    padding-left:20px;
    margin-left:10px;
    float:left;
}
.InformationList .InformationListShow ul li span
{
    float:right;
    margin-right:15px;
    color:#656565;
}
