    .navleft
    {
    	float:left;
    	top: -5px;
    	position: relative;
    }
    .navright
    {
    	float: right;
    	top: -5px;
    	position: relative;
    }
    .navbottom
    {
    	border-top:dotted 1px #bbb;
    	padding:5px 0 0 0;
    }
.lst
{
	clear: both;
	border-top: dotted 1px #bbb;
	padding-top: 10px;
}
.itm
{
	clear: both;
	padding: 10px 0px;
}
.itmGrid
{
	float: left;
	width: 49%;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.imgWrap
{
	float: left;
	margin-right: 10px;
}
.img{
	overflow: hidden;
	border: solid 1px #444;
	width: 150px;
	height: 150px;
}
.txt{
	width: 475px;
	float: left;
}
.txt h3
{
	font: normal 20px Arial;
	text-transform: uppercase;
	color: #232323;
	margin: 0px;
	padding: 0px;
	float: left;
}
.commentCount
{
	float: left;
	margin: 5px 0 0 8px;
	width: 19px;
	height: 15px;
	padding: 1px 0 0 0;
	text-align: center;
	background-image: url('//cache.thephoenix.com/i/Comment/CommentBubble.gif');
	font-size: 9px;
}
.body
{
    clear: both;
}

.teaserUnsexy
{
	font-size:14px;
	font-weight:normal;
	color: #333;
	text-transform: uppercase;
}
.moreAbout
{
	margin:10px 0 0 0;
	padding:0px;
}
