#pageWrapper {
	width:752px;
	overflow:hidden;
	padding:10px;
	margin:0px;
}

#breadCrumb {
	font-size:11px;
	font-family:arial;
	color:#999999;
	margin-bottom:20px;
}

#breadCrumb a {
	font-family:trebuchet ms;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#breadCrumb a:hover {
	text-decoration:underline;
	color:#433f35;
}

#categoryInfo {
	font-size:12px;
	font-family:arial;
	color:#333333;
	float:left;
	width:445px;
}

#categoryImage {
	text-align:right;
	float:left;
	width:310px;
}

#categoryImage img {
	height:250px;
	width:250px;
	border:none;
}

#categories {
	overflow:hidden;
	width:730px;	
}

#relatedProducts {
	overflow:hidden;
}

#categories .product {
	width:130px;
	height:160px;	
	padding:0px;
	border:1px #c7c6c4 solid;
	text-align:center;
	float:left;
	overflow:hidden;	
	margin-right:3px;
	margin-bottom:3px;	
	padding:5px;
}

#categories .product .image {
	margin:0px;
	padding:0px;
	width:118px;
	text-align:center;
	height:118px; 
	overflow:hidden;	
}

#categories .product span.price {
	font-size:12px;
	font-family:arial;
	color:#877753;
	display:inline-block;
	width:112px;
	height:20px;
	text-align:center;		
	font-weight:bold;
}

#categories .product a.title {
	font-size:12px;
	font-family:arial;
	color:#211f1a;
	text-decoration:none;
}

#categories .product a.title:hover {
	color:#666666;
	text-decoration:underline;
}

#sortOptions {
	border:1px #aeaeae solid;
	width:730px;
	padding:5px;
	font-size:12px;
	font-family:arial;
	color:#333333;
}

#sortOptions select {
	vertical-align:middle;
	font-size:12px;
	font-family:arial;
	color:#333333;
	width:150px;
}

#products {
	ovefrlow:hidden;	
	width:749px;
}

#products .product {
	width:134px;
	height:210px;	
	padding:0px;
	border:1px #c7c6c4 solid;
	text-align:center;
	float:left;
	overflow:hidden;	
	margin-right:3px;
	margin-bottom:3px;	
	padding:5px;
}

#products .product .image {
	margin:0px;
	padding:0px;
	width:118px;
	text-align:center;
	height:118px; 
	overflow:hidden;	
}

#products .product span.price {
	font-size:12px;
	font-family:arial;
	color:#877753;
	display:inline-block;
	width:112px;
	height:20px;
	text-align:center;		
	font-weight:bold;
}

#products .product a.title {
	font-size:12px;
	font-family:arial;
	color:#211f1a;
	text-decoration:none;
	display:inline-block;
	height:45px;
	display:inline-block;
	overflow:hidden;
}

#products .product a.title:hover {
	color:#666666;
	text-decoration:underline;
}

#products .product .moreInfo {
	text-align:right;
}

#products .product span.price {
	font-size:12px;
	font-family:arial;
	color:#877753;		
}


