/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ SEARCH MODULES  ]--------------------------------------------------------------------- */

/* 
		Do not change class names. Alter attributes as required.
*/

/* -----[ SEARCH SIMPLE ]--------------------------------------------------------------------- */

.SearchSimple 
{
	float: right;
}
.SearchSimple td {
	
}
.SearchInput {
	font-size: 9px;
	line-height: 9px;
	display: block;
	float: left;
	margin: 0 -3px 0 0;
	padding: 3px 4px 2px;
	border: 1px solid #ab882f;
	border-right: none;
	width: 135px;
	background: white;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .SearchInput {
		padding-top: 2px;
	}
}

/* -----[ SEARCH FULL ]--------------------------------------------------------------------- */

.SearchFull {
	width: 100%;
	padding: 4px 0px;
	width: 100%;
	margin-bottom: 20px;
}

/* -----[ SEARCH RESULTS ]--------------------------------------------------------------------- */

/*
		Unless changed below, the List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.SearchResults {
	padding: 0 0 22px;
}
.SearchResults .ListHolder {
}
	.SearchResults .OrderingTop {
		margin: 0 0 22px;
		font-weight: bold;
	}
		.SearchResults .OrderingTop .OrderingNumbers {
			float: left;
		}
			.SearchResults .OrderingTop .OrderingNumbers a,
			.SearchResults .OrderingTop .OrderingNumbers span,
			.SearchResults .OrderingTop .OrderingNext,
			.SearchResults .OrderingTop .OrderingBack{
				display: block;
				padding: 2px 6px;
				border: 1px solid #ab882f;
				float: left;
				margin: 0 5px 0 0;
				text-decoration: none;
			}
			.SearchResults .OrderingTop .OrderingNumbers a:hover {
				border: 1px solid #808080;
				color: #808080;
			}
			.SearchResults .OrderingTop .OrderingNumbers span {
				background: #ab882f;
				color: white;
			}
			.SearchResults .OrderingTop .OrderingNext,
			.SearchResults .OrderingTop .OrderingBack{
				display: block;
				padding: 2px 6px;
				float: left;
			}
.SearchResults .ListItem {
	padding: 0 0 22px;
	clear: both;
}
	.SearchResults .ListItem .ThumbHolder,
	.SearchResults .ListItem .ListSKU,
	.SearchResults .ListItem .PriceHolder {
		display: none;
	}

	/* Custom Title */
	.SearchResults .ListCustomTitle {
	}

	/* Separators */
	.SearchResults .ListPrimarySeparator {
	}
	.SearchResults .ListSecondarySeparator {
	}

	/* Thumbnail */
	.SearchResults .ListThumbnail {
	}
	/* ListIcon */
		.SearchResults .ListIcon,
		.SearchResults .ListTitle img {
			display: none;
		}

	/* Title */
		.SearchResults .ListTitle {
			margin: 0;
			font-size: 12px;
			line-height: 16px;
			font-weight: bold;
		}
		.SearchResults .ListTitle a:visited, 
		.SearchResults .ListTitle a:link, 
		.SearchResults .ListTitle a:hover {
			text-decoration: none;
		}

	/* Date, Keywords, Author */
		.SearchResults .ListItemDate,
		.SearchResults .ListKeywords, 
		.SearchResults .ListAuthor {
		}

	/* Product Catalogue SKU, Price, SalePrice */
		.ListSKU,
		.ListPrice,
		.ListSalePrice {
			
		}
		
	/* Summary */
		.SearchResults .ListSummary {
			margin: 0;
		}
		.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 {
			clear: both;
		}
		
