/*仿京东商品筛选功能*/
.clear_both{
  clear: both;
}

.nav_title{
    height: 26px;
    padding: 7px 0 0 13px;
	background-color:#f7f7f7;
	border:1px solid #ddd;
	border-bottom:none;
}

.nav_title .U_choose,.total_goods{
  float: left;
}
.nav_title .U_choose{
  font-size: 14px;
  font-weight: none;
  color: #e4393c;
  font-family:microsoft yahei;
}

.attr_father{
	border:1px solid #ddd;
	border-bottom:none;
	border-top:none;
}

.attr_father li{
  padding: 10px 10px 0 10px;
  border-bottom: 1px dotted #ddd;
  overflow:hidden;
}
.attr_father li dl{
	float:left;
	width:100%;
}
.total_goods{
  font:400 15px/16px 微软雅黑;
  color:#666;
  font-family: microsoft yahei;
}

.attr_father li dl dt,.attr_father li dl .dt{
  float: left;
  margin-right:8px;
  font-family: microsoft yahei;
  width: 60px;
  font-weight: bold;
  text-align:right;
}

.attr_father li dl dd{
  float: left;
  margin-right: 15px;
  width: auto;
  height: 25px;
}

.attr_father li dl dd a{
  color: #005aa0;
  text-decoration: none;
  font-family: verdana,SimSun;
  font-weight: normal;
}

.attr_father li dl dd strong{
  font-weight: normal;
}

.attr_son{
  float: left;
  /*width: 550px;*/
}
.more_item{
  width: 59px;
  float:left;
  text-align: center;
  color: #666;
}
.choose_more{
  float: right;
  margin: 0 0 5px 3px;
  width: 48px;
  text-align: center;
  border: 1px solid #ddd;
  color: #666;
  cursor: pointer;
  height: 18px;
  text-indent: 12px;
  background: #ffffff url(/images/jia.png) 2px center no-repeat;
  line-height: 18px;
}

.choose_more:hover{
	color: #ff0000;
	border: 1px solid #ff0000;
	background: #ffffff url(images/rjia.png) 2px center no-repeat;
}

 
.attr_father a:hover{
  color:#E4393C;
}

.more_item{
  cursor: pointer;
}

.price_auto{
  float: left;
}

.price_width{
  width: auto;
}

.price_auto input{
  width: 35px;
  padding: 0px 5px;
  border: 1px solid #ddd;
  height: 18px;
  line-height: 18px;
  font-family: verdana,SimSun;
  color: #005aa0;
}

.price_auto .span_price_class{
  color: #ccc;
}

.price_ok{
  border: 1px solid #ddd;
  height:20px;
  line-height:18px;
  cursor: pointer;
  color:#666;
  background: #F8F8F8;
  margin-left: 5px;
}

.price_ok:hover{
  background: #e4e4e4;
}
.price_class{
  float: left;
}

.span_price_class{
  margin: 0 5px;
}

.u_cloose{
  padding: 10px 0px 5px;
  font-family: microsoft yahei;
  border-bottom: 1px dotted #ddd;
  border:1px solid #ddd;  
  overflow:hidden;
}

.u_cloose .dl{
	overflow:hidden;
}
.u_cloose .dt{
  float: left;
  width: 60px;
  font-weight: bold;
  text-align:right;
  padding-left:10px;
}
.u_cloose .dd{
  padding-left: 4px;
  float: left;
}

.u_cloose .dd .get_item{
  border: 1px #ddd solid;
  padding: 0 0 0 5px;
  height: 20px;
  line-height: 20px;
  display: block;
  color: #666;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.u_cloose .dd .get_item:hover{
  cursor: pointer;
  border: 1px solid #E4393C;
}

.get_item span{
	float: left;
	height: 20px;
    display: inline-block;
}
.get_item span.close_this{ width:25px;}
.get_item{
  float: left;
  margin-right: 10px;
  margin-bottom: 7px;
}

.u_cloose .dd{
  float: left;
  width: 580px;
}

