.related, .similar {
	margin-top: 10px;
	min-width: 610px;
	/*padding: 0 10px;*/
}

.related ul, .similar ul {
	margin-left: 3px;
}

.related ul li, .similar ul li {
	font-size: 14px !important;	
	padding: 0px 4px !important;
	display:-moz-inline-box;
	-moz-box-orient:vertical;
	display:inline-block;
	vertical-align:top;
	word-wrap:break-word;
	width: 290px;
}

.related_post, .related_post div {
	width: 290px;
	text-align: center;
	padding: 0 !important;
	line-height: 16px;
	/*margin: 0 !important;*/
}

.related_post a:link, .related_post a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	
}

li.related_post:hover a {
	/*text-decoration: underline;*/
	color: #46a541;
	
}

.banner {
	width: 100%;
	margin-right: 10px;
	clear: both;
	background-color: #eee;
}

