div.moreInfo 
{
	padding: 3px 3px 0 3px; 
	background: #f5f5f5; 
	clear: both;
	margin: 0 0 5px 0
}
p.date 
{
	float: left;
	width:100px;
	display: inline
}
p.averageRating, p.noVotes
{
	width: 160px;
	display: inline;
	float: left;
}
p.noVotes 
{
	width: 100px
}
p.userName 
{
	float: left;
	display: inline;
	width: 120px;
}
p.badgeList 
{
	text-align: right;
	float: right;
	display: inline;
	width: 200px
}
div.video a.back
{
	float: left;
	display: inline;
	width: auto;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	text-align: left;
}
div.video a.clickToEnlarge
{
	padding: 0 0 10px 0;
}

div.video a.clickToEnlarge img
{
	margin: 0px auto;
}

div.commentNavigation
{
	padding: 5px 0 0 0;
}

div.commentNavigation div.previousControl
{
	float: left;
	width: 85px;
	text-align: center;
	margin: 0 0 10px 0
}

div.commentNavigation div.nextControl
{
	float: right;
	width: 85px;
	text-align: center;
	margin: 0 20px 10px 0
}

div.commentNavigation div.previousControl a,
div.commentNavigation div.nextControl a
{
	background: #287199 url(images/button_back.gif) repeat-x bottom;
	border: 1px solid #15495c;
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 3px;
	text-decoration: none;
}

div.commentNavigation div.previousControl a
{
	margin: 5px 0 0 0;
	
}

div.commentNavigation div.nextControl a
{
	margin: 5px 0 0 10px;
}

div.commentNavigation div.previousControl a:hover,
div.commentNavigation div.nextControl a:hover
{
	color: #fff;
}

div.commentNavigation div.comments
{
	margin: 0 0 0px 0;
}

div.commentNavigation div.comments h3
{
	font-size: 1.2em;
	font-weight: bold;
}
