/*
 * Category Body
 */
	#CatTop {
		background:url(images/catTop.gif);
		width:909px;
		height:7px;
		overflow:hidden;
		font-size:1px;
	}
	#CatBottom {
		background:url(images/catBottom.gif);
		width:909px;
		height:7px;
		overflow:hidden;
		font-size:1px;
		margin-bottom:20px;
	}	
	#CatCenter {
		border-left:1px solid #e5d3a3;
		border-right:1px solid #e5d3a3;
		width:887px;
		background:#fff;
		padding-left:10px;
		padding-right:10px;
	}
	#CatCenter #Left {
		width:250px;
		float:left;
		margin-top:15px;
	}
	#CatCenter #Right {
		float:right;
		width:620px;
		margin-top:15px;
	}
		#CatCenter #Left h1 {
			background:url(images/smallCatLabel.gif);
			width:240px;
			height:31px;
			line-height:31px;
			color:#513b27;
			font-size:18px;
			font-weight:normal;
			padding-left:10px;
			margin-top:0px;
			margin-bottom:1px;
		}
			#CatCenter #Left h1 a {
				color:#513b27;
				text-decoration:none;
			}
				#CatCenter #Left h1 a:hover {
						text-decoration:underline;
				}			
		#CatCenter #Right h1 {
			background:url(images/BigCatLabel.gif);
			width:610px;
			height:31px;
			line-height:31px;
			color:#513b27;
			font-size:18px;
			font-weight:normal;
			margin-top:0px;
			padding-left:10px;
			#margin-bottom:12px;
		}		
		#CatCenter #Right h1 span {
			float:left;
		}
	#CatCenter .text {
		float:none;
		margin-right: 30px;
		padding-left: 15px;
	}

/*
 *  Category Top menu
 */
	#CategoriesToplevel {
		padding:0px;
		margin:0px;
		position:relative;
		top:1px;
		margin-left:16px;
		height:20px;
	} 
		#CategoriesToplevel li {
			margin:0px;
			padding:0px;
			float:left;
			list-style:none;
			margin-right:10px;
		}
		#CategoriesToplevel li a {
			display:block;
			background:url(images/catMenu.gif);
			width:212px;
			height:57px;
			text-decoration:none;
			color:#82734b;
			font-size:16px;
			line-height:57px;
		}
			#CategoriesToplevel li a:hover {
				background:url(images/catMenuOn.gif);
				color:#513b27;
			}		
					#CategoriesToplevel li a span {
						width:100px;
						display:block;
						line-height:20px;
						padding-top:10px;
						margin-left:10px;
					}		
		
			#CategoriesToplevel li.active a {
				background:url(images/catMenuOn.gif);
				color:#513b27;				
			}

/*
 * categoryTitle
 */
	.categoryTitle {
		display:block;
		width:100px;
		text-align:center;
	}
	.imageContainer {
		width:120px;
		height:120px;
		display:block;
		text-align:center;
		line-height:120px;
	}
a.manufacturer {
	display:block;
	width:50%;
	float:left;
}

a.manufacturer img {
	display:block;
}

a.manufacturer.active {
	background-color:yellow;
}


/*
 * UsedProductLatest
 */
	#UsedProductLatest {
		margin-right:0px;
	}
	.usedProductLatestItem {
		padding:0px;
		margin:0px;
		background:url(images/vdot.gif) repeat-x bottom;
		padding-bottom:5px;
		margin-bottom:8px;
		padding-top:10px;	
	}
		.usedProductLatestItem img {
			float:left;
			margin-right:5px;
		}
		.usedProductLatestItem span {
			display:block;
		}
/*
 * CategoryList
 */	
 #CategoryList ul {
 	margin:0px;
	padding:0px;
 }
 	#CategoryList ul li {
 		float:left;
		margin:0px;
		margin-left:17px;
		margin-right:18px;
		margin-bottom:10px;
		list-style:none;
		padding:0px;
		display:inline;
		height:165px;
 	}
	#CategoryList ul li.clearLi {
		clear:both;
	}
		#CategoryList ul li .categoryTitle {
			display:block;
			color:#513B27;
			text-decoration:none;
			text-align:center;
		}
		#CategoryList ul li img {
			border:none;
		}
		#CategoryList ul li a:hover span {
			text-decoration:underline;
		}
/*
 * Manufacturers
 */
#Manufacturers {
	border:1px solid #e5d3a3;
	position:relative;
}
#Manufacturers ul {
	margin:0px;
	padding:0px;
}
	#Manufacturers li {
		margin:0px;
		padding:0px;
		float:left;
		list-style:none;
		margin-bottom:5px;
	}
	#Manufacturers li.clearLi {
		margin-right:16px;
		margin-left:4px;
	}
#Manufacturers a {
	width:110px;
	display:block;
	text-align:center;
	color:#513B27;
	text-decoration:none;
}
	#Manufacturers img {
		border:none;
	}
/*
 * TreeNavigation
 */
	#TreeNavigation {
		padding:0px;
		margin:0px;
		background:#fbf8f0;
		padding:5px;
		padding-left:10px;
		padding-right:10px;
		font-size:0px;
	}
	#TreeNavigation ul {
		padding:0px;
		margin:0px;
		font-size:12px;
	}
		
		#TreeNavigation li li	{
		border-bottom:1px solid #e5d3a3;
			
	}
		#TreeNavigation li li li {
			border:none;
			
		}
	
	#TreeNavigation li a {
		font-size:12px;
		font-weight:bolder;
		color:#513B27;
		padding-bottom:3px;
		padding-top:4px;
		padding-left:5px;
		display:block;
		text-decoration:none;
		width:225px;
	} 
	#TreeNavigation li ul ul {
		padding-left:30px;
		margin-bottom:10px;
		margin-top:3px;
	}
		#TreeNavigation li ul ul li {
			list-style:square outside none;
		}
		#TreeNavigation  li.active a.subcategory {
			background: none;
		}
		#TreeNavigation li a:hover {
			background:#e5d3a3;
		}
		#TreeNavigation li.active a {
			background:#e5d3a3;
		}

	#TreeNavigation li {
		list-style:none;
		padding:0px;
		margin:0px;
		border-bottom:1px solid #e5d3a3;
	}
	
