
/* Search Module 
Alter as required */

/* Simple Search Facility */

.SearchSimple {
	color: #DACFB3;
	font-size: 11px;
	font-weight: bold;
	float: right;
	border: 1px solid #00225D;
	background-color: #6A7C9A;
	margin: 20px 11px 20px 10px;
}
.SearchSimple td {
padding: 4px;
}
#cLS .SearchSimple {
	color: #E3DBC6;
	width: auto;
	float: none;
	margin: 20px 10px 20px 16px;
}
#cRS .SearchSimple {
	margin: 10px;
	border: 1px solid #6A7C9A;
	width: auto;
	float: none;
	background-color: #C7AB62;
}

/* Full Search Facility */

.SearchFull {
	width: 100%;
	padding: 4px 0px;
	width: 100%;
	margin-bottom: 20px;
}

/* Search Results
Copy styles from CategoryList and prefix with SearchResults
Alter as required */

.SearchResults {
	margin: 0px;
}
.SearchResults .ListHolder {
	margin: 10px 0px;
	width: auto;
	font-size: 11px;
	color: #DACFB3;
	clear: both;
}
.SearchResults .ListCustomTitle {
	font-weight: bold;
	color: #DACFB3;
	font-size: 15px;
	text-transform: capitalize;
	padding: 6px 0px;
	margin: 4px 0px 4px 0px;
}
.SearchResults H1.ListCustomTitle {
	font-weight: bold;
	color: #DAD0B4;
	font-size: 15px;
	text-transform: capitalize;
	padding: 6px 0px;
	margin: 4px 0px 4px 0px;
}
.SearchResults .ListPrimarySeparator {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../Templates/_images/icon_pointer.gif);
	background-repeat: no-repeat;
	background-position: left 60%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}
.SearchResults .ListSecondarySeparator {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
}
.SearchResults .ListThumbnail{
	margin: 0px 0px 2px 30px;
	float: right;
	border: 1px solid #CFC29F;
	display: none;
}
.SearchResults .ListTitle {
	font-size: 11px;
	color: #C7AB62;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	float: none;
	text-decoration: none;
}
.SearchResults .ListTitle a:visited {
	color: #C7AB62;
	text-decoration: none;
}
.SearchResults .ListTitle a:link {
	color: #C7AB62;
	text-decoration: none;
}
.SearchResults .ListTitle a:hover{
	color: #DACFB3;
	text-decoration: underline;
}
.SearchResults .ListAuthor {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	padding-right: 5px;
	font-style: italic;
}
.SearchResults .ListItemDate {
	font-size: 10px;
	color: #C7AB62;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	display: none;
}
.SearchResults .ListKeywords {
	font-size: 10px;
	padding: 0px;
	color: #DACFB3;
	margin: 0px 0px 5px 0px;
	font-style: italic;
	line-height: 11px;
	display: none;
}
.SearchResults .ListSummary {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	line-height: 16px;
}
.SearchResults .ListSummary a {
	color: #DACFB3;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.SearchResults .ListCreator {
	font-size: 10px;
	color: #C7AB62;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	font-weight: bold;
	float: left;
	line-height: 11px;
	clear: left;
	display: none;
}
.SearchResults .ListCreatedDate {
	font-size: 10px;
	color: #C7AB62;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	float: left;
	line-height: 11px;
	clear: left;
	display: none;
}
.SearchResults .ListUpdator {
	font-size: 10px;
	color: #DACFB3;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	font-weight: bold;
	float: right;
	line-height: 11px;
	clear: right;
	display: none;
}
.SearchResults .ListUpdatedDate {
	font-size: 10px;
	color: #DACFB3;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	float: right;
	line-height: 11px;
	clear: right;
	display: none;
}
.SearchResults .ListEndItem {
	float: none;
	font-size: 0px;
	clear: both;
	margin: 2px 10px 0px 0px;
	border-bottom: 1px solid #E3DBC6;
}