* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	height: 100%;
}
body {
	background-color: #444;
	color: #222;
	overflow: auto;
	scrollbar-face-color: #000;
	scrollbar-track-color: #bbb;
	scrollbar-arrow-color: #bbb;
	height: 100%;
	font-family: "Trebuchet MS", serif;
	font-size: 14px;
	text-align: left;
	background-image: url('/images/site/fon.png');
	background-attachment: fixed;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}






#page {
	width: 1000px;
	margin: 0px auto;
	height: 100%;
	min-height: 400px;
	position: relative;
}
#page-layer {
	position: absolute;
	height: 100%;
	width: 800px;
	z-index: 30;
	top: 0px;
	left: 100px;
}
#container {
	min-height: 100%;
	height: !important auto;
	padding: 0px 20px;
	position: relative;
	background-color: #bbb;
	border-left: 2px solid #333;
	border-right: 2px solid #222;
}
#content p {
	text-indent: 20px;
	margin: 3px 0px;
	font-size: 13px;
	line-height: 15px;
	font-family: Times;
}
#content h2 {
	text-indent: 20px;
	font-family: Times;
}


#content {
	background-color: #ddd;
	border: 1px solid #333;
	padding: 15px 10px;
}


#block-message {
	background-color: #ddd;
	border: 1px solid #333;
	padding: 15px 10px;
}
#block-message input.text {
	width: 263px;
	padding: 3px 5px;
	border: 1px solid #888;
	color: #444;
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 10px;
	background-color: #fff;
}
#block-message textarea.text {
	display: block;
	width: 263px;
	height: 50px;
	overflow: auto;
	overflow-y: hidden;
	margin: 5px 0px;
	padding: 5px;
	color: #444;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #888;
	background-color: #fff;
}
#block-message input.submit {
	width: 275px;
	padding: 3px 0px;
	background-color: #eee;
	border: 1px solid #888;
	color: #000;
	cursor: pointer;
	font-family: monospace;
	margin-bottom: 5px;
}
#block-message input.off, #block-message textarea.off {
	color: #888;
}








#logo {
	display: block;
	float: left;
	margin: 7px 0px;
	width: 744px;
	height: 100px;
	background-color: #000;
	border: 1px solid #333;
	color: #ccc;
	padding: 3px 5px;
	background-image: url('/images/site/logo.png');
}

#banners {
	position: absolute;
	width: 744px;
	bottom: 37px;
	background-color: #f8f8f8;
	border: 1px solid #333;
	padding: 4px 5px 1px 5px;
	letter-spacing: 5px;
	text-align: center;
}

#copyright {
	position: absolute;
	width: 744px;
	bottom: 7px;
	font-family: monospace;
	font-size: 11px;
	background-color: #f8f8f8;
	border: 1px solid #333;
	padding: 3px 5px;
	text-align: center;
}
.patch-footer {
	height: 87px;
	clear: both;
}



#bread-crumbs {
	float: left;
	margin: 7px 0px 0px 0px;
	width: 744px;
	background-color: #f8f8f8;
	border: 1px solid #333;
	color: #444;
	padding: 3px 5px;
	text-align: center;
	font-size: 11px;
	font-family: monospace;
}
#bread-crumbs a {
	color: #000;
	font-weight: bold;
}
#bread-crumbs a:hover {
	text-decoration: none;
	color: #FF0000;
}



#upper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 100;
	display: none;
}
#upper-layer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0px;
	z-index: 90;
	display: none;
}
.upper-blocks {
	display: none;
}
#upper .upper-blocks {
	display: block;
}


#upper-left {
	position: absolute;
	top: 50%;
	background-color: #fff;
}
#upper-right {
	position: absolute;
	top: 50%;
	background-color: #fff;
}
#upper-center {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ccc;
	border: 1px solid #000;
}
#upper-info {
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}



