/***********************************************/
/*                BODY STYLE                   */
/***********************************************/

body
   {
   font-size: 12px;
   text-align: center;
   color: #000000;
   margin-top: 0px ;
   margin-bottom: 0px ;
   }


/***********************************************/
/*                HEADER STYLE                 */
/***********************************************/

h1
   {
   font-family: georgia ;
   font-weight: bold;
   font-size: 18px ;
   color: #000000 ;
   text-align: center ;
   text-transform: capitalize;
   }

h1.Product
   {
   color: #000000 ;
   text-align: left ;
   margin-bottom: 5px ;
   }

h2
   {
   font-family: georgia ;
   font-weight: bold;
   font-size: 15px ;
   color: #000000 ;
   text-align: center ;
   text-transform: capitalize;
   text-decoration: none;
   }

h2.ProductSubTitle
   {
   font-family: georgia ;
   font-size: 15px ;
   text-align: left ;
   font-style: italic ;
   margin-top: 5px ;
   margin-bottom: 5px ;
   text-transform: none ;
   }

h3
   {
   font-family: georgia ;
   font-size: 13px ;
   color: #000000 ;
   text-align: center ;
   }

h4
   {
   font-family: georgia ;
   font-size: 12px ;
   color: #000000 ;
   text-align: center ;
   }

h5
   {
   font-family: georgia ;
   font-size: 12px ;
   color: #CC0000 ;
   text-align: left ;
   }


/***********************************************/
/*                ANCHOR STYLE                 */
/***********************************************/

a:link
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none ;
   }

a:visited
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none ;
   }

a:active
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   text-decoration: underline ;
   }

a:hover
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-weight: bold ;
   font-size: 12px ;
   text-decoration: underline ;
   }

   /****************************************************************/
   /* The A style is used for anchor (link) text in most all pages */
   /****************************************************************/

a.Page:link
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none ;
   }

a.Page:visited
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none ;
   }

a.Page:active
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   text-decoration: underline ;
   }

a.Page:hover
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-weight: bold ;
   font-size: 12px ;
   text-decoration: underline ;
   }

   /*********************************************************************************/
   /* The A.Category style is used for anchor (link) text on the category.aspx page */
   /*********************************************************************************/

a.Category:link
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none ;
   }

a.Category:visited
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none ;
   }

a.Category:active
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   text-decoration: underline ;
   }

a.Category:hover
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-weight: bold ;
   font-size: 12px ;
   text-decoration: underline ;
   }

   /*************************************************************************************************************************/
   /* The A.MenuTitle is used for anchor (link) text in the top of menus like those found in leftnav.aspx and rightnav.aspx */
   /*************************************************************************************************************************/

a.MenuTitle:link
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   font-variant: small-caps;
   text-decoration: none ;
   }

a.MenuTitle:visited
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   font-variant: small-caps;
   text-decoration: none ;
   }

a.MenuTitle:active
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-variant: small-caps;
   text-decoration: underline ;
   }

a.MenuTitle:hover
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-weight: bold ;
   font-size: 12px ;
   font-variant: small-caps;
   text-decoration: underline ;
   }

   /*************************************************************************************************/
   /* The A.Product style is used for anchor (link) text on the product.aspx and product1.aspx page */
   /*************************************************************************************************/

a.Product:link
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none ;
   }

a.Product:visited
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none ;
   }

a.Product:active
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   text-decoration: underline ;
   }

a.Product:hover
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-weight: bold ;
   font-size: 12px ;
   text-decoration: underline ;
   }

   /******************************************************************************************************************************/
   /* The A.ProductListItem style is used for anchor (link) text where there are multiple products being listed on the same page */
   /******************************************************************************************************************************/

a.ProductListItem:link
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none;
   }

a.ProductListItem:visited
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   text-decoration: none ;
   }

a.ProductListItem:active
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-size: 12px ;
   text-decoration: underline ;
   }

a.ProductListItem:hover
   {
   color: #0069B3 ;
   font-family: georgia ;
   font-weight: bold ;
   font-size: 12px ;
   text-decoration: underline ;
   }

   /************************************************************************************************************************************/
   /* The a.CategoryNavigation style is used for the tabbed category navigation used on category.aspx, product1.aspx and product2.aspx */
   /************************************************************************************************************************************/

