html, body {
	height: 100%;
}

body {
	line-height: 1.5;
	cursor: default;
}

body,
h1, h2, h3, h4, h5, h6,
fieldset, form,
ul, li,
dl, dt, dd,
td, th {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	margin: 0;
}

img,
fieldset {
	border: none;
}

em {
	font-style: normal;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

ul {
	list-style-type: none;
}

abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

hr {
	height: 0;
	display: block;
	border: none;
	margin: 0;
	border-top: 1px solid #000;
	clear: both;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
	margin: 1px;
	padding: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
	cursor: pointer;
}

input,
textarea,
button,
select {
	font-size: 1em;
	font-family: inherit;
}


button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
	padding: 0;
	border: none;
}


/* ================================================================== */

body {
	min-width: 1000px;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	background-color: #CFCFCF;
	color: #222;
}

abbr {
	border-bottom-color: #222;
}

a {
	color: #0EBCDC;
	text-decoration: underline;
}
	a:hover	{
		color: #007186;
	}


#xx1 {
	max-width: 1100px;
	min-height: 100%;
	background-color: #FFF;
	position: relative;
	margin: 0 auto;
	border-left: 3px solid #EAEAEA;
	border-right: 3px solid #EAEAEA;
}

	#xx2 {
		overflow: hidden;
		padding: 0 10px 70px 10px;
	}

		/* ===================== h_top */
		#h_top {
			height: 30px;
			background: url('../i/bg1.png') 0 0 repeat;
			position: relative;
			font-size: 11px;
		}
			
			#h_top input[type="text"],
			#h_top input[type="password"] {
				margin: 0;
				padding: 2px 5px;
				background-color: #F7F7F7;
				border: 1px solid #DDD;
				font-size: 11px;
				color: #777;
			}

			#h_top input[type="submit"] {
				margin: 0;
				padding: 2px 5px;
				background-color: #F2F2F2;
					border-top: 1px solid #DDD;
					border-left: 1px solid #DDD;
					border-bottom: 1px solid #BBB;
					border-right: 1px solid #BBB;
				font-size: 11px;
				color: #777;
				-webkit-box-shadow: 1px 1px 0 #FFF inset, -1px -1px 0 #FFF inset;
				-moz-box-shadow: 1px 1px 0 #FFF inset, -1px -1px 0 #FFF inset;
				box-shadow: 1px 1px 0 #FFF inset, -1px -1px 0 #FFF inset;
			}
				#h_top input[type="submit"]:focus {
					border-color: #222;
				}
			
			#h_top a {
				color: #777;
				text-decoration: none;
			}
				#h_top a:hover {
					color: #222;
					text-decoration: underline;
				}


			/* ===== h-search */
			#h_top #h-search {
				position: absolute;
				top: 5px;
				left: 10px;
			}
			
				#h_top #h-search input[type="text"] {
					width: 180px;
				}
			
			/* ===== h-login */
			#h_top #h-login,
			#h_top ul.login_links {
				position: absolute;
				top: 5px;
				right: 10px;
			}
				#h_top #h-login input[type="text"],
				#h_top #h-login input[type="password"] {
					width: 120px;
				}
				
				#h_top #h-login ul {
					display: inline-block;
				}
				
					#h_top #h-login ul li,
					#h_top ul.login_links li {
						display: inline-block;
						margin-left: 10px;
					}


		/* ===== logo */
		img#logo {
			width: 210px;
			height: 60px;
			display: block;
			position: absolute;
			top: 40px;
			left: 10px;
		}



		/* ===================== xBody */
		#xbody {
			overflow: hidden;
			position: relative;
			margin-top: 80px;
			padding-bottom: 20px;

		}
		
			#xbody #left_side {
				float: left;
				width: 240px;
			}

			#xbody #center_side {
				border-left: 1px solid #ECECEC;
				padding: 0 10px;
				margin-left: 250px;
			}


	/* ===================== Footer */
	#footer {
		width: 100%;
		height: 60px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
		#footer1 {
			margin: 0 10px;
			padding: 10px 10px 0 10px;
			border-top: 1px solid #ECECEC;
		}
	
		#footer-copy {
		}




/* ============================= */
.n_block .category a,
.n_block .read_more a {
	color: #0EBCDC;
	text-decoration: none;
}
	.n_block .category a:hover,
	.n_block .read_more a:hover {
		text-decoration: underline;
	}



/* ===== lr_block */
.lr_block {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0 10px;
}
	.lr_block h2.title {
		overflow: hidden;
		background: url('../i/bg1.png') 0 0 repeat;
		margin: 0 -10px 5px -10px;
		padding: 3px 10px;
		font-size: 16px;
		font-weight: bold;
		color: #777;
	}


/* ===== .menu1 */
ul.menu1 {
	display: block;
	font-size: 14px;
	overflow: hidden;
}
	
	ul.menu1 li {
		display: block;
		margin-top: 5px;
	}
	ul.menu1 li:first-child {
		margin-top: 0;
	}
	
		ul.menu1 li a {
			color: #444;
			text-decoration: none;
			background: url('../i/li1.png') 0 50% no-repeat;
			padding-left: 12px;
		}
		ul.menu1 li a:hover {
			background-position: 2px 50%;
			text-decoration: underline;
		}




