/*
  Special CSS for Article Menu
  Please, don\'t modify attribute names
  Don\'t move this style from the first position!
*/
.article_menu
{
  border_color: #000000;
  shadow_color: #999999;
  shadow: 0;
  border: 1;
  width: 130;
  height: 21;
  subwidth: 130;
  subheight: 21;
  bg_on: #999999;
  bg_over: #666666;
}

/* 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: #FF0000}
a:hover   {color: #000000}

/* Language Navigation */
.lang
{
  font-family: Verdana, sans-serif;
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
}
a.lang, a.lang:active, a.lang:visited
{
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #FF0000;
  font-size: 8pt;
}
a.lang:hover   {color: #000000;}

a.lang_selected, a.lang_selected:active, a.lang_selected:visited, a.lang_selected:hover
{
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 8pt;
}

/* Menu Navigation */
.menu, a.menu, a.menu:active, a.menu:visited
{
  font-family: Verdana, Tahoma, sans-serif, arial;
  font-size: 8pt;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  white-space: nowrap;
}
a.menu:hover    {color: #000000;}

a.menu_selected, a.menu_selected:active, a.menu_selected:visited, a.menu_selected:hover
{
  font-family: Verdana, Tahoma, sans-serif, arial;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}

/* Bottom Menu Links */
.bottom_menu, a.bottom_menu:active, a.bottom_menu:visited
{
  font-family: Verdana, Tahoma, sans-serif, arial;
  font-size: 8pt;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
}
a.bottom_menu:hover    {color: #000000;}

/* Copyright Links (bottom block) */
.copy
{
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}
.copyright, a.copyright:active, a.copyright:visited
{
  font-family: Verdana, sans-serif;
  font-size: 7pt;
  color: #666666;
  text-decoration: none;
  font-weight: normal;
}
a.copyright:hover   {color: #777777;}

/* 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: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
}

/* 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 */
.title
{
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

span.title
{
  font-size: 18pt;
  padding-bottom: 14px;
  color: #FF8000;
  font-family: Tahoma, Verdana, sans-serif, Arial;
  font-weight: bold;
}

/* 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;
}

/* News Menu Table */
table.news_table
{
  background-color: #EEEEEE;
  width: 150 px;
}

/* News Title */
td.news_title
{
  color: #000000;
  font-weight: bold;
  text-align: center;
}

/* News Category */
.news_cat_name
{
  color: #000000;
  text-align: left;
  font-weight: bold;
  background-color: #DDDDDD;
}

/* News Title */
.news_item_name
{
  color: #000000;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
}

/* News Date */
.news_item_date
{
  color: #000000;
  text-align: right;
  font-style: italic;
}

/* News Introduction */
.news_item_intro
{
  color: #0000FF;
  font-style: italic;
}

/* News \"Learn More\" links */
.news_learn_more
{
  text-align: right;
}
a.news_learn_more, a.news_learn_more:visited, a.news_learn_more:active
{
  text-decoration: underline;
  color: #D44000;
  font-weight: normal;
}
a.news_learn_more:hover
{
  color: #000000;
}

/* News Table */
.article_table
{
  background-color: #EEEEEE;
  width: 400 px;
}

/* Article List links */
.article_list
{
  text-align: left;
}
a.article_list, a.article_list:visited, a.article_list:active
{
  text-decoration: underline;
  color: #D44000;
  font-weight: bold;
}
a.article_list:hover
{
  color: #000000;
}

.text_packages
{
  font-family: Verdana, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  color: #000000;
}

.text_red
{
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #FF0000;
}

.title_red
{
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #FF0000;
}

.text_bold
{
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}