a.CategoryNavigation:link
   {
   color: #0066cc;
   font-weight: normal;
   font-style: normal;
   }

a.CategoryNavigation:visited
   {
   color: #0066cc;
   font-weight: normal;
   font-style: normal;
   }

a.CategoryNavigation:active
   {
   color: #0066cc;
   font-weight: normal;
   font-style: normal;
   }

a.CategoryNavigation:hover
   {
   color: #0066cc;
   font-weight: normal;
   text-decoration: underline;
   font-style: normal;
   }

   /******************************************************************************************************************************************/
   /* The a.CategoryNavigationActive style is used for the tabbed category navigation used on category.aspx, product1.aspx and product2.aspx */
   /******************************************************************************************************************************************/

a.CategoryNavigationActive:link
   {
   text-decoration: none;
   font-style: italic;
   }

a.CategoryNavigationActive:visited
   {
   font-weight: bold;
   text-decoration: underline;
   font-style: italic;
   }

a.CategoryNavigationActive:active
   {
   font-weight: bold;
   text-decoration: underline;
   font-style: italic;
   }

a.CategoryNavigationActive:hover
   {
   font-weight: bold;
   text-decoration: underline;
   font-style: italic;
   }


/***********************************************/
/*                TABLE STYLE                  */
/***********************************************/

table
   {
   font-family: georgia ;
   font-size: 12px;
   table-layout: auto ;
   }

   /***************************************************************************/
   /* The Table settings for includes\leftnav.asxp and includes\rightnav.aspx */
   /***************************************************************************/

table.MenuBox
   {
   border-right: #EEEECD 2px solid;
   border-top: #EEEECD 2px solid;
   margin: 14px 0px 0px;
   border-left: #EEEECD 2px solid;
   border-bottom: #EEEECD 2px solid;
   padding: 2px;
   }

   /*******************************************************/
   /* The Table settings for the outer table of all pages */
   /*******************************************************/

table.Main
   {
   padding: 0px;
   width: 760px;
   }

   /*******************************************/
   /* The Table settings for storeheader.aspx */
   /*******************************************/

table.StoreHeader
   {
   padding: 0px;
   }

   /***************************************************************************/
   /* The Table settings for output of product listings withing category.asxp */
   /***************************************************************************/

table.ProductListing
   {
   padding: 0px;
   width: 100%;
   }

   /**************************************************************************************/
   /* The Table settings for output of product detail in product1.aspx and product2.aspx */
   /**************************************************************************************/

table.ProductDetail
   {
   /* border: #EEEECD 2px solid; */
   margin: 8px;
   padding: 0px;
   width: 98%;
   }

   /**************************************************************************************************************************************/
   /* The Table settings for outertable that surrounds the page detail on most all files, which includes the title or header of the page */
   /**************************************************************************************************************************************/

table.OuterTable
   {
   padding: 0px;
   border: 2px solid #EEEECD;
   vertical-align: top;
   margin: 15px auto;
   }

   /**************************************************************************************/
   /* The Table settings for output of product detail in product1.aspx and product2.aspx */
   /**************************************************************************************/

table.ProductOptions
   {
   margin: 0px;
   padding: 0px;
   width: auto;
   font-size: 12px;
   }

   /**********************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files. The basket details would be an example of this table */
   /**********************************************************************************************************************************************************/

table.InnerTable
   {
   margin: 5px 0px 0px;
   text-align: center;
   padding: 2px;
   }

   /****************************************************************************************************************/
   /* The Table settings for the tabbed category navigation used on category.aspx, product1.aspx and product2.aspx */
   /****************************************************************************************************************/

table.CategoryNavigation
   {
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 0px;
   margin: 0px;
   padding-top: 0px;
   border: 0px solid #0066cc;
   }


/***********************************************/
/*            TABLE HEADING STYLE              */
/***********************************************/

