/*------------------------------------------------*/
@charset "windows-1251";
/* CSS Document */
.text1 {
	color: #F6F8A4;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana;
}
/*Новые стили (Начало)*/
.body_content{
	border: 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	width: 520px;
	vertical-align: top;
	text-align: left;
	padding: 25px 25px 0 25px;

}

.navi {
	color: #F6F8A4;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}

.textmini {
	color: #F6F8A4;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana;
	
}

.table_style{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #6977b9;
	
}
	
	table.table_style td{
		border: 1px solid #6977b9;
		padding: 5px;
	}

	table.table_style tr:hover{
		background-color: #1c2a6d;

	}

ul.hr {
	width: 100%;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 30px;
    line-height: 2em;
   }

   ul.hr li {
   		color: #FFFF66;
      font-weight: bold;
   }

   ul.hr a{
   	display: block;
   	text-decoration: none;
   	color: #FFFF66;

   }

   	ul.hr a:hover{
   		color: #fff;
   	}

 .menu_day{
 	color: #7DAEC8;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
 }

 .page{
  text-align: right;
  font-weight: bold;
 }
 .page a{
      display: block;
    text-decoration: none;
    color: #FFFF66;
 }
/*Новые стили (конец)*/

/*Меню пляжей begin*/
.hd{
	width: 100%;
    margin: 0;
    padding: 0px;
    text-align: left;
    font-size: 11px;
    vertical-align: middle;
    font-weight: bold;

}

   div.hd div {
 
    border: 1px solid #a9b1d7; 
    background-color: #bec4e1;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: center;


   }



   div.hd a{
   	display: block;
   	text-decoration: none;
   	color: #000;
   	padding: 7px;

   }
   div.hd a:hover{
   	color: #fff;
   }

   div.hd div:hover{
   	background-color:#293d9c;
   }

  div.static{
    background-color:#293d9c !important;
  }

  div.static a{
    color: #fff !important;
  }



 /*Меню пляжей end*/