/* All */
body {
  background-color: #FFFFFF
}

/* Не вставлят BR в формах */
form { display: inline; }
b { font-weight: bold; }
i { font-style: italic; }
A:link { color: #0000FF; }
A:hover { color: #FF0000; }

A.href:link { color: #0000FF; }
A.href:hover { color: #FF0000; }


/* 
link - A, hover - наводим, visited - проиденные, active -  текущая
*/

/* Ячейка правая колонка  */
td.rightcolumn {
  background-color: #CCCCFF;
  text-align: center;
  vertical-align: top;
}

td.tdsearch {
  background-color: #99CCCC;
  text-align: center;
  vertical-align: top;
}

/* Сообщение об ошибке */
.attention {
        font-size: 12pt;
        text-align: center;
 /*       text-align: justify;*/
        border: thin solid;
        font-weight: bold;
        color: #FF0000;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        background : #FFFFFF;
        border-color: #FFCC33; /* solid */
}

.input {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #000000;
}

/* Выбор разделов */
/* Выбор разделов (верхняя таблица) :: выделение разделов */
.partnlink, .partnlink:hover, .partnlink:visited, .partnlink:active, .partnlink:link {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #0000CC;
  /* text-decoration: none; */
}
.partnlink:hover { color: #FF0000; }

/* Информация о предприятии  :: выделение разделов */
/* Вывод предприятия :: выделение разделов */
.partnlink1, .partnlink1:hover, .partnlink1:visited, .partnlink1:active, .partnlink1:link {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #000000;
  /* text-decoration: none; */
}
.partnlink1:hover { color: #FF0000; }

/* Вывод разделов при пойске по ключевому слову :: выделение разделов */
.partnlink2, .partnlink2:hover, .partnlink2:visited, .partnlink2:active, .partnlink2:link {
  font-family: tahoma, arial;
  font-size: 8pt;
  color: #000099;
  /* text-decoration: none; */
}
.partnlink2:hover { color: #FF0000; }

/* Адрес */
.address, .address:hover, .address:visited, .address:active, .address:link {
  font-family: tahoma, arial;
  font-size: 10pt;
}
.address { color: #000099; }
.address:hover { color: #FF0000; }
/*.address:visited { color: #000099; }*/
.address:active { color: #0000FF; }
.address:link { color: #000099; }

/* Название фирмы */
.firmname, .firmname:hover, .firmname:visited, .firmname:active, .firmname:link {
  font-family: arial;
  font-size: 10pt;
/*  font-weight: bold; */
/*  padding-left: 5px; */
}
.firmname { color: #000000; }
.firmname:hover { color: #FF0000; }
/*.firmname:visited { color: #000099; }*/
.firmname:active { color: #FF0000; }
.firmname:link { color: #000000; }

/* Показ номеров страниц выделяем цветом и размером текущую */
.pagenum, .pagenum:hover, .pagenum:visited, .pagenum:active, .pagenum:link {
  font-family: tahoma, arial;
  font-size: 9pt;
}
.pagenum { color: #0000FF; }
.pagenum:hover { color: #FF0000; }
/*.pagenum:visited { color: #000099; }*/
.pagenum:active { color: #0000FF; }
.pagenum:link { color: #0000FF; }

.curpagenum {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #CC0000; 
}

/* !All */

/* Вывод фирм info.phtml */
/* Ячейка для описания (пример 	Дополнительная Информация в Инфо */
td.infoheader {
  color: #000000;
  background-color: #FFCC33;
  font-weight: bold;  
  font-family: tahoma, arial;     
  font-size: 10pt;   
  text-align: center;         
}

/* Ячейка с названием фирмы (1,2, ... - выделение в 
*   зависимости от купленной рекламы 
*/
td.firmheader, td.firmheader1, td.firmheader3 {
  color: #000000;
  font-family: tahoma, arial;     
  font-size: 10pt;   
}

td.firmheader { background-color: #FFCC33; }
td.firmheader1 { background-color: #33CCFF; }
td.firmheader3 { background-color: #99CCFF; }

/* Ячейка c описанием (пример: идентификационный номер	в Инфо */
td.info {
  color: #00000F;
  background-color: #FFFFEE;
  /* font-weight: bold;  */
  /* font-family: arial;     */
  font-size: 10pt;   
  /* text-align: center;         */
}
/* !Вывод фирм info.phtml */


/* index.phtml */    
/* Главная страница выделение вверхние ссылки */
.navi, .navi:hover, .navi1, .navi1:hover {
  font-family: verdana,tahoma, arial;
  font-size: 9pt;
  font-weight: bold;
}

.navi { color: #0000FF; }
.navi:hover { color: #FF0000; }
/*.navi:visited { color: #000099; }*/
.navi:active { color: #0000FF; }
.navi:link { color: #0000FF; }

.navi1 { color: #0000FF; }
.navi1:link { color: #0000FF; }
.navi1:hover { color: #FF0000; }

/* Главная страница разделы выделение */
.level0, .level0:hover {
  font-family: times;
  font-size: 10pt;
  font-weight: bold;
}
.level0 { color: #000000; }
.level0:hover { color: #CC0000; }
.level0:link { color: #000000; }

.level1, level1:hover, level1:visited {
  font-family: times;
  font-size: 9pt;
  color: #000099;
}
.level1 { color: #000099; }
.level1:hover { color: #FF0000; }
/*.level1:visited { color: #000099; }*/
.level1:active { color: #0000FF; }
.level1:link { color: #000099; }

/* !index.phtml */


.header {
  font-family: arial;
  font-size: 11pt;
  color: #000000;
  padding-left: 5px;
  font-weight: bold;
  vertical-align: middle;
}

.url {
  font-family: courier;
  font-size: 9pt;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 5px;
}

.oplink {
  font-family: times;
  font-size: 10pt;
  color: #0000CC;
}

/* news.phtml */
.newstext, .newstext:hover, .news, .newsheader {
  font-family: tahoma, arial;
  font-size: 8pt;
}

.newstext:hover { color: #0000CC; }
.newstext:hover { color: #CC0000; }
.news { color: #000000; }
.newsheader {
  font-weight: bold;
  color: #000000;
}
/* !news.phtml */


/* Для UDM Search */
.docurl, .searchnumber, .doctitle, .doctext, .docother, .partn {
  font-family: tahoma, arial;
}

.docurl {
  font-size: 8pt;
  color: #999999;
}

.doctitle, .doctitle:hover, .doctitle:visited, .doctitle:active, .doctitle:link {
  font-size: 12pt;
//  font-weight: bold;
  //color: #0000EE;
}
.doctitle { color: #000099; }
.doctitle:hover { color: #FF0000; }
/*.address:visited { color: #000099; }*/
.doctitle:active { color: #0000FF; }
.doctitle:link { color: #000099; }

.doctext {
  font-size: 8pt;
  color: #000000;
}

.docother {
  font-size: 8pt;
  color: #999999;
}

.searchword {
  font-family: times;
  font-size: 10pt;
  font-style: italic;
  color: #CC0000;
}

.searchnumber {
  font-size: 9pt;
  color: #000000;
}

.searchrate {
  font-size: 6pt;
  color: #333333;
}

.partn {
  font-size: 9pt;
  color: #000000;
}
/* !Для UDM Search */

/* ???? */
h1 { font-size: 16pt; display: none; }

.phone {
  font-family: tahoma, arial;
  font-size: 10pt;
  color: #000000;
}

.text {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #000000;
}

.helptext {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #000000;
}

.area {
  font-family: tahoma, arial;
  font-size: 10pt;
  color: #0000CC;
}

.ilink {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #0000CC;
}

.info {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #000000;
}

.emptyphone {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #999999;
}

.artname {
  font-family: tahoma, arial;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}

.artentry {
  font-family: times;
  font-size: 9pt;
  color: #000000;
}

.arttext {
  font-family: times;
  font-size: 10pt;
  color: #000000;
}

.go {
  font-family: tahoma, arial;
  font-size: 9pt;
  color: #666666;
}

.partlink {
  font-family: tahoma, arial;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}

.part {
  font-family: tahoma, arial;
  font-size: 8pt;
  font-weight: bold;
  color: #CC0000;
}


/* MAP adress.php */
td.map1 {
  background-color: #FFFFEE;
}

td.map2 {
  background-color: #FFCC33;
}