/*
body
{
	background:#f8f8ec url(images/body.jpg) repeat-x top left;
}
#footer
{
	background:url(images/footer.jpg);
}
*/

/* Normal body text */

.BodyText
{ 
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  font-family: Arial, Verdana;
} 
.BoldBlackText
{ 
  font-weight: bold;
  font-size: 13px;
  color: #000000;
  font-family: Arial, Verdana;  
} 
.RegularBlackText
{ 
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  font-family: Arial, Verdana;  
} 
.BoldRedText
{ 
  font-weight: bold;
  font-size: 13px;
  color: #CC0000;
  font-family: Arial, Verdana;  
} 
.RegularRedText
{ 
  font-weight: normal;
  font-size: 13px;
  color: #CC0000;
  font-family: Arial, Verdana;  
} 
.BoldOrangeText
{ 
  font-weight: bold;
  font-size: 13px;
  color: #e47911;
  font-family: Arial, Verdana;  
} 
.BoldBlueText
{ 
  font-weight: bold;
  font-size: 13px;
  color: #0000FF;
  font-family: Arial, Verdana;  
}
.YellowHighlight
{ 
  font-size: 13px;
  font-weight: bold;
  background: #FFFF00;
  color: #000000;
  font-family: Arial, Verdana;
}
.SectionRedText
{ 
  font-weight: bold;
  font-size: 22px;
  color: #CC0000;
  font-family: Arial, Verdana;  
} 
.SectionBlueText
{ 
  font-weight: bold;
  font-size: 22px;
  color: #3A7DDA;
  font-family: Arial, Verdana;  
} 