th
   {
   font-family: georgia ;
   font-size: 12px ;
   color: #000000 ;
   text-align: right ;
   }

   /***************************************************************************/
   /* The Table settings for includes\leftnav.asxp and includes\rightnav.aspx */
   /***************************************************************************/

th.MenuBox
   {
   color: #000000 ;
   font-family: georgia ;
   font-size: 12px ;
   font-weight: bold ;
   background-color: #EEEECD;
   text-align: center;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #666666;
   padding: 0px;
   margin: 0px;
   }

   /*******************************************************/
   /* The Table settings for the outer table of all pages */
   /*******************************************************/

th.Main
   {
   padding: 0px;
   }

   /*******************************************/
   /* The Table settings for storeheader.aspx */
   /*******************************************/

th.StoreHeader
   {
   font-weight: bold;
   font-size: 10pt;
   color: #FFFFFF;
   text-align: left;
   padding: 0px;
   }

   /*********************************************************************************************/
   /* The Table settings for output of product listings withing category.aspx and productx.aspx */
   /*********************************************************************************************/

th.ProductListing
   {
   padding-right: 2px;
   margin-top: 4px;
   padding-left: 2px;
   padding-bottom: 2px;
   color: #FFFFFF;
   padding-top: 2px;
   background-color: #0066cc;
   text-align: center;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #666666;
   }

   /**************************************************************************************/
   /* The Table settings for output of product detail in product1.aspx and product2.aspx */
   /**************************************************************************************/

th.ProductDetail
   {
   padding-right: 2px;
   margin-top: 4px;
   padding-left: 2px;
   font-weight: bold;
   font-size: 12px;
   padding-bottom: 2px;
   color: #000000;
   padding-top: 2px;
   background-color: #EEEECD;
   text-align: left;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #666666;
   }

   /**************************************************************************************************************************************/
   /* The Table settings for outertable that surrounds the page detail on most all files, which includes the title or header of the page */
   /**************************************************************************************************************************************/

th.OuterTableCaption
   {
   padding-right: 2px;
   margin-top: 4px;
   padding-left: 2px;
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 2px;
   color: #000000;
   padding-top: 2px;
   background-color: #EEEECD;
   text-align: center;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #666666;
   }

   /**************************************************************************************************************************************/
   /* The Table settings for outertable that surrounds the page detail on most all files, which includes the title or header of the page */
   /**************************************************************************************************************************************/

th.OuterTableHeader
   {
   padding-right: 2px;
   margin-top: 4px;
   padding-left: 2px;
   font-weight: bold;
   font-size: 12px;
   padding-bottom: 2px;
   padding-top: 2px;
   background-color: #FFFFFF;
   text-align: center;
   }

   /**************************************************************************************************************************************/
   /* The Table settings for outertable that surrounds the page detail on most all files, which includes the title or header of the page */
   /**************************************************************************************************************************************/

th.OuterTableSection
   {
   padding-right: 2px;
   margin-top: 4px;
   padding-left: 2px;
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 2px;
   padding-top: 2px;
   background-color: #EEEECD;
   text-align: center;
   }

   /**************************************************************************************************************************************/
   /* The Table settings for outertable that surrounds the page detail on most all files, which includes the title or header of the page */
   /**************************************************************************************************************************************/

th.OuterTable
{
   padding-right: 2px;
   padding-left: 2px;
   font-weight: bold;
   padding-bottom: 2px;
   padding-top: 2px;
   text-align: right;
   vertical-align: top;
   font-size: 12px;
}

   /************************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files.  The basket details would be an example of this table. */
   /************************************************************************************************************************************************************/

th.InnerTableHeader
   {
   border: #FFFFFF 1px solid;
   padding: 2px;
   font-weight: bold;
   margin: 0px;
   text-align: center;
   font-size: 12px;
   background-color: #EEEECD;
   white-space: nowrap;
   }

   /************************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files.  The basket details would be an example of this table. */
   /************************************************************************************************************************************************************/

th.InnerTableCaption
{
   padding-right: 2px;
   margin-top: 4px;
   padding-left: 2px;
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 2px;
   padding-top: 2px;
   background-color: #EEEECD;
   text-align: center;
   }

   /***********************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files. The basket details would be an example of this table. */
   /***********************************************************************************************************************************************************/

