/* General BODY Style */
body
{
  margin: 0px;
  background-color: #FFFFFF;
  width: 100%;
}

/* General Links */
a
{
  color: #D44000;
  text-decoration: none;
  font-weight: bold;
}
a:active  {color: #D44000}
a:visited {color: #D44000}
a:hover   {color: #000000}

/* Language Navigation */
.lang
{
  font-family: Verdana, Tahoma, sans-serif, arial;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
}
a.lang
{
  font-family: Verdana, Tahoma, sans-serif, arial;
  color: #FFFFFF;
  font-size: 8pt;
}
a.lang:active  {color: #FFFFFF;}
a.lang:visited {color: #FFFFFF;}
a.lang:hover   {color: #000000;}

/* Menu Navigation */
.menu, a.menu
{
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}

a.menu:active, a.menu:visited {color: #000000;}
a.menu:hover    {font-weight: bold;}
a.menu_selected
{
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
a.menu_selected:active, a.menu_selected:visited, a.menu_selected:hover {font-weight: bold; color: #000000;}

/* Copyright Links (bottom block) */
.copy
{
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}
.copyright, a.copyright
{ 
  font-family: Verdana, sans-serif;
  font-size: 9px;
  color: #FFFFFF;
  font-weight: normal;
}
a.copyright:active, a.copyright:visited  {color: #FFFFFF;}
a.copyright:hover   {color: #7BD5DD;}

/* Login Area Style*/
.form
{
  font-family: Verdana, Tahoma, sans-serif, arial;
  font-size: 8pt;
  color: #000000;
}

/* General Form & Paragraph Settings */
p
{
  margin-top: 0px;
  margin-bottom: 5px;
}
form
{
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Page Text Style */
.text
{
  font-family: Tahoma, Verdana, sans-serif, Arial;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 18px;
  padding-right: 5px;
}

/* General Table Styles */
table
{
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  color: #000000;
}

/* Header */
td.table_head
{
  font-weight: bold;
  text-align: left;
  background-color: #EAEAEA;
  border: #808080 1px solid;
  white-space: nowrap;
  height: 25px;
  padding: 3px;
}

/* SubHeader */
td.table_subhead
{
  font-weight: bold;
  text-align: center;
  color: #666666;
  background-color: #F8F8F8;
  white-space: nowrap;
  padding: 3px;
}

/* Page Title */
td.title
{
  font-family: Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #49A7B9;
  padding-bottom: 5px;
}

/* Note Text */
td.note
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  color: #666666;
  background-color: #FAFAFA;
}

/* Information Text */
td.info
{
  font-weight: bold;
  text-align: center;
  color: #555555;
  background-color: #F0F0F0;
  border: #D0D0D0 1px solid;
  white-space: nowrap;
  padding: 3px;
  height: 20px;
}

/* Blocks of Shop or Catalog Modules*/
table.block
{
  border: #808080 1px solid;
  background-color: #FFFFFF;
  width: 190px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* Operation Block of Shop or Catalog Modules*/
table.main_block
{
  border: #808080 1px solid;
  background-color: #FFFFFF;
  width: 98%;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.navigation_bottom, a.navigation_bottom
{
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #005077;
  white-space: nowrap;
}

a.navigation_bottom:active, a.navigation_bottom:visited  {color: #005077;}
a.navigation_bottom:hover   {color: #000000;}
