.categoryPageTitle
{
	border-bottom : 1px #868379 solid;
	font-size : 19px;
	padding-bottom : 5px;
}
.categoryTitle
{
	padding-top : 3px;
	padding-bottom : 5px;
}
.categoryTitle h1
{
	font-size : 11px;
	padding-top : 3px;
	padding-bottom : 5px;
}
.categoryNavigation
{
	padding : 5px;
  margin:5px 0 5px 0;
}
.categoryNavigation a
{
	padding:2px 4px 2px 4px;
  border:1px #868379 solid;
}
.categoryNavigation a:hover
{
	padding:2px 4px 2px 4px;
  border:1px #868379 solid;
  color:#fff;
  background-color:#868379;
}
.categoryNavigation b
{
	padding:2px 4px 2px 4px;
  border:1px #868379 solid;
  color:#fff;
  background-color:#868379;
}
.categoryProducts
{
	display : inline;
	vertical-align : text-top;
	width : 150px;
}
.categoryProductItems
{
	padding-top : 10px;
	padding-bottom : 5px;
	font-weight : bold;
	width : 150px;
	text-align : center;
}
.categoryProductItems h2
{
	padding-top : 10px;
	padding-bottom : 5px;
	font-weight : bold;
	width : 150px;
	text-align : center;
}
.categoryImage
{
  position: relative;
	padding-bottom : 5px;
	text-align : center;
}
.categoryDetails
{
	text-align : center;
}
.categoryDetailsSale
{
	text-align : center;
	color : #FF0000;
}
.border
{
	border : #e8e2cf 1px solid;
}
.imageBorder
{
	border : #868379 1px solid;