﻿
/* CCS menu functionality (This makes the menu work, but doesn't decide what it looks like */
ul.VertNavMenuFunctionality li { list-style-type: none; margin: 0px; position: relative;  }
ul.VertNavMenuFunctionality li > ul { display: none; position: absolute; top: 2px; }
ul.VertNavMenuFunctionality ul.CSStoShow { display: block; }
ul.VertNavMenuFunctionality li:hover > ul { display: block; }



ul.HorzNavMenuFunctionality li {float:left; list-style-type: none; margin: 0px; position: relative;  }



.CartProductDescMouseOver {cursor:default;}
.CartProductDescMouseOver div {display:none; position:absolute; top:-80px; left:-10px; border:2px solid black; z-index:100;}
.CartProductDescMouseOver:hover div {display:block;}

/*
ul.HorzNavMenuFunctionality {margin:0; padding:0; list-style-type:none;}
ul.HorzNavMenuFunctionality, li.HorzNavMenuFunctionality {position:relative; display:inline; float:left;}
ul.HorzNavMenuFunctionality li { list-style-type: none; margin: 0px; position: relative;  }
ul.HorzNavMenuFunctionality li > ul { display: none; position: absolute; top: 2px; }
ul.HorzNavMenuFunctionality ul.CSStoShow { display: block; }
ul.HorzNavMenuFunctionality li:hover > ul { display: block; }
*/
/*
-------------------------------------------------
Cart classes, just for reference
-------------------------------------------------
.ShoppingCart_Link { font-family:Tahoma; font-size:10pt; font-weight:bold; color: black; text-decoration:underline; }
.ShoppingCart_SecHeader { font-family:Tahoma; font-size:10pt; font-weight:bold; color: black; background-color:#A5C2DE; }
.ShoppingCart_Item { font-family:Tahoma; font-size:9pt; font-weight:normal; color: black; }
.ShoppingCart_AltItem { font-family:Tahoma; font-size:9pt; font-weight:normal; color: black; background-color:#E2EBF4; }
.ShoppingCart_Totals { font-family:Tahoma; font-size:10pt; font-weight:normal; color: black; }
.ShippingCart_SecFrameBorder { border:1px solid #A5C2DE; }

-----------------------------------------------
Product list classes, just here for reference
------------------------------------------------
.Product_SKU { font-family:Tahoma; font-size:8pt; font-weight:normal; color: Black; text-decoration:none; }
.Product_Name { font-family:Tahoma; font-size:8pt; font-weight:normal; color: Black; text-decoration:underline; }
.Product_List { font-family:Tahoma; font-size:8pt; font-weight:normal; color: Black; text-decoration:none; }
.Product_ListWithDiscount { font-family:Tahoma; font-size:8pt; font-weight:normal; color: Black; text-decoration:line-through; }
.Product_Discount { font-family:Tahoma; font-size:9pt; font-weight:bold; color: #D92626; text-decoration:none; }

-----------------------------------------------
Product detail classes, just here for reference
------------------------------------------------
.ProductDetail_Name { font-family:Tahoma; font-size:10pt; font-weight:bold; color: Black; text-decoration:none; }
.ProductDetail_Desc { font-family:Tahoma; font-size:10pt; font-weight:normal; color: Black; text-decoration:none; }
.ProductDetail_Pricing { font-family:Tahoma; font-size:12pt; font-weight:bold; color: Black; text-decoration:none; }
.ProductDetail_ClassHeader { font-family:Tahoma; font-size:12pt; font-weight:bold; color: Black; text-decoration:none; }
.ProductDetail_ReturnLink { font-family:Tahoma; font-size:10pt; font-weight:normal; color: Black; text-decoration:underline; }


-------------------------------------------------------
these classes will get added to the CSS HTML field by the admin program
-------------------------------------------------------
ul.NavMenuStyle, ul.NavMenuStyle ul { width: 150px; border: 0px solid white; background-color: #A41A1A; padding-left: 0px; cursor: default; margin-left: 0px; font-family:tahoma; font-size: 12pt; font-weight: bold; }
ul.NavMenuStyle li { padding: 5px; color: #fff; }
ul.NavMenuStyle li > ul { left: 150px; }
ul.NavMenuStyle li:hover, ul.DefaultNavMenu li.CSStoHighlight { background-color: #D49494; color: #000; }
ul.NavMenuStyle li a { color: #fff; display: block; width: 100%; text-decoration: none; }
ul.NavMenuStyle li a:hover, ul.DefaultNavMenu li a.CSStoHighLink { color: #000; }
ul.NavMenuStyle li:hover > a { color: #000; }
*/
