.Products .productCategoryTitle {
	margin: 0em 0px 0.3em;
}

/*
.CategoryProducts {
	Height: 370px;
	overflow: auto;
}*/

.Product {
	/*border: 1px dashed #888;*/
	padding: 5px 5px 5px 20px;
	font-size: 0.9em;
	margin: 5px 0px ;
	clear: both;
}

.Product h1 {
	font-size: 1.3em;
	margin: 1px 0px 1px -10px;
	border-bottom: 1px dotted #CCC;
	display: block;
}

.Product h1.photo_left {
	text-align: left;
}

/* this just seems to want to cause problems
.Product .ProductPhotoContainer  {
	clear: both;
}*/

.Product img{ 
	/*height: 85px;*/
}

.Product img.photo_right { 
	float: right;
	margin-right: -1px;
	padding: 0px 0px 10px 10px;
}

.Product img.photo_left {
	float: left;
	margin-left: -10px;
	padding: 0px 10px 10px 0px;
}

.Product .price {
	color: #666666;
	margin: 0.5em 0px 0px 0px;
}


/*

CATEGORIES LIST

*/


.ProductsNav {
	/*border: 1px solid #333;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;*/
}

.ProductsNav ul {
	padding: 0px;
	margin: 1px;
}

.ProductsNav ul li {
	list-style: none ;
	font-size: 0.8em;
	border-bottom: 1px solid #DDDDDD;
	padding: 3px 1px 3px 1em;
	position: relative;
}

/*
LINK STYLES FOR THE MENU COMPONENT
*/
.ProductsNav a:link,
.ProductsNav a {
	text-decoration: none;
	border: none;
}

.ProductsNav a:hover {
	text-decoration: underline;
}

.ProductsNav .ProductsNav_header {
	height: 1.4em;
	padding: 5px 10px 7px;
	color: #fff;
	background: #666;
	font-size: 1.5em;
	border-bottom: 3px solid #333;
}

.ProductsNav .ProductsNav_footer {
	font-size: 0.4em;
	height: 0.4em;
	background: #666;
}