/*--------{ 5Q Communications -- search system CSS }--------*/
/*--------{ created by Heath Gerlock @ 5Q Communications, Inc. 7.2.2007 }-------*/
/*--------{ visit http://www.5Qcommunications.com/ -- five questions that change the web. }--------*/

/* @group Search */

#columnOne form #ajaxSearch_input,
#columnOne form #ajaxSearch_submit {
	display: none;
}

#columnOne .ajaxSearch_paging {
	font-size: 1.2em;
	display: block;
	margin: 15px 0;
}

#columnOne .ajaxSearch_result {
	display: block;
	font-size: 1.2em;
	padding: 10px;
}

#columnOne .ajaxSearch_result span {
	font-size: 90%;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #000;
}

#columnOne .ajaxSearch_resultLink {

}

#columnOne .ajaxSearch_resultDescription {

}

#columnOne .ajaxSearch_extract {

}

#columnOne .ajaxSearch_extract p {
	font-size: 1.1em;
	line-height: 1.4em;
}

#columnOne .ajaxSearch_extract span {
	font-size: 100%;
	padding-left: 0;
	border-left: none;

}

/* @end */