/*_search page CSS Stylesheet*/
	
	#productResults
	{
		float:left; 
		padding-left:0px;  	
		width:765px;
		height:auto; 
		min-height:350px;
		margin-top: 15px; 
		margin-bottom: 30px; 
	}
	.model
	{
		float:left;
		height:210px;
		width:187px;
		margin:0;
		padding-top:2px;
		background-position:bottom;
		position:relative;
		background-color:#fff;/**/
		text-align:center;
		border:1px solid #f0f0f0;
		background:#fff url(/images/productList/fadBG2.gif) no-repeat top center;
			
		
	}
	.model:hover
	{
		background:#fff url(/images/productList/fadBG_hover2.gif) no-repeat top center;
	}
.modelName
	{
		font-size:11px;
		line-height:14px;
		color:#00abdf;	
		text-transform:capitalize;
		font-weight:bold;
		display:block;
		margin-left:5px;
		margin-top:0px;
		text-align:left;
		width:172px;
		display:block;

	}
	.modelName span
	{
		color:#000;
		display:block;
		
	}
	.unitCost
	{
		color:#000;
		display:block;
		margin-left:5px;
		*margin-left:10px;
		margin-top:0px;
		text-align:left;
		font-weight:bold;
		line-height:14px;
	}	
	#linkResults
	{
		float:right; 
		margin-right: 10px;
		width:140px;

		margin-top: 15px;
		margin-bottom: 30px;
		padding:15px;
	}	
	
	#content 
	{
		margin: auto; 
		width: 900px;
	}
	
	#viewAllLinks 
	{
		height:15px;
	}
	
	.Links 
	{
		margin-left: 30px;
	}
	
	.listName
	{
		float:left; 
		width:200px; 
		height:200px;
	}
	
	#ProductListMarg
	{
		text-align:left; 
		margin:0 0 0 15px; 
		overflow:auto;
	}
	
	.imagMod
	{
		margin-bottom:15px;
	}
	
	.imagMod img
	{
		border:4px solid #fff;
		border-top:0;
	}
	
	.results
	{
		color:#fff;
	}
	

	

	
	a.imagMod
	{
	}
	
	a.imagMod:hover
	{
		color:#fff;
	}

