﻿@charset "utf-8";

/* 积分商城列表页 ------------------------------------------- */
.giftContent .userBar{ height:34px; line-height:34px; border:1px solid #ddd; background:#f8f8f8; position:relative;  margin-bottom:10px;  }
.giftContent .userBar .userPoint{ width:140px; height:34px; overflow:hidden;  border:1px solid #ffbf95; position:relative; z-index:1; margin-top:-1px; margin-left:-1px;   float:left;
padding:0 20px 0 40px; background:url("images/iconSplit.gif") -260px -494px #fffcdd no-repeat;  }
.giftContent .userBar .userPoint em{ font:bold 20px/20px "Arial"; color:#f60; vertical-align:middle;  }
.giftContent .userBar .other{ float:left; border-right:1px solid #ddd; padding:0 20px 0 30px; background:url("images/iconSplit.gif") -551px -495px no-repeat;   }
.giftContent .userBar .other a{ color:#c60; cursor:pointer; }
.giftContent .userBar .other em{ font-weight:bold;  }
.giftContent .userBar .giftSearch{ border-right:0; height:34px; overflow:hidden;   }
.giftContent .userBar .giftSearch a{  vertical-align:middle; margin:7px 0; }
.giftContent .userBar .giftSearch input{ border:1px solid #ddd; background:#fff; height:20px; line-height:20px; width:50px;  vertical-align:middle; margin:7px 0;   }


/* 列表 */
.giftListBox{ margin-top:25px; }
.giftListBox .hd{ position:relative;  height:30px; line-height:30px; border-bottom:2px solid #ddd; padding-bottom:10px; margin-bottom:10px;  }
.giftListBox .hd em{ position:absolute; left:0px; bottom:-2px; width:200px; height:2px; background:#c00;  overflow:hidden;  }
.giftListBox .hd h3{ font:normal 20px/30px "Microsoft YaHei"; _font-weight:bold; color:#c00; padding-left:10px;   }
.giftListBox .bd{ padding-bottom:20px; margin-bottom:10px;  }
.giftListBox .proList{ overflow:hidden;  }
.giftListBox .proList .mPrice{ display:none;  }
.giftListBox .proList li {height:240px; overflow:hidden; }
.giftListBox .proList li .con .priceBar em{ display:inline; font-size:12px; }
.giftListBox .proList li .con .priceBar .point{ font-weight:bold; }

/* 热门换购 */
#hotGiftList .bd{ padding:0 100px 20px 100px; position:relative; zoom:1;   }
#hotGiftList .bd .prev,	#hotGiftList .bd .next{ position:absolute; left:10px; top:90px; cursor:pointer; display:block; width:42px; height:42px; overflow:hidden; background:url("images/iconSplit.gif") 0 -613px no-repeat;  }
#hotGiftList .bd .next{ left:auto; right:10px; background-position:-101px -613px; }
#hotGiftList .bd .prev:hover{ background-position:-52px -613px; }
#hotGiftList .bd .next:hover{ background-position:-153px -613px; }

/* 积分商城内容页 ------------------------------------------- */
.giftCon .boxStyleIn{ overflow:hidden; zoom:1; padding:40px 30px;  }
.giftCon .giftDetail{ overflow:hidden; zoom:1; }
.giftCon .picture{ width:350px;  float:left;  text-align:center;  }
.giftCon .picture img{ width:300px;  padding:10px;  border:1px solid #ddd; }
.giftCon .property{ width:500px; float:left; padding-left:20px; position:relative;   }
.giftCon .property p{ padding:5px 10px; font-size:14px; font-family:Arial; }
.giftCon .property p span{ color:#666;   }
.giftCon .property p .price{ font-size:22px; padding-left:20px; background:url("images/iconSplit.gif") -226px -620px no-repeat;  }
.giftCon .property .title{ font:normal 22px/32px "Microsoft YaHei";_font-weight:bold; padding-bottom:15px;   background:url("images/share/dotted.gif") repeat-x bottom; }
.giftCon .property .title span{ color:#f00; font-size:16px; padding-left:20px;   }
.giftCon .property .thisYbtn{ height:30px; line-height:30px; padding:0 20px;  }
.giftCon .property .nostocks{ border:1px solid #ccc; background:#ccc }

.giftCon .giftIntroBox{ margin-top:30px; }
.giftCon .giftIntroBox .hd{ height:32px; line-height:32px; background:#f4f4f4;    }
.giftCon .giftIntroBox .hd h3{ font:normal 18px/28px "Microsoft YaHei";_font-weight:bold; padding-left:10px;  }
.giftCon .giftIntroBox .bd{ padding:20px 30px; font-size:14px; line-height:28px;  }
