/* onArcade 2.4 CSS for profile pages */
/* menu */
#profile_menu {
	float: right;
	width: 140px
}
#profile_menu .content_box{
	text-align: center;
}
#profile_menu .content_box p {
	line-height: 1.2;
}
/* contents of the page */
#profile_contents {
	float: right;
	width: 590px;
	margin-right: 10px;
}
/* username on side menu */
#profile_menu .username2 {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
}

/* location */
#user_location img {
	display: none;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
/* lines with green bottom border */
#profile_contents .line {
	background-color: #f0f0f0;
	border-radius: 10px;
	border-bottom: 2px solid #d9d9d9;
}
#profile_contents .line p {
	padding: 3px;
}
/* 2 columns in profile */
#profile_contents .left_column {
	width: 290px;
	float: right;
}
#profile_contents .right_column {
	width: 290px;
	float: left;
}
/* friends on profile */
.friend {
	width: 117px;
	height: 115px;
	padding: 2px;
	float: right;
	text-align: center;
	overflow: hidden;
}
.friend img {
	display: block;
	margin: 0 auto;
	border: 0;
}
/* files with images (favourties and scores) */
#profile_contents .file {
	width: 97px;
	height: 85px;
	padding: 2px;
	float: right;
	text-align: center;
}
#profile_contents .file img {
	display: block;
	margin: 0 auto;
	border: 0;
}
#comments .delete, #comments .ip {
	text-align: right;
	clear: both;
}