﻿ul.categoryList1
{
    padding:0px;
    overflow: hidden;
    width: 475px;
    float: left;
    margin-right: 10px;
}
ul.categoryList1 li.li1
{
    clear: both;
    background-image: url('/images/arrow_4.gif');
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
ul.categoryList1 li.li1 a
{
    font-size: 14px;
    color: #04D;
    line-height: 23px;
}
ul.categoryList1 li.li1 ul
{
    padding: 0px;
    margin: 2px;
    overflow: hidden;
}
ul.categoryList1 li.li1 ul li.li2
{
    float: left;
    white-space: nowrap;
    height:18px;
    font-family: 宋体;
}
ul.categoryList1 li.li1 ul li.li2 a
{
    font-size: 12px;
    color: #04D;
    line-height: 18px;
}
#category_title
{
    color: #333;
    font-family: 宋体;
    margin: 3px 0px;
    font-size: 14px;
    font-weight: bold;
    width: 970px;
}
#category_title a
{
    color: Blue;
    font-family: 宋体;
    font-size: 14px;
    font-weight: bold;
}
#category_content
{
    border-top: #DDD 1px solid;
    border-bottom: #DDD 1px solid;
    background-color: #F5F5F5;
    margin: 5px 0px;
    width: 100%;
    overflow: hidden;
}
#category_content ul
{
    margin: 5px;
    padding-bottom: 2px;
}
#category_content ul li,
#category_content ul li h2
{
    float: left;
    font-size: 12px;
    color: #FF5500;
    font-weight: normal;
}
#category_content ul li
{
    padding-left: 10px;
    width: 200px;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
}
