#posts {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

#posts li.post {
	list-style: none;
	list-style-image: none;
	background: #fff; /*#EEF4F3 url(/page/images/box2/body.png) center repeat-y;*/
	border: 1px solid #DDE3E2;
	margin: 20px 0 0 0;
}

#posts li.post .thread_info {
	border-bottom: 1px solid #DDE3E2;
	background-color: #F8F8FF;
	padding: 10px 10px;
	font-size: 14px;
}

#posts li.post .thread_info .author {
	font-weight: bold;
}

#posts li.post .thread_info .title {
	font-size: 12px;
}

#posts li.post .thread_info .date {
	float: right;
	color: #888;
}

#posts li.post .thread_content {
	padding: 15px 15px 0px;
	font-size: 13px;
	color: #333;
}

#posts li.post .thread_foot {
	margin: 15px 0 0;
	padding: 5px 0;
}

#posts li.post .thread_foot p.post_options {
	margin: 0 10px 0 0;
}

#posts li.post h4 {
	margin: 0;
}

#posts li.post p.text {
	margin-bottom: 0;
}

.table .body h2.bottom a.forum_action {
	display: block;
	margin: 17px 0 3px;
}

/**********************************************************************/

#posts li.post .thread_content a {
	color: #234faa;
}

#posts li.post .thread_content blockquote {
	margin: 5px 15px;
	padding: 4px 10px 10px 10px;
	font-size: 12px;
	border: 1px solid #aaa;
	background: url(/page/images/quote.gif) no-repeat 5px 5px #F0F0FA;
}

#posts li.post .thread_content blockquote em {
	display: block;
	margin: 0 0 0 15px;
}

#posts li.post .thread_content blockquote div {
	margin: 10px 0 0;
}

#posts li.post .thread_content span.underline {
	text-decoration: underline;
}

#posts li.post .thread_content ul.bb {
	margin: 10px 0;
}

#posts li.post .thread_content ul.bb li {
	list-style: disc;
	margin-left: 30px;
}

#posts li.post .thread_content pre {
	padding: 0;
	border: 1px solid #aaa;
	background: #fafafa;
}
#posts li.post .thread_content pre ol {
	overflow: auto;
	font-size: 12px;
	max-height: 250px;
}

#posts li.post .thread_content pre ol li {
	margin: 0 0 0 50px;
	padding: 2px 0 2px 10px;
	background: #fff;
	border: none;
	border-left: 1px solid #ddd;
	list-style: decimal;
	white-space: pre-wrap;
}
