@charset "utf-8";
/* CSS Document */

#close_window{
	height:27px;
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	top:-27px;
	width:157px;
	line-height:30px;
	z-index:700;
}
body {
	margin: 0px;
	padding: 0px;
}
#overlay {
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:90;
	background-color:#036;
	opacity:0.8;
}
#ajax_content {
	left:0;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:100;
	/*delete after template is finish*/
}
#ajax_info_container{
	background-color:#fff;
	margin:0 auto;
	position:relative;
	padding:5px;
	text-align:left;
	width:32px;
	height:32px;
	/* default when loading : 32x32, default when results : 400x400, default when no results/error : 400x120 */
}
#ajax_info_container .search_results {
	height:335px;
	overflow:auto;
	width:100%;
}
#ajax_info_container h3 {
	border: 1px solid #036;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
	color: #036;
}
#exec_new_search {
	font-size: 12px;
	margin-top: 7px;
	line-height: 20px;
	padding-top: 7px;
	border-top: 1px solid #999;
}
#exec_new_search .search_items {
	width: 70%;
	float: right;
}
#exec_new_search .minisearch_label {
	float: left;
	width: 25%;
}
.search_items #search_mini {
	border:1px solid #999;
	font-size:11px;
	height:13px;
	width:188px;
}
.search_items #search {
	height: 23px;
	font-size: 10px;
}
#ajax_info_container img{
	border:none;
}

#loading{
	text-align:center;
}
#title_result, #exec_new_search, #close_window, #overlay, #ajax_content, #ajax_info_container .search_results, #peel_results{
	display:none;
}

.search_results h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
}
.search_results ul {
	margin-top: 0px;
	list-style-type: none;
}

.search_results li {
	font-size: 11px;
	line-height: 16px;
	padding:5px 5px 5px 20px;
	background: url(../img/16x16_ok.png) no-repeat left center;
	margin: 0px;
}