th.InnerTable
   {
   font-weight: bold;
   font-size: 12px;
   text-align: right;
   padding: 2px;
   margin: 0px;
   }

th.ProductOptions
   {
   font-weight: bold;
   text-align: right;
   }


/***********************************************/
/*              TABLE CELL STYLE               */
/***********************************************/

td
   {
   font-family: georgia ;
   font-size: 12px ;
   color: #000000 ;
   }

   /*******************************************************/
   /* The Table settings for the outer table of all pages */
   /*******************************************************/

td.Main
   {
   padding: 0px;
   text-align: center;
   width: 610;
   }

td.MainLeftNav
   {
   padding: 0px;
   text-align: left;
   width: 150;
   }

td.MainRightNav
   {
   padding: 0px;
   text-align: right;
   }

   /*******************************************/
   /* The Table settings for storeheader.aspx */
   /*******************************************/

td.StoreHeader
   {
   background-color: #0066cc;
   text-align: left;
   padding: 0px;
   border-bottom: 1px solid #666666;
   }

   /***************************************************************************************************************/
   /* The Table settings for storeheader.aspx, tabbed buttons used for navigation within header AND category.aspx */
   /***************************************************************************************************************/

td.StoreHeaderButton
   {
   font-size: 12px;
   background-color: #0066cc;
   padding: 0px 3px 0px 5px;
   }

   /***************************************************************************************************************/
   /* The Table settings for storeheader.aspx, tabbed buttons used for navigation within header AND category.aspx */
   /***************************************************************************************************************/

td.StoreHeaderButtonActive
   {
   padding-right: 3px;
   padding-left: 5px;
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 0px;
   color: #FFFFFF;
   padding-top: 0px;
   border-bottom: 0px;
   background-color: #0066dd;
   font-style: italic;
   }

   /***************************************************************************/
   /* The Table settings for includes\leftnav.asxp and includes\rightnav.aspx */
   /***************************************************************************/

td.MenuBox
   {
   padding-right: 2px;
   padding-left: 2px;
   padding-bottom: 2px;
   padding-top: 2px;
   background-color: #FFFFFF;
   text-align: left;
   }

   /****************************************************************************/
   /* The Table settings for includes\leftnav.asxp and includes\rightnav.aspx  */
   /****************************************************************************/

td.MenuBoxData
   {
   padding-right: 2px;
   padding-left: 2px;
   font-weight: normal;
   padding-bottom: 2px;
   padding-top: 2px;
   background-color: #00CCFF;
   text-align: left;
   }

   /***************************************************************************/
   /* The Table settings for output of product listings withing category.asxp */
   /***************************************************************************/

td.ProductListing
   {
   padding: 5px;
   font-size: 12px;
   }

   /**************************************************************************************/
   /* The Table settings for output of product detail in product1.aspx and product2.aspx */
   /**************************************************************************************/

td.ProductDetail
   {
   font-weight: normal;
   font-size: 12px;
   background-color: #FFFFFF;
   text-align: left;
   padding: 2px;
   }

   /****************************************************************************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files.  The basket details would be an example of this table. Bold Font and double lined table for Total amounts. */
   /****************************************************************************************************************************************************************************************************************/

td.InnerTableTotal
   {
   padding-right: 2px;
   padding-left: 2px;
   font-size: 12px;
   padding-bottom: 2px;
   vertical-align: super;
   padding-top: 2px;
   text-align: right;
   border-top: double 3px;
   font-weight: bold;
   }

   /**************************************************************************************************************************************/
   /* The Table settings for outertable that surrounds the page detail on most all files, which includes the title or header of the page */
   /**************************************************************************************************************************************/

td.OuterTableCaption
   {
   padding-right: 2px;
   margin-top: 4px;
   padding-left: 2px;
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 2px;
   color: #FFFFFF;
   padding-top: 2px;
   background-color: #0066cc;
   text-align: center;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #666666;
   background-position: top;
   }

   /**************************************************************************************************************************************/
   /* The Table settings for outertable that surrounds the page detail on most all files, which includes the title or header of the page */
   /**************************************************************************************************************************************/

