@charset "UTF-8";

/* 
Author: Vladimir Lech
E-mail: vlech@jewsforjesus.org
Organization: Jews for Jesus

Web site: judenfuerjesus.de
File: search.css 

Date: 11/10/07
Version: 1.0 
*/

.search_results
{
	margin: 0 20px 0 20px;
	border-bottom: 1pt solid #EDEDED;
}

.search_results .sr_href { text-decoration: none; }

.search_results .sr_href .sr_header
{
	font-variant: small-caps;
	background-image: url(/images/page_find.gif);
	background-position: 9px bottom;
	background-repeat: no-repeat;
}

.search_results .sr_href .sr_header:hover
{
	text-shadow: #b3b3b3 3px 3px 2px;
	color: #B6BB00;
	margin: 0pt 7pt 0pt 7pt;
	padding: 7px 7px 0 17px;
}

.search_results .sr_p { font-size: 10px; }
.search_results .sr_p:hover { background-color: #DCFFCF; }

.search_results .sr_p .sr_href_more
{
	font-size: 9px;
	text-decoration: none;
	color: inherited;
}

.search_results .sr_p .sr_href_more:hover
{
	text-decoration: underline;
	color: inherited;
}

