/* CSS Document */
body { margin:0;}

.all_border {border: 1px solid #000000; }
.left_bottom_right_border {border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; }
.border_down { border-bottom: 1px solid #000000;}
p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:15px; }
.left {background:#f6f6f6; border-right: 1px solid #000000; }
.bgcolor {background:#f6f6f6; }
a:link    { color:#c00; text-decoration:underline; }
a:visited { color:#c00; text-decoration:underline; }
a:hover   { color:#c00; text-decoration:none; }
a:active  { color:#c00; text-decoration:none; }
h3 { margin-left:15px;}
h4 { margin-left:15px;}
h2 { margin-left:15px; font-size:17px;}


p.title {
background-color: #A72E37;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 200px; /*Ширина меню */
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 200px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 11px 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;  /*Цвет текста при наведении курсора*/
}

.doctor { border: 1px solid #cccccc; width:95%;}
.doctor_bg { background:#f6f6f6;}
.doctor_name { font-weight:bold; text-decoration:none; color:#000000; margin-top:7px; margin-bottom:7px;}

.foto_doctor { border-bottom:2px solid #000000; border-left:2px solid #000000; border-right:1px solid #000000; border-top:2px solid #000000; background:#FFFFFF;}

.cost_list { font-weight:bold; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; margin: 5px;}
.view_cost_servises { border-bottom: 1px solid #000000; background:#f6f6f6;}
.recommendations { border: 1px solid #cccccc; width:95%; margin-top:7px;}
.title_header {size:12px;}
.red {color:#c00;}
.table100 { width:100%;}
.style2 {color: #EE0000;}
.out{ widows:inherit; background:#CCC;}
.commerce {background-color:#f6f6f6; border:1px solid;}






