/* 
  -----------------------------------------------------------------------
  Copyright (c) 2006 Codejock Software, All Rights Reserved.
  ------------------------------------------------------------------------
*/
  ol {
    font-weight           : bold;
    }
  ol li {
    margin-bottom         : 20px;
    }
  ol li div {
    font-weight           : normal;
    }
  a.search:active,
  a.search:hover {
    text-decoration       : underline;
    color                 : #3a73a8;
    }
  div.result {
    position              : relative;
    width                 : 100%;
    height                : 18px;
    margin-bottom         : 5px;
    margin-top            : 5px;
    }
  div.result div.total {
    float                 : left;
    margin-right          : 15px;
    }
  div.result div.showing {
    float                 : left;
    }
  div.result div.links {
    float                 : right;
    }
  span.url {
    color                 : #339933;     
    }
