@import url('./reset.css');

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 87.5%;
	line-height: 1.5;
	text-align: center;
}
.clear {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: .5em;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

.header {
	margin: 20px 0 60px;
}
.header h1 {
	float: left;
}
.header h1 a,
.header h1 span {
	background: url('../img/logo.png') no-repeat;
	display: block;
	height: 94px;
	text-indent: -9999px;
	width: 300px;
}
.header .topMenu {
	float: right;
	overflow: hidden;
	margin-bottom: 20px;
}
.header .topMenu li {
	float: left;
	margin-left: 15px;
}
.header #searchForm {
	clear: right;
	float: right;
}
.header #searchResult {
	position: absolute;
	color: #03c;
	background-color: #d9d9d9;
	border: thin outset black;
	display: none;
}

.body .leftColumn {
	float: left;
	width: 200px;
}
.body .centerColumn {
	float: right;
	width: 740px;
}
.body .rightColumn {
	float: right;
	width: 240px;
}
body.index .body .content {
	float: left;
	width: 460px;
}
.body .content p {
	margin-bottom: 12px;
}

.body .rightColumn .last {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
.body .rightColumn .last .pic img {
	float: left;
	margin-right: 15px;
}

.block_name {
	background-color: #808080;
	font-family: Estrangelo Edessa;
	font-style: normal;
	font-stretch: wider;
}
.micro_pic {
	margin-bottom: 20px;
	width: 140px;
	height: auto;
}
#volya {
	background-color: #630;
	float: right;
}

#freands {
	margin-top: 40px;
}
#book {
	width: 100%;
	margin-bottom: 50px;
}
.how_fild {
	width: 18px;
}
.buy_caption {
	font-weight: bold;
}
.right {
	font-size: 1em;
	padding-right: 90px;
	margin-left: 20px;
	text-align: right;
}
#info {
	border: 1px solid #c2c7be;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	padding: 0 15px 0 15px;
	position: relative;
}
#info a,
#info a:visited {
	color: #8A9483;
	text-decoration: none;
}
#info a:hover {
	color: #9ba495;
	text-decoration: underline;
}
#pic {
	background-color: #fff;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}
#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}
#pic a.p1,
#pic a.p1:visited {
	background: #fff;
	border: 1px solid #000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}
#pic a.p1:hover {
	background-color: #8c97a3;
	color: #000;
	text-decoration: none;
}
#pic a.p1:hover .large {
	border: 1px solid #000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}

.dopl {
	width:100%;
}

.footer {
	color: #666;
	font-size: .85em;
	margin: 40px 0 20px;
}
.searchInput
{
	float: right;
}

