#pt_search #content
{
}
#content #category 
{
	display: inline; 
	float: left; 
	width: 520px; 
	margin-left: 22px;

}
	
	#content #category h1
	{
		color: #666;
		font-size: 22px;
		text-align: left;
		padding: 0px;
		margin: 0px;
		margin-bottom:5px;
		font-weight: normal;
	}
	#content #category h1:first-line
	{
		color: #666;
		font-size: 22px;
		text-align: left;
	}
	#content #category h2
	{
		clear:both;
		padding: 0px;
		margin: 0px;
		margin-bottom:5px;
		color: #666;
		font-size: 14px;
		text-align: left;
		font-weight: normal;
	}
	#content #category h3.paginginformation
	{
		display: none;
		border: none;
		font-weight: normal;
		text-align: right;
		font-size: 10px;
		padding: 0px;
		margin: 0px 5px 0px 0px;
	}
	#content #category .featuredproduct
	{
		font-weight: normal;
		margin: 10px 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	#content #category .productlisting
	{
		margin: 10px 10px;
	}
	#content #category .featuredproduct .product
	{
		font-weight: normal;
		margin-top: 10px;
		border: none;
	}
		#content #category .featuredproduct .product .image
		{
			display: inline;
			float:left;
		}
			#content #category .featuredproduct .product .image .thumbnail
			{
				display: none;
			}
			#content #category .featuredproduct .product .image .medium
			{
				display: block;
			}
			#content #category .featuredproduct .product .image .large
			{
				display: none;
			}
		#content #category .featuredproduct .product .shortdescription
		{	
			display: none;
		}
		#content #category .featuredproduct .product .longdescription
		{
			/* 
				if you are going to use italic here, be prepared to see
				http://www.positioniseverything.net/explorer/italicbug-ie.html
			*/
			font-style: normal;
			font-size: 11px;
			text-align: left;
			margin-left: 210px;
		}
			#content #category .featuredproduct .product .longdescription .more
			{
				font-weight: bold;
			}
		#content #category .featuredproduct .product h3
		{
			padding: 0px;
			margin: 10px 0px;
			font-size: 12px;
			text-align: left;
			margin-left: 210px;
		}
		#content #category .featuredproduct .product .sku
		{
			display: none;
		}
		#content #category .featuredproduct .product .manufacturername
		{
			display: none;
		}
		#content #category .featuredproduct .product .manufacturersku
		{
			display: none;
		}
		#content #category .featuredproduct .product .stockstate
		{
			display: none;
		}
		#content #category .featuredproduct .product .scaledprices
		{
			display: none;		
		}
		#content #category .featuredproduct .product .price
		{
			text-align: left;
			font-weight: bold;
			margin-left: 210px;
			margin-top: 10px;
			margin-bottom: 10px;
		}
			#content #category .featuredproduct .product .price .key
			{
				margin-right: 5px;	
			}
			#content #category .featuredproduct .product .price .value
			{
				color: #c41b0b;
			}
			#content #category .featuredproduct .product .price .standard
			{
			}
			#content #category .featuredproduct .product .price .information
			{
				text-decoration: line-through;
			}
			#content #category .featuredproduct .product .price .special
			{
			}
				#content #category .featuredproduct .product .price .special .key
				{
					color: #c41b0b;
				}
		#content #category .featuredproduct .product .addtocart
		{
			margin-left: 210px;
			margin-top: 10px;
		}
			#content #category .featuredproduct .product .addtocart .quantitybox
			{
				display: none;
			}
			#content #category .featuredproduct .product .addtocart .quantitylabel
			{
				display: none;
			}
			#content #category .featuredproduct .product .addtocart .addtocartbutton
			{
				display: none;
			}
		#content #category .featuredproduct .product .addtowishlist
		{
			display: none;
		}
		#content #category .featuredproduct .product .compare
		{
			display: none;
		}

	#content #category .onlinetopcategory 
	{
		float: left;
		margin-top: 0px;
		margin-left: 100px;
		margin-bottom: 0px;
		margin-right: 0px;
	}

	#content #spareparts
	{
		display: inline;
		float: left;
		width: 610px;
		margin-left: 110px;
	}
		#content #spareparts .subcategorylisting
		{
		
		}
		#content #spareparts .infotext
		{
			margin-top: 30px;
		}
		
	#content #archivecategory
	{
		width: 790px;
		margin-left: 25px;
		text-align: center;
	}
		#content #archivecategory .infotext
		{
			text-align: center;
			width: 90%;
			margin-left: 5%;
		}
		#content #archivecategory .subcategories
		{
			margin-top: 30px;
		}
		
	#content #archivesubcategory
	{
		width: 640px;
		text-align: center;
	}
		#content #archivesubcategory .infotext
		{
			text-align: center;
		}
		#content #archivesubcategory .image
		{
			text-align: center;
			margin-top: 10px;
			margin-bottom: 20px;
		}


#pt_search #category .brandlisting
{
	display: inline;
	float: left;	
	width: 170px;
	margin: 10px;
}
	#pt_search #category .brandlisting ul
	{
		list-style: circle;
		margin-left: 1.5em;
	}
	

/*  
	Classes used to create a table showing the subcategories of the archive category.
	see category/categoryTableListing.isml
*/
.archivesubcategorytable
{
	display: inline;
	float:left;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin-left: 60px;
}
	.archivesubcategorytable .categorytablerow
	{
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.archivesubcategorytable .categorytablerow .categorytablecell
		{
			width: 210px;
			height: 170px;
			margin-right: 10px;
			margin-bottom: 10px;
			float: left;
		}
		.archivesubcategorytable .categorytablerow .categorytablecell a
		{
			font-weight: bold;
			text-decoration: underline;
			display: block;
		}
		.archivesubcategorytable .categorytablerow .categorytablecell span
		{
			font-weight: bold;
		}

	#pt_search #content #contact
	{
		font-size: 11px;
		font-weight: normal;
		margin-left: 20px;
	}
	
		#pt_search #content #contact .contacthead
		{
			margin-bottom: 20px;
		}

		#pt_search #content #contact .warning,
		#pt_search #content #contact .formerror
		{
			color: #c00000;
		}
	
		#pt_search #content #contact .formerror
		{
			margin-bottom: 20px;
		}
	
		#pt_search #content #contact .upperfields .container
		{
			float:left;
		}
	
		#pt_search #content #contact .formfield
		{
			width: 220px;
			height: 38px;
		}
	
		#pt_search #content #contact .lowerfields
		{
			margin-top:17px;
		}
	
		#pt_search #content #contact .lowerfields .formfield
		{
			float:left;
		}

		#pt_search #content #contact input[type="text"]:focus, input[type="password"]:focus
		{
			background-color: #d4e9fe !important; 
		}
		#pt_search #content #contact textarea:focus
		{ 
			background-color: #d4e9fe !important; 
		}
		#pt_search #content #contact select:focus
		{ 
			background-color: #d4e9fe !important; 
		}

		#pt_search #content #contact .inputfield
		{
			width: 194px;
			height: 16px;
			border-top-color: #8f8f8f;
			border-left-color: #8f8f8f;
			border-right-color: #cacaca;
			border-bottom-color: #cacaca;
			border-width: 1px;
			font-family: verdana;
			font-size: 11px;
			font-weight: normal;
			padding: 1px 0px 0px 3px;
		}
	
		#pt_search #content #contact .selectbox
		{
			width: 198px;
			height: 18px;
			border-top-color: #8f8f8f;
			border-left-color: #8f8f8f;
			border-right-color: #cacaca;
			border-bottom-color: #cacaca;
			border-width: 1px;
		}
	
		#pt_search #content #contact .contactarea textarea
		{
			width: 416px;
			height: 150px;
			border-top-color: #8f8f8f;
			border-left-color: #8f8f8f;
			border-right-color: #cacaca;
			border-bottom-color: #cacaca;
			border-width: 1px;
			font-family: verdana;
			font-size: 11px;
			font-weight: normal;
			overflow:auto;
		}
	
		#pt_search #content #contact .buttonandinfo .infotext
		{
			margin-top: 13px;
		}
	
	
