.books
{
	width: 97%;
	background: #fff;
	padding: 15px 10px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	margin-top: 16px;
	
}
.search
{
	float:right;
	margin-right: 15px;
	padding: 5px;
}
.search input
{
	padding: 5px;
	width: 120px;
}
ul.category
{
	/* height: 45px; */
	/* line-height: 45px; */
	position: absolute;
	padding: 20px 0;
	margin: 0 0 3px;
	list-style: none;
	float: left;
}
ul.category li
{
	//float: left;
	width: 200px;
	margin-bottom: 1px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px !important;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	
}
.category li		
{
	list-style-type: none;
	list-style-image: none;
}
li
{
	display: list-item;
	text-align: -webkit-match-parent;
}
ul.category li a.active 
{
	color: #444;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px !important;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin-right: -1px;
	z-index: 5;
}
ul.category li a 
{
	display: block;
	width: 200px;
	padding: 5px 10px 4px 10px;
	margin: 0 4px 0px 0;
	color: #111;
	font-size: 18pt;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	background: #e6e6e6;
	border: 1px solid #ccc;
	border-right: 1px solid #e6e6e6;
	position: relative;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px !important;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	
}

ul li 
{
	list-style-type: none;
	list-style-image: none;
}

#news_head_edit
{
	/* width: 800px; */
	/* background: #fff; */
	/* padding: 15px 10px; */
	/* border: 1px solid #ccc; */
	/* box-shadow: 2px 2px 10px rgba(0,0,0,0.5); */
	/* margin-top: 16px; */
	/* top: 20px; */
	/* z-index: 12; */
}

#overlay {
	background-color: #535353; /* Чёрный фон */
	height: 100%; /* Высота максимальна */
	left: 0; /* Нулевой отступ слева */
	opacity: 0.95; /* Степень прозрачности */
	position: fixed; /* Фиксированное положение */
	top: 0; /* Нулевой отступ сверху */
	width: 100%; /* Ширина максимальна */
	z-index: 11;/* Заведомо быть НАД другими элементами */
	display: none;
	
}

#ajax-loader {
	opacity: 0.50;
	position: fixed;
	display: none;
	z-index: 11;
}
#pop-up {
	/* position: relative; */
	display: none;
	width: 800px;
	background: #fff;
	padding: 15px 10px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	margin-top: 16px;
	top: 20px;
	z-index: 12;
}

#pop-up .panel {
    /* position: absolute; */
    bottom: 20px;
    width: 800px;
    height: 50px;
    line-height: 50px;
}
#pop-up .panel input {
	/*width: 110px;*/
	height: 35px;
	font-size: 20px;
}
#flag {
	position: absolute;
	right: 35px;
	top: 38px;
	line-height: 15px;
}

.gray
{
	color: gray;
}

.block_news
{
	position: relative;
	left: 220px;
	border-left: 1px solid #ccc;
}
.news_block
{
	border: 1px solid gray;
	margin:15px;
	margin-bottom: 28px;
	overflow: auto;
	padding: 7px 17px;
	background: rgba(255, 255, 255, 0.66);
	border-radius: 1px;
	box-shadow: 0px 5px 13px #000;
	font-family: Cambria, sans-serif;
	color: black;
	text-decoration: none;
}
.news_block.importantly:hover
{
	box-shadow: 0px 5px 13px red;
}
a:hover
{
	text-decoration: none;
}
a:hover div.news_block
{
	border: 1px solid gray;
	margin:15px;
	margin-bottom: 28px;
	overflow: auto;
	padding: 7px 17px;
	/*background: #93c58f;*/
	border-radius: 1px;
	box-shadow: 0px 5px 13px #000;
	font-family: Cambria, sans-serif;
	color: #009900;		
}
.date_news
{
	text-align:right;
}

div.action_block 
{
	background-color: #535353;
	display: block;
	text-align: center;
	width: 250px;
	z-index: 10;
	padding: 15px 0;
	/* float: right; */
}
div.action_block_close 
{
	background-color: #535353;
	display: block;
	text-align: center;
	width: 250px;
	z-index: 10;
	padding: 15px 0;
	/* float: right; */
}
div.group
{
	width: 100%;
    /* position: fixed; */
    position: absolute;
    z-index: 10;
    display: none;
}
div.action
{
	display: block;  
	opacity: 0;
	visibility: hidden;
}
div.action.activ
{
	visibility: visible;
	opacity: 1;
	z-index: 10;
	background-color: #535353;	
	width: 250px;
}	

div.action ul
{
	padding: 1px;
	
}

div.action ul li
{
	list-style: none;
	text-align: left;
	border: 1px solid gray;
	border-radius: 7px;
	padding: 5px;
	margin:2px;
	
}
div.action ul li:hover
{
	list-style: none;
	text-align: left;
	border: 1px solid white;
	border-radius: 7px;
	padding: 5px;
	margin:2px;
	color: white;
}
	
	