@import "reset.css";
@import "layout.css";
@import "typography.css";
@import "../../js/jqtransformplugin/jqtransform.css";







/* Charlie's CSS To be Integrated with the rest of the site later */

/* Licensing Ajax Search */


.search-tool-keyword-search	{
	position: relative;
}

#suggestions	{
	display: none;
	border: 1px solid #d1d1d1;
	width: 675px;
	padding: 0;
	background-color: #fff;
	position: absolute;
	float: left;
	top: 22px;
	left: 0;
}

#ajaxResults li, #suggestions p.loading-div	{
	padding: 8px 12px;
}

#ajaxResults li	{
	display: block;
}

#ajaxResults li h3	{
	margin-bottom: 4px;
}

p.ajax-view-all	{
	text-align: right;
}

p.ajax-view-all a	{
	font-weight: bold;
}




/* HELPER CLASSES
---------------------------------------------------------------------*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
