.box_left{
	float: left;
	margin: 20px 20px 0px 0px;
	width:100%;
}

.box_left .body{
	padding: 5px;
}

.box_left .heading{
	font-weight: bold;
	margin-bottom: 3px;
}

.box_left h2{
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	font-size: 1.1em;
	color: #003300;
	background-color: #D9DED6;
	border: 1px transparent;
	margin: 0;
	white-space: nowrap;
}

.comment_inline{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border:1px solid #d4d4cb;
	background-color: #fbfbf2;
	padding: 5px;
	margin: 5px 20px 10px 0px;
	width: 490px;
	overflow:hidden;
	white-space:pre-line;
}

.box_left a{
	color: #003300;
}

.box_left .userRanking{
	margin-bottom:5px; 
	padding: 3px; 
	clear:both; 
	overflow: auto;	
}

.mini_map:hover{
	cursor: pointer;
}

div .community{
	display:block;
	width: 530px;
	float: left;
}

div.heading{
	font-weight:bold;
	color: #878a9a;
	padding: 5px 5px 2px 15px;
	border-bottom: 2px dashed #dce2dc;
	margin-bottom: 3px;
	background: url(../images/arrow_small_right.png) no-repeat 5px 9px;
}

div .row{
	background-color:#fefefa;
	margin-bottom: 2px;
	margin-top:2px;
	clear:both;
	overflow: visible;
}
div .member{
	float:left; 
	display:inline; 
	width:80px;
	overflow:hidden;
	margin-right:3px;
}

div .member a{
	white-space:nowrap;
}

div .photo{
	height:50px;
	width:50px;
	display:inline;
	margin:2px;
	overflow: hidden;
	clear:both;	
	float:left;
}

span .headline{
	display:block; 
	background-color:#EFEFE1;
	padding:2px;
}

div .walk{
	padding-bottom:5px;
}

div .community a{
	color: #003300;
}