/* ----- HIDING, CAUSES ISSUES WITH SITE -----
#content h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #333;
	
	margin: 0;
	padding-bottom: 0;
}
#content h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
	color: #666;
	
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px;
}
#content h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #666;
	
	margin: 0;
	padding-top: 20px;
	padding-bottom: 12px;
}
#content h4 { 
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	
	margin: 0;
	padding-top: 10px;
}
#content p { 
	font-size: 1.1em; 
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
	
	margin: 0;
	padding-bottom: 10px;
}
#content p.summary {
	border-bottom: 1px solid #e5e5e5;
}
#content p.legalNotice {
	font-size: 1em;
	line-height: 1.3em;
	color: #999;
	
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}
#endNodeLftNav, #endNodeLftNav li, #endNodeLftNav ul {
	list-style-type: none;	
}
#endNodeLftNav, #endNodeLftNav li {
	padding-left: 0;
	margin-left: 0;
}
#content ul, #content ol {
	padding-left: 1.5em;
}
#content ul {
	list-style-type: disc;
}
#content ol {
	list-style-type: decimal;
}
------------------- */

/* Removed from commented section
--------------------------------------------------------------------- */
#endNodeLftNav ul {
	/* left aligns left nav with secondary nav, also provides indentation for nested left navs */
}
#endNodeLftNav, #endNodeLftNav li {
	margin-left: 0;
}

.back-to-top {
	padding-right: 20px;
	background: url(/b2bglobal/images/callouts/btn_callout_arrow_right.gif) right bottom no-repeat; /* General Arrow */
	float: right;
}

#goBack {float:left; margin-right:-4px;}

/* Tables
--------------------------------------------------------------------- */
.table-gen {
	caption-side: top;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	color: #333;

	margin: 0px;
	padding: 0px;
}

.table-gen caption {
	font-size: 1.3em;
	font-weight: bold;
	color: #f27d00;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 36px; /*IE fix included in ie.css*/

	margin: 0px;
	padding: 10px 6px 0 6px;
}

.table-gen th {
	font-weight: bold;
}

.table-gen th, .table-gen td {
	border-bottom: 1px solid #e5e5e5;	

	margin: 0;
	padding: 6px 6px;
}

.table-gen tr.alt {
	background-color: #f6f6f6
}

.table-gen tfoot {
	height: 10px;
	background-color: #e5e5e5;
	
	margin: 0px;
	padding: 0px;
}

.table-gen th.title {
	font-size: 1.3em;
	font-weight: bold;
	color: #f27d00;
	height: 24px
}

