/*只显示会员价*/
.priceOnlyMemberPrice{text-align:left;}
.priceOnlyMemberPrice .marketPrice{display:none;}
.priceOnlyMemberPrice .marketPrice .priceName{}
.priceOnlyMemberPrice .marketPrice .priceValue{}
.priceOnlyMemberPrice .memberPrice{}
.priceOnlyMemberPrice .memberPrice .priceName{display:none;}
.priceOnlyMemberPrice .memberPrice .priceValue{color:#cc0000;font-size:12px;font-family:verdana;}

/*显示会员价和市场价（不显示名称，换行）*/
.market_member_price{text-align:left;}
.market_member_price .marketPrice{}
.market_member_price .marketPrice .priceName{}
.market_member_price .marketPrice .priceValue{}
.market_member_price .memberPrice{}
.market_member_price .memberPrice .priceName{}
.market_member_price .memberPrice .priceValue{color:#cc0000;font-size:12px;font-weight:bold;}


/*显示会员价和市场价，并显示名称（换行）*/
.market_member_price2{text-align:left;}
.market_member_price2 .marketPrice{}
.market_member_price2 .marketPrice .priceName{display:block;font-size:12px;color:#999999;position:absolute;padding-top:10px;padding-left:18px;}
.market_member_price2 .marketPrice .priceValue{color:#999999;font-size:12px;font-weight:bold;font-family:verdana;text-decoration:line-through;position:absolute;padding-top:10px;padding-left:65px;}
.market_member_price2 .memberPrice{}
.market_member_price2 .memberPrice .priceName{display:block;color:#cc0000;font-size:12px;font-weight:bold;font-family:verdana;position:absolute;padding-top:25px;padding-left:18px;}
.market_member_price2 .memberPrice .priceValue{color:#cc0000;font-size:12px;font-weight:bold;font-family:verdana;position:absolute;padding-top:25px;padding-left:65px;}


/*促销页显示会员价和市场价，并显示名称（换行）*/
.Promotion_market_member_price{text-align:left;}
.Promotion_market_member_price .marketPrice{}
.Promotion_market_member_price .marketPrice .priceName{display:block;font-size:12px;color:#999999;position:absolute;padding-top:5px;padding-left:30px;}
.Promotion_market_member_price .marketPrice .priceValue{color:#999999;font-size:12px;font-weight:bold;font-family:verdana;position:absolute;padding-top:5px;padding-left:85px;}
.Promotion_market_member_price .memberPrice{}
.Promotion_market_member_price .memberPrice .priceName{display:block;font-size:12px;font-family:verdana;position:absolute;padding-top:20px;padding-left:30px;}
.Promotion_market_member_price .memberPrice .priceValue{color:#ff0000;font-size:12px;font-weight:bold;font-family:verdana;position:absolute;padding-top:20px;padding-left:85px; }

/*显示会员价和市场价，并显示名称（不换行）*/
.market_member_price3{text-align:left;}
.market_member_price3 .marketPrice{float:left;}
.market_member_price3 .marketPrice .priceName{}
.market_member_price3 .marketPrice .priceValue{}
.market_member_price3 .memberPrice{float:left;margin-left:50px;}
.market_member_price3 .memberPrice .priceName{}
.market_member_price3 .memberPrice .priceValue{color:#cc0000;font-size:12px;font-weight:bold;}
