#body #middle #searchresult{
margin:10px auto 10px auto;
width:98%;
}




/* Usage :  Page heading on the search results page.
 */
#body #middle #searchresult h1.isearch
{
    display:none;
    font-size:14px;
    color:#6F6F6F;
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
#body #middle #searchresult table.isearch-head
{
    background-color:#6F6F6F;
    width: 100%;
    border: 0px;
}

/* Usage :  Advanced search form.
 */
#body #middle #searchresult table.isearch-advanced
{
    
}

#body #middle #searchresult td.isearch-head
{
    color:#ffffff;
    font-size:12px;
}


/* Usage :  To display the page title in the results list.
 */
#body #middle #searchresult a.isearch-title:link
{
	font-size:12px;
    color:#0E75EF;
    background-color:transparent
}

#body #middle #searchresult a.isearch-title:visited
{
	font-size:12px;
    color:#336644;
    background-color:transparent
}


/* Usage :  To display the page description in the results list.
 */
#body #middle #searchresult .isearch-description
{
	padding-top:4px;
	line-height:1.5em;
    font-size:12px;
    color:#000000;
}


/* Usage :  To display the page score in the results list.
 */
#body #middle #searchresult .isearch-score
{
    font-size:12px;
    color:#000080;
}


/* Usage :  To display the page url in the results list.
 */
#body #middle #searchresult a.isearch-url:link
{
    font-size:11px;
	text-decoration:underline;
    color:#008000;
    background-color:transparent
}

#body #middle #searchresult a.isearch-url:visited
{
    font-size:11px;
	text-decoration:underline;
    color:#008000;
    background-color:transparent
}


/* Usage :  To display the file size in the results list.
 */
#body #middle #searchresult .isearch-size
{
    font-size:11px;
    color:#008000;
    font-size:80%;
}


/* Usage :  To display the "Cached" string in the results list.
 */
#body #middle #searchresult a.isearch-viewcache:link
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}

#body #middle #searchresult a.isearch-viewcache:visited
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
#body #middle #searchresult table.isearch-prevnext
{
    background-color:#6F6F6F;
    width: 100%;
    border: 0px;
}

#body #middle #searchresult td.isearch-prevnext
{
    color:#ffffff;
    font-size:12px;
}

#body #middle #searchresult a.isearch-prevnext:link
{
    color:#ffffff;
    background-color:transparent
}

#body #middle #searchresult a.isearch-prevnext:visited
{
    color:#ffffff;
    background-color:transparent
}


/* Usage :  To display the "No matches found." string.
 */
#body #middle #searchresult h2.isearch-nomatch
{
    font-size:12px;
    color:#444444;
}


/* Usage :  To display highlighted words in the page descriptions
 */
#body #middle #searchresult .isearch-highlight
{
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
#body #middle #searchresult .isearch-search
{
	color:#ffffff;
    font-style:italic;
}


/* Usage :  To display the:
 *               "This is the contents of the iSearch cache for the URL %u"
 *          message when displaying a cached page.
 */
#body #middle #searchresult h2.isearch-cachedpage
{
    font-size:16px;
}


/* Usage :  To display the search statistics table
 */
#body #middle #searchresult table.isearch-stats
{
}

#body #middle #searchresult table.isearch-stats th, table.isearch-stats td
{
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

#body #middle #searchresult table.isearch-stats th
{
    color: #ffffff;
    background-color: #6F6F6F;
}

#body #middle #searchresult table.isearch-stats td
{
    background-color: #ffffcc;
    color: #003399;
}

#body #middle #searchresult table.isearch-stats caption
{
    color: #003399;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
}


/* Usage:  Displaying "Did you mean to search for:" test and links when
 * displaying alternative searches.
 */
#body #middle #searchresult .isearch-suggest-title
{
    color: #004422;
}

#body #middle #searchresult a.isearch-suggest:link
{
    padding-left: 50px;
    color: #008844;
}

#body #middle #searchresult a.isearch-suggest:visited
{
    padding-left: 50px;
    color: #008844;
}


/* Usage: Displaying a single extra link in search results (professional version only)
 */
#body #middle #searchresult .isearch-link
{
    /* Set background colour for extra links */
    background-color: #ffffff;
}

/* Usage: Displaying all extra links in search results (professional version only)
 */
#body #middle #searchresult .isearch-link-all
{
    /* Add an extra space seperating links from normal results. */
    padding-bottom: 15px;
}

/* STYLES ADDED */

#body #middle #searchresult .isearch-li-none
{
    list-style-type: none;
}


