/**** Filter ****/

#options {
}

#options a {
  /*padding:2px 5px;*/
  text-decoration:none;
  border-bottom:1px dotted #39D;
}

#options a span {
    border-bottom:1px solid #fff;
	color:#fff;
}

#options a:hover span {
    border-bottom:1px solid #fff;
	color:#555;
	/*background-color: #5BF;*/
}


#options p a.selected {
  color:#000;
  border-bottom: none;
  font-weight:bold;
}

#options p a.selected span {
  border-bottom:none;
  color:#000;
}

#options p a:hover {
  border-bottom:1px solid #fff;
}

#options p a:active {
  color: #39D;
}