.brand_name{
  color:#E4393C;
  height: 20px;
  max-width: 150px;
  overflow: hidden;
  display: inline-block;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.close_this{
  font-weight: bold;
}

.close_this:hover{
  color: #E4393C;
}

.close_this a{
	text-decoration: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	float: right;
	margin-left: 5px;
	color: #E4393C;
	text-align: center;
	font-size: 16px;
}

.close_this a:hover{
	background: #E4393C;
	color:#ffffff;
}

.u_cloose .give_up_all{
  width: 78px;
  float: right;
  margin-right:5px;
}

.give_up_all a{
  text-decoration: none;
  color: #999;
  float: right;
  font-family: SimSun;
}

.give_up_all a:hover{
  color: #E7393C;
}

.brand_name_l{
    font-family: microsoft yahei; 
    margin-right: 8px;
    margin-bottom: 10px;
    width: 60px;
    float: left;
    font-weight: bold;
	text-align:right;
}

.brand_div{
  float: left;
  /*max-width: 515px;*/
  border-top:1px solid #ddd; 
  border-left:1px solid #ddd; 
}

.brand_more{
  width: 48px;
  height: 18px;
  line-height:18px;
  float: right;
  text-align: center;
  color: #666;
  cursor: pointer;
  border: 1px solid #ddd;
}

.brand_div .brand_img_word img{
  width: 102px;
  height: 36px;
  overflow: hidden;
}

.brand_div .brand_img_word{
  width: 102px;
  float: left;
  height: 36px;
  border-right: 1px solid #ddd;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding:10px;
}

.brand_img{
  padding-bottom: 10px;
}


.brand_img_word a{
  display: block;
  width: 102px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #005aa0;
  text-decoration: none;
  overflow: hidden;
}

.brand_img_word strong{
  display: none;
  font-weight:normal;
}
/*
.brand_img_word a:hover{
  position: absolute;
  top:-1px;
  left: -1px;
  width: 100px;
  line-height: 34px;
  height: 34px;
  border: 2px solid red;
}
*/
.brand_select_more{
  width: 94%;
  height:auto;
  float: left;
}



.all_a_z{
  padding-bottom: 10px;
  display: none;
}

.all_a_z .all_brand{
  float: left;
  margin-right:0;
  padding: 0 5px;
  color: #666;
}

.a_z{
  float: left;
}

.a_z li{
  float: left;
  padding: 0px;
  margin: 0px;
  border: 0 none;
  width: 15px;
  text-align: center;
  cursor: pointer;
  padding: 0 2px;
  font-family: verdana,SimSun;
}

.all_brand:hover{
  cursor: pointer;
  background:#1199ED;
  color: #fff;
}

/*.a_z li:hover{
  background:#1199ED;
  color: #fff;
}*/

.input_search{
  padding-bottom: 10px;
}
.input_search input{
  padding: 2px 5px;
  border:1px solid #ddd;
  color: #666;
}

.wrap_brand{
   /*max-width: 706px;*/
   overflow-x:hidden;
   overflow-y:auto;
   float:left;
}

.zimu_list{
  border: 1px solid #ddd;
  background: #ffffff;
  height: 100px; 
  overflow-x:hidden;
  overflow-y:auto;
  display: none;
  float:left;
}

.get_more{
  margin: 10px;
  height: 150px;
  width: 523px;
  float:left;
}

.get_more li{
  padding: 0px;
  border: 0 none;
  margin: 0px;
  float: left;
   color: #005aa0;
  height: 20px;
  cursor: pointer;
  line-height: 20px;
  width: 101px;
  margin-bottom: 5px;
}

.get_more span{
  float: left;
  margin-right:5px; 
}
.choose_ico{
  width: 14px;
  height: 14px;
  margin-top: 3px;
  display: block;
  background: url(./images/20130606B.png) -70px 0px no-repeat;
}
.get_me span{
    background: url("./images/20130606B.png") no-repeat scroll -70px 0;
    display: block;
    float: left;
    height: 14px;
    margin-right: 5px;
    margin-top: 3px;
    width: 14px;
}

.ietm_list .on_this span{
	background: url("./images/20130606B.png") no-repeat scroll -70px -14px;
    display: block;
    float: left;
    height: 14px;
    margin-right: 5px;
    margin-top: 3px;
    width: 14px;
}

.goods_brand_name{
  float: left;
}

.get_more .is_yes{
  color: #E4393C;
}

.is_yes .choose_ico{
  width: 14px;
  height: 14px;
  margin-top: 3px;
  display: block;
  background: url(./images/20130606B.png) -70px -14px no-repeat;
}

.ds_none{
  display: none;
}


.enter_yes_no{
  height: 26px;
  text-align: center;
  display: none;
}

.ct_auto{
  height: 26px;
  width: 110px;
}

.ct_auto .botton{
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 0 none;
  font-family: SimSun;
  color: #666;
  cursor: pointer;
  height: 25px;
  width: 50px;
  display: block;
  line-height: 25px;
}

.yes_bt{
  width: 50px;
  float: left;
}

.no_bt{
  width: 50px;
  float: right;
}

.price_width dd a{
  font-family: verdana,SimSun;
}

.choose_more2{
    border: 1px solid #ddd;
    color: #666;
    cursor: pointer;
    float: right;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-left: 3px;
    width: 48px;
    text-indent: 12px;
    background: #ffffff url(/images/jia.png) 2px center no-repeat;
}

.choose_more2:hover{
	color: #ff0000;
	border: 1px solid #ff0000;
	text-indent: 12px;
    background: #ffffff url(images/rjia.png) 2px center no-repeat;
}

 

.attr_color dd{
  float: left;
  text-align: center;
  position: relative;
  line-height: 20px;
  border: #ddd 1px solid;
  height: 20px !important;
  width: 20px !important;
}

.attr_color dd:hover{
  cursor: pointer;
  border:1px solid #E4393C;
}

.attr_color dd span{
  width: 16px;
  height: 16px;
  margin: 2px;
  display: block;
}
/*----------------*/

.tw_buttom{
  display: none;
  height: 25px;
  margin-bottom: 10px;
  padding-top: 5px;
}

.tw_buttom span{
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ddd;
    cursor: pointer;
    display: block;
    float: left;
    height: 23px;
    line-height: 23px;
    margin-right: 10px;
    text-align: center;
    width: 50px;

}

.color_list_color{
  padding-bottom: 10px;
}

.get_color{
    background: url("./images/20121207A.gif") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    border: 2px solid #E4393C;
    height: 19px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 19px;
    z-index: 2;
}

.Color_CS{
    border: 1px solid #ddd;
    color: #005aa0;
    cursor: pointer;
    float: right;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 48px;
    text-indent: 12px;
    background: #ffffff url(/images/jia.png) 2px center no-repeat;
}

.Color_CS:hover{
	color: #ff0000;
	border: 1px solid #ff0000;
	background: #ffffff url(images/rjia.png) 2px center no-repeat;
}



.u_get{
     float: left;
    height: 25px;
    margin-right: 15px;
    width: auto;
    font-family: verdana,SimSun;
}

.zimu{
	width:545px;
	overflow:hidden;
	float:left;
	display:none;
}
.zimu_list a{
  text-decoration: none;
  color: #666;
}
.click_more {
  border-top:1px solid #ddd;
  position: relative;
  text-align: center;
  margin-bottom:10px;
}
.click_more span{
    cursor: pointer;
    padding: 0 30px 0 15px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    position: relative;
    margin: 0 auto;
    top: -1px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
	background-color:#fff;
}
.hover_border{
    border-color:#E4393C;
    color: #E4393C;
}
.hover_border span{
	border-color:#E4393C;
}

.click_more b{
	position: absolute;
	right: 8px;
	top: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/themes/ibi_jd/images/search.ele.png) no-repeat 4px 7px;
}
.hover_border b{
	background-position: 4px -10px;
}
.click_more b.up{
	background-position: 4px -27px;
}
.hover_border b.up{
	background-position: 4px -44px;
}

