.article_list {
	width: 100%;
	background: #333333;
	padding: 0px;
}

.article_listing {
	width: 946px;
	float: left;
	border: 1px solid #666666;
	background: #111111;
	padding: 0px;
	margin: 4px;
}

.article_listing_title {
	text-align: center;
	padding: 4px;
	background: #333333;
}

.view_article_button {
	background: url(../images/view_article_button.png) #CCCCCC;
	width: 150px;
	height: 18px;
	float: left;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.view_article_button:hover {
	background-position: -160px 0px;
}

a.view_article_button {
	color: #ead30f;
}

a.view_article_button:hover {
	color: #ffffff;
}

.article_button_back {
	background: url(../images/button_back.png) #CCCCCC;
	width: 68px;
	height: 18px;
	float: left;
	margin-right: 5px;
	text-align: right;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 12px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.article_button_back:hover {
	background-position: -80px 0px;
}

a.article_button_back {
	color: #ead30f;
	text-decoration: none;
}

a.article_button_back:hover {
	color: #ffffff;
}

.article_title {
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}

a.article_title {
	font-size: 20px;
	font-weight: bold;
	color: #ead30f;
}

.article_info {
	width: 936px;
	float: left;
	border: 1px solid #666666;
	background: #222222;
	padding: 4px;
	margin: 4px;
}

.article_info_seperator {
	border-top: 1px dashed #666666;
	margin: 6px 0px 6px 0px;	
}

#header_article {
	background: url(../images/bar_bg.png) repeat-x;
	background-position: bottom;	
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	width: 960px;
	padding-bottom: 5px;
	color: #ffffff;
	text-align: center;	
		
	font-size: 26px;
	font-weight: normal;
	margin-top: 10px;
}

ul#article_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#article_list li:hover {
	background: #CCCCCC;
}

.article_listing_a {
	padding: 5px;
	background: #E4E4E4;
	font-size: 11px;
}

.article_listing_b {
	padding: 5px;
	background: #DBDBDB;
	font-size: 11px;	
}

.page_links {
	float: right;
	padding-right: 0px;
	padding-top: 0px;
}

.page_select_on {
	margin: 0px 1px 1px 0px;
}

a.page_select_off {
	margin: 0px 1px 1px 0px;
}

.page_select_spacer {
	margin: 0px 1px 1px 0px;
}

.page_index {
	float: right;
	padding: 4px 40px 4px 4px;
	margin-left: 10px;
	background: #222222;
	border: 1px solid #666666;
}

.article_image {
	border: 1px solid #666666;
}

.comment_rating {
	float: right;
	font-weight: bold;
	color: #990000;
}

.post_listing_a {
	padding: 5px;
	background: #333333;
	margin-bottom: 1px;	
}

.post_listing_b {
	padding: 5px;
	background: #222222;
	margin-bottom: 1px;	
}

.topic_links {
	float: right;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 4px;
}

.article_rating {
	margin-top: 5px;
}

.articles_rating {
	margin-bottom: 3px;
}