/* main */

html, body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px
}

form, p, div, a{
  margin: 0px;
  padding: 0px;
}

table{
  border: 0px;
  border-collapse: collapse;
}

table td{
  padding: 0px;
}

p{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
}

a{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a:hover{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

/* backgrounds */

.replacement{
   background: url(/img/replacement.jpg) no-repeat;
}

.background{
   background: url(/img/background.gif);
}

.main_back_very_high{
  background: url(/img/main_back_very_high.jpg) no-repeat;
}

.search_panel{
  background: url(/img/search_panel.gif) no-repeat;
}

.menu_top{
  background: url(/img/menu_top.jpg) no-repeat;
}

.menu_repeat{
  background: url(/img/menu_repeat.jpg) repeat-y;
}

.menu_bottom{
  background: url(/img/menu_bottom.jpg) no-repeat;
}

.menu_div{
  background: url(/img/menu_div.jpg) no-repeat;
}

.catalog_top{
  background: url(/img/catalog_top.jpg) no-repeat;
}

.catalog_repeat{
  background: url(/img/catalog_repeat.jpg) repeat-y;
}

.catalog_bottom{
  background: url(/img/catalog_bottom.jpg) no-repeat;
}

.cloud{
  background: url(/img/cloud.png) no-repeat;
}

.hits{
  background: url(/img/hits.jpg) no-repeat;
}

.NewsContent{
  background: url(/img/articlesimages.jpg) no-repeat;
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 25px;
}

.ArticlesImages{
  background: url(/img/articlesimages.jpg) no-repeat;
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 25px;
}

.news{
  background: url(/img/news.jpg) no-repeat;
}

.classic{
  background: url(/img/classic.jpg) no-repeat;
}

/* hrefs */

a.menu_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}

a.menu_href:hover{
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
}

a.white_href{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

a.white_href:hover{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

td.dummy a.white_href{
  background: #999999;
  padding: 2px 7px 2px 7px;
}

td.dummy a.white_href:hover{
  background: #FF9933;
  padding: 2px 7px 2px 7px;
}

a.bottom_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}

a.bottom_href:hover{
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
  color: #666666;
  text-decoration: underline;
}

a.unactive_page_href{
  text-decoration: none;
  color: #FFFFFF;
  background-color: #7FC9F0;
  border: 1px solid #FFFFFF;
  padding: 1px 3px;
  margin-left: 4px;
}

a:hover.unactive_page_href{
  text-decoration: none;
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #7FC9F0;
  padding: 1px 3px;
  margin-left: 4px;
}

a.active_page_href{
  text-decoration: none;
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #7FC9F0;
  padding: 1px 3px;
  margin-left: 4px;
}

a:hover.active_page_href{
  text-decoration: none;
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #7FC9F0;
  padding: 1px 3px;
  margin-left: 4px;
}

/* text */

p.block_header{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #666666;
}

/* forms */

.input_box{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  border: 1px solid #999999;
}

.button{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  border: 1px solid #7F9DB9;
  background: #e0dfe3;
}
