 /*Свойства самого основного блока main, в котором находится вся система */
      body
      {
       
      }
      a {
	color: #666666;
	text-decoration: underline;
	}
a:hover {
	color: #6699FF;
	text-decoration: none;
}
      #main
      {
        text-align: left;
        margin-left: 10%;
        margin-right: 10%;
        padding: 15px;
        background: #FF33CC;

        }
      #main p, li, h1, h2, h3, h4, h5, h6, td /*Стили заголовков и абзаца*/
      {
        font-family: verdana,arial,sans-serif;
        font-size: 10pt;

      }
     
      #main h4 {font-size: 13pt; text-align: center;}
      #main h5 {font-size: 11pt;text-align: left;}
      #main li {list-style-type: none; text-align: left;}
      #main table {font-size: 10pt; text-align: left;}
      #main table.tab_result  {width: 70%; text-align: left;}
      #main table.list_dop  {width: 90%; text-align: left;}
      #main A
        {
           color:#FF33CC;
           text-decoration: none;
        }
      #main A:hover
        {
            color: red;
            text-decoration: underline;
        }

      /*Свойста блока с последними объявлениями*/
      #new_bill
      {
        width:200px;
        display:block;
        text-align: left;
      }

      thead /*Параметры шапки всех таблиц - цвет фона и т.д.*/
      {
       text-align: center;
       font-weight: 900;
       background: #6699FF;
       color: #ffffff;
      }
	/*Класс таблицы прайса*/
	.table_price
	{
		width:80%;
		border: 1px;
	}


	/*Ответ фирмы в отзывах*/
	.firma_answer
	{
		color: red;
	}
	/*Отзыв  пользователя*/
	.user_comment
	{
		color: green;
	}
    .news
    {
      font-size: 8pt;
      padding-left: 5px;
      padding-right: 5px;
      border: 1px solid #99CCFF;
    }
    .news2
    {
      font-size: 8pt;
      padding-left: 5px;
      padding-right: 5px;
    }
     .gl
    {
     border: 1px solid #99CCFF;
    }
   
     a.nav {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	}
a.nav:hover {
	color: #CCCCFF;
	text-decoration: none;
}

a.bott {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	}
a.bott:hover {
	color: #6699FF;
	text-decoration: none;
}