.click_more strong{
  font-weight: normal;
  float: left;
  max-width: 250px;
  height: 29px;
  line-height: 29px;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.more_3{
    color: #999;
    cursor: pointer;
    float: right;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 48px;
    display: none;
    border: 1px solid #ddd;
}
.ohide{
	overflow: hidden;
	height: 25px;
}
.brand_img_word a b{
	font-weight: normal;
}


#store-selector {
	position: relative;
	z-index: 5;
	height: 26px;
	margin-right: 10px;
}
#store-selector .text {
	float: left;
	position: relative;
	top: 0;
	overflow: hidden;
	height: 23px;
	padding: 0 24px 0 4px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 23px;
}
#store-selector .text b {
	display: block;
	position: absolute;
	right: 5px;
	top: 4px;
	overflow: hidden;
	width: 18px;
	height: 16px;
	background: url(/themes/ibi_jd/images/search.ele.png) no-repeat 3px 5px;
}
#store-selector .content {
	display: none;
	position: absolute;
	top: 24px;
	left: -45px;
	border: 1px solid #999;
	width: 390px;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,.12);
}
#store-selector .close {
	display: none;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 32px;
	left: 346px;
	width: 17px;
	height: 17px;
	background: url(/themes/ibi_jd/images/search.ele.png) no-repeat 3px -124px;
}
#store-selector.hover .text {
	z-index: 1;
	height: 24px;
	border-bottom: 0;
	background: #fff;
	border-color: #999;
}
#store-selector.hover .close, #store-selector.hover .content {
	display: block;
}

