@CHARSET "UTF-8";

body {
	background: #fff;
	font: normal 100% arial, sans-serif;
	color: #000;
}

img {
	margin: 0px;
}

.top_tab {
	width: 100%;
}

.top_tab th {
	padding-bottom: 30px;
}

.top_tab th div {
	width: 225px;
	background: url(../images/book.png) no-repeat;
	height: 170;
	margin-left: 3px;
	margin-right: 3px;
}

.top_tab .title {
	height: 30px;
	font-size: 140%;
	font-family: tahoma;
	color: #663300;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.top_tab .teme {
	height: 50px;
	margin: 43px 10px 20px 10px;
	padding: 10px 0px 0px 20px;
	background: url(../images/fon.jpg) repeat-x;
	font-size: 180%;
	color: #006633;
	text-align: center;
}

.top_tab .pol {
	width: 440px;
}

.center_tab {
	width: 100%;
}

.center_tab .left_link {
	width: 180px;
	padding: 6px 15px 6px 15px;
	border: 1px solid #90C84B;
	margin: 20px 10px 30px 10px;
}

.center_tab .left_link p {
	height: 20px;
	padding-left: 35px;
	padding-top: 3px;
	font-size: 75%;
}

.center_tab .left_link a {
	color: #747175;
}

.center_tab .left_link a:hover {
	color: #57772C;
	text-decoration: none;
	font-weight: bold;
}

.center_tab .left_menu p {
	height: 10px;
	padding: 5px 15px 10px 19px;
	font-size: 80%;
	background: url(../images/arrred.png) left no-repeat;
	margin: 0px 0px 0px 22px;
}

.center_tab .left_menu a {
	color: #747175;
	text-decoration: none;
	font-weight: bold;
}

.center_tab .left_menu a:hover {
	color: #747175;
	text-decoration: underline;
	font-weight: bold;
}

.quest {
	width: 100%;
	padding: 0px 20px 0px 20px;
	font-weight: normal;
	font-size: 80%;
	font-family: tahoma;
}

.quest .name {
	border-top: 1px solid #90C84B;
	font-weight: bold;
	border-bottom: 1px solid #90C84B;
	margin-bottom: 14px;
	padding: 3px 0px 3px 0px;
}

.quest .date {
	float: right;
	padding: 5px 0px 3px 0px;
	font-size: 85%;
}

.quest .text p {
	margin-top: 4px;
	margin-bottom: 4px;
}

.quest .comm {
	text-align: right;
	position: relative;
	width: 100%;
	font-size: 70%;
	font-family: tahoma;
	color: #747173;
	border-bottom: 1px dashed #90C84B;
	margin-bottom: 20px;
}

.quest .text span {
	font-size: 70%;
	color: #747173;
}

.quest .pol {
	width: 400px;
	margin-bottom: 9px;
}

.quest .comm a {
	color: #747175;
	text-decoration: none;
}

.quest .comm a:hover {
	color: red;
	text-decoration: none;
}

.quest .right_link {
	text-align: right;
	margin-bottom: 10px;
	margin-top: -2px;
	font-size: 70%;
	font-family: tahoma;
	color: #747173;
}

.quest .right_link a {
	color: #747173;
}

.copyright {
	width: 96%;
	margin: 0 auto;
}

.copyright a {
	color: #747173;
}

.copyright a:hover {
	color: #000000;
}

.copyright td {
	width: 40%;
	padding: 5px 15px 3px 15px;
	font-weight: normal;
	font-size: 70%;
	font-family: tahoma;
	color: #747173;
}

.copyright .pol {
	float: right;
	margin: 5px 0px 5px 0px;
}

.copyright .pol_one a {
	margin: 15px 0px 0px 0px;
}

.copyright .pol_one {
	width: 100%;
	font-size: 70%;
	font-family: tahoma;
	color: #747173;
	background: rgb(214, 238, 154);
}

.copyright .pol_two {
	width: 650px;
	margin: 5px 0px 5px 0px;
}

#guest_add {
	border: 1px dashed #90C84B;
	width: 90%;
	margin: 0px 10px 10px 10px;
	padding: 7px 7px 7px 7px;
	font-size: 90%;
	font-family: tahoma;
}

#guest_add .tex {
	margin-left: 10%;
}

#guest_add textarea {
	float: right;
	height: 120px;
	width: 50%;
}

#guest_add .inp {
	text-align: right;
	margin-right: 50%;
}

#guest_add .inp img {
	text-align: right;
	margin-right: 1px;
}

#guest_add .inp input {
	width: 150px;
	margin-right: 1px;
}

#guest_add_sub {
	text-align: center;
}

#guest_add_sub input {
	border: 1px dashed #90C84B;
	width: 30%;
	font-size: 90%;
	font-family: tahoma;
}

#guest_add_err {
	color: red;
	height: 20px;
	text-align: center;
}

.show-all-comments {
	color: grey;
	font-size: 120%;
	text-decoration: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

.show-all-comments:hover {
	text-decoration: underline;
}

#go-back {
	color: red;
	text-decoration: underline;
	font-size: 110%;
}

#go-back:hover {
	text-decoration: none;
}