﻿/*首页*/
.PriceBox
{
    width: 345px;
    float: left;
    border: 1px solid #D5D5D5;
    margin-top: 5px;
}
.PriceBox .list
{
    width: 100%;
    float: left;
    overflow: hidden;
}
.PriceBox .list ul
{
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-left: -5px;
    list-style-image: url('/Content/Image/listArrow.gif');
    list-style-position: inside;
}
.PriceBox .list ul .line
{
    float: left;
    height: 4px;
    width: 330px;
    margin-left: 10px;
    margin-right: 5px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    margin-bottom: 5px;
}
.PriceBox .list ul li
{
    height: 23px;
    line-height: 21px;
    padding-left: 5px;
    overflow: hidden;
}
.PriceBox .list ul li a
{
    font-size: 14px;
}
.PriceBox .list ul li .Catalog
{
    color: #C1740B;
}
.Price .ad
{
    width: 700px;
    height: 100px;
    float: left;
    margin-top: 5px;
}
.Price .list ul .price_head
{
    float: left;
    height: 26px;
    margin-left: 10px;
    margin-bottom: 2px;
    padding-left: 10px;
    border-bottom: 1px dashed #999999;
    background-color: #FFFFF0;
}
.Price .list ul li .price_market, .price_product
{
    float: left;
    width: 70px;
    font-weight: normal;
    margin-right: 2px;
}
.Price .list ul li .price_ent
{
    float: left;
    width: 150px;
    font-weight: normal;
    margin-right: 2px;
}
.Price .list ul li .price_market a, .price_product a, .price_ent a
{
    color: #1E50A2;
}
.Price .list ul li .price_date
{
    float: left;
    width: 70px;
    font-weight: normal;
    margin-right: 2px;
    color: #919191;
}
.PriceBox .list ul li .price_avg
{
    float: right;
    font-weight: normal;
    margin-right: 2px;
    color: #FF0000;
}
.PriceBox .list ul .price_line
{
    float: left;
    height: 1px;
    width: 330px;
    margin-left: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    margin-bottom: 2px;
}

/*列表*/
.ListPrice
{
    width: 698px;
    float: left;
    border: 1px solid #D5D5D5;
    overflow: hidden;
}
.ListPrice .list ul
{
    margin: 5px;
    width: 100%;
    float: left;
}
.ListPrice .list ul li
{
    width: 675px;
    line-height: 25px;
    padding-left: 5px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #E7E7E7;
}
.ListPrice .list ul .price_head
{
    float: left;
    height: 26px;
    margin-bottom: 2px;
    padding-left: 5px;
    border-bottom: 1px dashed #999999;
    background-color: #FFFFF0;
}
.ListPrice .list ul li .price_ent
{
    float: left;
    width: 190px;
    font-weight: normal;
    margin-right: 5px;
}
.ListPrice .list ul li .price_market
{
    float: left;
    width: 70px;
    font-weight: normal;
    margin-right: 5px;
}
.ListPrice .list ul li .price_brand
{
    float: left;
    width: 80px;
    font-weight: normal;
    margin-right: 5px;
}
.ListPrice .list ul li .price_product
{
    float: left;
    width: 80px;
    font-weight: normal;
    margin-right: 5px;
}
.ListPrice .list ul li .price_market a, .price_brand a, .price_product a, .price_ent a
{
    color: #1E50A2;
}
.ListPrice .list ul li .price_date
{
    float: left;
    width: 70px;
    font-weight: normal;
    margin-right: 5px;
    color: #919191;
}
.ListPrice .list ul li .price_avg, .price_min
{
    float: right;
    width:90px;
    font-weight: normal;
    margin-right: 2px;
    color: #FF0000;
}
.ListPrice .list ul li .price_max
{
    float: right;
    font-weight: normal;
    margin-right: 2px;
    color: #FF0000;
}
.ListPrice .papers
{
    margin: 5px auto;
    width: 680px;
    height: 25px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
}

/*公共样式*/
.Price
{
    width: 700px;
    float: left;
}
.nav
{
    width: 100%;
    height: 25px;
    float: left;
    background-image: url('/Content/Image/nav_bg.jpg');
    background-repeat: repeat-x;
    line-height: 25px;
    border-bottom: 1px solid #D5D5D5;
}
.currentNav
{
    width: 75px;
    height: 100%;
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #D5D5D5;
}
.currentNav a
{
    color: #1E50A2;
    font-size: 14px;
    font-weight: bold;
}
.currentNav a:hover
{
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.extNav
{
    width: 75px;
    height: 100%;
    float: left;
    text-align: center;
    border-right: 1px solid #D5D5D5;
}
.extNav a
{
    color: #1E50A2;
    font-size: 14px;
    font-weight: normal;
}
.extNav a:hover
{
    color: #FF0000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}
.nav1
{
    width: 698px;
    height: 25px;
    float: left;
    background-image: url('/Content/Image/nav_bg.jpg');
    background-repeat: repeat-x;
    line-height: 25px;
    border: 1px solid #D5D5D5;
}
.nav1 h2
{
    float: left;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
}
.nav2
{
    width: 100%;
    height: 25px;
    float: left;
    background-image: url('/Content/Image/nav_bg.jpg');
    background-repeat: repeat-x;
    line-height: 25px;
    border-bottom: 1px solid #b1c8d7;
}
.nav3
{
    width: 100%;
    height: 25px;
    float: left;
    background-image: url('/Content/Image/nav_bg.jpg');
    background-repeat: repeat-x;
    line-height: 25px;
    border-bottom: 1px solid #D5D5D5;
}
.nav3 h2
{
    width: 100%;
    float: left;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
}
.priceNav
{
    width: 75px;
    height: 100%;
    float: left;
    text-align: center;
    border-right: 1px solid #b1c8d7;
}
.priceNav a
{
    color: #1E50A2;
    font-size: 14px;
    font-weight: normal;
}
.priceNav a:hover
{
    color: #FF0000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}
.moreNavR
{
    height: 100%;
    float: right;
    margin-right: 4px;
}
.moreNavR a
{
    color: #1E50A2;
    font-size: 14px;
    font-weight: bold;
}
.moreNavR a:hover
{
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.moreNavL
{
    height: 100%;
    float: left;
    margin-left: 4px;
}
.moreNavL a
{
    color: #1E50A2;
    font-size: 14px;
    font-weight: bold;
}
.moreNavL a:hover
{
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.priceR
{
    width: 210px;
    float: right;
    background-color: #F5F8FC;
    border: 1px solid #b1c8d7;
    overflow: hidden;
}
.priceR .list
{
    width: 210px;
    float: left;
    border-bottom: 1px solid #b1c8d7;
    overflow: hidden;
}
.priceR .list ul
{
    margin: 5px 10px 5px -3px;
    width: 190px;
    float: left;
    list-style-image: url('/Content/Image/listArrow.gif');
    list-style-position: inside;
}
.priceR .list ul li
{
    width: 100%;
    height: 24px;
    line-height: 21px;
    padding-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}
.priceR .list ul li a
{
    font-size: 12px;
}
.priceR .list ul .image
{
    float: left;
    margin: 0 0 0 15px;
    width: 75px;
    height: 60px;
    text-align: center;
    display:inline;
}
.priceR .list ul li img
{
    border: 1px solid #D5D5D5;
    width: 73px;
    height: 48px;
}
.priceR .ad
{
    margin: 10px auto;
    width: 160px;
    height: 250px;
}