/*- FILTER OPTIONS -*/
ul#filterOptions {
  width: 641px;
  margin: 0px 0;
  min-height:22px;
  height:auto;
  overflow: hidden;
  z-index:1000;
}
ul#filterOptions li {
  height: 20px;
  margin-right: 2px;
  display: inline-block;
  float: left;
}
ul#filterOptions li a {
  height: 20px;
  padding: 0;
  padding-left:10px;
  padding-right:10px;
  border: 1px solid #999;
  color: #000;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  display: block;
  background-color:#fff; background-image:url('../../img/pages/fd-all-small.png');
}
ul#filterOptions li.active a { border-bottom-color:#fff; }
/*
ul#filterOptions li a#bleu:hover { background-color:#ffffff; background-image:url('../../img/pages/fd-bmx.png'); color:#000; }
ul#filterOptions li.active a#bleu { background-color:#ffffff; background-image:url('../../img/pages/fd-bmx-small.png'); color:#000; }
*/
/*- -*/
/*- OUR DATA HOLDER -*/
ul.ourHolder {
  width: 641px;
  min-height: 400px;
  height: auto;
  overflow: hidden;
  border:solid 1px #999;
  margin-top:-1px;
  background:#fff;
  z-index:100;
}
ul.ourHolder li.item {
  width: 210px;
  height: 180px;
  float: left;
  text-align: center;
  overflow: hidden;
}
ul.ourHolder li.item h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
/*- -*/
