@charset "utf-8";
/* CSS Document */

#noResultSearch{
	width:600px;
	height:70px;
	text-align:center;
	padding-top:70px;
}
#noResultSearch span{
	font-family: Georgia, "Arial", Times, serif;
	color: #006EA6;
	width:600px;
	font-size: 18px;
}
#noResultSearch p{
	font-family: Georgia, "Arial", Times, serif;
	color: #006EA6;
	width:600px;
	font-size: 18px;
}
.errorDiv{
	width:450px;
}

.errorLog{
	width:300px;
	height:150px;
}

.errorLog div{
	text-align:left;
}

.errorLog p{
	margin:15px;
	font-size:10px;
	color:#0094E0;
}
.errorLog h3{
	text-align:center;
	width:300px;
	border-bottom:1px solid #666;

}
.errorLog span a{
	width:300px;
	color:#0094E0;

}

div.suggestions {
	-moz-box-sizing: border-box;
	/*box-sizing: border-box;*/
	border: 1px solid black;
	position: absolute;
}
div.suggestions div {
	cursor: default;
	padding: 0px 3px;
	background-color: #eef;
}
div.suggestions div.current {
	background-color: #0094E0;
	color: white;
}
