
.posts_in_same_category 
{
	margin: 2.5em 0 1em 0;
	border-top: 1px dotted #ccc;
	color: #999;
	overflow:hidden;
	width: 70%;
	float: left;
	clear: both;
}

.cat_title 
{
	padding:10px 0 0 0;
	font: 1em Verdana, Helvetica, sans-serif;
}

.view_posts 
{
	list-style:none; 
}

.view_posts li *
{
	vertical-align: middle;
}

.view_posts li a
{
	display: block;
	color: #999;
	line-height: 1.9em;
	font-family: Verdana, Helvetica, sans-serif;
}

.view_posts li a:hover
{
	color: #666;
	border-bottom: 1px dotted #666;
	background: #fff;
}


.view_posts li#selected a 
{
	color: #666 !important; 
	border-bottom: 1px dotted #666;
} 

.view_posts li .left,
.view_posts li#selected .left{float:left; clear:both;}


