.articles_category {
	position: relative;
	padding: 15px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 25%;
}

.articles_block {
	position: relative;
	padding: 55px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.articles_sub {
	padding: 7px 11px 0px 0px;
	color: #a3b1b3;
}

.articles_sub span {
	color: #ffffff;
	background-color: #779d03;
}

.articles_sub a {
	color: #434343;
	text-decoration: underline;
}

.articles_sub a:hover {
	color: #669900;
	text-decoration: none;
	background: none;
}

.articles {
	float: left;
	clear: both;
	width: 100%;
	padding: 2px 0px 1px 0px;
}

.articles_sort {
	float: left;
	color: #67717d;
}

.articles_sort span {
	color: #67717d;
	background-color: #ebebed;
}

.articles_sort a {
	color: #779d03;
	text-decoration: underline;
}

.articles_sort a:hover {
	color: #779d03;
	text-decoration: none;
	background: none;
}

.article_content {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0px 10px 0px;
}

.message_content h1, .article_content h1 {
	color: #779d03;
	font-size: 16px; 
	/*font-family: Tahoma, "Times New Roman", serif;*/
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.message_content h2, .article_content h2 {
	color: #779d03;
	font-size: 14px; 
	/*font-family: Tahoma, "Times New Roman", serif;*/
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.message_content h3, .article_content h3 {
	color: #779d03;
	font-size: 12px; 
	/*font-family: Tahoma, "Times New Roman", serif;*/
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.message_content h4, .article_content h4 {
	color: #779d03;
	font-size: 10px; 
	/*font-family: Tahoma, "Times New Roman", serif;*/
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

div.article_div {
	position: relative;
	float: left;
	padding: 1px;
	margin: 5px 7px 6px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #a9a9a9;
	font-size: 9px;
	color: #a3b1b3;
	width: 135px;
}

div.article_div:hover {
	border-color: #fa4700;
	cursor: pointer;
	background: none;
}

div.article_div_hover {
	position: relative;
	float: left;
	padding: 1px;
	margin: 5px 7px 6px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #fa4700;
	font-size: 9px;
	color: #a3b1b3;
	cursor: pointer;
	width: 135px;
}

.article_div_rating {
	position: relative;
	padding: 2px 3px 1px 3px;
	font-size: 9px;
	color: #a3b1b3;
}

.article_name {
	position: relative;
	float: left;
	color: #000000; 
	font-size: 12px; 
	font-weight: bold;
	margin: 0px;
}

.article_id {
	position: relative;
	float: right;
	color: #000000; 
	font-size: 12px; 
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.article_message {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0px 15px 0px;
}

.message_user {
	float: left;
	margin: 0px;
}

.message_date {
	float: right;
	margin: 0px;
	color: #a3b1b3;
}

.message_content {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0px 0px 0px;
}

.article_td {
	padding: 5px 1px 9px 7px;
}