﻿html, body
{
    font-family: Verdana;
    font-size: 12px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
}

img { border:none 0px;}

#autoscroll
{
    height: 100%;
    width: 100%;
    overflow: auto;
    text-align: center;
    position: relative;
}
#topMenuTemp
{
    clear: both;
    margin: auto;
    width: 1004px;
    height: 40px;
    float: left;
    background-color: #E8E8E8;
    display: none;
    position: absolute;
    z-index: 80;
    top: 0px;
}
.TopMenu
{
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
a.TopMenu:link
{
    color: #000;
    font-weight: bolder;
    text-decoration: none;
}
a.TopMenu:visited
{
    color: #990000;
    font-weight: bolder;
    text-decoration: none;
}
a.TopMenu:hover
{
    color: #990000;
    font-weight: bolder;
    text-decoration: none;
}

.RootMenu
{
    text-align: left;
    width: 120px;
    font-size: 13px;
    font-family: Verdana;
    background: #fff; 
    font-weight: bolder;
    color: #601c1d;
    clear: both;
    margin: 5px 0 15px 0;
    padding: 5px 5px 5px 5px;
}
a.RootMenu:link
{
    color: #601c1d;
    font-weight: bolder;
    text-decoration: none;
}
a.RootMenu:visited
{
    color: #601c1d;
    font-weight: bolder;
    text-decoration: none;
}
a.RootMenu:hover
{
    color: #601c1d;
    font-weight: bolder;
    text-decoration: none;
}

.SubMenu
{
    width: 120px;
    font-size: 13px;
    font-family: Verdana;
    color: #000;
    clear: both; 
    font-weight: normal;
    margin: 5px 0 5px 5px; 
}
a.SubMenu:link
{
    color: #000;
    text-decoration: none;
}
a.SubMenu:visited
{
    color: #000;
    text-decoration: none;
}
a.SubMenu:hover
{
    color: #00A6ED;
    width: 120px;
    text-decoration: none;
}

.IndexFont
{
    color: #000;
    font-family: Verdana;
    line-height: 18px;
}
a.IndexFont:link
{
    color: #000;
    text-decoration: none;
}
a.IndexFont:visited
{
    color: #000;
    text-decoration: none;
}
a.IndexFont:hover
{
    color: #00A6ED;
    text-decoration: underline;
}
.CateTitle
{
    font-family: Verdana;
    font-size: 22px;
    color: #522439;
    line-height: 20px;
    text-decoration: none;
}

.detailDiv
{
    cursor: pointer;
    font-size: 12px;
    border: 2px solid #E2A02E;
    filter: alpha(opacity=80);
    opacity: 0.5;
}


