﻿body
{
    font-size: 14px;
    text-align: center;
    font-family: Arial;
    background-color: #CCFF99;
}

/* 页面布局 */
.full
{
    clear: both;
    width: 99%;
    overflow: hidden;
    margin: 0px auto;
}
.content
{
    width: 100%;
    padding: 10px 0px 10px 0px;
    float: left;
}
.main
{
    float: left;
    width: 610px;
    overflow: hidden;
}
.side
{
    float: right;
    width: 284px;
    padding: 10px 0px 0px 0px;
}
.side h3
{
    padding: 5px;
}
.side .box
{
    margin: 5px 0px 5px 0px;
    padding: 5px;
    line-height: 20px;
    clear: both;
}


.Wrapper
{
    margin: 0px auto;
    text-align: left;
    width: 900px;
    overflow: hidden;
}


.Footer
{
    font-family: verdana,tahoma, "微软雅黑" , "宋体";
    padding-top: 20px;
    clear: both;
    text-align: center;
    margin: 0px auto;
    float: left;
    margin-top: 10px;
    border-top: solid 1px #ccc;
    width: 100%;
}
.Footer p
{
    clear: both;
    line-height: 30px;
}
.yaf_1
{
    margin: 2px;
    overflow: hidden;
}
.yaf_1 a
{
    background: url(/Images/yar.gif) left no-repeat;
    display: block;
    padding: 0px 0px 0px 10px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.ToolBar
{
    height: 25px;
    line-height: 25px;
    background: #fff;
    border-bottom: solid 1px #ccc;
    padding: 0px 100px 0px 100px;
}
.ToolBar ul
{
    float: left;
}
.ToolBar li
{
    float: left;
    list-style: none;
    margin: 0px 5px 0px 5px;
    padding: 0px 10px 0px 0px;
}
.ToolBar li a
{
    text-decoration: none;
    color: #0000ff;
}

.ToolBar li a:hover
{
    color: #ff8a00;
}
.ToolBar select
{
    float: left;
}
.nav
{
    background: url(/Images/nav_bg.gif) #000 repeat-x;
    width: 100%;
    clear: both;
    height: 40px;
}

.nav ul
{
    margin: 0px;
}
.nav li
{
    overflow: hidden;
    list-style: none;
    float: left;
    background: url(/Images/nav_spacer.gif) no-repeat right;
    height: 40px;
    padding: 0px 5px 0px 5px;
}
.nav a
{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    height: 22px;
    margin: 5px 0px;
    text-decoration: none;
    padding-top: 10px;
    float: left;
    width: 120px;
}
.nav a:hover
{
    text-decoration: none;
}
.nav .clicked, .nav .clicked a:hover
{
    background: url(/Images/nav_clickedbg.gif) no-repeat #fff;
    margin-top: 12px;
    height: 30px;
    width: 100px;
    color: #000;
}
.nav .clicked a:hover
{
    margin-top: 12px;
    height: 30px;
    width: 100px;
    border: 0px;
}
#search
{
    height: 25px;
    width: 300px;
    position: relative;
    margin-top: 20px;
}
#searchtext
{
    margin: 1px 5px 0px 0px;
    font-size: 14px;
    width: 200px;
    height: 22px;
    padding: 2px;
    float: left;
    border: solid 1px #999;
    line-height: 22px;
}
.searchbox
{
    background: url(/Images/search_left.png) no-repeat left;
    position: absolute;
    top: 5px;
    left: 5px;
}
#search .empty
{
    font-size: 14px;
    color: #999;
}

#searchmenu
{
    position: absolute;
    width: 204px;
    top: 28px;
    left: 0px;
    z-index: 2;
    background: #fff;
    border: solid 1px #ccc;
    display: none;
}
#searchmenu li
{
    list-style: none;
    height: 20px;
    line-height: 20px;
    padding: 1px 4px 1px 4px;
    cursor: pointer;
    color: Green;
}
#searchmenu li:hover
{
    background-color: #0066FF;
    color: #f0f0f0;
}
#searchmenu li .name
{
    float: left;
}
#searchmenu li .url
{
    float: right;
}


#searchbutton
{
    cursor: pointer;
    color: Blue;
    font-size: 14px;
    padding: 2px;
    height: 30px;
    width: 80px;
}
.category
{
    height: 32px;
    background: url(/Images/categorybg.gif) repeat-x;
    clear: both;
    width: 100%;
    float: left;
}
.category li
{
    background: url(/Images/categoryspacer.gif) no-repeat right;
    float: left;
    list-style: none;
    color: #ccc;
    text-align: center;
    line-height: 40px;
    height: 40px;
}
.category a
{
    font-size: 14px;
    margin: 5px 10px 0px 10px;
    color: #666;
    text-decoration: none;
    width: 98px;
    height: 24px;
    line-height: 24px;
    display: block;
}
.category .clicked
{
}
.category .clicked a
{
    color: #fff;
    background: url(/Images/categoryclickedbg.gif) no-repeat;
}
