.MagicZoomBigImageCont {
    border: 1px solid #dfdfdf;
}


/* Header look and feel CSS class*/


/* header is shown if "title" attribute is present in the <A> tag*/

.MagicZoomHeader {
    font: 10px Tahoma, Verdana, Arial, sans-serif;
    color: #fff;
    background: #91b817;
    text-align: center !important;
}


/* CSS class for small looking glass square under mouse*/

.MagicZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    cursor: hand;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}


/* CSS style for loading animation box*/

.MagicZoomLoading {
    text-align: center;
    background: #ffffff;
    color: #444;
    border: 1px solid #ccc;
    opacity: 0.8;
    padding: 3px 3px 3px 3px;
    display: none;
    /* do not edit this line please*/
}


/* CSS style for gif image in the loading animation box*/

.MagicZoomLoading img {
    padding-top: 3px !important;
}

div.jqZoomTitle {
    z-index: 5000;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    height: 16px;
    padding-top: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    background: #999;
}

.jqZoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
    border-color: #c4c4c4;
    border-style: solid;
    cursor: crosshair;
}

.jqZoomPup img {
    border: 0px;
}

.preload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    width: 90px;
    * width: 100px;
    height: 43px;
    *height: 55px;
    z-index: 10;
    position: absolute;
    top: 3px;
    left: 3px;
}

.jqZoomWindow {
    border: 1px solid #999;
    background-color: #FFF;
}


/* product*/


/* product left*/

.prodetailsinfo .box {
    width: 352px;
    height: 378px;
    float: left;
}

.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tb-pic a img {
    vertical-align: middle;
}

.tb-pic a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.tb-s310,
.tb-s310 a {
    height: 320px;
    width: 350px;
    background: #fff
}

.tb-s310,
.tb-s310 img {
    max-height: 320px;
    max-width: 350px;
}

.tb-s310 a {
    *font-size: 271px;
}

.tb-booth {
    border: 1px solid #dadada;
    position: relative;
    z-index: 1;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png);
    cursor: move;
    z-index: 1;
}

