/* ENGINE CLASSES                   */
/* ---------------------------------- */
.supporttext  {
	font-size: 8pt;
	color: #efefef;
	font-weight: normal;
}
.required {
	font-size: 9pt;
	color: #cc0000;
	font-weight: normal;
}
.notice {
	font-size: 9pt;
	color: #cc0000;
	font-weight: bold;
}

.sectionheader {
	font-size: 12pt;
	color: #A13E00;
	font-weight: bold;
}

.datalabel {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
}
.datalabelsm {
	font-size: 7pt;
	color: #ffffff;
	font-weight: bold;
}
.databody {
	font-size: 10pt;
	color: #ffffff;
}
.databodysm {
	font-size: 7pt;
	color: #ffffff;
}
.datagridhead {
	font-size: 9pt;
	background-color: #efefef;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* CHECKOUT CLASSES                   */
/* ---------------------------------- */

.checkouthead {
	font-size: 18pt;
	color: #979797;
	text-decoration: none;
}
.checkoutgridhead {
	font-size: 9pt;
	background-color: #efefef;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.checkoutitem {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}
.checkoutitem:hover {
	text-decoration: underline;
}
.checkoutdatalabel {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.checkoutdatalabelsm {
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
}
.checkoutdatabody {
	font-size: 10pt;
	color: #000000;
}
.checkoutdatabodysm {
	font-size: 7pt;
	color: #000000;
}
.checkoutgridrow {
	font-size: 9pt;
	color: #ffffff;
}

/* CATALOG CLASSES                   */
/* ---------------------------------- */

.productgridhead {
	font-size: 9pt;
	background-color: #cacaca;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;	
  padding-top: 4px;
  padding-bottom: 4px;
}
.productgridheadsm {
	font-size: 8pt;
	background-color: #cacaca;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;	
  padding-top: 4px;
  padding-bottom: 4px;
}
.productgridheadlink {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.productgridheadlink:hover {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.productgridbody {
	font-size: 9pt;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	border-bottom: solid;
	border-bottom: 1px;
}

.productgridbodyhl {
	font-size: 9pt;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
.productgridlink {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.productgridlink:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.productlink {
	color: 000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
.productlink:hover {
	color: 000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.listnavlink {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.listnavlink:hover {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.listnavitemlink {
	font-size: 9pt;
	text-decoration: none;
}
.listnavitemlink:hover {
	font-size: 9pt;
	text-decoration: underline;
}
.listnavpanel {
	background-color: #cacaca;
}
 
.listnavhead td {
	color: #000000;
	background: #efefef;
	font-size: 8pt;
	font-weight: bold;
}

.listnavbody {
	color: #ffffff;
	font-size: 9pt;
	background-color: #000000;
}
.footerlinks {
	font-size: 9pt;
	color: #A13E00;
	text-decoration: none;
}
.footerlinks:hover {
	text-decoration: underline;
}

.catheader {
	font-size: 16pt;
	color: #979797;
	font-weight: bold;
	text-decoration: none;
}
.catheader:hover {
	font-size: 16px;
	color: #979797;
	text-decoration: underline;
}
.catdesc {
	font-size: 11pt;
	color: #A13E00;
	text-decoration: none;
}
.catdatalabel {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.catdatalabelsm {
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
}
.catdatabody {
	font-size: 10pt;
	color: #000000;
}
.catdatabodysm {
	font-size: 7pt;
	color: #000000;
}

/* CART CLASSES                   */
/* ---------------------------------- */

.cartheader {
	font-size: 18pt;
	color: #979797;
	font-weight: normal;
	text-decoration: none;
}

.cartgridhead {
	font-size: 9pt;
	background-color: #efefef;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.cartgridrow {
	color: #ffffff;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
}
.cartgridrow:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 7pt;
	font-weight: bold;
}

