/* Каркас журнала */

.book-wrapper {
	background: url(shad_lef.jpg) no-repeat, url(shad_rig.jpg) 100% 0 no-repeat;
	padding: 3px 7px 10px 2px; 
/*	height: 895px;*/
	height: 893px;
	margin: -16px 0 0 2px;
}
.book {
	height: 893px;  
	width: 942px;
	position:relative;
}
	/* Переплет */
.book-cover {
	height: 893px;
	width: 53px;
	background: url("grad_boo.png") repeat-y;
	position: absolute;
    top: 1px;
/*	left: 462px;*/
	left: 447px;
	z-index: 9990;
}
	/* Скрепки */
.book-skr-b {
	position: absolute;
	width: 4px;
	height: 53px;
	background: url("skrepka_.png") no-repeat;
	left: 469px;
	top: 635px;
	z-index: 9991;
}
.book-skr-t {
	position: absolute;
	width: 4px;
	height: 53px;
	background: url("skrepka_.png") no-repeat;
	left: 469px;
	top: 173px;
	z-index: 9991;
}
	/* END Скрепки */

	/* Левая часть книжки */
.book-lt {
	height: 893px;  
	position: absolute;
	top: 0;
	left: 0;
	width: 471px;
	background: #eeeef0;
}
	/* Правая часть  кинжки */
.book-rt {
	width: 471px;
	height: 893px;
	position: absolute;
	top: 0;
	right: 0;
	background: #EAEDF1;
}

	/* Верхняя панель - слева и справа */
.b-l-title-panel {
	background: #cd0000;
	height: 16px;
	width: 471px;
}
.h-index {
	font-size: 1.17em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1em;
	background: url(icon-e00.png) no-repeat;
	padding-left: 20px;
}
.b-r-title-panel {
	height: 16px;
	background: #b4b4b4;
width: 471px;

}
.b-r-title {
	width: 155px;
	float: right;
	background: #4e4e4e;
	padding-left: 10px;
	color: #fff;
	line-height: 1.1;
	height: 16px;
	font-size: 14px;
}
	/* END Верхняя панель - слева и справа */

	/* Внутренняя часть книги */
.book-lt-ins {
	width: 450px;
	padding: 7px 11px 12px;
	height: 746px;
	overflow: hidden;
/*	background: #eeeef0;*/
}
.rm-left {
	
}
.rm-right {
/*	background: #f6edd7; */
}
.book-rt-ins {
	padding: 7px 11px 12px;
	height: 746px;
	overflow: hidden;
/*	background: #eaedf1;*/
}
	/* END Внутренняя часть книги */
	
	/* Херота с углами */
.corner-container {
	height: 100px;
/*	width: 470px;
	position: relative;*/
}
.book-lt .corner-container {
	background: #eeeef0;
}
.book-rt .corner-container {
	background: #EAEDF1;
	right:0px;
}
.book-rt .main-book-news
{
margin-right:0px !important;
}
.inside-corner {
	width: 140px;
	padding: 0 10px 0 10px;
	height: 100px;
/*	background: #ba3535;*/
	display: block;
}
/*.corner {
	position: absolute;
	top: 0;
	width: 160px;
	height: 100px;
}
.book-lt .corner {
	left: 0;
}
.book-rt .corner {
	right: 0;
}*/

/*.next-rubr {
	padding-top: 60px;
	color: #fff;
}*/
.inside-corner img {
	margin-top: 50px;
}
.book .next-page {
	background: #ba3535;
/*	padding-top: 60px;*/
	padding-top: 45px;
	color: #fff;
	height: 40px;
}
.book-rt .next-page {
	text-align: right;
}
.shadowP{
     -moz-box-shadow: 10px 10px 50px #000;
    -webkit-box-shadow: 10px 10px 50px #000;
     box-shadow: 10px 10px 50px #000;
}
	/* END Херота с углами */



.corner-rt {
	width: 160px;
	height: 100px;
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
}

.corner-lt {
	width: 160px;
	height: 100px;
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
}

/* END Каркас журнала */