﻿body
{
  font-family: Tahoma, Sans-Serif;
  font-size: 9pt;
  color: Black;
  background-color: White;
  margin: 0px;
  padding: 0px;
}

.IndexPad
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.IndexPad2
{
  width: 945px;
  text-align: left;
  border-left: solid 1px gray;
  border-right: solid 1px gray;
  border-bottom: solid 1px gray;
}
.IndexTable
{
  border-collapse: collapse;
}
.IndexTable td
{
  padding: 0px;
}
.IndexTable img
{
  border-width: 0px;
}
.IndexBodyPad
{
  background-image: url('/images/IndexBodyPadBg.gif');
  background-position: left top;
  background-repeat: repeat-y;
}
.IndexBody
{
  background-image: url('/images/IndexBodyBg.gif');
  background-position: center top;
  background-repeat: no-repeat;
}
.IndexContent
{
  border-collapse: collapse;
  width: 100%;
}
.IndexContent td
{
  width: 50%;
  vertical-align: top;
  padding: 10px;
}

.Footer
{
  background-image: url('/images/FooterBg.gif');
  background-position: left top;
  background-repeat: repeat-x;
  height: 38px;
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
  padding-top: 30px;
  margin-top: 10px;
}

.HeaderBg
{
  background-image: url('/images/HeaderBg.gif');
  background-position: left top;
  background-repeat: repeat-x;
  height: 322px;
}
.HeaderRight
{
  float: right;
}
.HeaderTable
{
  width: 100%;
  border-collapse: collapse;
}
.HeaderTable img
{
  border-width: 0px;
}
.HeaderTable td
{
  padding: 0px;
}
.HeaderLow
{
  background-image: url('/images/HeaderLowRight.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  height: 84px;
  font-size: 9pt;
  vertical-align: top;
}
.HeaderLowPad
{
  padding-left: 280px;
  padding-top: 18px;
}

.ContentPad
{
  padding-top: 5px;
  padding-left: 50px;
  padding-right: 50px;
}



/********************** Elements required by GHC.CMS *****************************/

.Button
{
  border: solid 1px gray;
  background-color: #eeeeee;
  font-family: Tahoma;
  font-size: 8pt;
}
.TextInput
{
  font-family: Tahoma;
  font-size: 8pt;
}

/*** Classes ***/

h1, h1 a
{
  font-family: Verdana;
  font-size: 14pt;
  font-weight: normal;
  color: black;
  margin-bottom: 5px;
}
h1
{
  background-image: url('/images/h1.gif');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}


h2, h2 a
{
  font-family: Verdana;
  font-size: 11pt;
  font-weight: bold;
  color: #880203;
  margin-bottom: 4px;
}

h3, h4, h5, h6
{
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #880203;
}

a
{
  color: red;
}

p
{
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

.Content img
{
  border: solid 2px #3366cc !important;
}

/*** News ***/

.NewsDate
{
  font-size: 7pt;
  color: #800505;
}

.NewsImage
{
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

/*** Products ***/

.ProductGroupTree img
{
  border-width: 0px;
  vertical-align: middle;
  padding-right: 5px;
}
.Level0, .Level0 a
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
  color: #005B9B;
}
.Level1, .Level1 a
{
  list-style-type: none;
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: underline;
  font-weight: bold;
  color: #AE0001;
}
.Level2, .Level2 a
{
  list-style-type: none;
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
  font-family: Verdana;
  font-size: 7pt;
  font-weight: normal;
  text-decoration: underline;
  font-weight: bold;
}
.Level2 .Arrow, .Level3 .Arrow
{
  display: none !important;
  width: 1px !important;
}

/*** Products ***/

.ProductList
{
  border-collapse: collapse;
  border-width: 0px;
  width: 100%;
}
.ProductList td, .ProductList th
{
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  padding: 5px;
  vertical-align: top;
}
.ProductList .num
{
  text-align: right;
}
.ProductList .ProductImage
{
  border: solid 1px gray;
  margin-bottom: 7px;
}
.ProductList .CartImage
{
  vertical-align: middle;
  border-width: 0px;
}
.ProductList .YesNoImage
{
  vertical-align: middle;
  border-width: 0px;
}
.ProductList .CartQuantity
{
  display: inline;
  font-size: 8pt;
}
.ProductList .CartQuantity input
{
  font-size: 8pt;
}
.ProductList .CartQuantity input.TextInput
{
  width: 20px;
}

.RootProductGroups
{
  border-collapse: collapse;
}
.RootProductGroups a
{
  color: #1d5085;
}
.RootProductGroups h2, .RootProductGroups h2 a
{
  color: #ff8a01;
  font-weight: bold;
}
.RootProductGroups td
{
  padding: 5px;
  vertical-align: top;
}

.ProductDetailsImage
{
  float: left;
  border: solid 1px gray;
  margin-right: 10px;
  margin-bottom: 10px
}

.ProductDetailsMiscName
{
  color: #1d5085;
  font-weight: bold;
  padding-bottom: 10px;
}
.ProductDetailsMiscValue
{
  color: #da251d;
}

.ProductDetailsAttributes
{
  border-collapse: separate;
  width: 100%;
}
.ProductDetailsAttributes th, .ProductDetailsAttributes td 
{
  border: solid 1px white;
  padding: 6px;
}
.ProductDetailsAttributes th
{
  background-color: #f0f0f0;
  text-align: left;
  font-weight: normal;
  border-right: solid 12px white;
}
.ProductDetailsAttributes td
{
  background-color: #dcdcdc;
  padding-left: 45px;
}

.CatalogSearchForm
{
  margin: 0px;
  font-size: 8pt;
  font-weight: normal;
}

/*** Nav Path ***/

.NavPath
{
  font-size: 8pt;
  font-weight: bold;
  text-align: right;
}
.NavPath a
{
  color: red;
}


/*** Articles ***/

.ArticlesArticleGroupImage
{
  margin-left: 5px;
  margin-right: 5px;
}

.ArticlesLinkPhotoTable td
{
  vertical-align: top;
}

/*** Photo Gallery ***/

.PhotoGalleryContainer
{
  font-size: 7pt;
  text-align: center;
}
.PhotoGallery
{
  float: left;
  margin: 5px;
  width: 100px;
}
.PhotoGallery td
{
  text-align: center;
}
.PhotoGallery div
{
  text-align: center;
  padding: 2px;
}
.PhotoGallery img
{
  float: none;
  border-width: 0px;
}

/*** Navigator ***/

.Navigator
{
  font-size: 9pt;
  font-weight: bold;
  padding: 10px;
}

/*** Vote ***/

.VoteBox
{
  padding-left: 20px;
}
.VoteBox .VotesQ
{
  font-weight: bold;
}
.VoteBox form
{
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}
.VotesSubmit
{
  background-color: #1d5085;
  color: White;
  border: solid 1px #003060;
  margin-top: 5px;
}

.VoteTable
{
  border-collapse: collapse;
}
.VoteTable td, .VoteTable th
{
  text-align: left;
  padding: 5px;
  border: solid 1px gray;
}

/*** Search ***/

.SearchTable
{
  border-collapse: collapse;
}
.SearchTable td
{
  vertical-align: top;
  padding: 10px;
}

.SearchImage
{
  float: left;
  margin-right: 5px;  
  border: solid 1px gray;
}

/*** Client Area  ***/

.GhcCms_Operations
{
  padding: 5px;
  background-color: #eeeeee;
}
.GhcCms_Login input
{
  font-family: Tahoma, sans-serif;
  font-size: 8pt;
}

.GhcCms_ErrorText
{
  font-weight: bold;
  color: Red;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ClientAreaMenu
{
  text-align: center;
  padding: 10px;
}

.GhcCms_ListTable
{
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
}
.GhcCms_ListTable td, .GhcCms_ListTable th
{
  padding: 5px;
  border: solid 1px gray;
}
.GhcCms_ListTable img
{
  border-width: 0px;
  vertical-align: middle;
}
.GhcCms_ListTable .num
{
  text-align: right;
}
.GhcCms_ListTable th
{
  text-align: left;  
}
.GhcCms_TextInput
{
  font-family: Tahoma;
  font-size: 8pt;
  width: 300px;
}
