	/* 
		Name: HOEM Generic Layout and Formatting CSS 
		Created: 5/4/2005 15:21PM
		File: hoem_productListing.css
	*/
	
	/* Search Form */
	
	#searchForm {
		width:100%;
		height:auto;
		margin:5px 0px 5px 0px;	
	}
	
	select, option, input {
		font-family:arial;
		font-size:11px;
		color:#484848;	
	}
	
	#catagorySelect {
		width:265px;
	}
	
	#keywords {
		height:14px;
	}
	
	#searchButton {
		width:50px;
		height:20px;
	}
	
	/* END Search Form CSS */
	
	#productListing {
		width:560px;
		margin-top:5px;
	}
	
	#productNav_top, #productNav_bottom {
		width:560px;
		margin-bottom:6px;
	}
	
	#productNav_top {
		border-bottom:1px solid #5F5F75;	
	}
	
	#productNav_bottom {
		border-top:1px solid #5F5F75;	
	}
	
	.pageNav {
		float:right;
		width:250px;
		text-align:right;
	}
	
	.pageCount {
		width:250px;
	}
	
	#productContainer {
		width:560px;	
	}
	
	.productItem {
		width:560px;
		margin:5px 0px 0px 0px;
		padding:5px 0px 5px 0px;
		border-bottom:1px dashed #A1A1CA;
	}
	
	#productItem_last {
		border:none;	
	}
	
	.productDetail {
		float:left;
		width:370px;
	}
	
	.productTitle {
		font-family:arial;
		font-size:15px;
		font-weight:bolder;
		color:#000000;	
	}
	
	.productRef {
		font-family:arial;
		font-size:11px;
		color:#484848;	
	}
	
	.productBox {
		float:right;
		width:310px;
		height:21px;
		text-align:right;
	}
	
	.quantityInput {
		width:25px;
		height:13px;
	}
	
	.addButton {
		width:100px;
	}
	
	.productImage, .productImageMore {
		float:left;
		width:95px;
		height:85px;
		border:1px solid #A9A9DA;
		margin-right:15px;
	}
	
	.productImageMore {
		cursor:hand;	
	}
	
	#noResults {
		width:275px;
		text-align:center;
		margin-top:25px;
		margin-bottom:25px;
		margin-left:auto;
		margin-right:auto;	
	}
