/*价格标准样式结构，不用定义样式的可以删除
.onlyMemberPrice{}
.onlyMemberPrice .marketPrice{}
.onlyMemberPrice .marketPrice .priceName{}
.onlyMemberPrice .marketPrice .priceValue{}
.onlyMemberPrice .memberPrice{}
.onlyMemberPrice .memberPrice .priceName{}
.onlyMemberPrice .memberPrice .priceValue{}
下面是积分的
.onlyMemberPrice .integral{}
.onlyMemberPrice .integral .integralName{}
.onlyMemberPrice .integral .integralValue{}
*/

/*只显示会员价 特价专区用到*/
.onlyMemberPrice{text-align:left;}
.onlyMemberPrice .marketPrice{display:none;}
.onlyMemberPrice .memberPrice .priceName{display:none;}
.onlyMemberPrice .memberPrice .priceValue{color:#c00;font-weight:bold;}

/*显示会员价和市场价（不显示名称，换行）*/
.market_member_price{text-align:left;}
.market_member_price .marketPrice .priceName{display:none;}
.market_member_price .marketPrice .priceValue{color:#6B6B6B;text-decoration:line-through;line-height:14px;}
.market_member_price .memberPrice .priceName{display:none;}
.market_member_price .memberPrice .priceValue{color:#c00;font-size:12px;line-height:14px;}
.market_member_price .integral .integralName{display:none;}
.market_member_price .integral .integralValue{color:#CEAA00;font-weight:bold;padding:0 0.5em;font-size:12px;line-height:14px;}

/*显示会员价和市场价，并显示名称（换行）特价专区首页用到了*/
.market_member_price1{text-align:left;}
.market_member_price1 .marketPrice{line-height:18px;color:#666;}
.market_member_price1 .marketPrice .priceValue{text-decoration:line-through;}
.market_member_price1 .memberPrice{line-height:18px;color:#666;}
.market_member_price1 .memberPrice .priceValue{font-family:Verdana; line-height:12px; background:url(../images/te_lm1p2.gif) no-repeat; color:#fff; display:inline-block; width:76px; height:12px; text-align:center;}

/*显示会员价和市场价，并显示名称（换行）特价专区首页用到了*/
.market_member_price2{text-align:left;}
.market_member_price2 .marketPrice{color:#666; line-height:16px;}
.market_member_price2 .marketPrice .priceValue{text-decoration:line-through;}
.market_member_price2 .memberPrice{color:#666; line-height:16px;}
.market_member_price2 .memberPrice .priceValue{font-weight:bold;font-size:14px;color:#c00;line-height:14px;}

/*不显示名称*/
.market_member_price2_1 .marketPrice .priceName{display:none;}
.market_member_price2_1 .memberPrice .priceName{display:none;}

/*显示会员价和市场价，并显示名称（换行） 特价列表页用到*/
.list_market_member_integral{text-align:left;}
.list_market_member_integral .marketPrice{line-height:18px;color:#999;}
.list_market_member_integral .marketPrice .priceValue{color:#666;text-decoration:line-through;font-family:verdana;}
.list_market_member_integral .memberPrice{line-height:18px;color:#999;}
.list_market_member_integral .memberPrice .priceValue{color:#c00;font-weight:bold;font-size:14px;font-family:verdana;}
.list_market_member_integral .integral{line-height:18px;color:#999;}
.list_market_member_integral .integral .integralValue{color:#CEAA00; font-weight:bold;padding:0 0.5em;font-size:14px;}

.list_market_member_integral2 .marketPrice{line-height:18px;color:#999;padding-left:40px;}
.list_market_member_integral2 .memberPrice{line-height:18px;color:#999;padding-left:40px;}
.list_market_member_integral2 .integral{line-height:18px;color:#999;text-align:center;}

.list_market_member_integral3{text-align:left;}
.list_market_member_integral3 .marketPrice{line-height:18px;color:#999; padding-left:40px; min-height:18px; overflow:hidden; }
.list_market_member_integral3 .marketPrice .priceValue{color:#666;text-decoration:line-through;font-family:verdana;}
.list_market_member_integral3 .memberPrice{line-height:18px;color:#999; padding-left:40px; height:18px; overflow:hidden;}
.list_market_member_integral3 .memberPrice .priceValue{color:#c00;font-weight:bold;font-size:14px;font-family:verdana;}
.list_market_member_integral3 .integral{line-height:18px;color:#999; height:18px; overflow:hidden; text-align:center;}
.list_market_member_integral3 .integral .integralValue{color:#CEAA00; font-weight:bold;padding:0 0.5em;font-size:14px;}


/*促销页显示会员价和市场价，并显示名称（换行）*/
.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:15px;padding-left:30px;}
.Promotion_market_member_price .marketPrice .priceValue{color:#999999;font-size:12px;font-weight:bold;font-family:verdana;position:absolute;padding-top:15px;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:30px;padding-left:30px;}
.Promotion_market_member_price .memberPrice .priceValue{color:#ff0000;font-size:12px;font-weight:bold;font-family:verdana;position:absolute;padding-top:30px;padding-left:85px; }

/*显示会员价和市场价（不显示名称，换行）*/
.market_index_price{text-align:left;}
.market_index_price .marketPrice{}
.market_index_price .marketPrice .priceName{display:none;}
.market_index_price .marketPrice .priceValue{ text-decoration:line-through;padding-top:3px;}
.market_index_price .memberPrice{}
.market_index_price .memberPrice .priceName{display:none;}
.market_index_price .memberPrice .priceValue{color:#c00; padding:3px 0 0 10px;}
/*只显示会员价不加粗*/
.onlyMemberPrice2{text-align:left;}
.onlyMemberPrice2 .marketPrice{display:none;}
.onlyMemberPrice2 .marketPrice .priceName{}
.onlyMemberPrice2 .marketPrice .priceValue{}
.onlyMemberPrice2 .memberPrice{}
.onlyMemberPrice2 .memberPrice .priceName{display:none;}
.onlyMemberPrice2 .memberPrice .priceValue{color:#c00; line-height:18px;}
/*显示会员价和市场价（不显示名称，不换行）*/
.market_index_price_no{text-align:left;overflow:hidden; }
.market_index_price_no .marketPrice{ float:left;}
.market_index_price_no .marketPrice .priceName{display:none;}
.market_index_price_no .marketPrice .priceValue{ text-decoration:line-through;padding-top:3px;}
.market_index_price_no .memberPrice{float:left;}
.market_index_price_no .memberPrice .priceName{display:none;}
.market_index_price_no .memberPrice .priceValue{color:#c00; padding:3px 0 0 10px;}


/*用于频道专区字体*/
.market_member_sort_price{text-align:left;}
.market_member_sort_price .marketPrice{line-height:18px;color:#666;}
.market_member_sort_price .marketPrice .priceValue{text-decoration:line-through;}
.market_member_sort_price .memberPrice{line-height:18px;color:#666;}
.market_member_sort_price .memberPrice .priceValue{line-height:12px; background:url(../images/te_lm1p2.gif) no-repeat; color:#fff; display:inline-block; width:76px; height:12px; text-align:center;}

/*只显示会员价不加粗3*/
.onlyMemberPrice3{text-align:left;}
.onlyMemberPrice3 .marketPrice{display:none;}
.onlyMemberPrice3 .marketPrice .priceName{}
.onlyMemberPrice3 .marketPrice .priceValue{}
.onlyMemberPrice3 .memberPrice{}
.onlyMemberPrice3 .memberPrice .priceName{display:none;}
.onlyMemberPrice3 .memberPrice .priceValue{line-height:24px;padding-left:5px}

/*只显示会员价不加粗4*/
.onlyMemberPrice4{text-align:left;}
.onlyMemberPrice4 .marketPrice{display:none;}
.onlyMemberPrice4 .marketPrice .priceName{}
.onlyMemberPrice4 .marketPrice .priceValue{}
.onlyMemberPrice4 .memberPrice{}
.onlyMemberPrice4 .memberPrice .priceName{display:none;}
.onlyMemberPrice4 .memberPrice .priceValue{line-height:12px;padding-left:5px;color:#c00 ;}


/*显示会员价和市场价，并显示名称（换行）特价专区首页用到了*/
.buy_m1_price{text-align:left;color:#999; margin-left:40px; margin-top:4px;}
.buy_m1_price .marketPrice{color:#999;}
.buy_m1_price .marketPrice .priceValue{text-decoration:line-through; color:#666;}
.buy_m1_price .memberPrice{color:#999; }
.buy_m1_price .memberPrice .priceValue{color:#cc0000; font-size:14px; font-weight:bold;}


/*显示会员价和市场价（显示名称，不换行）*/
.market_member_price3{text-align:left; font-family:"Tahome"}
.market_member_price3 .marketPrice{ float:left; margin-right:10px;}
.market_member_price3 .marketPrice .priceName{ }
.market_member_price3 .marketPrice .priceValue{ text-decoration:line-through; color:#666;}
.market_member_price3 .memberPrice{ float:left;margin-right:10px;}
.market_member_price3 .memberPrice .priceName{}
.market_member_price3 .memberPrice .priceValue{color:#cc0000;font-size:12px;font-weight:bold;}
.market_member_price3 .integral{ float:left;}
.market_member_price3 .integral .priceName{}
.market_member_price3 .integral .integralValue{color:#CEAA00;font-weight:bold;padding:0 0.5em;font-size:12px;}

/*促销页显示会员价和市场价，并显示名称（换行）*/
.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:10px;padding-left:30px;}
.Promotion_market_member_price .marketPrice .priceValue{color:#999999;font-size:12px;font-weight:bold;font-family:verdana;position:absolute;padding-top:10px;padding-left:77px;}
.Promotion_market_member_price .memberPrice{}
.Promotion_market_member_price .memberPrice .priceName{display:block;font-size:12px;font-family:verdana;position:absolute;padding-top:25px;padding-left:30px;}
.Promotion_market_member_price .memberPrice .priceValue{color:#ff0000;font-size:12px;font-weight:bold;font-family:verdana;position:absolute;padding-top:25px;padding-left:77px; }


