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

/*
  Typeahead - theme specific
******************/
/*.search_reveal {
  background: #007174;
	-moz-box-shadow: 0px 8px 15px #2C3A55;
	-webkit-box-shadow: 0px 8px 15px #2C3A55;
	box-shadow: 0px 8px 15px #2C3A55;	
}
.search_reveal .close {
	background-color: #272727;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #FFF;
	-moz-box-shadow: 0px 3px 3px #2C3A55;
	-webkit-box-shadow: 0px 3px 3px #2C3A55;
	box-shadow: 0px 3px 3px #2C3A55;	
}
.search_results {
  background: #fff;
}
.search_results h4 {
  color: #007174;
	font-weight: bold;
}
.search_results ul {
	border-bottom-color: #ced0d0;
}
.search_results .window {
	border-color: #58595b;
}
*/