/**
* CSS file
* search definition
*
*@package DS.DOL
*@subpackage css
*@version $Id: v 1.00 2006/10/01 00:00:00 salem $
*@since Class available since the release 1.00
*@access public
*@author DOL developpement <dev@dol.fr>
*@see headers.php
*@deprecated
*/

/*
* search
*/
.global_search #intro {
	margin-bottom: 2em;
	font-weight: bold;
}
.global_search label {
	margin-right: 1em;
	margin-bottom: 0.5em;
	display: block;
}
.global_search #text {
	margin-bottom: 1.5em;
}
.global_search #structure {
	margin-bottom: 1.5em;
}
.global_search #structures ul {
	display: table;
	width: 10%;
	margin: 0 auto 1.4em auto;
	margin-bottom: 2em;
}
.global_search #structures li {
	white-space: nowrap;
	text-align: left;
}
.global_search #structures li.select a {
	font-size: 1.3em;
	font-weight: bold;
}
.global_search #structures li.all {
	margin-bottom: 0.5em;
}
.global_search #structures li input {
	margin-right: 0.4em;
}
.global_search .send {
	margin-bottom: 1em;
}

/*
* search_show_count
*/
.search_show_count {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

/*
* search_show_summary
*/
.search_show_summary {
	margin-bottom: 1em;
}
.search_show_summary td.count {
	text-align: right;
}

/*
* search_show
*/
#search_show {
	padding-bottom: 1em;
	text-align: left;
}
#search_show .structure {
	margin-bottom: 1.5em;
}
#search_show .structure .up {
	display: inline;
}
#search_show .structure .name {
	display: inline;
	margin-right: 0.5em;
	font-weight: bold;
	font-size: 1.1em;
}
#search_show .structure .count {
	display: inline;
}
#search_show .structure table {
	border-collapse: collapse;
	margin-left: 0;
	border: solid 1px #d92;
}
#search_show .structure th {
	padding: 0.3em;
}
#search_show .structure td {
	padding: 0.2em 1em 0.2em 0.3em;
/*
	border-left: solid 1px #fea;
	border-right: solid 1px #fea;
*/
	border-top: solid 0 transparent;
	border-bottom: solid 0 transparent;
}
#search_show .structure td.link {
	padding: 0.2em 0 0.2em 0.3em;
}
