/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ SEARCH MODULES  ]--------------------------------------------------------------------- */

/* 
		Do not change class names. Alter attributes as required.
*/

/* -----[ SEARCH SIMPLE ]--------------------------------------------------------------------- */

.SearchSimple 
{
	position: relative;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	clear: both;
	width: 250px;
	float: right;
	text-align: right;
	margin: 20px 0 0 0px;
}
.SearchSimple td {
	padding: 4px;
}
.SearchSimple input {
	font-size: 11px;
	width: 130px;
}
.SearchSimple span {
	padding: 0 4px 0 0;
}
.SearchSimple .SearchButton {
	width: auto;
}

/* -----[ SEARCH FULL ]--------------------------------------------------------------------- */

.SearchFull {
	padding: 0px;
	margin: 10px 0px;
	font-weight: normal;
	clear: both;
	position: relative;
	display: block;
	border-collapse:collapse;
	
}
.SearchFull td {
	font-size: 85%;
}
.SearchFull input, .SearchFull select {
	font-size: 95%;
}
.SearchFull b {
}

/* -----[ SEARCH RESULTS ]--------------------------------------------------------------------- */

/*
		Unless changed below, the List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/
.SearchResults .OrderingTop {
	margin: 2em 0 ;
	font-size: 100%;
	position: relative;
	height: auto;
	clear: both;
	display: block;
}

.SearchResults {
	position: relative;
	display: block;
	clear: both;
	margin: 0em 0em 1em 0em;
	padding: 2em 0em 1.7em 4.5em;
	background: url(/Templates/_images/back_search.jpg) no-repeat;
	height: 1%;
	font-size: 90%;
	min-height: 150px;
}
.SearchResults .ListHolder {
}
.SearchResults .ListItem {
}

	/* Custom Title */
	.SearchResults .ListCustomTitle {
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
	}
	/* ListIcon */
		.SearchResults .ListIcon {
		}

	/* Title */
		.SearchResults .ListTitle {
		}
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
		}

	/* Date, Keywords, Author */
		.SearchResults .ListItemDate,
		.SearchResults .ListKeywords, 
		.SearchResults .ListAuthor {
		}

	/* Product Catalogue SKU, Price, SalePrice */
		.ListSKU,
		.ListPrice,
		.ListSalePrice {
			font-size: 85%;
			margin: 0 0 0 0;
		}
		
	/* Summary */
		.SearchResults .ListSummary {
		}
		.SearchResults .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		.SearchResults .ListCreator,
		.SearchResults .ListCreatedDate {
		}
		.SearchResults .ListUpdator,
		.SearchResults .ListUpdatedDate {
		}
		.SearchResults .ListUpdator ListFileName {
		}
		
	/* EndItem (Visual break between each list item) */
		.SearchResults .ListEndItem {
		}
		