﻿/*列表*/
.ListBrand
{
    width: 698px;
    float: left;
    border: 1px solid #D5D5D5;
    overflow: hidden;
}
.ListBrand .list ul
{
    margin: 5px 5px 5px -5px;
    width: 100%;
    float: left;
    list-style-image: url('/Content/Image/listArrow.gif');
    list-style-position: inside;
}
.ListBrand .list ul li
{
    width: 675px;
    height: 25px;
    line-height: 20px;
    padding-left: 5px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #E7E7E7;
}
.ListBrand .list ul li h2
{
    float: left;
    width: 520px;
    margin-right: 5px;
}
.ListBrand .list ul li h3
{
    float: right;
    font-size: 12px;
    color: #C0C0C0;
}
.ListBrand .list ul li h2 a
{
    font-size: 14px;
    font-weight: normal;
}
.ListBrand .list ul .image
{
    float: left;
    margin: 0 0 0 9px;
    width: 125px;
    height: 125px;
    text-align: center;
    border:none;
    overflow:hidden;
    display:inline;
}
.ListBrand .list ul li img
{
    border: 1px solid #D5D5D5;
    width: 120px;
    height: 90px;
}
.ListBrand .list ul .image h2
{
    width: 125px;
    line-height:30px;
}
.ListBrand .list ul .image h2 a
{
    font-size: 14px;
    font-weight: bold;
    color: #1E50A2;
}
.ListBrand .papers
{
    margin: 5px auto;
    width: 680px;
    height: 25px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
}

/*品牌明细*/
.Details
{
    width: 698px;
    float: left;
    border: 1px solid #D5D5D5;
    margin-top: 5px;
    padding-bottom: 5px;
    display:inline;
}
.Details .list
{
    width: 100%;
    float: left;
    overflow: hidden;
}
.Details .list ul
{
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
}
.Details .list ul .line
{
    float: left;
    height: 4px;
    width: 680px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    margin-bottom: 5px;
}
.Details .list ul li
{
    float: left;
    width: 335px;
    line-height: 25px;
    margin-left: 10px;
    font-size: 14px;
    overflow: hidden;
    display:inline;
}
.Details .list ul li a
{
    font-size: 14px;
}
.Details .list ul li .Catalog
{
    color: #C1740B;
}
.Details .list ul .image
{
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
}
.Details .list ul li img
{
    border: 1px solid #D5D5D5;
    max-width: 500px; /* FF IE7 */
    max-height: 500px; /* FF IE7 */
}
.Details .list ul .text
{
    width: 685px;
    float: left;
    margin-left: 5px;
    height: auto;
    margin-right: 5px;
    line-height: 25px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}
.Details .list ul li h2
{
    float: left;
    width: 90px;
    text-align: right;
}
.Details .list ul li h3
{
    width: 595px;
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
.Details .list .CommentBox li
{
    float:left;
    width: 680px;
    line-height: 25px;
    margin-left: 10px;
    font-size: 14px;
    overflow: hidden;
}

/*公共样式*/
.Brand
{
    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;
}
.currentNav1
{
    width: 75px;
    height: 100%;
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #D5D5D5;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #D5D5D5;
    border-bottom-color: #ffffff;
    border-left-color: #D5D5D5;
}
.currentNav a,.currentNav1 a
{
    color: #1E50A2;
    font-size: 14px;
    font-weight: bold;
}
.currentNav a:hover,.currentNav1 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;
}
.extNav1
{
    width: 75px;
    height: 100%;
    float: left;
    text-align: center;
}
.extNav a,.extNav1 a
{
    color: #1E50A2;
    font-size: 14px;
    font-weight: normal;
}
.extNav a:hover,.extNav1 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
{
    float: left;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
}
.brandNav
{
    width: 75px;
    height: 100%;
    float: left;
    text-align: center;
    border-right: 1px solid #b1c8d7;
}
.brandNav a
{
    color: #1E50A2;
    font-size: 14px;
    font-weight: normal;
}
.brandNav 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;
}
.brandR
{
    width: 210px;
    float: right;
    background-color: #F5F8FC;
    border: 1px solid #b1c8d7;
    overflow: hidden;
}
.brandR .list
{
    width: 210px;
    float: left;
    border-bottom: 1px solid #b1c8d7;
    overflow: hidden;
}
.brandR .list ul
{
    margin: 5px 10px 5px -3px;
    width: 190px;
    float: left;
    list-style-image: url('/Content/Image/listArrow.gif');
    list-style-position: inside;
}
.brandR .list ul li
{
    width: 100%;
    height: 24px;
    line-height: 21px;
    padding-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}
.brandR .list ul li a
{
    font-size: 12px;
}
.brandR .list ul .image
{
    float: left;
    margin: 0 0 0 15px;
    width: 75px;
    height: 60px;
    text-align: center;
    display:inline;
}
.brandR .list ul li img
{
    border: 1px solid #D5D5D5;
    width: 73px;
    height: 48px;
}
.brandR .ad
{
    margin: 10px auto;
    width: 160px;
    height: 250px;
}