@charset "windows-1251";
/* CSS Document */

/*banners */
.banner_over {
	width:600px;
	margin:5px 0;
	height:51px;
}

.banner {
	float:left;
	width:88px;
	height:31px;
	margin:10px auto; 
}
.banner img {
	padding:0 !important;
	border:0;
	margin: 0;
}
.banner_descr {
	float:right;
	width:506px;
	height:24px;
	margin:10px auto;
	padding:7px 0 0 5px;
}
.banner_descr_wide {
	float:right;
	width:507px;
	height:31px;
	margin:10px auto;
	padding:0 0 0 5px;
}

/*textarea */
.textarea {
	font-size:11px;
}

/*Книги */
.book_over {
	width:600px;
	margin:0 auto 10px;
	height:150px;
}

.picture {
	text-align:center;
	float:left;
	width:120px;
	margin:0 auto; 
}
.picture img {
	height:150px;
	width:auto;
	padding:0 !important;
	border:0;
	margin: 0;
}
.picture_descr {
	float:right;
	width:460px;
	margin:10px auto;
	padding:0px 0 0 0px;
}

/*Книги narrow */
.bnarrow_over {
	width:600px;
	margin:0 auto 10px;
	height:110px;
	border:1px solid #B6B097;
}

.bnarrowpic, .bnarrowpic2{
	text-align:center;
	float:left;
	height:100px;
	width:100px;
	margin:5px auto;
}
.bnarrowpic img, .bnarrowpic2 img {
	height:100px;
	width:auto;
	padding:0 !important;
	border:0;
	margin: 0;
}
.bnarrowpic2 {
	width: 110px;
}
.bnarrowpic2 img {
	width:100px;
	height:auto;
}
.bnarrowpic_descr {
	float:right;
	width:460px;
	margin:10px auto 0;
	padding:0;
}

/*Статьи narrow */


.bnarrow_over_art {
	background:#FFF;
	width:600px;
	margin:0 auto 10px;
	border:1px solid #B6B097;
}

.bnarrowpic_title {
	text-align:center;
	width:500px;
	font-weight:bold;
	margin:10px auto 0;
	padding-bottom:3px;
	border-bottom: 1px solid #03C;
}
.bnarrowpic_text {
	width:550px;
	min-height:50px;
	margin:10px auto 0;
	padding-bottom:5px;}
	

.further { text-align:right;}
.further a {
	text-decoration:underline;
	color: #600;}