﻿#cat_nav
{
    width: 100%;
    display: block;
    clear: both;
}
#cat_nav ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#cat_nav ul li
{
    background-position: left center;
    float: left;
    background-image: url('../images/sp1.gif' );
    background-repeat: no-repeat;
    padding: 10px 8px 10px 11px;
    color: #000000;
    font-size: 14px;
}
#cat_nav ul li:first-child
{
    background-image: none;
    padding-left: 0px;
}
#cat_nav a
{
    color: #9f9f9f;
}





#cat_desc
{
    width: 100%;
    display: block;
    clear: both;
}





#cat_pro_list
{
    background-position: top;
    width: 100%;
    display: block;
    clear: both;
    background-image: url(  '../images/line1.gif' );
    background-repeat: repeat-x;
    padding-top: 1px;
    margin-top: 20px;
}
#cat_pro_list a
{
    color: #535353;
}
#cat_pro_list .item
{
    float: left;
    width: 200px;
    height: 250px;
    margin: 2px 0px 20px 40px;
    overflow: hidden;
}
#cat_pro_list .item > table
{
    width: 200px;
    float: left;
    border-collapse: collapse;
    border-spacing: 0px;
}
#cat_pro_list .item > table .img
{
    text-align: center;
    height: 175px;
}
#cat_pro_list .item > table .tit
{
    background-position: top;
    color: #535353;
    font-size: 14px;
    text-align: center;
    background-image: url(  '../images/line1.gif' );
    background-repeat: repeat-x;
    padding: 5px 0px 5px 0px;
}
#cat_pro_list .item > table .p
{
    color: #eb6100;
    font-size: 16px;
    text-align: center;
    background-image: url(  '../images/line1.gif' );
    background-repeat: repeat-x;
    padding: 5px 0px 5px 0px;
}






.line-through
{
    text-decoration: line-through;
}
.sprice
{
    font-weight: bold;
}