#breadCrumb {
	margin: 5px;
	margin-left:0px;
	font-size:14px;
}

#breadCrumb span {
	font-size:14px;
	padding-left:2px;
	padding-right:2px;
}

#breadCrumb a {
	padding-left:2px;
	padding-right:2px;
}

/* CategoryList */
#categoryListContainer {
	width:580px;
}

	#categoryListContainer #category {
		width:138px;
		float:left;
		margin:3px;
		overflow:hidden;
		vertical-align: top;
	}
	
		#categoryListContainer #category #top {
			width:138px;
			height:2px;
			margin-bottom:5px;
		}
		#categoryListContainer #category #bottom {
			width:138px;
			height:2px;
			margin-bottom:10px;
		}

		#categoryListContainer #category #categoryTree {
			width:138px;
			height:180px;
			border:1px solid black;
			m argin:3px;
			flo at:left;
			padding:5px;
		}
		
		#categoryListContainer #category #categoryTree #parent {
			font-size:12px;
			font-weight:bold;
			display: list-item;
			margin-bottom:10px;
		}
		
		#categoryListContainer #category #categoryTree #child {
			display: list-item;
			padding-bottom:10px;
		}

/* Category List #1 2X2 View */
#categoryListContainer1 {
	width:580px;
}

	#categoryListContainer1 div#category {
		width:282px;
		float:left;
		margin:5px;
		margin-left:0px;
	}

		#categoryListContainer1 #category #top {
			width:284px;
			height:2px;
			margin-bottom:5px;
		}
		#categoryListContainer1 #category #bottom {
			width:284px;
			height:2px;
			margin-top:10px;
		}

		#categoryListContainer1 div#category div#categoryImage {
			width:282px;
			border:1px solid black;
		}

			#categoryListContainer1 div#category div#categoryImage a {
	
			}

			#categoryListContainer1 div#category div#categoryImage img {
				border:0px;
			}

		#categoryListContainer1 div#category div#categoryTitle {
			width:282px;
			text-align:center;
		}

			#categoryListContainer1 div#category div#categoryTitle span {
	
			}

			#categoryListContainer1 div#category div#categoryTitle a {
	
			}
			
/* Category List #2 1X1 View */
#categoryListContainer2 {
	width:580px;
}

	#categoryListContainer2 div#category {
		float:left;
		margin:5px;
		margin-left:0px;
	}

		#categoryListContainer2 #category #top {
			width:576px;
			height:2px;
			margin-bottom:5px;
		}
		#categoryListContainer2 #category #bottom {
			width:576px;
			height:2px;
			margin-top:10px;
		}

		#categoryListContainer2 div#category div#categoryImage {
			width:576px;
			border:1px solid black;
		}

			#categoryListContainer2 div#category div#categoryImage a {
	
			}

			#categoryListContainer2 div#category div#categoryImage img {
				border:0px;
			}

		#categoryListContainer2 div#category div#categoryTitle {
			width:580px;
			text-align:center;
		}

			#categoryListContainer2 div#category div#categoryTitle span {
	
			}

			#categoryListContainer2 div#category div#categoryTitle a {
	
			}