/* CSS:Listing */

.listing_row {
  border-bottom:1px solid #dadbdb;
  padding-bottom:3px;
  margin-bottom:6px;
}

.listing_header {
  font-family:'Trebuchet MS', Helvetica, sans-serif;
  font-size:20px;
  line-height:26px;
  font-weight:bold;
}

.listing_style {
  font-family:'Trebuchet MS', Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
}

/* Listing Entry */
.listing_title {
  font-family:'Trebuchet MS', Helvetica, sans-serif;
  font-size:15px;
  font-weight:bold;
}

.listing_smltxt {
  font-family:'Trebuchet MS', Helvetica, sans-serif;
  font-size:11px;
  line-height:15px;
}

.listing_txt {
  font-family:'Trebuchet MS', Helvetica, sans-serif;
  font-size:13px;
  line-height:16px;
  color:#666;
}

/* Listing Options */
.listing_option {
  margin-top:7px;
  font-size:11px;
  line-height:20px;
  height:20px;
}

.listing_optpic {
  margin-right:2px;
}

.listing_optlink {
  width:85px;
}



/* Listing Filters */
.filter_header {
  font-family:'Trebuchet MS', Helvetica, sans-serif;
  color:#000000;
  font-weight:bold;
  font-size:12px;
  line-height:18px;
  margin-bottom:3px;
}

.filter_option, .filter_option_selected, .filter_option_none {
  font-family:'Trebuchet MS';
  padding:1px 0px 1px 10px;
  font-size:11px;
  color:#000;
}

.filter_option:hover {
  background-color: #ffefc7;
}

.filter_option a {
  color: #000;
  text-decoration: none;
}

.filter_option_selected {
  font-weight:bold;
  background-color: #ff7927;
  color: #ffffff; 
}

.filter_option_none {
  color:#bbbbbb;
}

.filter_option .filter_count {
  color:#888;
}
