﻿/* Side Menu */
.sideMenuBGColor{ background-color: #000000; }
.sideMenuPrimaryColor{ color: #ffffff; }
.sideMenuSecondaryColor{ color: #000000; }
.sideMenuSelectedColor{ color: #000000; }
.sideMenuHoverColor{ color: #000000; }
.sideMenuDivider{position:relative;left:5px; border-top: solid 1px #ffffff; width: 130px;height:2px;}

/* Theme Defaults */
.headerDefaultTextColor{ color: #ffffff; }
.headerDefaultFont{ font-family: Paris1960; }
.headerDefaultIconColor{ color: #7db900; }

/* Background */
.backgroundColor{ background-color: #ffffff; }
.modalLight{}
.modalDark{ background-color: #000000; }
 
/* Header */
.myAccountColor{ background-color: #ffffff; }
.headerTabTextColor { color: #000000; }
.headerTabBGColor { color: #ffffff; }
.headerTabTextColor_Selected { color: #ffffff; }
.headerTabBGColor_Selected { color: #000000; }
.headerTabStrokeColor_Selected { color: #ffffff; }
.headerNewProductsTextColor { color: #ffffff; }
.headerNewProductsBGColor { color: #000000; }
.headerNewProductsTextColor_Selected { color: #ffffff; }
.headerNewProductsBGColor_Selected { color: #808080; }


/* Need to evaluate the styles below and make sure everything is theme dependent and still current.  Included them here for now since this is the default */
.themeBackground{background-color: black;}
.themeForeground{color: #FFFFFF;font+--family: Arial, Verdana, Helvetica;	font-size: 9pt;}

.productsLink{font-family:Trebuchet MS;font-size:11px; font-weight:normal;text-decoration:none;background-image:none;}
.productsLinkText{font-family:Trebuchet MS;font-size:11px; font-weight:normal;text-decoration:none;background-image:none;}

.productsLinkOver{font-family:Trebuchet MS;font-size:11px; font-weight:normal;text-decoration:none;background-image:url('/Retail/App_Images/Buttons/buttonBack.png')}
.productsLinkOverText{font-family:Trebuchet MS;font-size:11px; font-weight:normal;text-decoration:none;}

.productsLinkSelected{font-family:Trebuchet MS;font-size:11px; font-weight:normal;text-decoration:none;background-image:none;background-image:url('/Retail/App_Images/Buttons/buttonBackSelected.png')}
.productsLinkSelectedText{font-family:Trebuchet MS;font-size:11px; font-weight:normal;text-decoration:none;background-image:none;}



.xBlack60BodyText {font-size: 9pt;color: #666666; font-family: Trebuchet MS,Arial, Verdana, Helvetica}
.xxBlack60BodyText  {font-size: 11px;color: #666666; font-family: Trebuchet MS;}
.xxBlackBodyTextBold{font-size: 11px;color: #000000; font-family: Trebuchet MS;font-weight:bold;}
.xxxBlack60BodyText  {font-size: 10px;color: #666666; font-family: Trebuchet MS;}

.blackBodyTextXX{font-size: 13px;color: #666666; font-family: Trebuchet MS;}


.bodyText{font-family:Trebuchet MS;font-size:12px;color:White;}
.bodyTextXXXX{font-family:Trebuchet MS;font-size:16px;color:White;}


.divBrandCatDivider{text-align: center; border-top: solid 1px white; width: 90%;}

