@charset "windows-1251";
/* CSS Document */
p {font-family:Verdana; font-size:14px; margin:10px;}
p.title {
background-color: #777777;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 93%; /*Ширина меню */
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #cccccc; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}
.table_gl {
border:1px solid #cccccc;
width:95%;
}
.table_naim{background-color: #E9E9E9;}

.text_zagl {
font: bold 16px Georgia, "Times New Roman", Times, serif;
color:#030;
}
.text_zagl a{
text-decoration:none;
color:#5B1517;
}
.text_zagl a:hover{
text-decoration: underline;
color: #DC653D;
}
.text_naim {
font: bold 12px Georgia, "Times New Roman", Times, serif;
color: #404040
}
h3 {color:#777;}
.table_gal p{
font:bold 12px "Courier New", Courier, monospace;
}