/*


	DEPRECATED


*/

/*b-filter_small*/
.b-filter_small {
    width:318px;
    border:1px #edc2e8 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    text-align:left;
    color:#333;
    font-size:12px;
    float:right
}
.b-filter_small_content {
    width:272px; 
    border-bottom:1px #edc2e8 solid;
    /*display:none;*/
    padding:10px 23px;
    background: #fff;
}
.b-filter_small_section {
  border-bottom:1px #edc2e8 solid; 
}
.b-filter_small_section a {
    height:17px;
    padding:5px 7px;
    width:302px; 
    color:#733b6f; 
    font-size:12px; 
    font-weight:bold;
    display:block;
    overflow:hidden;
  border:1px #fee5fd solid;
  background: #fed8fc;
  background: -moz-linear-gradient(top, #fed8fc, #f8cef6);
  background: -webkit-gradient(linear, left top, left bottom, from(#fed8fc), to(#f8cef6));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#fed8fc, endColorstr=#f8cef6, GradientType=0);
}
.b-filter_small_section a:hover {
  color:#733b6f; 
  background: #ffeafe;
  background: -moz-linear-gradient(top, #ffeafe, #feddfc);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeafe), to(#feddfc));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#ffeafe, endColorstr=#feddfc, GradientType=0);
}
.gn-last .b-filter_small_section {
  border:0px;
}
.gn-last .b-filter_small_section a {
  border-radius:0px 0px 4px 4px;
  -moz-border-radius:0px 0px 4px 4px;
  -webkit-border-radius:0px 0px 4px 4px;
  -khtml-border-radius:0px 0px 4px 4px;
}
.gn-last  .b-filter_small_content { 
  border-radius:0px 0px 4px 4px;
  -moz-border-radius:0px 0px 4px 4px;
  -webkit-border-radius:0px 0px 4px 4px;
  -khtml-border-radius:0px 0px 4px 4px;
  border-bottom:0px;
}
.gn-last.b-filter_small_box_open .b-filter_small_section {
  border-bottom:1px solid #EDC2E8;
}
.gn-last.b-filter_small_box_open .b-filter_small_section a {
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  -khtml-border-radius:0px;
}
.gn-first .b-filter_small_section a {
  border-radius:4px 4px 0px 0px;
  -moz-border-radius:4px 4px 0px 0px;
  -webkit-border-radius:4px 4px 0px 0px;
  -khtml-border-radius:4px 4px 0px 0px;
}
.b-filter_small_box_open .b-filter_small_section a {
  border:1px #fee5fd solid;
  color:#333;
  background: #ffeafe;
  background: -moz-linear-gradient(top, #ffeafe, #feddfc);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeafe), to(#feddfc));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#ffeafe, endColorstr=#feddfc, GradientType=0);
}
.b-filter_small_section a span {
  display:block;
  width:5px;
  height:9px;
  float:left;
  margin:5px 11px 0 0;
}
.b-filter_small_section span.b-filter_small_box_str {
  background: url('../../img/project.png') no-repeat -530px -186px;
  _background: url('../../img/project.gif') no-repeat -530px -186px;
}



.b-filter_small_box_open a span.b-filter_small_box_str,
.b-filter_small_box_open a:hover span.b-filter_small_box_str {
  background: url('../../img/project.png') no-repeat -535px -186px;
  _background: url('../../img/project.gif') no-repeat -535px -186px;
  height:5px;
  width:9px;
  margin:7px 7px 0 0;
}
.b-filter_small_content ul {
  margin:0px;
  width:130px;
}
.b-filter_small_content ul li {
  background: none;
  list-style:none;
  padding:0px 0 5px 0;
} 


.b-filter_small_box_curr .b-filter_small_section a,
.b-filter_small_box_curr .b-filter_small_section a:hover {
  color:#333 !important;
}
