/* -----[ SEARCH MODULES  ]--------------------------------------------------------------------- */

/* 
		Do not change class names. Alter attributes as required.
*/

/* -----[ SEARCH SIMPLE ]--------------------------------------------------------------------- */

.SearchSimple 
{
	position: relative; 
	clear: both;
	display: block;
	margin: 8px 0px 8px 0px;
	width: 160px;
	height: 30px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px;
	text-align: left;
	background: url(../../Templates/_images/module_search.gif) no-repeat top left;
}
/* === [ Right Hand Container ] === */
	#cS .SearchSimple {
		clear: none;
		float: right;
		}

.SearchSimple td {
	padding: 0px 2px;
}

.SearchSimple input {
	font-size: 10px;
	margin: 0px 0px 0px 4px;
}

/* -----[ SEARCH FULL ]--------------------------------------------------------------------- */

.SearchFull {
	width: 100%;
	padding: 4px 0px;
	width: 100%;
	margin-bottom: 20px;
}

/* -----[ SEARCH RESULTS ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
*/

.SearchResults {
}
.RSSFeedIcon {	/* defaults =  position:relative; z-index:50; float:right; */
}
.SearchResults .ListHolder {
}
.SearchResults .ListItem {
}

	/* Search Results Custom Title */
	.SearchResults .ListCustomTitle {
	}
	.SearchResults H1.ListCustomTitle {
	}

	/* Search Results Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Search Results Thumbnail */
	.SearchResults .ListThumbnail {
	}

	/* Search Results Title */
		.SearchResults .ListTitle {
		}
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
		}

	/* SearchResults Date, Keywords */
		.SearchResults .ListAuthor,
		.SearchResults .ListItemDate,
		.SearchResults .ListKeywords {
		}

	/* Search Results Summary */
		.SearchResults .ListSummary {
		}
		.SearchResults .ListSummary a {
		}

	/* SearchResults Creator, Created Date, Updator, Updated Date */
		.SearchResults .ListCreator,
		.SearchResults .ListCreatedDate {
		}
		.SearchResults .ListUpdator,
		.SearchResults .ListUpdatedDate {
		}

	/* Search Results EndItem (Visual break between each list item) */
		.SearchResults .ListEndItem {
		}