@charset "windows-1251";
/* CSS Document */
body {background-image:url(img/tp_fon.jpg)}
p { font:14px Verdana, Geneva, sans-serif; margin:3px;}
a {text-decoration:none; color:#B95C00;}
a:hover {text-decoration:underline; color:#AE0000;}
.gi_table {border:solid 2px #EA7500;}
.gi_st1 {border-right: solid 1px #EA7500;}

p.title {
background-color: #7D3F00;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border-bottom-width: 0;
width: 985; /*Ширина меню */
background-color: #FFFDE1;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
border: 1px solid #EA7500; /*Стиль рамки */
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #7D3F00;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid #EA7500;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
border: 1px solid #F00; /*Стиль рамки */
background-color: #FFEAEA; /*Фоновый цвет ячейки при наведение курсора*/
color: #AE0000;  /*Цвет текста при наведении курсора*/
}
