/* controls hyperlinks in page body */
/*a:link       		          { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
a:visited    		          { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
a:active     		          { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
a:hover      		          { font-family: Trebuchet MS; color: #800000; font-size: 12px; text-decoration: UNDERLINE }
*/
/* controls various borders */
.cg_border   		          { border: 1px solid #C0C0C0; }
/* controls labels in left navigation bar and various other labels */
.cg_label    		          { border:3px double #C0C0C0; font-family: Trebuchet MS; color: #2A2F5C; font-size: 13px; background-color:#C0C0C0 }
/* controls labels in pop up windows and checkout pages */
.cg_header   		          { font-family: Trebuchet MS; color: #2A2F5C; font-size: 12pt; background-color: #C0C0C0; font-weight: bold; border: 1px solid #C0C0C0; }
/* 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: DarkGreen}
/* controls top navigation bar background and text */
.cg_navbarTop                 { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #C0C0C0 }
/* 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: #C0C0C0 }
/* controls side navigation bar hyperlinks */
.cg_navbarSideText            { font-family: Trebuchet MS; color: #000000; font-size: 12px; background-color: #C0C0C0 }
.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:#C0C0C0 }
/* 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 }
