.b-filter_str {
  width:632px;
  overflow:hidden;
  float:left;
  padding:9px 9px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.b-filter {
  width:632px;
  overflow:hidden;
  float:left;
  padding:9px 9px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 -9px;
}
.b-filter h5 {
  float:left
}
.b-filter h5 a span {
  display:block;
  width:9px;
  height:5px;
  float:right;
  margin:9px 0 0 8px;
  background: url('../../img/project.png') no-repeat -535px -191px;
  _background: url('../../img/project.gif') no-repeat -535px -191px;
}
.b-filter h5 a:hover span {
  background-position: -535px -186px;
}
.b-filter_open  h5 a span {
  background-position: -535px -201px;
}
.b-filter_open  h5 a:hover span {
  background-position: -535px -196px;
}
.b-filter_btn {
  display:block;
  font-weight:bold;
  color:#fff;
  font-size:12px;
  border:1px #919191 solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #989898;
  background: -moz-linear-gradient(top, #d0d0d0, #989898);
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#989898));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#d0d0d0, endColorstr=#989898, GradientType=0);
  float:left;
  padding:3px 15px 4px;
}
.b-filter_btn:hover {
  color:#fff;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed, #989898);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#989898));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#ededed, endColorstr=#989898, GradientType=0);
}
.b-filter_inp_box {
  float:left;
  width:145px;
  margin:0 10px 4px 0;
}
.b-filter_inp_box input {
  vertical-align:-2px;
  margin-right:5px;
  margin-left:0px;
}
.b-filter_section_box {
  color:#807080;
  font-weight:bold;
  margin-bottom:4px;
}
