﻿body {
  font-family:Arial;
  font-size:10pt;
  color: Black;
}
a {
  text-decoration: none;
  color:black;
}
a:hover {
  text-decoration: underline;
}

.Window {
  width: 100%;
}
.Window .Main {
  width: 950px;
  margin: auto;
}
.Window .Main .Left {
  width: 220px;
  float: left;
  vertical-align: top;
}
.Window .Main .Left .Container {
  margin: 0px 0px 10px 10px;
  float: left;
  vertical-align: top;
}
.Window .Main .Right {
  width: 730px;
  float: left;
}
.Window .Main .Right .Header{
  margin: 5px 5px 5px 0px;
  width: 100%;
  text-align: center;
}
.Window .Main .Right .Contents{
  margin: 5px 5px 5px 0px;
  width: 100%;
  float: left;
}

.DepartmentsList{
  border: black 1px solid;
  text-align: center;
  margin-top: 5px;
  vertical-align: top;
}
.DepartmentsListHead
{
	background-color: #663300;
	border: black 1px solid;
	color: white;
}
a.DepartmentUnselected {
  line-height: 25px;
  text-decoration: none;
  color: Black;
}
a.DepartmentUnselected:hover {
  text-decoration: underline;
}
a.DepartmentSelected {
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
  color: Black;
}
div.DepartmentSelected
{
	border: #ea6d00 1px solid;
	margin: 3px 3px 3px 3px;
	color: #663300;
	font-size:larger;
}
div.DepartmentUnSelected
{
	border: #eeeeee 1px solid;
	margin: 3px 3px 3px 3px;
}

.CategoriesList {
  border: #ea6d00 1px solid;
  text-align: center;
  margin-top: 20px;
}
.CategoriesListHead {
  border: #ea6d00 1px solid;
  background-color: #f8c78c;
}
a.CategoryUnselected {
  line-height: 20px;
  text-decoration: none;
  color: black;
}
a.CategoryUnselected:hover {
  text-decoration: underline;
  color:Blue;
}
a.CategorySelected
{
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: Red;
	font-size:larger;
}
div.CategorySelected
{
	border: #ea6d00 1px solid;
	margin: 1px 3px 1px 3px;
}
div.CategoryUnSelected
{
	border: #eeeeee 1px solid;
	margin: 1px 3px 1px 3px;
}

a.PagerUnselected {
  line-height: 25px;
  text-decoration: none;
  color: Black;
}
a.PagerUnselected:hover {
  text-decoration: underline;
}
a.PagerSelected {
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
  color: Black;
}
a.ProductPrevNext {
  line-height: 20px;
  text-decoration: none;
  color: red;
  font-size:10pt;
  font-weight: bold;
}
a.ProductPrevNext:hover {
  text-decoration: underline;
  color: Blue;
}
a.ProductPrevNextDisabled {
  line-height: 20px;
  text-decoration: none;
  color: Gray;
  font-size:10pt;
  font-weight: bold;
}

.CatalogTitle {
  color: red;
  font-size: 24px;
  font-weight: bold;
}
.CatalogDescription
{
	color: #660033;
	font-weight: bold;
	font-size: 18px;
}

.ProductList img {
  border: 2px solid #c6e1ec;
  float: left;
  margin-right: 5px;
  vertical-align: top;
}
.ProductTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 1px 0 0;
  color:Red;
}
.ProductTitleLink {
  color:Red;
}
