/* В этом файле хранятся стили для сайта */


/*--------------- Regular ---------------*/
@font-face {
	font-family: 'AA Bebas Neue';
	src: url('fonts/AA-BebasNeue.eot');
	src:  url('fonts/AA-BebasNeue.eot') format('embedded-opentype'),
	url('fonts/AA-BebasNeue.ttf');
	font-weight: normal;
	font-style: normal;
}

.book_img {
	background: no-repeat 50% 50%;
	border-top: 1px dotted #dfdfdf;
}

.book_img:first-child {
	border-top: none;
}

.book_img a {
/* 	display: block;
	width: 100%;
	height: 100%; */
	text-decoration: none;
}

.book_img img{
	max-width: 90px;
	max-height: 120px;
}

#books h3 {
	font-size: 24px;
	color: #999999;
	line-height: 140%;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 2px solid #441f00;
}

.book_info {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}

.book_name {
	color: #4096d3;
	text-decoration: underline;
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	margin-top: 10px;
	font-size: 15px;
	width: 526px;
	font-family: UbuntuMi;
}

.book_publisher {
	font-size: 12px;
	line-height: 21px;
	margin-top: 10px;
	padding-left: 5px;
	color: #888888;
}

.book_publisher a{
	color: #000;
	text-decoration: underline;
}


#book img {
display: inline-block;
vertical-align: top;
max-width: 300px;
margin-bottom: 10px;
}

.book_content {
	font-size: 14px;
	line-height: 20px;
}

#book .book_info {
	line-height: 28px;
	font-size: 14px;
}

.ozon_link {
/* display: block;
width: 244px;
height: 40px; */
/* background-image: url(../img/button_ozon.jpg); */
/* background-image: url(../img/button_ozon2.jpg);
background-repeat: no-repeat;
background-position: left top;
margin-top: 10px;
margin: 10px auto; */

  display: inline-block;
  font-family: UbuntuM;
  font-size: 15px;
  text-transform: uppercase;
  background: #f1bf25;
  border: 0;
  border-radius: 3px;
  padding: 10px 40px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  margin: 15px auto 0;
}
.ozon_link:hover {
	background: #ffd723;
}

#book_list .book .book_img {
	display: inline-block;
	vertical-align: top;
	width: 122px;
	height: 185px;
}

#book_list .book {
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	padding-bottom: 20px;
}

#book_list .book .book_body{
	height: 185px;
	background: #e6e6e6;
/* 	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab; */
}

#book_list .book:first-child {
	padding-top: 0px;
	border-top: 0;
}

#book_list .book .book_img .img{
	background: center center no-repeat;
	width: 122px;
	height: 185px;
	background-size: auto 110%;
/* 	border-right: 1px solid #ababab; */
}
#book_list .book .book_publisher {
	font-family: UbuntuL;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	width: 526px;
}
#book_list .book .book_publisher b{
	font-weight: bold;
	font-family: Ubuntu;
}

#book_list h3 {
	font-size: 19px;
	color: #000;
	margin: 20px 0;
	font-family: UbuntuMI;
	padding: 3px 0 3px 10px;	
	border-left: 15px solid #ffcc1d;
	text-align: left;
	text-transform: none;
}


























