/* 	[ 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-weight: normal;
	margin: 0px 0px 0 0;
	padding: 0px 0;
	clear: none;
	float: left;
	width: 200px;
	font-size: 11px;
	height: 31px;
	line-height: 26px;
}
.SearchSimple td {
	padding: 0px;
}
.SearchSimple span {
	margin-right: 4px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.SearchSimple input {
	font-size: 0.9em;
	width: 100px;
	border: none;
}
.SearchSimple .SearchButton {
	width:auto;
}

/* -----[ SEARCH FULL ]--------------------------------------------------------------------- */

.SearchFull {
	width: 100%;
	padding: 4px 0px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
}
/* -----[ SEARCH RESULTS ]--------------------------------------------------------------------- */

/*
		Unless changed below, the List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.SearchResults {
}
.SearchResults .ListHolder {
}
.SearchResults .ListItem {
}


	/* Custom Title */
	.SearchResults .ListCustomTitle {
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
		float: right;
		margin: 0.3em 0em 0.3em 0.3em;
	}
	/* ListIcon */
		.SearchResults .ListIcon {
		}

	/* Title */
		.SearchResults .ListTitle {
			margin: 0 0 0.3em 0;
			font-size: 1.1em;
			padding: 0 0 0 15px;
			text-transform: uppercase;
			background: url(/Templates/_images/listTitle.gif) no-repeat 0 4px;
		}
		
		.SearchResults .ListTitle a, .SearchResults .ListTitle p a, 
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
			text-decoration: none;
			color: #333333;
			font-weight: bold;
			background: none;
		}

	/* Date, Keywords, Author */
		
		.SearchResults .ListKeywords {
			font-size: 1.1em;
			line-height: 1.3em;
			color: #333333;
			font-style: normal;
		}
		.SearchResults .ListItemDate, 
		.SearchResults .ListAuthor {
		}

	/* Product Catalogue SKU, Price, SalePrice */
		.ListSKU,
		.ListPrice,
		.ListSalePrice {
			margin: 0 0 0 0;
			padding: 0 0 0 15px;
		}
		
	/* Summary */
	
		.SearchResults .ListSummary {
		}
		.SearchResults .ListSummary a {
		}
		

	/* Creator, Created Date, Updator, Updated Date */
		.SearchResults .ListCreator,
		.SearchResults .ListCreatedDate {
		}
		.SearchResults .ListUpdator,
		.SearchResults .ListUpdatedDate {
		}
		.SearchResults .ListUpdator ListFileName {
		}
		.SearchResults p a {
			font-size: 11px!important;
			color: #ab9040;
			padding: 1px 4px;
			background: #FFFFFF;
			text-decoration: none;
			text-transform: uppercase;
			white-space: nowrap;
		}
		
	/* EndItem (Visual break between each list item) */
		.SearchResults .ListEndItem {
		}
		
