﻿/* controls hyperlinks in page body */
a:link       		          { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE}
a:visited    		          { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE}
a:active     		          { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE}
a:hover      		          { font-family: Trebuchet MS; color: #FFCC66; font-size: 12px; text-decoration: UNDERLINE}
body         		          { font-family: Trebuchet MS; color: black; font-size: 13px }
/* controls various borders */
.cg_border   		          { border: 1px solid #FFCC66; }
/* controls labels in left navigation bar and various other labels */
.cg_label    		          { border:3px double #FFCC66; font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color:#FFCC66; text-transform:uppercase }
/* controls labels in pop up windows and checkout pages */
.cg_header   		          { border:2px double #FFCC66; font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color:#FFCC66; text-transform:uppercase }
/* 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: 12px; 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:0px solid #FFFFFF; border-top:0px solid #FFFFFF; border-left:0px solid #FFFFFF; border-right:0px solid #FFFFFF; background-color: #FFFFFF}
/* controls page background color outside of the store*/
.cg_pageBackGroundColor       { background-color: #FFFFFF}
/* controls top navigation bar background and text */
.cg_navbarTop     		      { font-family: Trebuchet MS; color: #666633; font-size: 12px; background-color: #FFCC66; padding: 5px 2px 5px 2px;}
/* controls top navigation bar hyperlinks */
.cg_navbarTop a:link          { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarTop a:visited       { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarTop a:active        { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarTop a:hover         { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE}
/* controls side navigation bar background and text */
.cg_navbarSide     		      { font-family: Trebuchet MS; color: #666633; font-size: 12px; background-color: #FFCC66}
/* controls side navigation bar hyperlinks */
.cg_navbarSideText            { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #FFCC66; padding: 0 0 0 4px;}
.cg_navbarSideText a:link     { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: NONE; padding-left: 2px;}
.cg_navbarSideText a:visited  { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: NONE; padding-left: 2px;}
.cg_navbarSideText a:active   { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: NONE; padding-left: 2px;}
.cg_navbarSideText a:hover    { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: NONE; padding-left: 2px;}
/* controls background and text for various boxes */
.cg_boxes	                  { background-color: #FFFFFF; border: 1px solid #FFCC66; }
/* controls hyperlinks for various boxes */
.cg_boxes a:link              { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: UNDERLINE}
.cg_boxes a:visited           { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: UNDERLINE}
.cg_boxes a:active            { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE}
.cg_boxes a:hover             { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE}
/* controls background and text for Place Order Here box */
.cg_PlaceOrder    	          { border:3px double #FFCC66; font-family: Trebuchet MS; color: #000000; font-size: 13px; background-color:#FFCC66; font-weight:bold;}
/* controls hyperlinks for Place Order Here box */
.cg_PlaceOrder a:link         { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE}
.cg_PlaceOrder a:visited      { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE}
.cg_PlaceOrder a:active       { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE}
.cg_PlaceOrder a:hover        { font-family: Trebuchet MS; color: #FFCC66; 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: FFCC66}
/* controls background and text for login status in left navigation bar */
.cg_LoggedInTextNavbar        { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #FFCC66}
.cg_LoggedInTextNavbar a:link     { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: NONE}
.cg_LoggedInTextNavbar a:visited  { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: NONE}
.cg_LoggedInTextNavbar a:active   { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: NONE}
.cg_LoggedInTextNavbar a:hover    { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: NONE}
/* controls product image style */
.cg_productImage	          { border: 0px solid #FFFFFF}
/* template classes */
.custom1     		          { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #FFCC66; text-transform:uppercase; font-weight:bold; text-align:center}
.custom1 a:link               { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: NONE; text-transform:uppercase; font-weight:bold}
.custom1 a:visited            { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: NONE; text-transform:uppercase; font-weight:bold}
.custom1 a:active             { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: NONE; text-transform:uppercase; font-weight:bold}
.custom1 a:hover              { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: NONE; text-transform:uppercase; font-weight:bold}
.custom2     		          { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #666633; text-transform:uppercase; font-weight:bold; text-align:center}
.custom2 a:link               { font-family: Trebuchet MS; color: #FFCC66; font-size: 12px; text-decoration: NONE; text-transform:uppercase; font-weight:bold}
.custom2 a:visited            { font-family: Trebuchet MS; color: #FFCC66; font-size: 12px; text-decoration: NONE; text-transform:uppercase; font-weight:bold}
.custom2 a:active             { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: NONE; text-transform:uppercase; font-weight:bold}
.custom2 a:hover              { font-family: Trebuchet MS; color: #FF9900; font-size: 12px; text-decoration: NONE; text-transform:uppercase; font-weight:bold}
.custom3     		          { font-family: Trebuchet MS; color: #000000; font-size: 12px; font-weight:bold; text-align:center}
.custom3 a:link               { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE; text-transform:uppercase; font-weight:bold}
.custom3 a:visited            { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE; text-transform:uppercase; font-weight:bold}
.custom3 a:active             { font-family: Trebuchet MS; color: #000000; font-size: 12px; text-decoration: UNDERLINE; text-transform:uppercase; font-weight:bold}
.custom3 a:hover              { font-family: Trebuchet MS; color: #666633; font-size: 12px; text-decoration: UNDERLINE; text-transform:uppercase; font-weight:bold}
.custom4     		          { font-family: Trebuchet MS; color: #666633; font-size: 12px; background-color: #FFFFFF; text-transform:uppercase; font-weight:bold; text-align:center}
.custom5     		          { font-family: Trebuchet MS; color: #FFCC66; font-size: 10px; background-color: #000000; text-transform:uppercase; font-weight:bold; text-align:center}
/* 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;}
}