#auth {
	width: 285px;
	height: 135px;
	position: relative;
}
#auth h2 {
	padding: 13px 0px 3px 73px;
	text-align: left;
}
#auth .caption {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 25px;
}
#auth .close {
	display: block;
	position: absolute;
	right: 21px;
	top: 15px;
	font-weight: bold;
	font-size: 14px;
}
#auth .close:hover {
	text-decoration: none;
}
#auth input.text {
	width: 180px;
	padding: 3px 5px;
	border: 1px solid #888;
	color: #444;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #fff;
	float: right;
	margin-right: 20px;
}
#auth input.submit {
	width: 192px;
	padding: 3px 0px;
	background-color: #eee;
	border: 1px solid #888;
	color: #000;
	cursor: pointer;
	font-family: monospace;
	float: right;
	margin-right: 20px;
}







#content-left {
	width: 450px;
	float: left;
}
#content-right {
	
	float: right;
	width: 298px;
}



#wall {
	background-color: #ddd;
	border: 1px solid #333;
	padding: 15px 10px;
	margin-top: 7px;
	overflow: auto;
	height: 300px;
}
#wall h2 {
	margin-bottom: 5px;
}
#wall span {
	display: block;
}
#wall span.w_date {
	font-size: 10px;
	color: #666;
}
#wall span.w_user {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}
#wall span.w_text {
	font-size: 11px;
	padding: 2px 0px 2px 7px;
	border-left: 2px solid #666;
}
#wall span.w_answer {
	font-size: 11px;
	padding: 2px 0px 2px 7px;
	margin-left: 7px;
	border-left: 2px solid #999;
}
#wall span.w_line {
	height: 1px;
	line-height: 1px;
	font-size: 0px;
	border-top: 1px dashed #888;
	margin: 9px 0px;
}







a.title-hover:hover {
	text-decoration: none;
	color: #555;
}

.article {
	font-size: 12px;
	color: #444;
}
.article a {
	font-size: 14px;
	font-weight: bold;
}
.article span {
	color: #222;
	font-size: 10px;
	display: block;
	margin-bottom: 3px;
}
.article hr {
	background-color: #bbb;
	height: 1px;
}



/* style for inet */
.doc_text {
	font-size: 14px;
}
.doc_adress
{
	font-style: italic;
}
.doc_img
{
	clear: none;
	float: right;
	margin: 5px 7px 5px 8px;
}
.doc_img_l
{
	clear: none;
	float: left;
	margin: 5px 8px 5px 7px;
}
.doc_text p
{
	text-align: justify;
	text-indent: 30px;
	padding: 0px 7px 0px 7px;
}
.doc_text p a
{
	color: #000099;
}
.doc_text h4
{
	padding: 10px 0px 2px 15px;
}
.doc_text ol
{
	padding: 0px 0px 0px 80px;
	font-size: 12px;
}
.doc_count
{
	font-family: monospace;
	font-size: 12px;
	color: #888888;
	font-style: italic;
	float: left;
	padding-left: 10px;
}
.doc_date
{
	float: right;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #111111;
	padding-right: 10px;
}












.desert {
	width: 400px;
	margin: 0px auto;
}
.desert p {
	width: 250px;
	padding: 5px 0px 5px 80px;
	text-indent: 0px;
	display: block;
}
.desert input, .desert textarea {
	border: 1px solid #222;
}
.desert textarea {
	width: 350px;
	height: 50px;
	margin: 10px auto 5px auto;
	display: block;
}
.desert .desert-button {
	width: 120px;
	padding: 2px; 0px;
	background-color: #eee;
	cursor: pointer;
	margin: 10px auto 0px auto;
	display: block;
}
.desert .desert-button:hover {
	background-color: #fff;
}
.test-block {
	display: none;
}
.switch_code a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #444;
}
.switch_code textarea
{
	display: none;
	width: 390px;
	height: 100px;
}





/* styles for blog */
.blogTable
{
	width: 700px;
	border: 1px solid black;
	margin: 20px auto;
}
.blogTable td
{
	background-color: #D2D2D2;
	padding: 3px 10px 3px 10px;
	text-align: left; 
}
.blogTable .content a
{
	color: #000099;
}
.blogTable td p
{
	text-indent: 25px;
}
.blogTable .links, .blogTable .links a
{
	color: #555555;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.blogTable .links a:hover
{
	color: #000000;
}
.blogTable td.content
{
	padding: 10px;
	font-size: 14px;
}
.blogTable span.date
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.blogTable span.comm
{
	float: right;
}
.blogTable span.tags
{
	float: right;
}










.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 1px;
}