/* ===== xblock */
.xblock {
	overflow: hidden;
	margin: 0 -14px;
	padding: 0 14px;
}

.xblock.xblock_mb {
	margin-bottom: 30px;
}

.xblock.xblock_mt {
	margin-top: 30px;
}

	.xblock h2[class^="title"] {
		margin: 0 -14px 5px -14px;
		padding: 3px 14px;
		font-size: 16px;
		overflow: hidden;
		font-weight: bold;
	}

	.xblock h2.title {
		color: #0EBCDC;
	}

	.xblock h2.title_std {
		background-color: #ECECEC;
		color: #777;
	}

	.xblock h2.title_i {
		background-color: #C00;
		color: #FFF;
	}


	.xblock .xblock-maxwidth {
		width: 520px;
		overflow: hidden;
	}






/* ===== n_block */
.n_block {
	overflow: hidden;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

	/* title */
	.n_block h2.title {
		font-size: 16px;
		padding: 3px 0;
		font-size: 16px;
		color: #0EBCDC;
		font-weight: bold;
	}

	/* category */
	.n_block .category {
		margin-bottom: 10px;
		font-size: 11px;
		color: #777;
	}
	
	/* read_more */
	.n_block .read_more {
		font-size: 16px;
		margin-top: 15px;
	}
	

	/* ===== edit */
	.n_block-edit {
		display: block;
		float: left;
		margin-top: 10px;
		font-size: 12px;
		padding: 1px 5px;
		background-color: #0EBCDC;
		color: #FFF;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	.n_block-edit:hover {
		background-color: #00A5C3;
	}


	/* ===== edate + drugie + tegs */
	.n_block-edate,
	.n_block-drugie,
	.n_block-tegs {
		overflow: hidden;
		margin: 15px 0 5px 0;
		color: #777;
		font-size: 11px;
	}
		.n_block-edate em,
		.n_block-drugie em {
			display: block;
		}
		
		.n_block-drugie ul {
			margin-left: 5px;
		}



/* ===== comment */
.comment {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D7D7D7;
}
	.comment h4.title {
		overflow: hidden;
	}
	
	.comment .comment-p {
		overflow: hidden;
		margin: 2px 10px 5px 10px;
	}






/* ===== a_group5 */
.a_group5 {
	background-color: #FFFFE0;
	border: 1px dotted #bebebe;
	padding: 5px;
	margin: 15px 0 5px 0;
}


/* ===== listalka_page */
.listalka_page
{
	overflow: hidden;
	margin: 15px 0 5px 0;
	text-align: center;
	font-size: 14px;
}




/* ===== navigation */
.navigation {
	margin: 10px 0;
	text-align: center;
	font-size: 12px
}

	.navigation a {
		color: #FFF;
		text-decoration: none;
		background-color: #BBB;
		padding: 3px 6px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

	.navigation a:hover {
		background: #AAA;
	}

	.navigation span {
		color: #FFF;
		background-color: #777;
		padding: 3px 6px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
	.navigation span.nav_ext {

	}








/* ===== spisok1 */
.spisok1,
.spisok2 {
	display: block;
	overflow: hidden;
}

	.spisok1 a,
	.spisok2 a {
		display: inline-block;
		margin-right: 3px;
		
		text-decoration: none;
		display: inline-block;
		background-color: #ECECEC;
		color: #555;
		font-size: 10px;
		padding: 1px 5px;

		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

	.spisok2 a {
		font-size: 12px;
	}

	.spisok1 a:hover,
	.spisok2 a:hover {
		color: #222;
		background-color: #DDD;
	}






/* ===== color1 */
.color1 {
	color: #777;
}


/* ===== lbl */
.lbl,
.lbl2,
.lbl_btn {
	overflow: hidden;
	clear: both;
	margin-bottom: 8px;
}

	.lbl em {
		display: inline-block;
		vertical-align: middle;
		color: #777;
	}
	
	.lbl .lbl-p {
		display: inline-block;
		vertical-align: middle;
	}
	
	.lbl2 em {
		display: block;
		color: #777;
	}








/* ===== speedbar */
.speedbar {
	color: #777;
	overflow: hidden;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 20px;
	padding: 5px 10px;
}
	.speedbar a {
		font-weight: bold;
	}







/* ===== dl_st1 */
dl.dl_st1 {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}

	dl.dl_st1 dt {
		display: block;
		float: left;
		clear: both;
		color: #777;
		margin-bottom: 5px;
	}
	
	dl.dl_st1 dd {
		display: block;
		float: left;
		margin-bottom: 5px;
	}



/* ===== ul_st1 */
ul.ul_st1 {
	display: block;
	overflow: hidden;
}
	ul.ul_st1 li {
		display: inline-block;
		margin-right: 10px;
	}
		ul.ul_st1 li:before {
			content: '|';
			margin-right: 10px;
			color: #AAA;
		}
		ul.ul_st1 li:first-child:before {
			display: none;
		}






/* ===== quote */
.quote {
	background-color: #FFFFE0;
	border: 1px dotted #bebebe;
	padding: 5px;
}




.userstop thead {
    font-weight: bold;
	color: #222;
}
.userstop td {
	padding: 3px;
}