﻿body {
  font-family:Arial;
  font-size:10pt;
  color: Black;
}
a {
  text-decoration: none;
  color:black;
}
a:hover {
  text-decoration: underline;
}

.Window {
  width: 980px;
}
.Window .Main {
  width: 980px;
  margin: auto;
}
.Window .Main .Header{
  margin: 0px 0px 0px 0px;
  width: 980px;

}




.Window .Main .Left {
  width: 180px;
  float: left;
}
.Window .Main .Left .Container {
  margin-left: 0px;
  float: left;
}
.Window .Main .Right {
  width: 780px;
  float: right;
}
.Window .Main .Right .Contents{
  margin: 0px 0px 5px 0px;
  float: right;

 
}

.DepartmentsList{
  border: #01a647 1px solid; 
  text-align: center;
  margin-top: 5px;
}
.DepartmentsListHead
{
  border: #01a647 1px solid;
  background-color: #99FFCC;
}
a.DepartmentUnselected {
  line-height: 15px;
  text-decoration: none;
  color: Black;
}
a.DepartmentUnselected:hover {
  text-decoration: underline;
}
a.DepartmentSelected {
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  color: Black;
}

.CategoriesList {
  border: #ea6d00 1px solid;
  text-align: center;
  margin-top: 20px;
}
.CategoriesListHead {
  border: #ea6d00 1px solid;
  background-color: #f8c78c;
}
a.CategoryUnselected {
  line-height: 18px;
  text-decoration: none;
  color: Black;
}
a.CategoryUnselected:hover {
  text-decoration: underline;
}
a.CategorySelected {
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
  color: Black;
}

.CatalogTitle {
  color: black;
  font-size: 24px;
  font-weight: bold;
  float: left;
}
.CatalogDescription {
  color: black;
  font-size: 14px;
  font-weight: normal;
  float: left;
}

.ProductList img {
  border: 2px solid #CDC8B1;
 
  vertical-align: top;
}
.ProductTitle {
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 0 0;
}

.DetailSection {
  margin-top: 10px;
  margin-bottom: 10px;
}

.SearchBox {
  border-collapse:collapse;
  margin-top: 20px;
  width:180px;
}
.SearchBoxHead {
  border: #0468a4 1px solid;
  background-color: #FFFF99;
  text-align: center;  
}
.SearchBoxContent {
  border: #0468a4 1px solid;
  padding: 5px 0px 5px 12px;
}
.StockOnHand {
  color: maroon;
  font-size: 18px;
  font-weight: bold;
}