/*
 * NewsList
 */	
 
 	#NewsList {
		padding:0px;
		margin:0px;
		background:#fbf8f0;
		padding:5px;
		padding-left:10px;
		padding-right:10px;
	}
	#NewsList ul {
		padding:0px;
		margin:0px;
		font-size:0px;
		height:0px;
	}
		#NewsList li li	{
		border-bottom:1px solid #e5d3a3;	
	}
		#NewsList li li li {
			border:none;
		}
	
	#NewsList li a {
		font-size:12px;
	
		color:#513B27;
		padding-bottom:3px;
		padding-top:4px;
		padding-left:5px;
		display:block;
		text-decoration:none;
	} 
	
		
	#NewsList li ul ul {
		padding-left:30px;
		margin-bottom:10px;
		margin-top:3px;
	}
		#NewsList li ul ul li {
			list-style:square;
		}
		#NewsList li a:hover {
			background:#e5d3a3;
		}
		#NewsList li.active a {
			background:#e5d3a3;
		}

	#NewsList li {
		list-style:none;
		padding:0px;
		margin:0px;
		border-bottom:1px solid #E5D3A3;
	}	
	
/*
 * ProductListByCategory
 */	
 	#ProductListByCategory {
 		padding:0px;
		margin:0px;
 	}
		#ProductListByCategory li.item {
			padding:0px;
			margin:0px;
			list-style:none;
			margin-bottom:20px;
			border-bottom:1px solid #E5D3A3;
			padding-bottom:20px;
		}
		.productListByCategoryleft {
			width:200px;
			float:left;
		}
			.productListByCategoryleft img {
				border:1px solid #e5d3a3;
				padding:2px;
			}
		.productListByCategoryRight {
			float:right;
			width:400px;
		}
			.productListByCategoryRightTitle {
				font-size:18px;
				color:#beac7a;
				text-decoration:none;
			}
			.productListByCategoryRightTitle {
				display:block;
			}
			.productListByCategoryRight .preface {
				width:400px;
			}
			.productListByCategoryRightTitle:hover {
				text-decoration:underline;
			}			
				.productListByCategoryRightTitle span {
					color:#513B27;
				}
			#ProductListByCategory li .productListByCategoryRight li {
				list-style:square;
			}
			#ProductReadManufacturer {
				font-size:16px;
				color:#beac7a;
			}	
				#ProductReadManufacturer a {
					color:#513B27;
					
				}
			
				#ProductReadManufacturerURL {
				font-size:12px;
				color:#beac7a;
			}	
				#ProductReadManufacturerURL a {
					color:#513B27;
					
				}
			
				#ProductReadManufacturerURL table {
					color:#513B27;
					
				}
				
				#ProductReadManufacturerTable table{
					width:auto;
					height:10px;
				}
				
				#ProductReadManufacturerTable table td{
					border:none;
					width:auto;
				}
/*
 * productRead
 */	
 	.productRead img {
 		padding:1px;
		border:#513B27 1px solid;
		margin-top:5px;
		margin-bottom:5px;
 	}		
 	.productRead table {
		border-collapse:collapse;
		font-size:10px;
		overflow-x:auto;
 	}
	 	.productRead table td {
	 		padding:0px;
			border:1px solid #e5d3a3;
			padding:2px;
	 	}
			.productRead thead {
				background:#e5d3a3;
			}
				.productRead thead th {
					border:1px solid #513B27;
					padding:2px;
					padding-top:4px;
					padding-bottom:4px;
				}
				
			#product-document-container {
				float:right;
			}				
			/*
			 * Product Images
			 */		
			.product-images-container {
				padding:5px;
				margin:0px;
				border:1px solid #e5d3a3;
				border-top:5px solid #e5d3a3; 
				width:165px;
				margin-left:20px;
				margin-bottom:20px;
				background:#FBF8F0;
			 	
			 }
			 .product-images-container h2 {
			 	margin-top:0px;
			 }
			.product-images {
				margin:0px;
				padding:0px;
			}
				.product-images li {
					list-style:none;
					padding:0px;
					margin:0px;
					float:left;
				}
				.product-images .first {
					list-style:none;
					padding:0px;
					margin:0px;
					float:left;
				}
				.product-images .fourth{
					clear: both;
				}
				.product-images .simple {
					height:77px;
				}
					.product-images li img {
						padding:1px;
						border:1px solid #513B27;
						margin:3px;
					}

					

					/*
					 * documentList
					 */
					.documentList ul {
						padding:0px;
						padding-left:30px;
						padding-bottom:10px;
						margin:0px;
					}
						.documentList li {
							list-style:square;
						}
							.documentList li a {
								color:#513B27;
								text-decoration:none;
								font-weight:bolder;
								display:block;
								margin-bottom: 10px;
							}
							.documentList li a:hover {
								text-decoration:underline;
							}
			
			.product-contact ul {
				padding-left:30px;
			}
			.product-contact ul li {
				list-style:square;
			}
				.product-contact a {
					color:#513b27;
				}
					.product-contact a:hover {
						font-weight:bolder;
					}
			
/*
 * NewsRead
 */
 
#NewsRead .text img {
		margin-right:10px;
}
