@namespace url(http://www.w3.org/1999/xhtml);
/* =============================================
    By TDJ
    Version: 29 Dec 2010
    Tilpasset ny version af dba.dk
================================================ */

@-moz-document domain("dba.dk"), domain("dbabiler.dk")
 {
  /* BANNERS BE GONE on FRONT PAGE */
 .bannersInner,
 .bannerTop,
 .bannerTopCenter,
 embed[class*="FlashAd"],
 div.sizeUpsellingColumnLeft,
 div.upsellingBoxOuter,
 div.clickableBoxRight,
 div.clickableBoxLeft
  {
   display:none !important;
  }

  .infobar {
    margin: 0px !important;
  }
    /* BANNERS BE GONE on search pages */
  .bottomBanner,
  .bannerContainer,
  .topBannerWrapper,
  .bannerContainer,
  .earBanners,
  tr.googleAdsenseListing,
  googleAdsenseListing,
  .textLinkAdListing,
  .srpSeparator, .srpGalleryGoogleAdsense,
   .jcarousel-skin-gallery-ads,
   .openAdExchangeListing,
   .openAdExchangeAdPlaceholder
  {
   display:none !important;
   height: 0px !important;
  }


/* Take care of footer 
   .. it covers the page browser without this...
   */
  .footer {
      /* position:relative !important;  <<< uncomment to display */
      display:none !important;
 }

/* annonceagent */
#searchAgentForm {
   display:none !important;
}

    /* others on search pages */
   #contentWrapper {
    padding-top: 120px !important;
    padding-bottom: 0px !important;
  }


   /* ALWAYS SHOW COLLAPSED CONTENT */
   div.collapsibleContent ul.more,
   .collapsibleContent,
   .taxonomyCategory
 {
     display:block !important;
     max-height: 100% !important;
     border-style: hidden !important;
    overflow:auto !important;
    position:relative !important;
   }



   .optionsModule ul {
     margin: 0px !important;
   }
  /* price better  in list view*/
  td.price {
    font-size: 130% !important;
    color: maroon;
    font-weight: bold !important;
  }


  /* Postnr placed better in image view */
  div.listingRoundedFrame  ul.details {
    position: relative;
    top: -2px;
  }



  /* ============================== ANNONCE Ã†NDRINGER ================ */
  .dealerLinksBox
  {
      display: none!important;
  }
}