﻿.DepartmentListHead
{      
  border-right: #01a647 1px solid;
  border-top: #01a647 1px solid;
  border-left: #01a647 1px solid;
  border-bottom: #01a647 1px solid;
  background-color: #30b86e;
  font-family: Verdana, Arial;
  font-weight: bold;
  font-size: 10pt;
  color: #f5f5dc;
  padding-left: 3px;
  text-align: center;
}
.DepartmentListContent
{
  border-right: #01a647 1px solid;
  border-top: #01a647 1px solid;
  border-left: #01a647 1px solid;
  border-bottom: #01a647 1px solid;
  background-color: #9fe1bb;
  text-align: center;
}
a.DepartmentUnselected
{      
  font-family: Verdana, Arial;
  font-weight: bold;
  font-size: 9pt;
  color: #5f9ea0;
  line-height: 25px;                              
  padding-left: 5px;                              
  text-decoration: none;
}                
a.DepartmentUnselected:hover                      
{                
  padding-left: 5px;                              
  color: #2e8b57;
}                
a.DepartmentSelected                              
{                
  font-family: Verdana, Arial;                    
  font-weight: bold;                              
  font-size: 9pt;
  color: #556b2f;
  line-height: 25px; 
  padding-left: 5px;
  text-decoration: none;
}
.CategoryListHead
{  
  border-right: purple 1px solid;
  border-top: purple 1px solid;
  border-left: purple 1px solid;
  border-bottom: purple 1px solid;
  background-color: Gray;    
  font-family: Verdana, Arial;  
  font-weight: bold;
  font-size: 10pt;
  color: #f5f5dc;
  text-align: center;
}
.CategoryListContent
{  
  border-right: red 1px solid;  
  border-top: red 1px solid;  
  border-left: red 1px solid; 
  border-bottom: red 1px solid; 
  background-color: gray;
  text-align: center;
}  
a.CategoryUnselected
{  
  font-family: Verdana;  
  font-weight: bold;
  font-size: 9px;
  color: red;
  line-height: 25px;
  padding-right: 5px;     
  padding-left: 5px;
  text-decoration: none     
}  
a.CategoryUnselected:hover    
{  
  color: #d2691e;
  padding-right: 5px;     
  padding-left: 5px 
}  
a.CategorySelected  
{  
  font-family: Verdana;  
  font-weight: bold;
  font-size: 9px;
  color: Gray;
  line-height: 25px;
  padding-right: 5px;     
  padding-left: 5px;
  text-decoration: none     
}   
.CatalogTitle
{ 
  color: red;
  font-family: verdna;
  font-size: 16px;
  font-weight: bold;
}
.CatalogDescription
{ 
  color: Black; 
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;	
}
a.ProductName
{
  color: Red;
  font-family: 'Verdana';
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
a.ProductName:hover
{  
  text-decoration: underline;
}
.ProductDescription
{ 
  color: Black; 
  font-family: Verdana;
  font-size: 11px;
} 
.ProductPrice
{ 
  color: Black; 
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
} 
.PagingText
{ 
  font-family: Verdana;
  font-size: 11px; 
  color: Black; 
}
.ProductTitle
{ 
  color: red;
  font-family: Verdana;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
}
