﻿#divHeaderBase
{
	background-color: white;
	/* height: 96px; */
	position: relative;
	width: 100%;
}
#divHeaderMain
{
	height: 62px;
	width: 100%;
}
#divHeaderMainRight
{
	height: 62px;
	margin-left: 375px;
}

#divHeaderLogo
{
	left: 5px;
	margin-top: 5px;
	position: absolute;
	top: 0;
}
#divHeaderTag
{
	font-size: 8pt;
	font-style: normal;
	min-width: 364px;
	text-align: right;
}
#divHeaderBtns
{
	margin-top: 5px;
}
.divHeaderLine
{
	background-color: #3f3c3c;
	height: 1px;
	width: 100%;
}
#divHeaderToolBar
{
	background-color: white;
	height: 30px;
	text-align: right;
	width: 100%;
}
#tblBarBtns, #tblBarBtns a
{
	border: 0px;
	color: #989898;
	font-size: 9pt;
	text-decoration: none;
}
#tblBarBtns a:hover
{
	color: #175ba6;
}
#tblBarBtns td
{
	white-space: nowrap;
}
.HeaderCustomer
{
	color: #989898;
	line-height: 20px;
	font-size: 9pt;
}
.HeaderCustomer a, .HeaderCustomer a:visited
{
	color: #989898;
	font-size: 9pt;
	padding-left: 20px;
	padding-right: 10px;
	text-decoration: none;
}
.HeaderCustomer a:hover
{
	color: #175ba6;
}
.HeaderCheckoutText
{
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
.HeaderCheckoutText a, .HeaderCheckoutText a:visited
{
	color: #989898;
	text-decoration: none;
}
.HeaderCheckoutText a:hover
{
	color: #175ba6;
}