﻿#wp-prdetailspectips
{
    color: #d00;
    font-weight: bold;
    border: 1px solid #f6a100;
    background-color: #fffcc1;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    min-width: 100px;
    overflow: hidden;
    z-index: 10000;
}
.wp-product_detail_content .artdetail_title
{
    background: #fff;
    min-height: 33px;
    text-indent: 0;
    color: #426100;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.wp-product_detail_content .artview_info
{
    color: #5a5a5a;
    padding-left: 8px;
    min-height: 23px;
    text-align: center;
}
.wp-product_detail_content .artview_intro
{
    padding: 5px;
    line-height: 1.7em;
    color: #868686;
    background-color: #f5f5f5;
    border: #e5e5e5 1px solid;
    margin-bottom: 10px;
    text-indent: 24px;
}
.wp-product_detail_content .artview_content
{
    clear: both;
    padding-top: 8px;
    line-height: 1.7em;
    min-height: 50px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.wp-product_detail_content .artview_thumb
{
    float: left;
    margin-right: 10px;
    border: #d5e1e2 1px solid;
    width: 95px;
    height: 90px;
    text-align: center;
}
.wp-product_detail_content .artview_thumb img
{
    vertical-align: middle;
    display: inline-block;
}
.wp-product_detail_content .artview_detail
{
    color: #5a5a5a;
    text-indent: 0;
}
.wp-product_detail_content .artview_detail table
{
    margin: auto;
}
.wp-product_detail_content .artview_guide
{
    float: left;
    margin-top: 5px;
}/* 在线支付 */
.wp-product_detail_content .wproduct_payment
{
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    margin-top: 5px;
    padding: 5px;
    overflow: hidden;
}
.wp-product_detail_content .wproduct_payment .wproduct_pricenum, .wp-product_detail_content .wproduct_payment .payment_api
{
    float: left;
}
.wp-product_detail_content .wproduct_payment .wproduct_pricenum input
{
    padding: 2px;
    width: 45px;
}
.wp-product_detail_content .wproduct_payment .payment_api
{
    margin-left: 20px;
    padding-top: 21px;
}/* Magnifier */
.wp-magnifier_box
{
    position: relative;
}
.wp-magnifier_box .wp-magnifier_small
{
    position: relative;
}
.wp-magnifier_box .wp-magnifier_small .wp-magnifier_mark
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: #fff;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    border: 1px solid #333;
    display: none;
}
.wp-magnifier_box .wp-magnifier_big
{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
#wp-magnifier_boxbig
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
    overflow: hidden;
    z-index: 100;
}
.wp-product_detail_content .prdview_prev_next a:hover
{
    text-decoration: underline;
}