/* controls hyperlinks in page body */
a:link       		     { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px }
a:visited    		     { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px }
a:active     		     { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px }
a:hover      		     { font-family: Trebuchet MS; color: #800000; font-size: 12px }
body         		     { font-family: Trebuchet MS; color: black; font-size: 13px }
/* controls various borders */
.cg_border   		     { border: 1px solid #BCD8A1; }
/* controls labels in left navigation bar and various other labels */
.cg_label    		     { border:3px double #E5E5AE; font-family: Trebuchet MS; color: #2A2F5C; font-size: 13px; background-color:#E5E5AE; font-weight:bold; }
/* controls labels in pop up windows and checkout pages */
.cg_header   		     { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12pt; background-color: #E5E5AE; font-weight: bold; border: 1px solid #ffd600; }
/* controls various text in page body */
.cg_text     		     { font-family: Trebuchet MS; color: #000000; font-size: 12px; }
/* controls various text in page body */
.cg_text1    		     { font-family: Trebuchet MS; color: #000000; font-size: 12px; }
/* controls larger text in page body */
.cg_text2    		     { font-family: Trebuchet MS; color: #000000; font-size: 15px; background-color: white; font-weight: bold  }
/* controls main text in the page body */
.cg_text3    		     { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: white  }
/* controls small text in page body */
.cg_text4                { font-family: Trebuchet MS; color: #000000; font-size: 11px; background-color: white }
/* controls store background color */
.cg_storeBackGroundColor { border-bottom:4px solid #FFFFFF; border-top:4px solid #FFFFFF; border-left:4px solid #FFFFFF; border-right:4px solid #FFFFFF; background-color: #FFFFFF}
/* controls page background color outside of the store*/
.cg_pageBackGroundColor  { background-color: #F1F1EA}
/* controls top navigation bar background and text */
.cg_navbarTop     		 { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #d7e8f6}
/* controls top navigation bar hyperlinks */
.cg_navbarTop a:link          { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarTop a:visited       { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarTop a:active        { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarTop a:hover         { font-family: Trebuchet MS; color: #800000; font-size: 12px; text-decoration: UNDERLINE}
/* controls side navigation bar background and text */
.cg_navbarSide     		 { font-family: Trebuchet MS; color: #999999; font-size: 12px; background-color: #BCD8A1}
/* controls side navigation bar hyperlinks */
.cg_navbarSideText            { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #BCD8A1}
.cg_navbarSideText a:link     { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarSideText a:visited  { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarSideText a:active   { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarSideText a:hover    { font-family: Trebuchet MS; color: #800000; font-size: 12px; text-decoration: UNDERLINE}
/* controls background and text for various boxes */
.cg_boxes	             { background-color: #FFFFFF; border: 1px solid #C0C0C0; }
/* controls hyperlinks for various boxes */
.cg_boxes a:link              { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_boxes a:visited           { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_boxes a:active            { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_boxes a:hover             { font-family: Trebuchet MS; color: #800000; font-size: 12px; text-decoration: UNDERLINE}
/* controls background and text for Place Order Here box */
.cg_PlaceOrder    	          { border:3px double #C0C0C0; font-family: Trebuchet MS; color: #2A2F5C; font-size: 13px; background-color:#E5E5AE}
/* controls hyperlinks for Place Order Here box */
.cg_PlaceOrder a:link         { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_PlaceOrder a:visited      { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_PlaceOrder a:active       { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_PlaceOrder a:hover        { font-family: Trebuchet MS; color: #800000; font-size: 12px; text-decoration: UNDERLINE }
/* controls background and text for login status on login page */
.cg_LoggedInTextLogin         { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: white  }
/* controls background and text for login status in left navigation bar */
.cg_LoggedInTextNavbar        { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #E5E5AE }
.cg_LoggedInTextNavbar a:link     { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_LoggedInTextNavbar a:visited  { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_LoggedInTextNavbar a:active   { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_LoggedInTextNavbar a:hover    { font-family: Trebuchet MS; color: #800000; font-size: 12px; text-decoration: UNDERLINE}
/* controls product image style */
.cg_productImage	          { border: 0px solid #FFFFFF}
/* controls price on the catalog list page */
.cg_CatalogListCurrentPriceCurrency        { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #FFFFFF; font-weight:bold; }
.cg_CatalogListStandardPriceCurrency       { font-family: Trebuchet MS; color: #ff0000; font-size: 12px; background-color: #FFFFFF; font-weight:bold; font-style:italic; text-decoration: line-through; }
/* controls price on the product information page */
.cg_ProductInfoCurrentPriceLabel           { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #FFFFFF; font-weight:bold; }
.cg_ProductInfoCurrentPriceCurrency        { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #FFFFFF; font-weight:bold; }
.cg_ProductInfoStandardPriceLabel          { font-family: Trebuchet MS; color: #ff0000; font-size: 12px; background-color: #FFFFFF; font-weight:bold; }
.cg_ProductInfoStandardPriceCurrency       { font-family: Trebuchet MS; color: #ff0000; font-size: 12px; background-color: #FFFFFF; font-weight:bold; font-style:italic; text-decoration: line-through; }
/* controls featured products */
.cg_FeaturedProductsHeader    		       { border:3px double #BCD8A1; font-family: Trebuchet MS; color: #2A2F5C; font-size: 13px; background-color:#BCD8A1; padding-left:2; font-weight:bold; text-align:center; }
.cg_FeaturedProductsBorder	               { border: 1px solid #BCD8A1; background-color: #FFFFFF; }
.cg_FeaturedProductsText                   { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #FFFFFF; text-align:center; vertical-align:top; padding-left:5px; padding-right:5px }
.cg_FeaturedProductsText a:link            { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_FeaturedProductsText a:visited         { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_FeaturedProductsText a:active          { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_FeaturedProductsText a:hover           { font-family: Trebuchet MS; color: #800000; font-size: 12px; text-decoration: UNDERLINE}
.cg_FeaturedProductsCurrentPriceCurrency   { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #FFFFFF; font-weight:bold; }
.cg_FeaturedProductsStandardPriceCurrency  { font-family: Trebuchet MS; color: #ff0000; font-size: 10px; background-color: #FFFFFF; font-weight:bold; font-style:italic; text-decoration: line-through; }
/* controls price list styles */
@media print
{
.noprint {display:none;}
a {	color: #000000;	text-decoration: underline;}
div.pagecontent	{padding: 0pt; margin: 0pt;	background-color: #ffffff;}
div.pagemargin 	{margin: 0;	width: auto !important;	background-color: #ffffff;}
#contentWrapper	{padding: 0pt; margin: 0pt; border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; border-collapse: collapse;background-color: #ffffff;}
.grid {	page-break-inside:avoid;}
}	