body
{
    margin: 0 auto;
    padding: 0 auto;
    width: 770px;
    font-size: 12px;
    color: #555555;
    font-family: Arial;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}

a
{
    color: #1773BE;
    text-decoration: none;
}
a:link
{
    color: #1773BE;
}
a:visit
{
    color: #FF0000;
}
a:hover
{
    color: #F90;
}
a img
{
    border: 0px;
}

.content
{
    margin: 10px 0 10px 0;
}


/* size CSS */
.left_width
{
    width: 204px;
    float: left;
    margin: 0 4px 0 0;
}
.right_width
{
    float: left;
}

/* ad css */
.ad_position
{
    float: left;
    margin: 0 8px 0 0;
}

/* js css */
.menu2On
{
    background: url(../images/product_title.gif) no-repeat;
    width: 146px;
    height: 23px;
    text-align: center;
    float: left;
    color: #136AB9;
    line-height: 23px;
    cursor: pointer;
    margin: 7px 0 0 0;
}
.menu2Off
{
    width: 146px;
    height: 23px;
    overflow: hidden;
    float: left;
    color: #0055A1;
    line-height: 23px;
    text-align: center;
    margin: 7px 0 0 0;
}
.mover
{
    background: url(../images/class_menu_bg.gif) no-repeat;
    width: 75px;
    height: 23px;
    cursor: pointer;
}


/*---------------------------------ProductMain.aspx---------------------------------------------*/

/* product list css */
.product_menu
{
    margin: 12px 0 8px 0;
}
.product_list_text2
{
    float: left;
    font-weight: bold;
    margin: 12px 0 5px 2px;
    color: #116EC2;
}
.product_list_exchange
{
    float: right;
    margin: 0px 6px 0px 0;
}

.product_more
{
    float: right;
    margin: 0 6px 5px 0;
}
.product_text
{
    float: left;
    font-weight: bold;
    margin: 0 0 5px 6px;
    color: #116EC2;
}


/*---------------------------------ProductList.aspx---------------------------------------------*/

/* list css */
.Product_list
{
    margin: 8px 0 8px 0;
    width: 557px;
}
.p_list_menu
{
    color: #5576AE;
}
.product_title
{
    float: left;
    font-weight: bold;
    color: #484849;
    border-bottom: 2px solid #DCDCDC;
    width: 557px;
    line-height: 25px;
}
.product_list_table
{
    float: left;
    margin: 8px 0 8px 0;
}
.product_list_table input
{
    margin: 0px;
}
table
{
    border-collapse: collapse;
}
td
{
    border: 1px solid #A3C1D2;
    height: 30px;
    text-align: center;
}
.p_list_menu
{
    color: #5576AE;
}
.p_list_club
{
    color: #FF6600;
}


/*---------------------------------ProductDetail.aspx---------------------------------------------*/

.producttext_bg
{
    border: 10px solid #E6F0F6;
    width: 535px;
}
.product_list_xiangxi
{
    width: 545px;
    float: left;
    margin: 8px 0 0 0;
    border: 1px solid #AAC5DF;
}
.p_xiangxi_left
{
    display: inline;
    float: left;
    margin: 5px 10px 5px 5px;
}
.p_xiangxi_btn
{
    float: left;
    margin-top: 5px;
    margin-left: 25px;
}
.p_xiangxi_right
{
    float: left;
    margin-top: 10px;
}
.product_list_title
{
    border: 1px solid #AAC5DF;
    float: left;
    color: #484849;
    width: 555px;
    background-color: #E1EDF9;
}
.detal_name
{
    margin: 0 0 0 10px;
    background: url(../images/icon_buy_name.gif) no-repeat;
    padding: 0 0 0 12px;
    font-weight: bold;
}
.detal_content
{
    margin: 8px 0 8px 20px;
    width: 500px;
    line-height: 23px;
    text-align: left;
    text-decoration: none;
}


