body{
  margin-top: 0px;
  font-family: Arial Narrow ;
  font-size: 14px;
}

img{
  border: 0px;
}

.menu {
  background-image: url(menu.jpg);
  background-repeat: no-repeat;
  height: 70px;
  width: 550px;
}
.menu table{
  height: 25px;
  margin-left: 20px;
}
.menu td{
  padding:0 18px;
  border-right:2px solid #fff;
  line-height: 25px;
}
.menu a {
  color: #FFFFFF;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
}
.menu a:hover {
 text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
}

.title {
  background-color: #48A5F3;
  color: #FFFFFF;
  height: 26px;
  width: 160px;
/*  padding-top: 5px;*/
  margin: 10px 0px 0px 20px;
  text-align: center;
  font-size: 18px;
}

.hello {
  padding-top: 10px;
  padding-left: 10px;
  color: #48a5f3;
}
.hello a {
  color: #48a5f3;

}
.hello td{
  padding:0 10px;
  border-right:1px solid #48a5f3;
  line-height: 15px;
}

.text {
  padding-top: 10px;
  color: #5f5e5e;
  border: 0px;
  font-size: 14px;
  font-family: Arial Narrow;
  text-align: left;
  font-weight: normal;
}
.text_pizdets{
  font-size: 12px;
  font-family: Arial Narrow;
  font-weight: normal;
  color: #5f5e5e;
  padding-top: 0px;
  line-height: 10xp;
}

.text p {
  text-indent: 3em;
  margin: 0px;
  padding-top: 0px;
}
.text td{
  width: 200px;
}
.text td.line{
  border-bottom: 1px solid #5f5e5e;
  padding: 10px 0px 10px 0px;
}
.text a {
  color: #5f5e5e;
}
.text a:hover {
  text-decoration: none; /* Убирает подчеркивание для ссылок */
}

.text_h {
  color: #48a5f3;
  font-family: Century Gothic;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  width: 100%;
}
.text_h td{
  width: 50%;
  vertical-align: top;
  padding-left: 25px;
  padding-right: 5px;
}
.text_h a{
  color: #00a5f3;
}
.text_h a:hover{
  text-decoration: none;
}
.text_h a:visited{
   color: #48a5f3;
}

.greyline{
  background: repeat-y;
  width: 9px;
}

.promo{
  padding: 5px 10px 0px 10px;
  width: 100%;
}
.promo td{
  padding-top: 10px;
  padding-left: 10px;
  vertical-align: top;
}
.promo td.line{
  border-bottom: 1px solid #5f5e5e;
  padding-bottom: 10px;
}

.blue{
  color: #48a5f3;
}

.obz{
  color: #FF0000;
  font-size: smaller;
}

.pages td{
  padding: 3px;
  width: auto;
}
.pages a{
  text-decoration: underline;
  font-weight: normal;
}
.pages a:hover{
  text-decoration: none;
}

.tip{
  font-style: italic;
  line-height: 11px;
  font-size: 14px;
  padding-top: 0px;
}
