.pageFilter {
  padding: 0 8px;
  margin-bottom: 10px;
}
  .pageFilter .pFcont { 
    background: url('/public/img/public/filter/pf_cont.gif') top left repeat-y;
    padding: 1px 10px;
  }
  .pageFilter .pFtitle {
    background: url('/public/img/public/filter/pf_top.gif') top left no-repeat;
    height: 39px;
    line-height: 36px;
    font-size: .9em;
    font-weight: bold;
    color: #474747;
    padding: 0 15px;
    margin: 0;
  }
  .pageFilter .pf_bottom {
    background: url('/public/img/public/filter/pf_bottom.gif') top left no-repeat;
    height: 13px;
  }
  .pageFilter .filtr_cont {
    margin: 2px 0;
    background: url('/public/img/public/filter/fc_cont.gif') top left repeat-y;

    overflow: hidden;
  }
    .pageFilter .filtr_cont .fc_top {
      height: 7px;
      background: url('/public/img/public/filter/fc_top.gif') top left no-repeat;
    }
    .pageFilter .filtr_cont .fc_cont {
      padding: 0 12px;
      height: 16px;
    }
    .pageFilter .filtr_cont .fc_bottom {
      height: 6px;
      background: url('/public/img/public/filter/fc_bottom.gif') top left no-repeat;
    }
     
    .pageFilter .filtr_cont .label {
      line-height: 16px;
      float: right;
      font-size: .7em;
      font-weight: bold;
      margin-right: 12px;
    }
    
    .pageFilter .pages .lister {
      font-size: .8em;
    }    
      .pageFilter .pages .lister span.sep {
        display: none;
      }
      #note .pageFilter .pages .lister a:link, #note .pageFilter .pages .lister a:visited {
        text-decoration: none;
        width: 16px;
        height: 16px;
        line-height: 16px;
        display: block;
        float: left;
        text-align: center;
        margin-left: 1px;
        color: #454545;
      }
      #note .pageFilter .pages .lister a:hover, #note .pageFilter .pages .lister a:active, #note .pageFilter .pages .lister a:focus,
      .pageFilter .pages .lister span {
        width: 16px;
        height: 16px;
        line-height: 16px;
        display: block;
        float: left;
        background: #f62355;
        text-align: center;
        margin-left: 1px;
        color: #fff;
      }
      .pageFilter .pages .lister span.pointLister {
        width: 24px;
        background: url('/public/img/public/filter/pointlister.gif') top left no-repeat;
      }
    
  .pageFilter .vendors input {
    position: relative;
    top: 2px;
  }
  .pageFilter .vendors label {
    position: relative;
    top: -2px;
  }
  .pageFilter .vendors form#fvendors {
    font-size: .85em;
  }

  .pageFilter .sortitems {
  }
    .pageFilter .sortitems .sort {
      width: 150px;
      float: left;      
      font-size: .8em;
    }
      .pageFilter .sortitems .sort select {
        font-size: .9em;
        border: 1px solid #474747;
      }
      .pageFilter .sortitems .sort .beforearrow {
        float: left;
      }
      .pageFilter .sortitems .sort .arrow {
        float: left;
        width: 15px;
        height: 16px;
  
        margin-top: 2px;
        margin-left: 4px;
        line-height: 8px;
      }
        .pageFilter .sortitems .sort .arrow div.one {
          font-size: 0;
        }
          .pageFilter .sortitems .sort .arrow div.one img {
            margin-bottom: 2px;
          }
        .pageFilter .sortitems .sort .arrow div.two {
          font-size: 0;
        }
          .pageFilter .sortitems .sort .arrow div.two img {
            margin-top: 2px;
          }
    .pageFilter .sortitems .items {
      float: left;
      width: 180px;
      margin-left: 5px;
      font-size: .8em;
    }
      .pageFilter .sortitems .items select {
        font-size: .9em;
        border: 1px solid #474747;
      }

#note .pageFilterB {
  margin: 5px 8px;
}
  #note .pageFilterB .pages {
    background: url('/public/img/public/filter/pfb_bg.gif') top left no-repeat;
    height: 34px;
    line-height: 34px;
  }
  #note .pageFilterB .pages .label {
    line-height: 34px;
    float: right;
    font-size: .7em;
    font-weight: bold;
    margin-right: 12px;
  }
  
  #note .pageFilterB .pages .lister {
    padding: 9px 12px;
    font-size: .8em;
  }
    #note .pageFilterB .pages .lister span.sep {
      display: none;
    }
    #note .pageFilterB .pages .lister a:link, #note .pageFilterB .pages .lister a:visited {
      text-decoration: none;
      width: 16px;
      height: 16px;
      line-height: 16px;
      display: block;
      float: left;
      text-align: center;
      margin-left: 1px;
      color: #454545;
    }
    #note .pageFilterB .pages .lister a:hover, #note .pageFilterB .pages .lister a:active, #note .pageFilterB .pages .lister a:focus,
    .pageFilterB .pages .lister span {
      width: 16px;
      height: 16px;
      line-height: 16px;
      display: block;
      float: left;
      background: #f62355;
      text-align: center;
      margin-left: 1px;
      color: #fff;
    }
    #note .pageFilterB .pages .lister span.pointLister {
      width: 24px;
      background: none;
    }