td.OuterTable
   {
   text-align: left;
   font-size: 12px;
   vertical-align: top;
   padding: 2px;
   background-position: 0px;
   margin: 0px;
   }

   /************************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files.  The basket details would be an example of this table. */
   /************************************************************************************************************************************************************/

td.InnerTable
   {
   font-size: 12px;
   vertical-align: top;
   text-align: left;
   padding: 5px;
   }

   /******************************************************************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files.  The basket details would be an example of this table.  Right Align for dollar formatted amounts */
   /******************************************************************************************************************************************************************************************************/

td.InnerTableAmount
   {
   padding-right: 2px;
   padding-left: 2px;
   font-size: 12px;
   padding-bottom: 2px;
   vertical-align: top;
   padding-top: 2px;
   text-align: right;
   border-top: 0px none;
   font-weight: normal;
   }

   /*************************************************************************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files.  The basket details would be an example of this table. Center aligned for quanities and centered items. */
   /*************************************************************************************************************************************************************************************************************/

td.InnerTableCenter
   {
   padding-right: 2px;
   padding-left: 2px;
   font-size: 12px;
   padding-bottom: 2px;
   vertical-align: top;
   padding-top: 2px;
   text-align: center;
   }

   /***************************************************************************/
   /* Table Data settings for the category trails at the top of category.aspx */
   /***************************************************************************/

td.CategoryTrails
   {
   font-weight: normal;
   font-size: 12px;
   background-color: #EEEECD;
   text-align: left;
   padding: 5px 0px;
   background-position:  center center;
   margin: 0px;
   height: 0px;
   text-indent: 20pt;
   vertical-align: middle;
   }

   /****************************************************************************************************************/
   /* The Table settings for the tabbed category navigation used on category.aspx, product1.aspx and product2.aspx */
   /****************************************************************************************************************/

td.CategoryNavigation
   {
   font-weight: normal;
   background-color: #cccccc;
   text-align: left;
   padding: 0px;
   border-top: 0px none;
   border-right: 0px none;
   border-bottom: 1px solid #666666;
   border-left: 0px none;
   }

   /****************************************************************************************************************/
   /* The Table settings for the tabbed category navigation used on category.aspx, product1.aspx and product2.aspx */
   /****************************************************************************************************************/

td.CategoryNavigationButton
   {
   font-weight: normal;
   font-size: 12px;
   background-color: #cccccc;
   text-align: left;
   padding: 0px 3px 0px 5px;
   border: 0px none;
   }

   /****************************************************************************************************************/
   /* The Table settings for the tabbed category navigation used on category.aspx, product1.aspx and product2.aspx */
   /****************************************************************************************************************/

td.CategoryNavigationButtonActive
   {
   border-right: 0px;
   padding-right: 3px;
   border-top: 0px;
   padding-left: 5px;
   font-weight: bold;
   font-size: 12px;
   padding-bottom: 0px;
   border-left: 0px;
   padding-top: 0px;
   border-bottom: 0px;
   background-color: #BCD3E9;
   text-align: left;
   font-style: italic;
   }

   /************************************************************************************************/
   /* Table Data settings for the page navigation at the bottom of newprods.aspx and category.aspx */
   /************************************************************************************************/

td.Navigation
   {
   font-weight: normal;
   font-size: 12px;
   background-color: #EEEECD;
   text-align: center;
   padding: 5px;
   background-position: center center;
   margin: 10px 10px;
   border-top: 1px solid #666666;
   }

   /************************************************************************************************/
   /* Table Data settings for the page navigation at the bottom of newprods.aspx and category.aspx */
   /************************************************************************************************/

td.ProductNavigation
   {
   font-weight: bold;
   font-size: 12px;
   background-color: #BCD3E9;
   padding: 5px;
   background-position: center center;
   margin: 10px 10px;
   border-top: 0px solid #666666;
   }

td.ProductOptions
   {
   }


