/*
новости
*/
p.remember {
	color: #c0a882;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
a.register {
	color: #c2c2c2;
	font-size: 16px;
}
a.register:hover, a.register:active, a.register:focus {
	text-decoration: none;
}
.news_container {
	width: 440px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}
.corner_left, .corner_right {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
}
.corner_left {
	background-image: url(../images/corner_left.gif);
	left: 0px;
}
.corner_right {
	background-image: url(../images/corner_right.gif);
	right: 0px;
}
.news_head_container {
	position: relative;
	top: -5px;
	margin-left: 62px;
	margin-right: 62px;
	margin-bottom: -2px;
}
.news_text, a.news_head {
	font-family: "Times New Roman";
	margin: 0px;
	padding: 0px;
	color: #c0a882;
}
a.news_head {
	font-size: 16px;
	font-weight: normal;
}
a.news_head:hover, a.news_head:active, a.news_head:focus {
	text-decoration: none;
}
.news_text {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
}
.news_text p {
	margin: 0px;
	padding: 0px;
}
.news_text a {
	color: #d7c09c;
	text-decoration: none;
	border-bottom: dotted 1px #d7c09c;
}
.news_text a:hover {
	border: none;
}
p.news_datetime {
	font-family: "Arial";
	font-size: 11px;
	color: #9c9c9c;
	margin: 0px;
	padding: 0px;
}
img, object, embed {
	max-width: 440px;
	border: none;
	margin: 0px;
	padding: 0px;
}
img.news_img {
	max-width: 340px;
	position: relative;
}
a.news_url {
	font-size: 14px;
	color: white;
	position: relative;
	font-family: "Times New Roman";
	margin: 0px;
	padding: 0px;
}
a.news_url:link, a.news_url:visited {}
a.news_url:hover, a.news_url:active, a.news_url:focus {
	text-decoration: none;
}
.split_line {
	margin-top: 7px;
	background-repeat: repeat-x;
	background-image: url(../images/split_line.gif);
	height: 2px;
	max-height: 2px;
	width: 440px;
}
a.page_togo, p.page_current {
	font-size: 11px;
	text-align: center;
	font-family: "Arial";
	color: #9c9c9c;
	background-color: #343434; 
	border: solid 1px #5d5d5d;
	text-decoration: none;
	width: 14px;
	height: 14xp;
	margin: 0px;
	margin-left: 3px;
	margin-top: -1px;
	float: left;
}
a.page_togo:hover {
	border: solid 1px #9c9c9c;
}
p.page_current {
	font-weight: bold;
	color: #3e3b2d;
	background-color: #5d5d5d;
}
.friend {
	margin: 5px;
}
.clear {clear: both;}