﻿

body       { font-family: verdana, arial, helvetica, 'sans serif'; font-size: 10pt }
table      { font-family: verdana, arial, helvetica, 'sans serif'; font-size: 10pt }	
h1         { font-family: verdana, arial, helvetica, 'sans serif'; font-size: 12pt; color:#212485 }
h2         { font-family: verdana, arial, helvetica, 'sans serif'; font-size: 8pt }

a:link    { color: #1E1F78; font-family: Verdana; text-decoration: none }
a:visited { color: #1E1F78; font-family: Verdana; text-decoration: none }
a:active  { color: #1E1F78; font-family: Verdana; text-decoration: none }
a:hover   { color: #000000; font-family: Verdana; text-decoration: underline }

.liLink
{
	font-weight: normal;
	padding-bottom:5px;
}

/* Main content area  */
.divMainContent
{
	margin-left:20px; 
	margin-right: 0px; 
	margin-bottom:10px; 
	margin-top:20px; 
	width:auto;
	overflow:auto;
}

/* Master Page Layout */
.masterLeftNav
{
	vertical-align: top;
	width: 180px; 
	background-color: #DEDEBC;
	background-image:url(App_Themes/Default/Images/sidebar_bg.png);
	background-repeat:repeat-y;	
	border-right: 1px solid #1E1F78;
	border-left: 1px solid #1E1F78;
	border-bottom: 1px solid #1E1F78;
}


/* Content Page Layout */
.pageContentLayout 
{
	padding:10px;
}

.pageContentLayoutTitle 
{
	padding-bottom:10px;
	color:#1E1F78;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size: 16px;
}

.pageContentLayoutSubTitle 
{
	padding-bottom:10px;
	color:#AF1313;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size: 14px;
}

.pageContentLayoutSubTitle2 
{
	background-color: #DEDEBC;
	background-image:url(App_Themes/Default/Images/sidebar_bg.png);
	background-repeat:repeat-y;	
	color:#AF1313; 
	font-size:12pt; 
	font-weight:bold;
	padding:3px;
	border: 1px solid #1E1F78;
}

.pageContentLayoutBottom
{
	height:8px;
	background:#FFF url(images/contentBottom.png) no-repeat left bottom;
}

.labelStandard
{
	background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.labelStandard2
{
	background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
}

.contentTD
{
	background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.contentTD2
{
	background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	width:65%;
	vertical-align:middle;
}

.labelMessage
{
	background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.subLabel
{
	background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

.productItemTitle
{
	font-weight:bold;
	font-size:14px;
	color:#1E1F78;
}

.productItemSubtitle
{
	font-weight:bold;
	font-size:12px;
	color:Red;
	font-style:italic;
}

.linkButton
{
	font-size:14px;	
}

.nutritionLink
{
	color:#000080;
	font-size:11px;	
	font-style:italic;
	font-weight:bold;
	text-align:left;
}

.nutritionTitle
{
	color:#AF1313;	/* RC red */
	font-size:14px;
	font-style:italic;
	font-weight:bold;	
	text-align:left;
}

.nutritionFacts
{
	border: 1px solid black; 
	border-color: #000000;	
}

.nutritionFactsTabPanel
{
	border: 0px solid black; 
	border-color: #000000;
}

/*	
	CategorySelectorPanel and CategorySelectorItem is used in the 
	ucCategorySelector Ajax.Net dropdown on the Product pages 
*/
.labelContextMenuPanel 
{
	background-color: #FFFFFF;
	border: 1px solid #1E1F78;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	width:35%;
	vertical-align:bottom;
}

.CategorySelectorPanel
{
	border: 1px solid #1E1F78; 
	z-index: 1000; 
	background-color: #DEDEBC;
	background-image:url(App_Themes/Default/Images/sidebar_bg.png);
	background-repeat:repeat-y;	
	cursor: default; 
	padding: 1px 1px 0px 1px; 
	font-size: 11px;
}

a.CategorySelectorItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #1E1F78;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.CategorySelectorItem-Selected
{
	font-weight: bold;
}

a.CategorySelectorItem:hover
{
	background-color: #C7A317;
	color: #1E1F78;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
	cursor:pointer;
}

/*CollapsiblePanel*/
.collapsePanel {
	height:0px; /* Prevents panel flicker onload */
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:20px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	border-top:1px solid #2F4F4F;
	padding:5px;
}

.collapsePanelHeaderNutritionFacts{	
	width:100%;		
	height:20px;
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	padding:0px;
}

.productCategoryTitle
{
	color:#AF1313; 
	font-size:14px; 
	font-weight:bold;
}

.productPriceListTitle
{
	background-color: #DEDEBC; /* tan */
	background-image:url(App_Themes/Default/Images/sidebar_bg.png); /* tan */
	background-repeat:repeat-y;	
	color:#AF1313; 
	font-size:10pt; 
	font-weight:bold;
	width: 375px;
	padding:5px;
	border: 1px solid #1E1F78;
}

.productPriceListItem
{
	color:#000000; 
	font-size:8pt; 
	font-weight:normal;
}

.thumbDiv2 {
	height: 126px;
	width: 75px;
	background: url(../App_Themes/Default/Images/CB066148_LoRes.jpg) no-repeat left top;	
	display: block;
	margin: 10px 0px 0px 13px!important;
	margin: 10px 0px 0px 10px;
	float: left;
	}
	
/* Used when displaying a exception message to the user */
.labelUserMessage
{
	color: Black;	/*  */
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.labelCustomerSupportLink
{
	color:#AF1313;	/* RC red */
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked 
{
	height: 18px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color: White;
	color:Gray;
}	