/* Szukaj Search */

.search
, .search_author
, .search_title
, .search_description
{ 
	font-size: 9pt;
	margin: 3px;
}

FORM.search {
	margin: 24px;
	padding: 12px;
	text-align: center;
	margin-bottom: 32px;
	border-bottom: 1px solid gray;	
	border-top: 1px solid gray;	
}

TABLE.search { width: 540px; }

TABLE.search TD.head { width: 160px; text-align: right; padding-right: 4px; }
TABLE.search TD.input { width: 320px; text-align: left; padding-left: 2px; }

INPUT.search_author { width: 240px; }
INPUT.search_title { width: 240px; }

TD.search_submit { text-align: center; margin: 7px; padding: 3px;}

INPUT.search_submit {  }

div.pw_publikacja_search {
	border: 1px solid #E5E5E5;
	margin-top: 5px;
	margin-bottom: 7px;
	clear: both;	
	/*
	padding-bottom: 7px;
	border-bottom: 1px solid grey;
	margin-bottom: 4px;
	*/
}

a.pw_publikacja_search { text-decoration: none; float: left;}
a.pw_publikacja_search:HOVER { color: red; text-decoration: underline; }


  .nowosc_search
, .zapowiedz_search
{			
	font-size: 10pt;
	font-weight: bold;
	text-transform: lowercase;
	float: right;
	display: inline;
}

.zapowiedz_search { color: red; }
.nowosc_search { color: green; }

.title_search { float: left; clear: left; display: block; font-weight: bold; cursor: pointer;}
.author_search { float: left; clear: left; display: block; cursor: pointer; }

div.clear_search {
	clear: both;
	float: center;
	border-bottom: 1px solid #7d97a6;
}