.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: Arial, Verdana;
  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: Arial, Verdana;
  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: Arial, Verdana;  
  font-weight: bold;
  font-size: 9pt;
  color: #556b2f;
  line-height: 25px; 
  padding-left: 5px;
  text-decoration: none;
}
.CategoryListHead
{  
  border-right: #ea6d00 1px solid;
  border-top: #ea6d00 1px solid;
  border-left: #ea6d00 1px solid;
  border-bottom: #ea6d00 1px solid;
  background-color: #ef8d0e; 
  font-family: Arial, Verdana;  
  font-weight: bold;
  font-size: 10pt;
  color: #f5f5dc;
  text-align: center;
}
.CategoryListContent
{  
  border-right: #ea6d00 1px solid;  
  border-top: #ea6d00 1px solid;  
  border-left: #ea6d00 1px solid; 
  border-bottom: #ea6d00 1px solid; 
  background-color: #f8c78c;
  text-align: center;
}  
a.CategoryUnselected
{  
  font-family: Arial, Verdana;  
  font-weight: bold;
  font-size: 9pt;
  color: #cd853f;
  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: Arial, Verdana;  
  font-weight: bold;
  font-size: 9pt;
  color: #a0522d;
  line-height: 25px;
  padding-right: 5px;  
  padding-left: 5px;
  text-decoration: none  
}
.CatalogTitle
{ 
  color: #3a7dda;
  font-family: Arial, Verdana;  
  font-size: 24px;
  font-weight: bold;
}
.PageTitle
{ 
  color: #3a7dda;
  font-family: Arial, Verdana;  
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.HeadingH3
{ 
  color: #3a7dda;
  font-family: Arial, Verdana;  
  font-size: 16px;
  font-weight: bold;
}
.HighlightedRedText
{ 
  color: #3a7dda;
  font-family: Arial, Verdana;  
  font-size: 16px;
  font-weight: bold;
}
.RedText
{ 
  color: #3a7dda;
  font-family: Arial, Verdana;  
  font-size: 13px;
  font-weight: bold;
}
.BrightText
{ 
  font-weight: bold;
  font-size: 12px;
  color: blue;
  font-style: italic;
  font-family: Arial, Verdana;  
} 
.BrightRedText
{ 
  font-weight: bold;
  font-size: 12px;
  color: #CC0000;
  font-family: Arial, Verdana;  
} 
.BrightBlueText
{ 
  font-weight: bold;
  font-size: 12px;
  color: #CC0000;
  font-family: Arial, Verdana;  
} 
.BrightRedRegularText
{ 
  font-size: 12px;
  color: #CC0000;
  font-family: Arial, Verdana;  
} 
.BrightRedLargeText
{ 
  font-weight: bold;
  font-size: 22px;
  color: #CC0000;
  font-family: Arial, Verdana;  
} 
.WineText
{ 
  font-weight: bold;
  font-size: 12px;
  color: #990000;
  font-family: Arial, Verdana;  
} 
.WineLargeText
{ 
  font-weight: bold;
  font-size: 22px;
  color: #990000;	/* #d20000;	#a60000;*/
  font-family: Arial, Verdana;  
} 
.BlackLargeText
{ 
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  font-family: Arial, Verdana;  
} 
.BrightOrangeLargeText
{ 
  font-weight: bold;
  font-size: 22px;
  color: #e47911;
  font-family: Arial, Verdana;  
} 
.BrightOrangeMediumText
{ 
  font-weight: bold;
  font-size: 18px;
  color: #e47911;
  font-family: Arial, Verdana;  
} 
.BrightBlueLargeText
{ 
  font-weight: bold;
  font-size: 22px;
  color: #00009b;
  font-family: Arial, Verdana;  
} 
.BrightBlueText
{ 
  font-weight: bold;
  font-size: 12px;
  color: #00009b;
  font-family: Arial, Verdana;  
} 
.CatalogDescription
{ 
  color: Black; 
  font-family: Arial, Verdana;  
  font-weight: bold;
  font-size: 14px;	
}
.PageText
{ 
  color: Black; 
  font-family: Arial, Verdana;  
  font-size: 13px;
  text-decoration : none;
}
a.ProductName
{
  color: blue;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
a.ProductName:hover
{  
  text-decoration: underline;
}
.ProductDescription
{ 
  color: Black; 
  font-family: Arial, Verdana;  
  font-size: 12px;
  font-weight: bold;
  text-align: left;
} 
.ProductText
{ 
  color: Black; 
  font-family: Arial, Verdana;  
  font-size: 11px;
} 
.ProductPrice
{ 
  color: Black; 
  font-family: Arial, Verdana;  
  font-weight: bold;
  font-size: 14px;
} 
.ProductTitle
{
	color: #000000;
	font-family: Arial, Verdana;  
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 15px;
}
.ProductSectionHeader
{
	color: #000000;
	font-family: Arial, Verdana;  
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.SearchBoxHead
{
  border-right: #0468a4 1px solid;
  border-top: #0468a4 1px solid;
  border-bottom: #0468a4 1px solid;
  border-left: #0468a4 1px solid;
  background-color: #0583b5;
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 10pt;
  color: #f5f5dc;
  text-align: center; 
}
.SearchBoxContent
{
  border-right: #0468a4 1px solid;
  border-top: #0468a4 1px solid;
  border-left: #0468a4 1px solid;
  border-bottom: #0468a4 1px solid;
  background-color: #8bc8dd;
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: blue;
  padding-top: 5px;
  padding-left: 12px;
  padding-bottom: 5px;
}
.SearchBox
{
  font-family: Arial, Verdana;  
  font-size: 9pt;
  margin-bottom: 5px;
}
.UserInfoHead
{
  border-right: #3a7dda 2px solid;
  border-top: #3a7dda 2px solid;
  border-left: #3a7dda 2px solid;  
  border-bottom: #3a7dda 2px solid;
  background-color: #3a7dda; 
  font-family: Arial, Verdana;  
  font-weight: bold;
  font-size: 10pt;  
  color: #ffffff;
  padding-left: 3px;
  text-align: center;
}  
.UserInfoContent
{
  border-right: #3a7dda 2px solid; 
  border-top: #3a7dda 2px solid;
  border-left: #3a7dda 2px solid;  
  border-bottom: #3a7dda 2px solid;
  background-color: #ffffff; 
  text-align: center;
} 
.UserInfoText1
{
  font-family: Arial, Verdana;
  font-size: 9pt;
  padding-left: 5px;
  text-decoration: none;
  color:#3a7dda;
  text-align:center;
}
.UserInfoText2
{
  font-family: Arial, Verdana;
  font-size: 9pt;
  padding-left: 5px;
  text-decoration: none;
  color:#3a7dda;
  text-align:left;
}
a.UserInfoLink
{
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 9pt;
  color: #3a7dda;
  line-height: 15px;
  padding-left: 5px;
  text-decoration: none;
  text-align:center;
} 
a.UserInfoLink:hover 
{ 
  padding-left: 5px;
  color: #000000;
}
.Button
{ 
  color: Black;
  font-family: Arial, Verdana;  
  font-size: 12px;
}
.AdminButtonText
{ 
  color: Black;
  font-family: Arial, Verdana;  
  font-size: 12px;
}
.AdminTitle
{ 
  color: Black;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
} 
.AdminPageText
{ 
  color: Black;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 12px;
}
a.AdminPageText
{
  color: Navy;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 12px;
}
a.AdminPageText:hover
{ 
  color:blue;
}
.SpecialOrderHeader
{ 
  color: #ffffff;
  background-color: #3a7dda;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
.SpecialOrderError
{ 
  font-size: 12px;
  color: blue;
  font-family: Arial, Verdana;  
  text-align: left;
}
.Grid
{
  border-color: #3a7dda;
  width: 100%;
}
.GridHeader
{ 
  color: #ffffff;
  background-color: #3a7dda;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.GridFooter
{ 
  color: #ffffff;
  background-color: #3a7dda;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.GridRow
{ 
  color: Black;
  background-color: #c5d7ed;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.GridEditingRow
{
  color: Black;
  background-color: #fefefe;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 14px;
  text-align: left;
}
.GridAlternateRow
{ 
  color: Black;
  font-family: Arial, Verdana;  
  font-family: Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.SalesTaxTableTitle
{ 
  color: #ffffff;
  background-color: #3a7dda;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.SmallButtonText
{ 
  color: Black;
  font-family: Arial, Verdana;  
  font-size: 10px;
}
.SmallButtonBoldText
{ 
  color: Black;
  font-family: Arial, Verdana;  
  font-size: 10px;
  font-weight: bold;
}
.CartSummary
{
  border-right: #3a7dda 2px solid;
  border-top: #3a7dda 2px solid;
  border-left: #3a7dda 2px solid;
  border-bottom: #3a7dda 2px solid;
  background-color: #c5d7ed;
  font-family: Arial, Verdana;  
  font-size: 9pt;
  color: Navy;
  padding-top: 3px;
  padding-left: 2px;
  padding-bottom: 5px;
}
a.CartLink
{
  color: #3a7dda;
  font-family: Arial, Verdana;  
  text-decoration: none;
  font-size: 12px;
}
a.CartLink:hover
{  
  color: #3a7dda;
}
.ShoppingCartError
{ 
  color: blue;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Verdana;  
  text-align: right;
}
.ShoppingCartTitle
{
  color: blue;
  font-family: Arial, Verdana;  
  font-size: 16px;
}
.CheckoutAlert
{ 
  color: blue;
  font-size: 14px;
  font-family: Arial, Verdana;  
  font-weight: bold;
  text-align: left;
}
.AdminErrorText
{ 
  font-weight: bold;
  font-size: 12px;
  color: blue;
  font-style: italic;
  font-family: Arial, Verdana;  
} 
.RecommendationHead
{ 
  color: Black;
  font-family: Arial, Verdana;  
  font-weight: bold;
  font-size: 10px;
}
.RecommendationText
{ 
  color: Black;
  font-family: Arial, Verdana;  
  font-size: 10px;
}
.RecommendationLink
{
  color: Black;
  font-family: Arial, Verdana;  
  text-decoration: underline;
  font-size: 10px;
}
a.RecommendationLink:hover
{  
  color: blue;
}
.UserDetailsTableHead
{
    border-bottom: #3a7dda 2px solid;
    background-color: #3a7dda;
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    padding-left: 3px;
    text-align: center;
}
.UserDetailsTable
{
    width: 100%;
    background-color: #c5d7ed;
	font-family: Arial, Verdana;  
    font-size: 12px;
    border: #3a7dda 2px solid;
    line-height: 25px;
    text-align: left;
}
.InfoText
{
  font-family: Arial, Verdana;  
    font-size: 12px;
    color: #000000;
}
.MenuBar
{
	text-align: center;
}
.ParagraphHeading
{
	font-family: Arial, Verdana;  
    font-size: 14px;
    color: #3a7dda;
    font-weight: bold;
    text-align: left;
}
.ParagraphText
{
    color: #000000;
    text-align: left;
    width: 900px;
}
.TableCentered
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.PrintTitleCentered
{
	font-family: Arial, Verdana;  
    font-size: 14px;
	color: Black; 
	text-align:center;
    font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.ImageCentered
{
	text-align:center;
    display:block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.DepartmentListHead
{      
  border-right: #01a647 2px solid;
  border-top: #01a647 2px solid;
  border-left: #01a647 2px solid;
  border-bottom: #01a647 2px solid;
  background-color: #30b86e;
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 10pt;
  color: #f5f5dc;
  padding-left: 3px;
  text-align: center;
}      
.DepartmentListContent
{      
  border-right: #01a647 2px solid;
  border-top: #01a647 2px solid;
  border-left: #01a647 2px solid;
  border-bottom: #01a647 2px solid;
  background-color: #9fe1bb;
  text-align: center;
}      
a.DepartmentUnselected
{      
  font-family: Arial, Verdana;
  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: Arial, Verdana;                    
  font-weight: bold;                              
  font-size: 9pt;
  color: #556b2f;
  line-height: 25px; 
  padding-left: 5px;
  text-decoration: none;
}
a.FooterUnselected
{
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000000;
	text-decoration: none;
}