.tb-picList {
    width: 352px;
    height: 46px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.tb-picList a.prev,
.tb-picList a.next {
    display: block;
    width: 12px;
    height: 21px;
    position: absolute;
    top: 14px;
    left: 0;
    background: url(../images/anu.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: all 0s linear;
}

.tb-picList a.prev:hover {
    background-position: 0 -21px;
}

.tb-picList a.next {
    left: auto;
    right: 0;
    background-position: 0 -42px;
}

.tb-picList a.next:hover {
    background-position: 0 -63px;
}

.tb-picList .tb-thumb {
    position: relative;
    width: 290px;
    height: 46px;
    margin: 0 auto;
    overflow: hidden;
}

.tb-picList .tb-thumb ul {
    position: absolute;
    width: 999999px;
    height: 46px;
}

.tb-picList .tb-thumb ul li {
    background: none;
    float: left;
    width: 76px;
    height: 46px;
    overflow: hidden;
}

.tb-picList .tb-thumb ul li a {
    display: block;
    width: 60px;
    height: 44px;
    border: 1px solid #d9d9d9;
    text-align: center;
    background: #fff
}

.tb-picList .tb-thumb ul li img {
    max-width: 100%;
    height: 44px;
    cursor: pointer;
}

.tb-picList .tb-thumb ul li a.tb-selected {
    border: 1px solid #ff7700;
}


/* prodbaseinfo_a*/

.prodbaseinfo_a {
    float: left;
    width: 532px;
    margin-left: 16px;
    z-index: 1;
}

.h2_prodtitle {
    font-size: 16px;
    color: #414141;
    border-bottom: 1px dashed #bbbbbb;
    padding: 2px 0 10px;
    line-height: 1.6em;
}

.ul_prodinfo {
    padding: 6px 0;
    overflow: hidden;
    zoom: 1;
}

.ul_prodinfos {
    padding: 6px 15px;
    overflow: hidden;
    zoom: 1;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
}

.ul_prodinfos li {
    padding: 5px 0 10px;
}

.ul_prodinfo li {
    float: left;
    width: 400px;
    padding: 6px 0;
}

.ul_prodinfo li span {
    font-size: 14px
}

.li_normalprice,
.li_prono {
    line-height: 24px;
}

.ul_prodinfo .li_prono,
.ul_prodinfo .li_marketprice,
.ul_prodinfo .li_volume,
.ul_prodinfo .li_weight,
.ul_prodinfo .li_jf,
.ul_prodinfo .li_brand .span_title {
    color: #999;
}

.ul_prodinfo .li_brand {
    width: 180px;
}

.li_prono {
    line-height: 2.9em;
}

.ul_prodinfo .b_proprice {
    font-size: 14px;
    color: #ce1919;
    font-weight: normal;
}

.ul_prodinfo a.a_brand {
    color: #c00;
}

.ul_prodinfo a.a_brand:hover {
    text-decoration: underline;
}

.ul_prodinfo .li_jf {
    clear: both;
    width: 300px;
}

.ul_prodinfo .li_jf b {
    font-weight: normal;
    color: #c00;
}

.ul_prodinfo .li_jf a.a_usejf {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 80px;
    height: 22px;
    line-height: 22px;
    line-height: 25px\9;
    _line-height: 22px;
    overflow: hidden;
    background-position: -420px -120px;
    text-align: center;
    color: #fff;
    margin: 0 0 0 8px;
    filter: alpha(opacity=90);
    opacity: 0.9;
    vertical-align: middle;
}

.ul_prodinfo .li_jf a.a_usejf:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.prodbaseinfo_a .div_choose {
    background: #fcf0f0;
    border: 1px solid #fbd2d2;
    margin-top: 7px;
    padding: 10px;
}

.prodbaseinfo_a .div_choose h3 {
    font-weight: normal;
    padding: 0 0 5px;
}

.ul_choosecolor {
    overflow: hidden;
    zoom: 1;
}

.ul_choosecolor li {
    float: left;
    position: relative;
    width: 48px;
}

.ul_choosecolor li .span_lack {
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -999em;
    overflow: hidden;
    width: 42px;
    height: 42px;
    background-position: 0 -300px;
}

.ul_choosecolor img {
    border: 1px solid #c8c9cd;
}

.ul_choosecolor a:hover img,
.ul_choosecolor li.now img {
    border: 1px solid #c00;
}

.prodbaseinfo_a .p_inputnum {
    padding: 10px 0 0;
}

.prodbaseinfo_a .p_inputnum .txt {
    border: 1px solid #c4c4c4;
    width: 45px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
}

.prodbaseinfo_a .p_inputnum b {
    font-weight: normal;
}


/* div_readysale*/

.div_readysale {
    margin: 10px 0;
    padding: 7px 6px 5px;
    background: #fbd1bc;
    border: 1px solid #fab98d;
    font-family: "宋体";
}

div.div_readysale a.a_toreadyinfo {
    color: #c00;
}

div.div_readysale a.a_toreadyinfo:hover {
    text-decoration: underline;
}

.div_buybtn {
    height: 60px;
    margin: 10px 0 3px;
    border-bottom: 1px dashed #bbb;
    overflow: hidden;
    clear: both;
    zoom: 1;
}

.div_buybtn a {
    float: left;
    height: 57px;
    overflow: hidden;
}

.div_buybtnr {
    border: none;
}

.div_buybtnr a {
    float: right;
}

.div_buybtn .a_tobuy {
    width: 199px;
    text-indent: -999em;
    background-position: 0 -50px;
}

.div_buybtn .a_addtofavor {
    width: 104px;
    text-indent: -999em;
    background-position: -200px -50px;
    margin-left: 6px;
    _display: inline;
}

.div_proabs {
    padding: 5px;
}

.ul_proabs {
    line-height: 2.2em;
}

.ul_proabs .li_proupdate {
    color: #c00;
    font-weight: bold;
}

.ul_proabs b.b_numa {
    color: #ffb005;
}

.ul_proabs a.a_tocomments {
    color: #319ae1;
}

.ul_proabs a.a_tocomments:hover {
    text-decoration: underline;
}


/* prodetailsinfo_b*/

.prodetailsinfo_b {
    margin: 15px 0;
    word-wrap: break-word;
    word-break: break-all;
    clear: both;
}

.ul_property {
    padding: 5px 10px;
    overflow: hidden;
    zoom: 1;
}

.ul_property li {
    float: left;
    height: 27px;
    line-height: 27px;
    width: 358px;
    background: #f6f5f5;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    overflow: hidden;
    zoom: 1;
}

.ul_property span.span_title {
    float: left;
    height: 27px;
    width: 90px;
    background: #dbdbdb;
    border-right: 1px solid #fff;
    padding-right: 2px;
    margin-right: 5px;
    text-align: right;
    _display: inline;
}


/* tabbox_a prodetailsinfo_c*/

.tabbox_a {
    position: relative;
    padding: 27px 0 0;
}

.tabbox_a .tabtitle {
    position: absolute;
    top: 0px;
    width: 90px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    z-index: 5;
    font-size: 1.18em;
}

.tabbox_a .tabtitle_1 {
    left: 0px;
}

.tabbox_a .tabtitle_2 {
    left: 92px;
}

.tabbox_a .tabtitle_3 {
    left: 184px;
}

.tabbox_a .tabtitle_4 {
    left: 276px;
}

.tabbox_a .tabtitle_5 {
    left: 368px;
}

.tabbox_a .tabtitle_6 {
    left: 460px;
}

.tabbox_a .tabtitle_7 {
    left: 552px;
}

.tabbox_a .tabtitle_8 {
    left: 544px;
}

.tabbox_a .tabtitle_8 {
    left: 536px;
}

.tabbox_a .tabtitle span {
    display: block;
    width: 90px;
    height: 26px;
    padding-top: 2px;
    background-position: 0 -220px;
    cursor: hand;
    cursor: pointer;
}

.tabbox_a .tabtitle span.now,
.tabbox_a .tabtitle span.over {
    color: #c00;
    background-position: 0 -248px;
}

.tabbox_a .tabcont {
    z-index: 2;
    border: 1px solid #dbdbdb;
    padding: 10px 4px;
    margin: 0 0 10px;
}

.tabbox_a .tabcont .output,
.detailstabbox .tabcont .output {
    width: 740px;
    overflow: hidden;
}

.tabbox_a .tabcont {}

.tabbox_a .tabcontnow {
    display: block;
}

.h3_comtip {
    background: #fefcf4;
    border: 1px solid #f7efd6;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 5px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #777;
}

.h3_comtip span {
    margin: 0 10px;
}

.h3_comtip a {
    color: #c00;
    text-decoration: underline;
}

.prodetailsinfo_b .tac {
    padding: 15px;
    text-align: center;
}

.mainbox {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 20px;
}

.cp {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding-bottom: 12px;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 20px;
}

.cptab {
    border-bottom: 1px solid #d7d7d7;
    background: #f7f7f7;
}

.cptab {
    line-height: 25px;
    font-size: 14px;
    color: #0088D0;
    text-decoration: none;
    padding: 0 8px;
}

.cptab a:hover {
    text-decoration: none;
}

.cptab a.cr {
    background: #eee;
    font-weight: bold;
}

.cp dl {
    width: 164px;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 12px 0px 0 7px;
    margin-left: 6px;
}

.cp dt {
    width: 164px;
    overflow: hidden;
}

.cp dt a {
    width: 160px;
    display: block;
    border: 1px solid #D5D5D5;
    padding: 1px;
}

.cp dt a:hover {
    border: solid 1px #0181cf;
}


/*产品图片边框连接*/

.cp dt img {
    width: 160px;
    display: block;
    height: 150px;
}

.cp dd {
    line-height: 24px;
    padding-top: 8px;
    overflow: hidden;
    display: block;
    width: 164px;
    text-align: center
}

.t06 a {
    color: #ED5F05;
}

.t06 a :hover {
    color: #ED5F05;
}

.mod_goods_info {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px;
}

.mod_goods_info .hds {
    border-bottom: 1px solid #0088D0;
    height: 33px;
    _overflow: hidden;
}

.mod_goods_info .hds li {
    float: left;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    margin-right: -1px;
}

.mod_goods_info .hds li h3 {
    display: block;
    width: 128px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-bottom: 0;
    background-color: #f3f3f3;
    border: 1px solid #fff;
}

.mod_goods_info .hds li h3 a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    outline: none
}

.mod_goods_info .hds .status_on {
    border-color: #0088D0;
    border-bottom: 0;
    position: relative;
}

.mod_goods_info .hds .status_on h3 {
    height: 31px;
    background-color: #fff;
    color: #0088D0
}

.mod_goods_info .hds .status_on h3 a {
    color: #076EBB;
    font-weight: bold
}

.mod_goods_info .more {
    position: absolute;
    top: 8px;
    right: 0px;
}

.mod_goods_info .more a:link,
.mod_goods_info .more a:visited {
    text-decoration: none;
    color: #085C9B;
}

.mod_goods_info .more a:hover {
    color: #D4105A;
}

.pright {
    width: 280px;
    float: left;
    margin-left: 20px;
}

.propar {}


/*产品详细参数字体颜色*/

.propar .line {
    font-weight: normal;
    text-decoration: line-through;
}

.propar .span_1 {
    font-weight: bold;
    font-size: 14px;
    color: #f00;
}

.propar .span_2 {
    font-size: 16px;
}

.propar h4 {
    color: #333;
    line-height: 28px;
    background: #F7F7F7;
    padding: 0 8px;
}

.propar .more {
    text-align: right;
    border-bottom: dashed 1px #d7d7d7;
    margin-bottom: 5px;
}

.propar .more a {
    color: #ED5F05;
    padding-left: 12px;
    line-height: 20px;
}

.propar .more a img {
    margin-right: 5px;
}

div.jqZoomTitle {
    z-index: 5000;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    height: 16px;
    padding-top: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    background: #999;
}

.jqZoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
    border-color: #c4c4c4;
    border-style: solid;
    cursor: crosshair;
}

