/* Framework Classes */

.pageheader { font-size: 17px; color: #000000; font-weight: bold; }
.sectionheader { font-size: 14px; color: #000000; font-weight: bold; border-bottom: 2px #cacaca solid; padding-bottom: 2px; margin-bottom: 4px;}

.datalabel { font-size: 12px; color: #000000; font-weight: bold;}
.datalabelsm { font-size: 10px; color: #000000; font-weight: bold;}
.databody { font-size: 12px; color: #000000; font-weight: regular;}
.databodysm { font-size: 10px; color: #000000; font-weight: regular;}
.datagridhead {	font-size: 9pt;	background-color: #cacaca; color: #000000; font-weight: bold;	text-decoration: none;}

.gridseclabel { background-color: #000099; font-size: 12px; color: #FFFFFF; font-weight: bold; }
.gridseclabelsm { background-color: #000099; font-size: 10px; color: #FFFFFF; font-weight: bold; }
.gridlabel { background-color: #0000cc; font-size: 12px; color: #FFFFFF; font-weight: bold; }
.gridlabel a { color: #ffffff; font-weight: regular; }
.gridlabelsm { background-color: #0000cc; font-size: 10px; color: #FFFFFF; font-weight: bold; }
.gridlabelsm a { color: #ffffff; font-weight: regular; }
.gridlabel a:hover { color: #FFFFFF; }
.gridbody { font-size: 12px; color: #000000; font-weight: regular;}
.gridbodyhl { background-color: #efefef; font-size: 12px; color: #000000; font-weight: regular;}

.supporttext  { font-size: 9px; color: #0000cc; font-weight: regular; }
.required { font-size: 9px; color: #cc0000; font-weight: regular; }
.notice { border-left: 3px #cc0000 solid; font-size: 12px; color: #cc0000; font-weight: bold; padding: 4px; margin: 2px;}


/* eCommerce Classes */

.cartpanel {
  border: 1px #cacaca solid;
  padding: 2px;
}

.cartheader {
	font-size: 18pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.cartgridhead {
	font-size: 9pt;
	background-color: #efefef;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.checkouthead {
	font-size: 18pt;
	color: #000000;
	text-decoration: none;
}
.checkoutgridhead {
	font-size: 9pt;
	background-color: #efefef;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.checkoutitem {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.checkoutitem:hover {
	text-decoration: underline;
}
.shipping { font-size: 12px; color: #FE0000; font-weight: bold; }
}