/***********************************************/
/*              TABLE ROW STYLE                */
/***********************************************/

   /********************************************************************************************************************************/
   /* The Table settings for output of product listings withing category.asxp, alternating background color for even numbered rows */
   /********************************************************************************************************************************/

tr.ProductListingEven
   {
   background-color: #FFFFFF;
   margin: 0px;
   padding: 0px;
   }

   /*******************************************************************************************************************************/
   /* The Table settings for output of product listings withing category.asxp, alternating background color for odd numbered rows */
   /*******************************************************************************************************************************/

tr.ProductListingOdd
   {
   background-color: #FFFDF5;
   }

   /**********************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files. The basket details would be an example of this table */
   /**********************************************************************************************************************************************************/

tr.InnerTableHeader
   {
   background-color: #cccccc;
   text-align: left;
   }

   /*****************************************************************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files.  The basket details would be an example of this table.  Background color for odd numbered rows. */
   /*****************************************************************************************************************************************************************************************************/

tr.InnerTableOdd
   {
   background-color: #FFFFFF;
   }

   /*****************************************************************************************************************************************************************************************************/
   /* The Table settings for innertable that contains the majority of the text. Used in most all files. The basket details would be an example of this table.  Background color for even numbered rows. */
   /*****************************************************************************************************************************************************************************************************/

tr.InnerTableEven
   {
   background-color: #FFFDF5;
   }


/***********************************************/
/*           HORIZONTAL RULE STYLE             */
/***********************************************/

hr.ProductListing
   {
    height: 1px;
    width: 95%;
    background: #0066cc;
   }


/***********************************************/
/*           MISCELLANEOUS STYLES              */
/***********************************************/

   /******************************************************************************************************************/
   /* The font setting for error messages that are displayed, used on most all pages with forms and during checkout. */
   /******************************************************************************************************************/

.Error
   {
   color: red;
   background-color: #FFFFFF;
   font-size: 10pt;
   font-weight: bold;
   text-align: center;
   }

   /********************************************************************************************/
   /* Font color for showing amount due in vieworder.aspx, viewshipments.aspx and paymeth.aspx */
   /********************************************************************************************/

.Price
   {
   color: red;
   font-weight: bold;
   }

p
   {
   font-family: georgia ;
   font-size: 12px ;
   text-align: left;
   }

span
   {
   font-family: georgia ;
   font-size: 12px ;
   }

span.category
   {
   color: #000000;
   }

img.Product
   {
   margin: 10px ;
   }

img.floatright
   {
   float: right ;
   margin-left: 10px ;
   }

img.floatleft
   {
   float: left ;
   margin-right: 10px ;
   }

blockquote
   {
   font-family: georgia ;
   text-align: left;
   font-size: 12px ;
   color: #000000 ;
   }

input.button
   {
   font-family: georgia ;
   font-weight: bold ;
   font-size: 12px ;
   color: #000000 ;
   background-color: #EEEECD;
   }

input
   {
   font-family: georgia ;
   font-size: 12px ;
   color: #000000 ;
   background-color: #FFFFFF ;
   }

textarea
   {
   font-family: georgia ;
   font-size: 12px ;
   color: #000000 ;
   background-color: #FFFFFF ;
   }

select
   {
   font-family: georgia ;
   font-size: 12px ;
   color: #000000 ;
   background-color: transparent ;
   }

/***********************************************/
/*             CURRENTLY UNUSED                */
/***********************************************/

.BoldHighlight
   {
   color: red;
   background-color: #FFFFFF;
   font-size: 10pt;
   font-weight: bold;
   text-align: left;
   }

.Highlight
   {
   color: red;
   background-color: #FFFFFF;
   font-size: 10pt;
   font-weight: normal;
   text-align: left;
   }

.TreeLevel0 {padding-left:0px}
.TreeLevel1 {padding-left:10px}
.TreeLevel2 {padding-left:20px}
.TreeLevel3 {padding-left:30px}
.TreeLevel4 {padding-left:40px}
.TreeLevel5 {padding-left:50px}
.TreeLevel6 {padding-left:60px}
.TreeLevel7 {padding-left:70px}