.jqZoomPup img {
    border: 0px;
}

.preload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    width: 90px;
    * width: 100px;
    height: 43px;
    *height: 55px;
    z-index: 10;
    position: absolute;
    top: 3px;
    left: 3px;
}

.jqZoomWindow {
    border: 1px solid #999;
    background-color: #FFF;
}


/* product */


/* product left */

.proviewbox .box {
    width: 352px;
    height: 378px;
}

.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tb-pic a img {
    vertical-align: middle;
}

.tb-pic a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.tb-s310,
.tb-s310 a {
    height: 320px;
    width: 350px;
    background: #fff
}

.tb-s310,
.tb-s310 img {
    max-height: 320px;
    max-width: 350px;
}

.tb-s310 a {
    *font-size: 271px;
}

.tb-booth {
    border: 1px solid #dadada;
    position: relative;
    z-index: 1;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png);
    cursor: move;
    z-index: 1;
}

.tb-picList {
    width: 352px;
    height: 46px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.tb-picList a.prev,
.tb-picList a.next {
    display: block;
    width: 12px;
    height: 21px;
    position: absolute;
    top: 14px;
    left: 0;
    background: url(../images/anu.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: all 0s linear;
}

.tb-picList a.prev:hover {
    background-position: 0 -21px;
}

.tb-picList a.next {
    left: auto;
    right: 0;
    background-position: 0 -42px;
}

.tb-picList a.next:hover {
    background-position: 0 -63px;
}

.tb-picList .tb-thumb {
    position: relative;
    width: 290px;
    height: 46px;
    margin: 0 auto;
    overflow: hidden;
}

.tb-picList .tb-thumb ul {
    position: absolute;
    width: 999999px;
    height: 46px;
}

.tb-picList .tb-thumb ul li {
    background: none;
    float: left;
    width: 76px;
    height: 46px;
    overflow: hidden;
}

.tb-picList .tb-thumb ul li a {
    display: block;
    width: 60px;
    height: 44px;
    border: 1px solid #d9d9d9;
    text-align: center;
    background: #fff
}

.tb-picList .tb-thumb ul li img {
    max-width: 100%;
    height: 44px;
    cursor: pointer;
}

.tb-picList .tb-thumb ul li a.tb-selected {
    border: 1px solid #ff7700;
}