/* Filter CSS Definitions
======================================================================================================================== */

div.filter
{
   padding: 7px;

   cursor: default;

   position: relative;

   background: #FFFFDD;

   border-radius: 5px;

   border: 1px solid #CCCCAA;

   padding: 0 8px !important;

   margin-bottom: 15px;
}

div.filter span.subject
{
   font-weight: bold;
}

div.filter a.close
{
   top: 7px;
   right: 7px;

   width: 12px;
   height: 12px;

   display: block;

   cursor: pointer;

   position: absolute;

   background: url(../images/icons/close.png) no-repeat;
}

div.filter a.close span
{
   display: none;
}