#breadCrumb {
	margin: 5px;
	margin-left:0px;
	font-size:14px;
}

#breadCrumb span {
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
}

#breadCrumb a {
	padding-left:2px;
	padding-right:2px;
    font-size:10px;
}

/* CategoryList */
#categoryListContainer {
	}

	#categoryListContainer .category {
		margin:3px;
		overflow:hidden;
		vertical-align: top;
	}
	
		#categoryListContainer .category .top {
			height:2px;
			margin-bottom:5px;
		}
		#categoryListContainer .category .bottom {
			height:2px;
		}

		#categoryListContainer .category .categoryTree {
			padding:5px;
		}
		
		#categoryListContainer .category .categoryTree .parent0 {
			font-size:12px;
            padding:3px;
			font-weight:bold;
			display: block;
            background-color:gray;
            color:white;
		}
        
        #categoryListContainer .category .categoryTree .parent1 {
			font-size:11px;
			font-weight:bold;
			display: block;
            padding-left:15px;
		}
        
        #categoryListContainer .category .categoryTree .parent2 {
			font-size:10px;
			font-weight:normal;
			display: block;
            padding-left:30px;
		}
        
		
		#categoryListContainer .category .categoryTree .child {
			display:block;
		}

/* Category List #1 */
#categoryListContainer1 {
}

#categoryListContainer1 div.category {
	margin:5px;
	margin-left:0px;
}

		#categoryListContainer1 .category .top {
			height:2px;
			margin-bottom:5px;
		}
		#categoryListContainer1 .category .bottom {
			height:2px;
			margin-top:10px;
		}

#categoryListContainer1 div.category div.categoryImage {
	
}

#categoryListContainer1 div.category div.categoryImage a {
	
}

#categoryListContainer1 div.category div.categoryImage img {
	border:0px;
}

#categoryListContainer1 div.category div.categoryTitle {
	text-align:center;
}

#categoryListContainer1 div.category div.categoryTitle span {
	
}

#categoryListContainer1 div.category div.categoryTitle a {
	
}

.ProductCat{
    font-weight:bold;
    font-size:15px;
    width:400px;
}

.Series0{
    color:white;
    background-color:gray;
    font-weight:bold;
    font-size:12px;
    border:1px solid black

}

.Series1{
    color:white;
    background-color:MAROON;
     background-image: url(/webImgs/series1.gif);
    font-weight:bold;
    font-size:12px;
    border:1px solid black;
    border-right-style:none;
    


}

.Series2{
    color:white;
    background-color:#597fae;
    font-weight:bold;
    font-size:12px;
    border:1px solid black;
    border-right-style:none;
}

.Series3{
    color:white;
    background-color:GRAY;
    font-weight:bold;
    font-size:12px;
    background-image: url(/webImgs/series3.gif);
	border-color: black;
	border-width: 1px;
	border-style: solid;
    border-right-style:none;
}


.productCategory{
    font-size:12px;
    height:20px;
    line-height:20px;
    width:440px;
    color:black;
    background-color:#BAB5A8;
    padding:5px;
    display:block;
}

.productChild{
    font-size:10px;
       
}