/*****************************************
 * COMMON
 *****************************************/

a
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

a:link, a:visited
{
  color: #002973;
  text-decoration: none;
}

a:hover
{
  color: #002973;
  text-decoration: underline;
}

body {
  border: none;
  overflow: auto;
  background: #FFFFFF;
}


.mainTABLE {
  width: 780px;
  height: 550px;
  background: #FFFFFF;
  border: 1px solid #676767;
}

.mainPopupTABLE {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}

span.footer {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #002973;
}

p {
  font-family: Arial;
  font-size: 11px;
  margin:0px;
}


/** navigation links */
a.headerNavigation
{
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
}

a.headerNavigation:link, a.headerNavigation:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

a.headerNavigation:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}

a.headerNavigationSelected:link, a.headerNavigationSelected:visited, a.headerNavigationSelected:hover
{
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: underline overline;
}

.headerLogoPanel
{
  height: 52px;
}

.headerNavigationPanel
{
  height: 20px;
  background: #233C96;
}

.headerNavigationSeparatorTD
{
  color: #FFFFFF;
  padding-left:5px;
  padding-right:5px;
  font-size: 10px;
  font-weight: bold;
}

.contentSeparatorTD
{
  background: url('../img/products/contentSeparatorBg.jpg');
}

.productName
{
  font-family: Arial;
  color: #2085F7;
  font-size: 13px;
  font-weight: bold;
}

.productInfo
{
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}

.productNavigation
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #AF0101;
  padding-left: 5px;
  padding-right: 5px;
  background:silver;
}

.orderFormLabel
{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  padding-right:5px;
  white-space: nowrap;
  vertical-align:top;
}