/*商品筛选插件翻新*/
.goods_list .attr_father .dl{ width:100%;}
.goods_list .attr_father .dt{ float: left;margin-right: 8px;font-family: microsoft yahei;width: 60px;font-weight: bold;text-align: right;}
.goods_list .attr_father .dd{ float: left;margin-right: 15px;width: auto;height: 25px;white-space: nowrap;}
.goods_list .attr_father .dd a{ color: #005aa0;text-decoration: none;font-family: verdana,SimSun;font-weight: normal; display:block;white-space: nowrap; float:left;}
.goods_list .attr_father .dl .attr_son{ float:left; width:580px;}
.goods_list .attr_father .dl .ietm_list{ float:left; width:100%;white-space: nowrap;}
.goods_list .attr_father .dl .tw_buttom{ float:left;}
.goods_list .attr_father .dl .attr_son strong{ font-weight:normal; float:left;}

.JD-stock {
	position: relative;
	margin-bottom: 10px;
}
.JD-stock .tab {
	width: 100%;
	height: 25px;
	float: left;
	border-bottom: 2px solid #e4393c;
	overflow: visible;
}
.JD-stock .tab li {
	float: left;
	clear: none;
	height: 23px;
	padding: 1px 1px 0;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin-right: 3px;
	background-color: #fff;
	line-height: 22px;
	text-decoration: none;
	text-align:center;
}
.JD-stock .tab .curr {
	height: 25px;
	padding: 0;
	border: 2px solid #e4393c;
	border-bottom: 0;
}
.JD-stock .tab a {
	position: relative;
	float: left;
	height: 23px;
	padding: 0 30px 1px 10px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #005AA0;
	outline: 0;
}
.JD-stock .tab a i {
	position: absolute;
	right: 5px;
	top: 4px;
	display: block;
	width: 18px;
	height: 16px;
	overflow: hidden;
	background: url(/themes/ibi_jd/images/search.ele.png) no-repeat 3px 5px;
	opacity: .5;
	filter: alpha(opacity=50);
}
.JD-stock .mc {
	min-height: 239px;
	_height: 289px;
}
.JD-stock .area-list {
	padding-top: 5px;
}
.JD-stock .area-list li {
	float: left;
	width: 80px;
	padding: 2px 0 2px 15px;
	clear: none;
}
.JD-stock .area-list li a{ color: #005aa0;}
.JD-stock .area-list li a:hover{ background: #005aa0;color: #fff;}






























